Searched refs:logic (Results 1 – 25 of 92) sorted by relevance
1234
/plugin/struct/helper/ |
D | config.php | 35 public function parseFilterLine($logic, $val) argument 39 $flt[] = $logic;
|
/plugin/semanticdata/syntax/ |
D | table.php | 81 $logic = 'OR'; 129 $logic = 'AND'; 132 if(!$logic) $logic = 'OR'; 135 $flt['logic'] = $logic;
|
/plugin/struct/meta/ |
D | ConfigParser.php | 53 $logic = 'OR'; 100 $logic = 'AND'; 103 $flt = $helper->parseFilterLine($logic, $val);
|
/plugin/dataloop/syntax/ |
D | roll.php | 91 $logic = 'OR'; 145 $logic = 'AND'; 163 'logic' => $logic
|
D | textloop.php | 100 $logic = 'OR'; 154 $logic = 'AND'; 172 'logic' => $logic
|
D | loop.php | 100 $logic = 'OR'; 154 $logic = 'AND'; 172 'logic' => $logic
|
/plugin/data/syntax/ |
D | table.php | 113 $logic = 'OR'; 179 $logic = 'AND'; 182 if (!$logic) { 183 $logic = 'OR'; 187 $flt['logic'] = $logic;
|
/plugin/data-au/syntax/ |
D | table.php | 103 $logic = 'OR'; 170 $logic = 'AND'; 173 if(!$logic) { 174 $logic = 'OR'; 178 $flt['logic'] = $logic;
|
/plugin/structnotification/_test/ |
D | NotificationTest.php | 155 … ->willReturnCallback(function($colname, $value, $comp, $logic) use (&$callCount, $expectedCalls) { 159 $this->assertEquals($expectedCalls[$callCount][3], $logic);
|
/plugin/qna/style/ |
D | WARNING.txt | 3 The logic behind style configuration uses the file size in order to
|
/plugin/codeprettify/code-prettify/src/ |
D | lang-vhdl.js | 41 …me|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\…
|
/plugin/semanticdata/ |
D | helper.php | 282 $f['logic'] = 'AND';
|
/plugin/components/ |
D | README.md | 80 …- This is the logic that handles the action. If you want to chain performing another action, retur… 82 - This is the renderer logic for the action. The randerer is called after all post processors
|
/plugin/yearbox/ |
D | CHANGELOG.md | 43 * FIX: date logic problems: November and December were using wrong years!
|
/plugin/ckgdoku/ckeditor/plugins/signature/ |
D | plugin.js.unc | 9 // The plugin initialization logic goes inside this method.
|
/plugin/ckgedit/ckeditor/plugins/signature/ |
D | plugin.js.unc | 9 // The plugin initialization logic goes inside this method.
|
/plugin/ckgdoku/ckeditor/plugins/shortcuts/ |
D | plugin.js.unc | 10 // The plugin initialization logic goes inside this method.
|
/plugin/ckgedit/ckeditor/plugins/shortcuts/ |
D | plugin.js.unc | 10 // The plugin initialization logic goes inside this method.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
D | coding_standards.rst | 27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
|
/plugin/data/ |
D | helper.php | 610 $f['logic'] = 'AND';
|
/plugin/dev/ |
D | README | 33 and the Skeletor class which implements the logic for using the
|
/plugin/data-au/ |
D | helper.php | 573 $f['logic'] = 'AND';
|
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/ |
D | README.md | 52 This contains the raw HTTP API calls and has minimal business logic. You can
|
/plugin/copycode/ |
D | README.md | 27 - Adds functionnality and code logic for new mouse actions
|
/plugin/webdav/vendor/sabre/xml/ |
D | CHANGELOG.md | 59 * Moved some parsing logic to `Reader::getDeserializerForElementName()`, 60 so people with more advanced use-cases can implement their own logic there.
|
1234