/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/ |
H A D | PrecedencePredicate.php | 14 public $precedence; variable in Antlr\\Antlr4\\Runtime\\Atn\\SemanticContexts\\PrecedencePredicate 16 public function __construct(int $precedence = 0) argument 18 $this->precedence = $precedence; 23 return $parser->precpred($parserCallStack, $this->precedence); 28 if ($parser->precpred($parserCallStack, $this->precedence)) { 37 return Hasher::hash(31, $this->precedence); 50 return $this->precedence === $other->precedence; 55 return \sprintf('{%d>=prec}?', $this->precedence); [all...] |
H A D | OrOperator.php | 45 // interested in the transition with the highest precedence 47 return $a->precedence - $b->precedence;
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/ |
H A D | PrecedencePredicateTransition.php | 13 public $precedence; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\PrecedencePredicateTransition 15 public function __construct(ATNState $target, int $precedence) argument 19 $this->precedence = $precedence; 29 return new PrecedencePredicate($this->precedence); 52 && $this->precedence === $other->precedence 58 return $this->precedence . ' >= _p';
|
H A D | RuleTransition.php | 21 public $precedence; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\RuleTransition 30 public function __construct(RuleStartState $ruleStart, int $ruleIndex, int $precedence, ATNState $followState) argument 35 $this->precedence = $precedence; 65 && $this->precedence === $other->precedence 71 return \sprintf('rule_%d:%d,%s', $this->ruleIndex, $this->precedence, $this->followState);
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
H A D | DFA.php | 37 * `true` if this DFA is for a precedence decision; otherwise, `false`. 64 * Gets whether this DFA is a precedence DFA. Precedence DFAs use a special 68 * precedence values. 70 * @return bool `true` if this is a precedence DFA; otherwise, `false`. 80 * Get the start state for a specific precedence value. 82 * @param int $precedence The current precedence. 85 * precedence, or `null` if no start state exists 86 * for the specified precedence. 88 * @throws \InvalidArgumentException If this is not a precedence DF 90 getPrecedenceStartState(int $precedence) global() argument 116 setPrecedenceStartState(int $precedence, DFAState $startState) global() argument [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | unary_precedence.test | 2 Twig unary operators precedence
|
/plugin/loadskin/lang/en/ |
H A D | intro.txt | 3 …ser selecting a template via the optional template switcher might have precedence over these rules…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.AllowedAttributes.txt |
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | Parser.php | 639 * Get the precedence level for the top-most precedence rule. 641 * @return int The precedence level for the top-most precedence rule, or -1 642 * if the parser context is not nested within a precedence rule. 649 public function enterRecursionRule(ParserRuleContext $localctx, int $state, int $ruleIndex, int $precedence) : void argument 652 $this->precedenceStack[] = $precedence; 752 public function precpred(RuleContext $localctx, int $precedence) : bool argument 754 return $precedence >= $this->getPrecedence();
|
H A D | Recognizer.php | 191 public function precpred(RuleContext $localctx, int $precedence) : bool argument
|
/plugin/codeprettify/code-prettify/src/ |
H A D | lang-swift.js | 51 [PR['PR_KEYWORD'], /^\b(?:__COLUMN__|__FILE__|__FUNCTION__|__LINE__|#available|#colorLiteral|#column|#else|#elseif|#endif|#file|#fileLiteral|#function|#if|#imageLiteral|#line|#selector|#sourceLocation|arch|arm|arm64|associatedtype|associativity|as|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|dynamicType|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|import|indirect|infix|init|inout|internal|i386|if|in|iOS|iOSApplicationExtension|is|lazy|left|let|mutating|none|nonmutating|open|operator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix|private|protocol|Protocol|public|repeat|required|rethrows|return|right|safe|Self|self|set|static|struct|subscript|super|switch|throw|throws|try|Type|typealias|unowned|unsafe|var|weak|watchOS|where|while|willSet|x86_64)\b/, null],
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | number_format.rst | 22 Twig's :ref:`precedence of operators <twig-expressions>`:
|
/plugin/newpagetemplate/lang/en/ |
H A D | howto.txt | 3 If you choose both ''ini file'' and ''Page id'', ''Page id'' will take precedence. If you choose ''Page id'', you must choose a template. The ''User replacements'' are the ''newpagevars'' that are explained in the [[doku>plugin:newpagetemplate#usage|newpagetemplate]] documentation. If you choose an initialization file, you can use the ''User replacements'' option to add replacements to those in the initialization file.
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | ExpressionParser.php | 71 public function parseExpression($precedence = 0) argument 75 …his->isBinary($token) && $this->binaryOperators[$token->getValue()]['precedence'] >= $precedence) { 94 if (0 === $precedence) {
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.less | 14 /* extra precedence to overcome jqui */ 135 /* extra precedence b/c buttons have margin set to zero */ 238 /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */ 301 /* extra precedence to prevent theme-provided backgrounds */ 815 /* extra precedence to override button border margins */ 821 /* extra precedence to override button border margins */ 828 /* button layering (for border precedence) */
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | templates.rst | 560 The operator precedence is as follows, with the lowest-precedence operators 574 {# use parenthesis to change precedence #} 795 due to the :ref:`operator precedence rules <twig-expressions>`:
|
H A D | advanced.rst | 781 '!' => ['precedence' => 50, 'class' => '\Twig\Node\Expression\Unary\NotUnary'], 784 …'||' => ['precedence' => 10, 'class' => '\Twig\Node\Expression\Binary\OrBinary', 'associativity' =… 785 …'&&' => ['precedence' => 15, 'class' => '\Twig\Node\Expression\Binary\AndBinary', 'associativity' … 938 precedence over any other registered extensions::
|
H A D | advanced_legacy.rst | 801 '!' => ['precedence' => 50, 'class' => '\Twig\Node\Expression\Unary\NotUnary'], 804 …'||' => ['precedence' => 10, 'class' => '\Twig\Node\Expression\Binary\OrBinary', 'associativity' =… 805 …'&&' => ['precedence' => 15, 'class' => '\Twig\Node\Expression\Binary\AndBinary', 'associativity' …
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 63.63.js.map | 1 … 'optional',\n 'override',\n 'postfix',\n 'precedence',\n 'pref…
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | en.js.ckgedit | 42 …nt-weight:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name o…
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | en.js.ckgedit | 46 …nt-weight:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name o…
|
H A D | en.js.unc | 47 …nt-weight:bold'>Link Display Text</span><br />User defined Text (takes precedence over Page Name o… 87 …eight:bold'>Link Display Text</span><br />Can be edited by user (takes precedence over Page Name o…
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 169 * fixed precedence between getFoo() and isFoo() in Twig_Template::getAttribute() 635 * fixed unary operators precedence 684 …* changed the precedence of the .. operator to be more consistent with languages that implements s… 792 * fixed the ternary operator precedence rule
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNDeserializer.php | 417 if ($t->precedence === 0) { 555 throw new \RuntimeException('Couldn\'t identify final state of the precedence rule prefix section.'); 639 // precedence rule should continue or complete.
|
/plugin/codemirror/dist/modes/ |
H A D | swift.min.js.map | 1 …associativity\",\"infix\",\"left\",\"none\",\"operator\",\"postfix\",\"precedence\",\"precedencegr…
|