Home
last modified time | relevance | path

Searched refs:logic (Results 1 – 25 of 92) sorted by relevance

1234

/plugin/struct/helper/
Dconfig.php35 public function parseFilterLine($logic, $val) argument
39 $flt[] = $logic;
/plugin/semanticdata/syntax/
Dtable.php81 $logic = 'OR';
129 $logic = 'AND';
132 if(!$logic) $logic = 'OR';
135 $flt['logic'] = $logic;
/plugin/struct/meta/
DConfigParser.php53 $logic = 'OR';
100 $logic = 'AND';
103 $flt = $helper->parseFilterLine($logic, $val);
/plugin/dataloop/syntax/
Droll.php91 $logic = 'OR';
145 $logic = 'AND';
163 'logic' => $logic
Dtextloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
Dloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
/plugin/data/syntax/
Dtable.php113 $logic = 'OR';
179 $logic = 'AND';
182 if (!$logic) {
183 $logic = 'OR';
187 $flt['logic'] = $logic;
/plugin/data-au/syntax/
Dtable.php103 $logic = 'OR';
170 $logic = 'AND';
173 if(!$logic) {
174 $logic = 'OR';
178 $flt['logic'] = $logic;
/plugin/structnotification/_test/
DNotificationTest.php155 … ->willReturnCallback(function($colname, $value, $comp, $logic) use (&$callCount, $expectedCalls) {
159 $this->assertEquals($expectedCalls[$callCount][3], $logic);
/plugin/qna/style/
DWARNING.txt3 The logic behind style configuration uses the file size in order to
/plugin/codeprettify/code-prettify/src/
Dlang-vhdl.js41 …me|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\…
/plugin/semanticdata/
Dhelper.php282 $f['logic'] = 'AND';
/plugin/components/
DREADME.md80 …- 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/
DCHANGELOG.md43 * FIX: date logic problems: November and December were using wrong years!
/plugin/ckgdoku/ckeditor/plugins/signature/
Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
/plugin/ckgedit/ckeditor/plugins/signature/
Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
Dplugin.js.unc10 // The plugin initialization logic goes inside this method.
/plugin/ckgedit/ckeditor/plugins/shortcuts/
Dplugin.js.unc10 // The plugin initialization logic goes inside this method.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dcoding_standards.rst27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
/plugin/data/
Dhelper.php610 $f['logic'] = 'AND';
/plugin/dev/
DREADME33 and the Skeletor class which implements the logic for using the
/plugin/data-au/
Dhelper.php573 $f['logic'] = 'AND';
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md52 This contains the raw HTTP API calls and has minimal business logic. You can
/plugin/copycode/
DREADME.md27 - Adds functionnality and code logic for new mouse actions
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md59 * Moved some parsing logic to `Reader::getDeserializerForElementName()`,
60 so people with more advanced use-cases can implement their own logic there.

1234