Home
last modified time | relevance | path

Searched refs:false (Results 1 – 25 of 6149) sorted by path

12345678910>>...246

/plugin/404manager/_test/
H A Ddokuwiki.test.php46 $this->assertTrue(false !== strtotime($info['date']));
H A Dmanager.test.php473 …$this->assertEquals(false, file_exists(admin_plugin_404manager::DATA_STORE_CONF_FILE_PATH), "The f…
/plugin/404manager/
H A Daction.php106 if ($ACT != 'show') return false;
109 if ($INFO['exists']) return false;
425 return false;
H A Dadmin.php104 return false;
150 $title = false;
271 $title = false;
703 … $this->pageRedirections = unserialize(io_readFile(self::DATA_STORE_CONF_FILE_PATH, false));
844 $pageRedirections = unserialize(io_readFile(self::DATA_STORE_CONF_FILE_PATH, false));
/plugin/a2s/
H A DASCIIToSVG.php108 protected $yy_last_was_cr = false;
109 protected $yy_count_lines = false;
1326 $yy_initial = false;
2037 return false;
2111 return false;
2114 $oddNodes = false;
3002 $skip = false;
3102 $dir = false;
3291 if ($dir !== false) {
3738 $newDir = false;
[all …]
H A Dsyntax.php144 return false;
/plugin/abbr/syntax/
H A Dabbreviation.php39 $shortonly = false;
56 } elseif (strpos($match,'|') !== false) {
76 if ($format != 'xhtml') return false;
H A Dhtmltag.php44 return false;
73 return false;
/plugin/abbrlist/
H A Dsyntax.php54 'nointernal' => false,
55 'sort' => false,
113 if(($format != 'xhtml') && ($format != 'odt')) return false;
/plugin/abc/
H A Dsyntax.php138 return false;
368 list($ext, $mime) = mimetype($file, false);
/plugin/abc2/
H A Daction.php34 $showJS = false;
H A Dsyntax.php87 return false;
130 $this->_renderAbcBlock($renderer, $transSrc, false);
352 return false;
371 if ($pos !== false) {
/plugin/abortlogin/
H A Daction.php89 if(!$allowed ) return false; // if allowed string is empty then all ips are allowed
93 return false;
/plugin/abstract/
H A Dsyntax.php88 return false;
99 'hide' => false,
/plugin/ac/
H A Dac.php37 $match = false;
50 return (count($ret) === 0) ? false : $ret[0];
H A Dcommon.php19 return false;
/plugin/ac/actions/
H A Dtickets.php18 if ($project === false) {
/plugin/accscounter/
H A Daction.php171 while (($file = readdir($dh)) !== false) {
185 if (!rmdir($dir_name)) return false;
H A Dadmin.php27 return false;
/plugin/achart/
H A DREADME.md40 enabled: false
58 enabled: false
H A Dsyntax.php88 if($mode != 'xhtml') return false;
117 if($content === false)
121 return false;
133 return false;
/plugin/acknowledge/
H A Daction.php99 return (strstr(strtolower($user['label']), strtolower($search))) !== false ? $user : null;
182 . wl($id, ['do' => 'diff', 'at' => $latest], false, '&') . '">'
H A Dhelper.php129 return false;
261 if (!$record) return false;
277 public function getUserAssignments($user, $groups, $includeDone = false)
299 * @return array|false
419 * @return bool|int timestamp of acknowledgement or false
432 return $acktime ? (int)$acktime : false;
/plugin/acknowledge/admin/
H A Dreport.php18 return false;
/plugin/acknowledge/syntax/
H A Dassign.php58 return false;

12345678910>>...246