Home
last modified time | relevance | path

Searched refs:logic (Results 26 – 50 of 74) sorted by path

123

/plugin/data-au/
H A Dhelper.php573 $f['logic'] = 'AND';
/plugin/data-au/syntax/
H A Dtable.php103 $logic = 'OR';
170 $logic = 'AND';
173 if(!$logic) {
174 $logic = 'OR';
178 $flt['logic'] = $logic;
/plugin/data/_test/
H A Dhelper.test.php
/plugin/data/
H A Dhelper.php610 $f['logic'] = 'AND';
/plugin/data/syntax/
H A Dtable.php113 $logic = 'OR';
179 $logic = 'AND';
182 if (!$logic) {
183 $logic = 'OR';
187 $flt['logic'] = $logic;
663 $where2 .= " " . $filter['logic'] . " pages.page " .
666 $where2 .= " " . $filter['logic'] . " pages.class " .
669 $where2 .= " " . $filter['logic'] . " pages.title " .
674 $where2 .= " " . $filter['logic']
[all...]
/plugin/dataloop/syntax/
H A Dloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
H A Droll.php91 $logic = 'OR';
145 $logic = 'AND';
163 'logic' => $logic
H A Dtextloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
/plugin/dev/
H A DREADME33 and the Skeletor class which implements the logic for using the
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1logic to\n * resolve a promise must be separate.\n *\n * @private\n */\nclass Deferred {\n /**\…
H A Dworkbox-bed83ea8.js.map1logic to\n * resolve a promise must be separate.\n *\n * @private\n */\nclass Deferred {\n /**\…
H A Dworkbox-f163abaa.js.map1logic to\n * resolve a promise must be separate.\n *\n * @private\n */\nclass Deferred {\n /**\…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js.map1 …',\n 'library',\n 'local',\n 'localparam',\n 'logic',\n 'longin…
H A D65.65.js.map1 …\+|-|\\/{1,2}|%|\\*{1,2}/, 'operators.twig'],\n // operators - logic\n [/(an…
H A Dbundle.js.map1logic that\n // checks for the head and tail nodes in the candidates function below.\n if (vLabe…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …;\n\n // If the root is in the tail of the edge then we need to flip the logic that\n // checks …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc5 should transition from alive to dead (and vice versa). It has no logic to choose
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md639 - `ttl` and `timestamp` logic: setters and getters in documents and mapping
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md55 - Fixed logic bug. [\#41](https://github.com/schmittjoh/metadata/pull/41) ([flip111](https://github…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md242 - Double logic for group exclusion \(20% faster\) [\#941](https://github.com/schmittjoh/serializer/…
640 - Groups logic [\#693](https://github.com/schmittjoh/serializer/issues/693)
1037 - Extract json specific logic from GenericSerializationVisitor [\#29](https://github.com/schmittjoh…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md115 point about dummies is that they do not hold any logic - they just do nothing. Any method
134 method signature does different things (has logic). To create stubs in Prophecy:
163 - `CallbackPromise` or `->will($callback)` - gives you a quick way to define your own custom logic
252 So, let's refactor our initial `{set,get}Name()` logic with argument tokens:
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG41 * fixed logic in TemplateWrapper
278 * fixed logic for custom escapers to call them even on integers and null values
590 * fixed filesystem loader freshness logic for high traffic websites
774 …* wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess …
889 * added a way to implement custom logic for resolving token parsers given a tag name
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst321 Tests allow you to create custom application specific logic for evaluating
862 // implement the logic to create an instance of $class
880 It is now possible to move the runtime logic to a new
H A Dcoding_standards.rst27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst197 but it does not interfere in any way with the logic around it.

123