Home
last modified time | relevance | path

Searched refs:Operator (Results 26 – 29 of 29) sorted by path

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …[counter++];\n if (typeof operator === 'number') {\n // Operator is really an oper…
/plugin/structcondstyle/
H A Daction.php14 use dokuwiki\plugin\structcondstyle\meta\Operator; alias
43 … $this->ops = [ "=" => new Operator("=", function($lhs, $rhs){return $lhs == $rhs;}),
44 "!=" => new Operator("!=", $not_func),
45 "not" => new Operator("not", $not_func),
50 "contains" => new Operator("contains",$in_func)
/plugin/structcondstyle/meta/
H A DOperator.php12 class Operator class
34 class NumericOperator extends Operator

12