Home
last modified time | relevance | path

Searched refs:false (Results 126 – 150 of 6149) sorted by path

12345678910>>...246

/plugin/approve/action/
H A Dapprove.php173 header("Location: " . wl($INFO['id'], ['rev' => $last_approved_rev], false, '&'));
H A Dmigration.php156 $in_apr_namespace = false;
192 protected function render_metadata_for_approved_page($id, $currev=false) {
H A Dprettyprint.php25 $JSINFO['approve'] = ['prettyprint' => false];
H A Dviewmode.php31 $viewmode = get_doku_pref('approve_viewmode', false);
45 if (!$this->getConf('viewmode')) return false;
46 if (!$INPUT->server->str('REMOTE_USER')) return false;
47 if ($event->data['view'] != 'user') return false;
57 if (!$this->getConf('viewmode')) return false;
58 if (!$INPUT->server->str('REMOTE_USER')) return false;
59 if ($event->data['view'] != 'page') return false;
61 $viewmode = get_doku_pref('approve_viewmode', false);
/plugin/approve/
H A Dhelper.php55 return false;
73 * @return array|array[]|false|string[]
103 return false;
200 if (!$approver) return false;
202 return false;
213 return false;
224 if (!isset($INFO['userinfo'])) return false;
236 return false;
255 return false;
264 if ($this->getConf('viewmode') && get_doku_pref('approve_viewmode', false)) retur
[all...]
/plugin/approve/meta/
H A DViewModeSiteTools.php14 $viewmode = get_doku_pref('approve_viewmode', false);
/plugin/approve/syntax/
H A Dtable.php36 'filter' => false,
57 return false;
62 if (preg_match('/' . $value . '/', null) === false) {
64 return false;
67 $value = $value == '0' ? false : true;
93 return false;
/plugin/archivegenerator/_test/
H A Dgeneral.test.php33 $this->assertTrue(false !== strtotime($info['date']));
/plugin/archivegenerator/
H A Dadmin.php14 protected $generateArchive = false;
125 $this->addDirToArchive($archive, '.', false);
173 $this->addDirToArchive($archive, '.', false);
247 ], false, '&');
372 … protected function addFilesToArchive($source, Zip $archive, $filesOnly = false, $skipRegex = null)
392 while (false !== $entry = $dir->read()) {
407 if ($copyOK === false) {
408 return false;
/plugin/archiveupload/
H A Daction.php162 if(strpos($ext, 'gz') !== false) $compress_type = COMPRESS_GZIP;
174 return false;
189 return false;
195 return false;
/plugin/articlelinks/_test/
H A Dgeneral.test.php31 $this->assertTrue(false !== strtotime($info['date']));
/plugin/articlelinks/
H A Dsyntax.php89 if($mode != 'xhtml') return false;
/plugin/asiansearch/
H A Daction.php186 … $append = ($start < $end) ? $end : false; // still the end of the previous context snippet
250 $secedit = false;
/plugin/asyncsearch/
H A Dasyncsearch.php43 return false;
76 return false;
H A Dpagelookup.php45 return false;
/plugin/attribute/
H A Dhelper.php15 public $success = false;
213 if ($preserial == false || $unserial === false) {
264 return false;
303 return false;
308 return false;
315 $result = false;
340 return false;
345 return false;
356 return false;
377 return false;
[all …]
/plugin/authchained/
H A Dauth.php23 protected $any_external = false;
46 $this->success = false;
61 $this->success = false;
65 $success = false;
74 $this->success = false;
170 public function trustExternal($user, $pass, $sticky = false) {
186 return false;
219 return false;
256 return false;
317 return false;
[all …]
/plugin/authclientcert/
H A Dauth.php51 return false;
56 return false;
61 return false;
66 return false;
81 if ($userInfo !== false) {
94 return false;
112 return false;
118 return false;
126 return false;
135 return false;
[all …]
/plugin/authdiscourse/
H A Dauth.php26 $this->success = false;
48 public function trustExternal($user, $pass, $sticky=false) {
54 return false;
88 return false;
97 return false;
106 return false;
/plugin/authdjango/
H A Dauth.php33 $this->cando['logout'] = false;
46 $this->success = false;
52 function trustExternal($user,$pass,$sticky=false){
57 $sticky ? $sticky = true : $sticky = false; //sanity check
102 return false;
/plugin/authdomainlimitation/action/
H A Dsignup.php51 $event->result = false;
54 return false;
/plugin/authdrupal7/
H A Dauth.php37 $this->success = false;
82 $rc = false;
136 $info = false;
193 return false;
222 return false;
267 return false;
377 return false;
438 return false;
476 return false;
491 return false;
[all …]
/plugin/authdrupal8/
H A Dauth.php36 $this->success = false;
42 $this->success = false;
46 $this->cando['addUser'] = false; // can Users be created?
47 $this->cando['delUser'] = false; // can Users be deleted?
48 $this->cando['modLogin'] = false; // can login names be changed?
49 $this->cando['modPass'] = false; // can passwords be changed?
50 $this->cando['modName'] = false; // can real names be changed?
51 $this->cando['modMail'] = false; // can emails be changed?
52 $this->cando['modGroups'] = false; // can groups be changed?
53 $this->cando['getUsers'] = false; // FIXM
[all...]
/plugin/authenvvars/
H A Dauth.php24 $this->cando['logout'] = false;
28 $this->success = false;
51 public function trustExternal($user, $pass, $sticky=false) {
/plugin/authfacebook/
H A Dauth.php34 $this->cando['delUser'] = false;
44 $sticky ? $sticky = true : $sticky = false; //sanity check
65 $USERINFO['is_facebook'] = false;
76 return false;
205 return false;

12345678910>>...246