| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
| D | in.test | 5 TRUE 9 TRUE 13 TRUE 16 TRUE 19 TRUE 22 TRUE 25 TRUE 28 TRUE 31 TRUE 34 TRUE [all …]
|
| /plugin/hidingip/ |
| D | action.php | 46 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE; 47 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE; 60 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) { 61 if ($showip == TRUE) { 72 if ($ref['class'] == 'user') $flag = TRUE; 88 if ($this->getConf('rightToSeeIP') == 'mg' && auth_ismanager()) $showip = TRUE; 89 if ($this->getConf('rightToSeeIP') == 'sp' && auth_isadmin()) $showip = TRUE; 99 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) { 100 if ($showip == TRUE) { 105 …} else if ($flag == TRUE and preg_match('/<bdi>(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}(… [all …]
|
| /plugin/nosecedit/ |
| D | syntax.php | 30 p_set_metadata($ID,array("sectionedit"=>"on"),FALSE,TRUE); 73 return (array($ID=>TRUE)); 86 if (isset($opt[$ID])==TRUE) 88 p_set_metadata($ID,array("sectionedit"=>"off"),FALSE,TRUE); 92 p_set_metadata($ID,array("sectionedit"=>"on"),FALSE,TRUE); 95 return (TRUE);
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Css.php | 53 return TRUE; 65 $this->_inSelectorSequence = TRUE; 66 return TRUE; 81 return TRUE; 96 return TRUE; 107 return TRUE; 118 return TRUE; 126 return TRUE; 132 return TRUE; 138 return TRUE; [all …]
|
| H A D | Explain.php | 110 return TRUE; 120 return TRUE; 131 return TRUE; 174 return TRUE; 188 return TRUE; 197 return TRUE; 206 return TRUE; 307 return TRUE; 333 return TRUE; 358 return TRUE; [all …]
|
| H A D | Xpath.php | 281 return TRUE; 297 return TRUE; 314 return TRUE; 324 return TRUE; 564 return TRUE; 568 return TRUE; 577 return TRUE; 602 return TRUE; 608 return TRUE; 614 return TRUE; [all …]
|
| /plugin/accscounter/syntax/ |
| D | counter.php | 77 if (preg_match($prefix, $clientIP)) $excluded = TRUE; 78 if (preg_match($prefix, $remotehost)) $excluded = TRUE; 107 if ($checkinglower == $hiscountry) $excluded = TRUE; 113 if ($checkinglower == $hiscountry) $included = TRUE; 115 if ($included != TRUE) $excluded = TRUE; 133 $excluded = TRUE; 149 if ($this->getConf('excludeMgAndSp') == 'mg' && auth_ismanager()) $excluded = TRUE; 150 if ($this->getConf('excludeMgAndSp') == 'sp' && auth_isadmin()) $excluded = TRUE; 153 …is->getConf('usrExclusion'), $_SERVER['REMOTE_USER'], (array) $USERINFO['grps'])) $excluded = TRUE; 160 $sfspluginok = TRUE; [all …]
|
| /plugin/guestbook/ |
| D | admin.php | 50 $form = new guestbook(TRUE); 56 $form = new guestbook(TRUE); 62 $form = new guestbook(TRUE); 68 $form = new guestbook(TRUE); 79 $guestbook = new guestbook(TRUE); 89 print $guestbook->html($this, TRUE);
|
| /plugin/stopforumspam2/ |
| D | helper.php | 61 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th… 109 …* @return boolean (if $returnvalue is false) or array (otherwise) - The boolean will be TRUE if th… 204 …if ($detail['http_code'] == '200') return array('succeeded' => TRUE, 'message' => $this->getLang('… 230 if (preg_match($prefix, $ip)) return TRUE; 245 if (preg_match($prefix, $username)) return TRUE; 267 if (preg_match($prefix, $ascii)) return TRUE; 268 if (preg_match($prefix, $utf8)) return TRUE; 272 if ($this->getConf('skipMgAndSp') == 'mg' && auth_ismanager()) return TRUE; 273 if ($this->getConf('skipMgAndSp') == 'sp' && auth_isadmin()) return TRUE; 274 if ($this->getConf('skipMgAndSp') == 'user' && $_SERVER['REMOTE_USER']) return TRUE; [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
| D | FactoryTest.php | 25 array(NULL, TRUE, 'SebastianBergmann\\Comparator\\ScalarComparator'), 26 array(TRUE, NULL, 'SebastianBergmann\\Comparator\\ScalarComparator'), 27 array(TRUE, TRUE, 'SebastianBergmann\\Comparator\\ScalarComparator'), 29 array(TRUE, FALSE, 'SebastianBergmann\\Comparator\\ScalarComparator'), 30 array(FALSE, TRUE, 'SebastianBergmann\\Comparator\\ScalarComparator'),
|
| /plugin/vbsso/includes/ |
| D | api.php | 53 return array(SHAREDAPI_EVENT_FIELD_DATA => array(SHAREDAPI_EVENT_FIELD_VERIFY => TRUE)); 94 $u = vbsso_listener_user_load($json, TRUE); 110 auth_logoff(TRUE); 121 if (vbsso_listener_user_load($json, TRUE)) { 123 $secret = auth_cookiesalt(TRUE); //always sticky 144 $update = TRUE; 149 $update = TRUE; 160 $update = TRUE; 278 … setcookie(DOKU_COOKIE, $cookie, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), TRUE); 292 return TRUE; [all …]
|
| /plugin/lang/ |
| D | syntax.php | 221 static $VALID = TRUE; // flag to notice invalid markup 230 return TRUE; 234 return TRUE; 239 $VALID = TRUE; 242 return TRUE;
|
| /plugin/diff/ |
| D | syntax.php | 98 return TRUE; 146 return TRUE; 158 return TRUE; 168 return TRUE; 171 return TRUE; 403 return TRUE; 407 return TRUE;
|
| /plugin/sql/ |
| D | syntax.php | 34 var $wikitext_enabled = TRUE; 85 $this->wikitext_enabled = TRUE; 105 $this->wikitext_enabled = TRUE; 108 $this->display_inline = TRUE; 113 $this->vertical_position = TRUE; 123 return TRUE; 136 return TRUE;
|
| /plugin/jiralinks/ |
| D | action.php | 54 $url = wl($ID, '', TRUE); 60 …favicon = tpl_getMediaFile(array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico'), TRUE); 82 $this->alreadyTriggered = TRUE; 104 curl_setopt($curl, CURLOPT_POST, TRUE); 117 curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
|
| /plugin/batchedit/ |
| D | config.php | 21 'matchctx' => TRUE, 24 'searchlimit' => TRUE, 29 'checksummary' => TRUE 85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE); 133 $this->config[$id] = $options[$id] == TRUE;
|
| D | interface.php | 408 $this->printEditBox($name, FALSE, TRUE, !$multiline, $placeholder); 495 $this->printEditBox($edits[$label[1]], TRUE, isset($_REQUEST['matchctx'])); 497 $this->printEditBox($edits[$label[3]], TRUE, isset($_REQUEST['matchctx'])); 508 $this->printEditBox('searchmax', TRUE, isset($_REQUEST['searchlimit'])); 537 …private function printEditBox($name, $submitted = TRUE, $enabled = TRUE, $visible = TRUE, $placeho… 566 private function printTextArea($name, $visible = TRUE, $placeholder = '') { 665 private function printSubmitButton($name, $label, $enabled = TRUE) {
|
| /plugin/deflist/ |
| D | syntax.php | 327 * @return Boolean <tt>TRUE</tt> if rendered successfully, or 402 return TRUE; 408 if (TRUE === $mark) { 419 $INDD[--$LEVEL] = TRUE; 431 $INDD[$LEVEL] = TRUE; 453 return TRUE; 466 return TRUE;
|
| /plugin/dokutexit/ |
| D | syntax.php | 104 return TRUE; 122 return TRUE; 126 return TRUE; 134 return TRUE;
|
| /plugin/vote/ |
| D | syntax.php | 120 return TRUE; 141 return TRUE; 151 if( file_exists( $vote_log_file ) ){ return TRUE; } 162 return TRUE; 174 return TRUE; 199 return TRUE;
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/ |
| D | class_with_deprecated_method.phpt | 2 …amework_MockObject_Generator::generate('ClassWithDeprecatedMethod', array(), 'MockFoo', TRUE, TRUE) 24 TRUE, 25 TRUE
|
| /plugin/csvtodwpages/ |
| D | admin.php | 185 …$overwrite_files = ($params['csvdw_overwrite'][0] == 'true') ? TRUE : FALSE; // set this to TRUE … 186 …$dummyrun = ($params['csvdw_dummyrun'][0] == 'true') ? TRUE : FALSE; // is this just a du… 187 …$trimspaces = ($params['csvdw_trim'][0] == 'true') ? TRUE : FALSE; // is this just a du… 232 …if ($overwrite_files !== TRUE && page_exists($resolver->resolveId($namespace.':'.$cleanpagename)))… 236 $filecreated = TRUE; 271 … if ($overwrite_files !== TRUE && page_exists($resolver->resolveId($namespace.':'.$indexpage))) { 276 $filecreated = TRUE;
|
| /plugin/onlinenumber/ |
| D | syntax.php | 65 if (! $found && $matches[1] == $host) $found = TRUE; 103 $dirty = TRUE; 110 $dirty = TRUE; 166 $result = TRUE;
|
| /plugin/vbsso/ |
| D | action.php | 73 TRUE)) { 151 …on' => $this->vbsso_platform_settings[VBSSO_NAMED_EVENT_FIELD_LOGIN_VBULLETIN_URL]), TRUE, 'post'); 166 $this->getLang('btn_register'), '', TRUE) . '</p>'); 172 $this->getLang('btn_resendpwd'), '', TRUE) . '</p>');
|
| /plugin/tip/ |
| D | syntax.php | 314 return TRUE; 318 return TRUE; 325 return TRUE;
|