Home
last modified time | relevance | path

Searched refs:OPERATORS (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterInterface.php43 public const OPERATORS = [ define
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php109 foreach (FilterInterface::OPERATORS as $compOp) {
486 …sset($this->filter[$i + 1]) && in_array($this->filter[$i + 1], FilterInterface::OPERATORS, true)) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js63 var OPERATORS = makePredicate([ variable
512 if (OPERATORS(bigger)) {
547 : OPERATORS(word) ? token("operator", word)
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js65 var OPERATORS = makePredicate([ variable
530 if (OPERATORS[bigger]) {
564 : OPERATORS[word] ? token("operator", word)