Searched refs:AST (Results 1 – 16 of 16) sorted by relevance
/plugin/ifauthex/lib/ |
H A D | grammar.php | 7 use \AST\ElementDefinition; 8 use \AST\TokenDefinition; 9 use \AST\InvalidExpressionException; 10 use \AST\MalformedExpressionException; 11 use \AST\Fixing; 202 …return \AST\parse(\AST\tokenize($expr, auth_expr_all_tokens(), auth_expr_ignore_tokens()), auth_ex…
|
H A D | exceptions.php | 3 namespace AST; namespace
|
H A D | tokenizer.php | 3 namespace AST; namespace
|
H A D | parser.php | 3 namespace AST; namespace
|
/plugin/ifauthex/_test/ |
H A D | general.test.php | 145 if (\AST\TokenDefinition::supportsMultibyte()) { 166 $this->assertInstanceOf(\AST\UnknownTokenException::class, $exc); 179 $this->assertInstanceOf(\AST\UnmatchedWrapperException::class, $exc); 193 $this->assertInstanceOf(\AST\NotEnoughArgumentsException::class, $exc); 209 $this->assertInstanceOf(\AST\MalformedExpressionException::class, $exc); 226 $depthLimit = \AST\parse_config()->EXPR_DEPTH_LIMIT;
|
/plugin/findologicxmlexport/vendor/hoa/regex/ |
H A D | README.md | 65 expression, i.e. lex, parse and produce an AST. Second, generate strings based 66 on a regular expression by visiting its AST with an isotropic random approach. 72 and produce an AST of the following regular expression: `ab(c|d){2,4}e?`. Thus: 81 // 3. Lex, parse and produce the AST. 116 To generate strings based on the AST of a regular expressions, we will use the
|
/plugin/findologicxmlexport/vendor/hoa/compiler/ |
H A D | README.md | 134 * `#node` to create a node the AST (resulting tree); 163 and we will parse a JSON string. If the parsing succeed, it will produce an AST 164 (stands for Abstract Syntax Tree) we can visit, for example to dump the AST: 173 // 3. Dump the AST.
|
/plugin/combo/vendor/carica/phpcss/ |
H A D | README.md | 15 PhpCSS is a parser for CSS 3 selectors. It parses them into an AST and allows them to compile the AST to CSS selectors or Xpath expressions. 38 Get the AST
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | internals.rst | 21 * Eventually, the *compiler* transforms the AST into PHP code. 78 The parser converts the token stream into an AST (Abstract Syntax Tree), or a
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG-0.x.md |
|
H A D | README.md | 117 [SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly.
|
/plugin/findologicxmlexport/vendor/hoa/math/ |
H A D | README.md | 98 // Bonus. Print the AST of the expression.
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe | 41640 ĠL AST 44393 C AST
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 4.4.js.map | 1 … if (!existing.parent) {\n throw new Error('Malformed AST');\n …
|
H A D | json.worker.js.map | 1 … if (!existing.parent) {\n throw new Error('Malformed AST');\n …
|
H A D | 2.2.js.map | 1 …rsionId) {\n throw new Error('Underlying model has changed, AST is no longer valid'…
|