Home
last modified time | relevance | path

Searched refs:parser (Results 151 – 175 of 420) sorted by path

12345678910>>...17

/plugin/fetchmedia/
H A Dyarn.lock3192 yargs-parser@^7.0.0:
3194 …resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332…
3214 yargs-parser "^7.0.0"
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst20 The annotation parser check if the annotation constructor has arguments,
92 Annotation parser check the given parameters using the phpdoc annotation ``@var``,
194 - The annotation parser check the given value and throws an ``AnnotationException`` if the value no…
227 The use of constants and class constants are available on the annotations parser.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php141 private $parser; variable in Doctrine\\Common\\Annotations\\AnnotationReader
176 * @param DocParser $parser
180 public function __construct(DocParser $parser = null) argument
202 $this->parser = $parser ?: new DocParser();
217 $this->parser->setTarget(Target::TARGET_CLASS);
218 $this->parser->setImports($this->getClassImports($class));
249 $this->parser->setTarget(Target::TARGET_PROPERTY);
250 $this->parser->setImports($this->getPropertyImports($property));
281 $this->parser->setTarget(Target::TARGET_METHOD);
282 $this->parser->setImports($this->getMethodImports($method));
[all …]
H A DSimpleAnnotationReader.php37 private $parser; variable in Doctrine\\Common\\Annotations\\SimpleAnnotationReader
46 $this->parser = new DocParser();
47 $this->parser->setIgnoreNotImportedAnnotations(true);
59 $this->parser->addNamespace($namespace);
67 return $this->parser->parse($class->getDocComment(), 'class '.$class->getName());
75 …return $this->parser->parse($method->getDocComment(), 'method '.$method->getDeclaringClass()->name…
83 …return $this->parser->parse($property->getDocComment(), 'property '.$property->getDeclaringClass()…
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php123 $this->parser->listInputs($grammar, $language);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md5 * `llk/parser` Use current token if no error token. (Kirill Nesmeyanov, 2017-08-08T09:35:08+02:00)
28 * Llk: PP parser only accepts horizontal spaces… (Ivan Enderlin, 2016-08-14T17:42:07+02:00)
77 * Llk: Save pragmas when saving the parser. (Ivan Enderlin, 2016-02-22T10:24:16+01:00)
78 * Llk: Add the `parser.lookahead` pragma. (Ivan Enderlin, 2016-02-22T10:23:37+01:00)
81 * Llk: Introduce the “save” parser! (Ivan Enderlin, 2016-01-25T14:26:48+01:00)
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php104 public static function save(Parser $parser, $className) argument
112 $escapeRuleName = function ($ruleName) use ($parser) {
113 if (true == $parser->getRule($ruleName)->isTransitional()) {
120 foreach ($parser->getTokens() as $namespace => $tokens) {
136 foreach ($parser->getRules() as $rule) {
217 foreach ($parser->getPragmas() as $pragmaName => $pragmaValue) {
H A DLlk.pp36 // Provide grammar for the LL(k) parser.
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php108 $parser = SUT::load($stream)
110 ->when($result = SUT::save($parser, 'Foobar'))
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php86 $this->parser->listInputs($expression);
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/
H A DResolve.php113 $this->parser->listInputs($path);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DGrammar.pp37 // parser. More informations at http://pcre.org/pcre.txt, sections pcrepattern &
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md505 the source code on-the-fly by using a parser —for instance— and
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DFromcode.php93 $this->parser->listInputs($code);
H A DTocode.php93 $this->parser->listInputs($char);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php215 public function setTypeParser(ParserInterface $parser): self argument
217 $this->typeParser = $parser;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DParser.php14 private $parser; variable in JMS\\Serializer\\Type\\Parser
21 $this->parser = new InnerParser();
28 $ast = $this->parser->parse($type, 'type');
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php15 private $parser; variable in JMS\\Serializer\\Tests\\Serializer\\Type\\ParserTest
19 $this->parser = new Parser();
29 $this->parser->parse($sourceType)
110 $this->parser->parse('');
122 $this->parser->parse('Foo<bar');
134 $this->parser->parse(',');
146 $this->parser->parse('Foo<>');
158 $this->parser->parse('Foo<aa,>');
170 $this->parser->parse('Foo<\Bar>');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md7 The ReflectionDocBlock component of phpDocumentor provides a DocBlock parser
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md47 $parser = new Parser;
49 print_r($parser->parse($diff));
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php112 $parser = new Parser;
113 $result = $parser->parse($diff);
H A DParserTest.php27 private $parser; variable in SebastianBergmann\\Diff\\ParserTest
31 $this->parser = new Parser;
38 $diffs = $this->parser->parse($content);
59 $diffs = $this->parser->parse($content);
86 $diffs = $this->parser->parse($content);
137 $diffs = $this->parser->parse($content);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md28 the parser and dumper is no longer supported, pass bitmask flags instead
142 * Added support for customizing the YAML parser behavior through an optional bit field:
H A DParser.php457 $parser = new self();
458 $parser->offset = $offset;
459 $parser->totalNumberOfLines = $this->totalNumberOfLines;
460 $parser->skippedLineNumbers = $skippedLineNumbers;
461 $parser->refs = &$this->refs;
462 $parser->refsBeingParsed = $this->refsBeingParsed;
464 return $parser->doParse($yaml, $flags);
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php36 private $parser; variable in Symfony\\Component\\Yaml\\Command\\LintCommand
218 if (!$this->parser) {
219 $this->parser = new Parser();
222 return $this->parser;

12345678910>>...17