Home
last modified time | relevance | path

Searched refs:false (Results 4676 – 4700 of 6149) sorted by path

1...<<181182183184185186187188189190>>...246

/plugin/page4release/
H A Dsyntax.php49 $page4release = unserialize(io_readFile($conf['indexdir'].'/page4release.idx', false));
69 return false;
/plugin/pagebox/
H A Dsyntax.php62 $renderer->doc.= tpl_include_page($page_id, false);
68 return false;
71 return false;
/plugin/pagebreak/
H A Dsyntax.php77 return false;
/plugin/pagebuttons/
H A Daction.php139 && checklock($id) === false && !@file_exists(wikiLockFN($id));
/plugin/pagehere/
H A Dsyntax.php31 $renderer->info['cache'] = false;
32 if ($format != 'xhtml') return false;
/plugin/pageimage/
H A Dhelper.php96 $flags = array_merge(array('firstimage' => false),$flags);
H A Dsyntax.php34 if(!$image) return false;
47 if ($data === false) return false;
52 return false;
58 return false;
/plugin/pageindex/
H A Dsyntax.php24 if($type == 'd') return false;
29 return false;
38 return false;
/plugin/pagelist/
H A Dhelper.php17 protected $showheader = false;
19 protected $showfirsthl = false;
53 public $sort = false;
58 public $rsort = false;
126 'summary' => false,
151 'desc' => '(optional) override value of an existing column, value equal to false disables column',
213 * @param int|bool $value must evaluate to false/true for dis/enabling column. Sometimes value is used for specific setting
247 * @return bool, false if no array given
251 if (!is_array($flags)) return false;
271 $this->showheader = false;
[all...]
H A Dsyntax.php120 if (!$pagelist = plugin_load('helper', 'pagelist')) return false;
138 return false;
/plugin/pagemod/helper/
H A Dpagemod.php47 return false;
58 return false;
65 return false;
72 return false;
156 $output_before = false;
/plugin/pagemove/
H A Dadmin.php34 function forAdminOnly() { return false; }
272 $this->have_rights = false;
278 $this->have_rights = false;
316 $needrecursion = false;
376 $this->show_form = false;
484 $this->have_rights = false;
489 $this->have_rights = false;
494 $this->have_rights = false;
511 $this->have_rights = false;
848 while(($file = readdir($dh)) !== false) {
[all …]
/plugin/pagenav/
H A Dsyntax.php53 if ($format != 'xhtml') return false;
68 $exist = false;
79 $self = false;
/plugin/pagequery/
H A DPageQuery.php257 } elseif (strpos($key, ':') !== false) {
268 if (strpos($key, 'date') !== false && $value != '') {
396 if (strpos($key, 'year') !== false) {
399 if (strpos($key, 'month') !== false) {
402 if (strpos($key, 'day') !== false) {
463 $pages = $this->filterNamespaces($pages, $incl_ns, false);
483 if ($matched === false) {
484 return false;
551 $exclude = false;
559 return false;
[all...]
H A Daction.php45 $newkey = false;
67 $event->result = false;
H A Dsyntax.php61 $opt['casesort'] = false; // allow case sorting
67 $opt['fullregex'] = false; // power-user regex search option--file name only
68 $opt['fulltext'] = false; // search full-text; including file contents
69 $opt['group'] = false; // group the results based on sort headings
70 $opt['hidejump'] = false; // hide the jump to top link
71 $opt['hidemsg'] = false; // hide any error messages
72 $opt['hidestart'] = false; // hide start pages
77 $opt['natsort'] = false; // allow natural case sorting
79 $opt['showcount'] = false; // show the count of links found
82 $opt['spelldate'] = false; // spel
[all...]
/plugin/pageredirect/
H A Dsyntax.php102 * The function should always check for the given output format and return false
143 return false;
/plugin/pagestat/
H A Daction.php60 $tool_page= tpl_include_page("user:admin:etools:edit", false, false);
63 $tool_page= tpl_include_page("user:admin:etools:view", false, false);
/plugin/pagestat/syntax/
H A Dblock.php84 return false;
H A Dedit.php76 return false;
H A Deditpt.php77 return false;
H A Dword.php64 return false;
/plugin/pagetemplate/
H A Daction.php115 return false;
120 if(is_null($instructions)) return false;
121 $ret = false;
137 return false;
H A Dpagetemplate_backlinks.php61 if (!file_exists($file)) return false;
67 if(is_null($instructions)) return false;
68 $ret = false;
84 return false;
H A Dsyntax.php128 return false;
176 if ($idx !== false) {

1...<<181182183184185186187188189190>>...246