Lines Matching defs:refs
37 private $refs = [];
87 $this->refs = [];
107 $this->refs = [];
214 $this->refs[$isRef] = end($data);
249 if (!\array_key_exists($refName, $this->refs)) {
257 $refValue = $this->refs[$refName];
334 $this->refs[$refMatches['ref']] = $value;
364 $this->refs[$isRef] = $data[$key];
373 return Inline::parse($this->lexInlineQuotedString(), $flags, $this->refs);
386 $parsedMapping = Inline::parse($this->lexInlineMapping(), $flags, $this->refs);
407 $parsedSequence = Inline::parse($this->lexInlineSequence(), $flags, $this->refs);
435 $value = Inline::parse($this->lines[0], $flags, $this->refs);
534 $parser->refs = &$this->refs;
730 if (!\array_key_exists($value, $this->refs)) {
738 return $this->refs[$value];
761 return Inline::parse($this->lexInlineMapping($cursor), $flags, $this->refs);
765 return Inline::parse($this->lexInlineSequence($cursor), $flags, $this->refs);
772 $parsedValue = Inline::parse($this->lexInlineQuotedString($cursor), $flags, $this->refs);
808 $parsedValue = Inline::parse($value, $flags, $this->refs);