Home
last modified time | relevance | path

Searched refs:AST (Results 1 – 16 of 16) sorted by relevance

/plugin/ifauthex/lib/
H A Dgrammar.php7 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 Dexceptions.php3 namespace AST; namespace
H A Dtokenizer.php3 namespace AST; namespace
H A Dparser.php3 namespace AST; namespace
/plugin/ifauthex/_test/
H A Dgeneral.test.php145 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 DREADME.md65 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 DREADME.md134 * `#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 DREADME.md15 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 Dinternals.rst21 * 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 DCHANGELOG-0.x.md
H A DREADME.md117 [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 DREADME.md98 // Bonus. Print the AST of the expression.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe41640 ĠL AST
44393 C AST
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 … if (!existing.parent) {\n throw new Error('Malformed AST');\n …
H A Djson.worker.js.map1 … if (!existing.parent) {\n throw new Error('Malformed AST');\n …
H A D2.2.js.map1 …rsionId) {\n throw new Error('Underlying model has changed, AST is no longer valid'…