Lines Matching refs:value
45 # value, a string value, or a number. `None` and `False` match against
48 # a mapping value that corresponds to a scalar key which content is
49 # equal to the `index_check` value. An integer `index_check` matches
50 # against a sequence value with the index equal to `index_check`.
136 and index_check == current_index.value):
143 def resolve(self, kind, value, implicit):
145 if value == '':
148 resolvers = self.yaml_implicit_resolvers.get(value[0], [])
151 if regexp.match(value):
217 'tag:yaml.org,2002:value',