Home
last modified time | relevance | path

Searched full:logic (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/plugin/displayorphans/
D_local.php31 final class Logic class
52 …{ return $item['exists'] && $item['count'] == 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
56 …{ return !$item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…
60 …{ return $item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $ignor…
/plugin/struct/helper/
H A Dconfig.php30 * @param $logic
35 public function parseFilterLine($logic, $val) argument
39 $flt[] = $logic;
/plugin/data/syntax/
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'] . " pages.lastmod " .
684 $where2 .= ' ' . $filter['logic'] .
[all …]
Drelated.php138 $where .= " " . $filter['logic'] . " pages.page "
143 . $filter['logic'] . " pages.title "
154 … $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
/plugin/data-au/syntax/
Dtable.php103 $logic = 'OR';
170 $logic = 'AND';
173 if(!$logic) {
174 $logic = 'OR';
178 $flt['logic'] = $logic;
649 …$where2 .= " " . $filter['logic'] . " pages.page " . $filter['compare'] . " '" . $filter['value'] …
651 …$where2 .= " " . $filter['logic'] . " pages.class " . $filter['compare'] . " '" . $filter['value']…
653 …$where2 .= " " . $filter['logic'] . " pages.title " . $filter['compare'] . " '" . $filter['value']…
657 …$where2 .= " " . $filter['logic'] . " pages.lastmod " . $filter['compare'] . " " . $filter['value'…
666 …$where2 .= ' ' . $filter['logic'] . ' DATARESOLVE(' . $table . '.value,\'' . $sqlite->escape_strin…
[all …]
Drelated.php134 …$where .= " " . $filter['logic'] . " pages.page " . $filter['compare'] . " '" . $filter['value'] .…
136 …$where .= " " . $filter['logic'] . " pages.title " . $filter['compare'] . " '" . $filter['value'] …
145 … $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
/plugin/dataloop/syntax/
Droll.php91 $logic = 'OR';
145 $logic = 'AND';
163 'logic' => $logic
333 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'";
335 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'";
344 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare'].
Dtextloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
373 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'";
375 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'";
384 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare'].
Dloop.php100 $logic = 'OR';
154 $logic = 'AND';
172 'logic' => $logic
449 … $where .= " ".$filter['logic']." pages.page ".$filter['compare']." '".$filter['value']."'";
451 … $where .= " ".$filter['logic']." pages.title ".$filter['compare']." '".$filter['value']."'";
460 $where .= ' '.$filter['logic'].' '.$tables[$col].'.value '.$filter['compare'].
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php134 …* The logic in the loop is to send the messages in chunks of 8192 bytes to lessen the amount of TC…
179 …* This logic exists in the queue because an unsolicited notification can be received at any time. …
180 * rely on logic in the handler determined for the initial request / response.
/plugin/tagging/action/
H A Dsearch.php100 if ($INPUT->has('tagging-logic')) {
101 $active = $INPUT->str('tagging-logic');
103 $searchForm->setHiddenField('tagging-logic', $active);
108 ->id('plugin__tagging-logic');
135 $link = $this->getSettingsLink($label, 'tagging-logic', $key);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-PID.js90 …ble> ', 'Programmable Logic Control (control room)', null, null, this.getTagsForStencil(gn, 'progL…
93 …/table> ', 'Programmable Logic Control (field)', null, null, this.getTagsForStencil(gn, 'progLogCo…
96 …ble> ', 'Programmable Logic Control (inaccessible)', null, null, this.getTagsForStencil(gn, 'progL…
99 …ble> ', 'Programmable Logic Control (local panel)', null, null, this.getTagsForStencil(gn, 'progLo…
101 this.createVertexTemplateEntry(s + 'inst.logic;mounting=room',
103 …d>TI</td></tr><tr><td>##</td></table> ', 'Logic (control room)', null, null, this.getTagsForStenci…
104 this.createVertexTemplateEntry(s + 'inst.logic;mounting=field',
106 …r><td>TI</td></tr><tr><td>##</td></table> ', 'Logic (field)', null, null, this.getTagsForStencil(g…
107 this.createVertexTemplateEntry(s + 'inst.logic;mounting=inaccessible',
109 …d>TI</td></tr><tr><td>##</td></table> ', 'Logic (inaccessible)', null, null, this.getTagsForStenci…
[all …]
/plugin/semanticdata/syntax/
Dtable.php81 $logic = 'OR';
129 $logic = 'AND';
132 if(!$logic) $logic = 'OR';
135 $flt['logic'] = $logic;
397 if ($filter['logic'] == 'OR') $wherefilter .= '} UNION {';
/plugin/tagging/script/
H A Dsearch.js29 if (getQueryParam('tagging-logic') === 'and') {
33 if ($link.attr('href').indexOf('tagging-logic') === -1) {
34 $link.attr('href', $link.attr('href') + '&tagging-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/elasticsearch/vendor/ruflin/elastica/src/Query/
DCommon.php77 * Set the logic operator for low frequency terms.
89 * Set the logic operator for high frequency terms.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
DProjectsInstancesDatabaseOperations.php59 * expressions are combined with AND logic. However, you can specify AND, OR,
60 * and NOT logic explicitly. Here are a few examples: * `done:true` - The
/plugin/qna/style/
DWARNING.txt3 The logic behind style configuration uses the file size in order to
/plugin/asciidocjs/node_modules/resolve/lib/
Dnormalize-options.js4 * environments will override it at runtime in order to inject special logic
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
DAdvancedDriverInterface.php8 * Forces advanced logic to drivers.
DAdvancedFileLocatorInterface.php8 * Forces advanced logic on a file locator.
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
DLogicException.php13 * Logic exception.
/plugin/owncloud/tpl/
Ddetail.php93 // @todo: logic should be transferred to backend
159 <?php // View in media manager; @todo: transfer logic to backend
167 <?php // Back to [ID]; @todo: transfer logic to backend
/plugin/taskextra/
Daction.php92 // Logic to handle updating the due date
127 // Logic to handle updating the priority
/plugin/ckgedit/ckeditor/plugins/note/
Dplugin.js5 //Plugin logic goes here.

12345678910>>...14