Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 13 of 13) sorted by path

/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp155 predicates
H A DPageSqlParser.php52 'predicate', 'columns', 'predicateGroup', 'predicates', 'tables', 'limit',
810 public function predicates() : Context\PredicatesContext function in ComboStrap\\PageSqlParser\\PageSqlParser
1102 $this->predicates();
1999 public function predicates() : ?PredicatesContext function in ComboStrap\\PageSqlParser\\Context\\PageSqlContext
/plugin/combo/grammar/
H A DPageSql.g4221 predicates: WHERE (predicate|predicateGroup) ((AND|OR) (predicate|predicateGroup))*;
244 predicates?
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php57 * have predicates that evaluate to false. Computed in computeTargetState().
240 $predicates = [];
243 $predicates[] = $config->semanticContext;
247 return $predicates;
H A DParserATNSimulator.php78 * that saves a lot of time but doesn't work in presence of predicates. The set
79 * of visible predicates from the ATN start state changes depending on the
135 * LL simulation deals with predicates differently. SLL collects predicates as
138 * ATN simulation whereas, if we had evaluated predicates on-the-fly during
143 * predicates and return the sole semantically valid alternative. If there is
145 * we throw an exception. Alternatives without predicates act like they have
146 * true predicates. The simple way to think about it is to strip away all
147 * alternatives with false predicates and choose the minimum alternative that
154 * During full LL ATN simulation, closure always evaluates predicates an
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php65 * The evaluation of predicates by this context is short-circuiting, but
145 * @param array<PrecedencePredicate> $predicates
147 private static function minPredicate(array $predicates) : object argument
149 $iterator = new \ArrayIterator($predicates);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFASerializer.php75 if ($state->predicates !== null) {
76 return $baseStateStr . '=>[' . \implode(', ', $state->predicates) . ']';
H A DDFAState.php60 * `{@see DFAState::$predicates} !== null` or {@see DFAState::$requiresFullContext}.
80 * During SLL parsing, this is a list of predicates associated with the
81 * ATN configurations of the DFA state. When we have predicates,
83 * prediction evaluates predicates on-the-fly. If this is not null, then
94 public $predicates; variable in Antlr\\Antlr4\\Runtime\\Dfa\\DFAState
136 if ($this->predicates !== null) {
137 $s .= \sprintf('[%s]', \implode(', ', $this->predicates));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/sequencediagram/bower_components/lodash/doc/
H A 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/
H A Dmanual.txt160 The simplest form of data entry. Fields and values are also called predicates and objects. It is possible to leave out the value, then the field-value pair will not be stored, but you can easily fill in the missing value later.
/plugin/structnotification/action/
H A Dnotification.php88 $predicates = $sqlite->res2arr($res);
90 foreach ($predicates as $predicate) {
/plugin/structnotification/
H A Dadmin.php118 $predicates = $sqlite->res2arr($res);
120 foreach ($predicates as $predicate) {