| /plugin/displayorphans/ |
| D | _local.php | 31 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 D | config.php | 30 * @param $logic 35 public function parseFilterLine($logic, $val) argument 39 $flt[] = $logic;
|
| /plugin/data/syntax/ |
| D | table.php | 113 $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 …]
|
| D | related.php | 138 $where .= " " . $filter['logic'] . " pages.page " 143 . $filter['logic'] . " pages.title " 154 … $where .= ' ' . $filter['logic'] . ' ' . $tables[$col] . '.value ' . $filter['compare'] .
|
| /plugin/data-au/syntax/ |
| D | table.php | 103 $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 …]
|
| D | related.php | 134 …$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/ |
| D | roll.php | 91 $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'].
|
| D | textloop.php | 100 $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'].
|
| D | loop.php | 100 $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 D | LdapQueue.php | 134 …* 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 D | search.php | 100 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/ |
| D | Sidebar-PID.js | 90 …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/ |
| D | table.php | 81 $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 D | search.js | 29 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/ |
| 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/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | Common.php | 77 * 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/ |
| D | ProjectsInstancesDatabaseOperations.php | 59 * 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/ |
| D | WARNING.txt | 3 The logic behind style configuration uses the file size in order to
|
| /plugin/asciidocjs/node_modules/resolve/lib/ |
| D | normalize-options.js | 4 * environments will override it at runtime in order to inject special logic
|
| /plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/ |
| D | AdvancedDriverInterface.php | 8 * Forces advanced logic to drivers.
|
| D | AdvancedFileLocatorInterface.php | 8 * Forces advanced logic on a file locator.
|
| /plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/ |
| D | LogicException.php | 13 * Logic exception.
|
| /plugin/owncloud/tpl/ |
| D | detail.php | 93 // @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/ |
| D | action.php | 92 // Logic to handle updating the due date 127 // Logic to handle updating the priority
|
| /plugin/ckgedit/ckeditor/plugins/note/ |
| D | plugin.js | 5 //Plugin logic goes here.
|