Home
last modified time | relevance | path

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

123

/plugin/struct/helper/
H A Dconfig.php30 * @param $logic
35 public function parseFilterLine($logic, $val)
39 $flt[] = $logic;
31 parseFilterLine($logic, $val) global() argument
/plugin/semanticdata/syntax/
H A Dtable.php81 $logic = 'OR';
129 $logic = 'AND';
132 if(!$logic) $logic = 'OR';
135 $flt['logic'] = $logic;
/plugin/struct/meta/
H A DConfigParser.php52 $logic = 'OR';
99 $logic = 'AND';
102 $flt = $helper->parseFilterLine($logic, $val);
/plugin/dataloop/syntax/
H A Droll.php91 $logic = 'OR';
145 $logic = 'AND';
163 'logic' => $logic
H A Dtextloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
H A Dloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
/plugin/qna/style/
H A DWARNING.txt3 The logic behind style configuration uses the file size in order to
/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/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/codeprettify/code-prettify/src/
H A Dlang-vhdl.js41 …me|string|severity_level|positive|natural|signed|unsigned|line|text|std_u?logic(?:_vector)?)(?=[^\…
/plugin/semanticdata/
H A Dhelper.php282 $f['logic'] = 'AND';
/plugin/yearbox/
H A DCHANGELOG.md43 * FIX: date logic problems: November and December were using wrong years!
/plugin/components/
H A 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/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js.unc9 // The plugin initialization logic goes inside this method.
/plugin/copycode/
H A DREADME.md27 - Adds functionnality and code logic for new mouse actions
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc10 // The plugin initialization logic goes inside this method.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dcoding_standards.rst27 operators (``+``, ``-``, ``/``, ``*``, ``%``, ``//``, ``**``), logic
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc10 // The plugin initialization logic goes inside this method.
/plugin/data-au/
H A Dhelper.php573 $f['logic'] = 'AND';
/plugin/data/
H A Dhelper.php610 $f['logic'] = 'AND';
/plugin/dev/
H A DREADME33 and the Skeletor class which implements the logic for using the
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md53 * Moved some parsing logic to `Reader::getDeserializerForElementName()`,
54 so people with more advanced use-cases can implement their own logic there.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md59 * Moved some parsing logic to `Reader::getDeserializerForElementName()`,
60 so people with more advanced use-cases can implement their own logic there.
/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:

123