Home
last modified time | relevance | path

Searched refs:false (Results 4501 – 4525 of 6149) sorted by path

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

/plugin/nspages/fileHelper/
H A DpagePreparer.php53 return false;
/plugin/nspages/
H A DoptionParser.php141 $foundOption = false;
H A Dsyntax.php114 'subns' => false, 'nopages' => false, 'simpleList' => false, 'lineBreak' => false,
115 'excludedPages' => array(), 'excludedNS' => array(), 'excludeSelfPage' => false,
116 'title' => false, 'wantedNS' => '', 'wantedDir' => '', 'safe' => true,
122 'maxDepth' => (int) 1, 'nbCol' => 3, 'simpleLine' => false,
123 'sortid' => false, 'reverse' => false,
124 'pagesinns' => false, 'anchorNam
[all...]
/plugin/nspages/printers/
H A Dprinter.php114 * @param bool $node true when a node; false when a leaf
124 $this->renderer->listitem_open($level, false);
H A DprinterLineBreak.php21 $firstItem = false;
H A DprinterNice.php112 return false;
113 return false;
H A DprinterSimpleList.php14 function __construct($plugin, $mode, $renderer, $data, $useNumberedList = false){
H A DprinterTree.php102 if ($item['ns'] !== false){
121 if ($item['ns'] === false) {
135 return strpos($haystack, $needle) !== false;
H A DrendererXhtmlHelper.php27 function printHeaderChar($char, $continued = false){
/plugin/nsrelation/
H A Dsyntax.php82 return false;
/plugin/nssize/conf/
H A Ddefault.php3 $conf['show_abs_path'] = false;
13 $conf['display_lockdir'] = false;
/plugin/nssize/
H A Dsyntax.php19 if($mode!='xhtml') return false;
/plugin/numberedheadings/
H A DREADME.md12 | fancy | styled heading numbers (default = false) |
H A Dsyntax.php117 if ($closed !== false) {
148 return false;
/plugin/numbering/
H A Daction.php32 if(strpos($event->data['newContent'], '~~GetNextNumber~~') === false) return;
39 if(strpos($event->data,'bureaucracy') == false) return;
46 if(strpos($matches[0],'bureaucracy') == false) return $matches[0];
92 $ar = unserialize(io_readFile($db,false));
/plugin/numbering/scripts/
H A Dgetnum.php54 $ar = unserialize(io_readFile($db,false));
/plugin/numberof/
H A Dsyntax.php32 search($list,$conf['datadir'].$matches[1],array($this,'_search_count'),array('all'=>false),'');
43 if($mode != 'xhtml') return false;
57 return false;
/plugin/oauth/
H A DAdapter.php215 * should be shown to the user. A return of false with no exceptions indicates that there was no
229 if (!$INPUT->get->has('code')) return false;
233 if (!$INPUT->get->has('oauth_token')) return false;
263 'href' => wl($ID, ['oauthlogin' => $this->getServiceID()], false, '&'),
H A DHTTPClient.php23 $http->keep_alive = false;
H A DOAuthManager.php46 * @return bool true if successful, false if not applies
54 return false;
61 if (!$logindata) return false;
95 * @return bool true if successful, false if not applies
103 return false;
107 if (!$userdata) return false;
108 if (!isset($userdata['user'])) return false; // default dokuwiki does not put username here, let DW handle it
109 $session->setUser($userdata, false); // does a login without resetting the time
116 * @return bool true if successful, false if not applies
123 if (!$cookie) return false;
[all...]
H A DRedirectSetting.php20 public function html(\admin_plugin_config $plugin, $echo = false)
H A DSession.php51 * @return false|array Either [servicename=>*, id=>*] or false
55 return $_SESSION[DOKU_COOKIE]['auth']['oauth'] ?? false;
107 * @return false|array
111 return $_SESSION[DOKU_COOKIE]['auth']['info'] ?? false;
146 * @return array|false Either [servicename=>?, storageID=>?] or false if no oauth data in cookie
150 if (!isset($_COOKIE[DOKU_COOKIE])) return false;
152 if ($oauth !== 'oauth') return false;
164 if (!isset($_SESSION[DOKU_COOKIE]['auth']['buid'])) return false;
[all...]
H A DStorage.php46 return unserialize(io_readFile($file, false));
/plugin/oauth/action/
H A Dlogin.php45 $conf['profileconfirm'] = false; // password confirmation doesn't work with oauth only users
184 return false;
H A Duser.php43 $conf['profileconfirm'] = false; // password confirmation doesn't work with oauth only users
89 if ($idx !== false) unset($groups[$idx]);

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