Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFAState.php94 public $predicates; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFAState
136 if ($this->predicates !== null) {
137 $s .= \sprintf('[%s]', \implode(', ', $this->predicates));
H A DDFASerializer.php75 if ($state->predicates !== null) {
76 return $baseStateStr . '=>[' . \implode(', ', $state->predicates) . ']';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php147 private static function minPredicate(array $predicates) : object argument
149 $iterator = new \ArrayIterator($predicates);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php240 $predicates = [];
243 $predicates[] = $config->semanticContext;
247 return $predicates;
H A DParserATNSimulator.php525 if ($D->predicates !== null) {
536 … $conflictingAlts = $this->evalSemanticContextMany($D->predicates, $outerContext, true);
580 if ($D->predicates === null) {
586 $alts = $this->evalSemanticContextMany($D->predicates, $outerContext, true);
709 if ($D->predicates !== null) {
734 … $dfaState->predicates = $this->getPredicatePredictions($altsToCollectPredsFrom, $altToPred);
/plugin/structnotification/
H A Dadmin.php112 $predicates = $sqlite->res2arr($res);
114 foreach ($predicates as $predicate) {
/plugin/structnotification/action/
H A Dnotification.php89 $predicates = $sqlite->res2arr($res);
91 foreach ($predicates as $predicate) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp156 predicates
H A DPageSqlParser.php861 public function predicates() : Context\PredicatesContext function in ComboStrap\\PageSqlParser\\PageSqlParser
1153 $this->predicates();
2087 public function predicates() : ?PredicatesContext function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
/plugin/combo/grammar/
H A DPageSql.g4224 predicates: WHERE (predicate|predicateGroup) ((AND|OR) (predicate|predicateGroup))*;
247 predicates?
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md4660 2. `source` *(Object)*: The object of property predicates to conform to.
10192 all predicates return truthy, else `false`.
10202 1. `source` *(Object)*: The object of property predicates to conform to.
10723 <h3 id="_overeverypredicates_identity"><code>_.overEvery([predicates=[_.identity]])</code></h3>
10726 Creates a function that checks if **all** of the `predicates` return
10733 1. `[predicates=[_.identity]]` *(...(Function|Function&#91;&#93;))*: The predicates to check.
10757 <h3 id="_oversomepredicates_identity"><code>_.overSome([predicates=[_.identity]])</code></h3>
10760 Creates a function that checks if **any** of the `predicates` return
10767 1. `[predicates=[_.identity]]` *(...(Function|Function&#91;&#93;))*: The predicates to check.
/plugin/strata/
Dmanual.txt160 The simplest form of data entry. Fields and values are also called predicates and objects. It is po…
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md92 Added support for function predicates which flow introduced in version 0.33.0
/plugin/diagramsnet/lib/WEB-INF/lib/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/mermaid/
H A Dmermaid.min.js816predicates=[]}is(e){return e>=this.predicates.length||this.predicates[e]}set(e,r){this.predicates[… property
/plugin/datatables/assets/pdfmake/
Dpdfmake.js35760 var predicates = arguments.length > 2 ? arguments[2] : {};
35766 defineProperty(object, props[i], map[props[i]], predicates[props[i]]);