Home
last modified time | relevance | path

Searched refs:true (Results 1 – 25 of 6699) sorted by last modified time

12345678910>>...268

/plugin/pagelist/
H A Dsyntax.php128 return true;
136 return true;
H A Dhelper.php111 $this->sort = true;
122 'page' => true,
206 $this->column[$col] = true;
213 * @param int|bool $value must evaluate to false/true for dis/enabling column. Sometimes value is used for specific setting
268 $this->showheader = true;
274 $this->showfirsthl = true;
280 $this->sort = true; //sort by pageid
284 $this->sort = true; //reverse sort on key, not sure if that is by pageid
285 $this->rsort = true;
300 $this->sort = true;
[all...]
H A DCOPYING78 Whether that is true depends on what the Program does.
/plugin/pagequery/
H A DPageQuery.php377 if ($value === true) {
462 $pages = $this->filterNamespaces($pages, $excl_ns, true);
501 * @param string $exclude true = exclude
519 final public function validatePages(array $pages, bool $nostart = true, int $maxns = 0): array
553 $exclude = true;
611 * $sort_opts['assoc'][<column>] = MSORT_KEEP_ASSOC | true
619 $keep_assoc = true;
797 $can_start_col = true;
804 $is_first = true;
828 if ($opt['showcount'] === true) {
[all...]
H A Dsyntax.php100 $opt[$option] = true;
192 $opt['nstitle'] = true;
202 $opt['nstitle'] = true;
274 $no_result = true;
284 $no_result = true;
288 $no_result = true;
312 return true;
315 $renderer->meta['pagequery'] = true;
317 return true;
/plugin/twofactoremail/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Daction.php47 $this->settings->set('verified', true);
/plugin/twofactor/
H A Dadmin.php65 return true;
96 return true;
266 return array_slice($users, $start, $pagesize, true);
H A DGoogleAuthenticator.php80 $hm = hash_hmac('SHA1', $time, $secretkey, true);
144 return true;
H A DLICENSE77 Whether that is true depends on what the Program does.
H A DManager.php51 $this->ready = true;
98 return true;
110 return true;
115 return true;
156 * true: user opted out
200 $this->providersInitialized = true;
212 public function getUserProviders($configured = true)
300 return true;
H A DProvider.php185 public function checkCode($code, $usermessage = true)
/plugin/twofactor/action/
H A Dlogin.php162 preg_match('/' . $this->getConf('trustedIPs') . '/', clientIP(true))
164 return true;
175 return true;
206 setcookie(self::TWOFACTOR_COOKIE, null, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
229 setcookie(self::TWOFACTOR_COOKIE, $data, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
231 return true;
247 auth_cookiesalt(false, true),
H A Dprofile.php74 send_redirect(wl($ID, array('do' => 'login'), true, '&'));
81 send_redirect(wl($ID, ['do' => 'twofactor_profile'], true, '&'));
123 if (!checkSecurityToken()) return true;
128 return true;
131 if (!$INPUT->has('provider')) return true;
133 if (!isset($providers[$INPUT->str('provider')])) return true;
139 return true;
144 return true;
152 return true;
158 * @return bool true i
[all...]
/plugin/attribute/
H A Dhelper.php18 protected $secure = true;
34 $this->success = true;
432 $result = true;
473 $result = true;
521 $success = true;
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/nspages/
H A DoptionParser.php115 $excludeSelfPage = true;
144 $foundOption = true;
147 $foundOption = true;
H A Dsyntax.php51 optionParser::checkOption($match, "subns", $return['subns'], true);
52 optionParser::checkOption($match, "nopages", $return['nopages'], true);
53 optionParser::checkOption($match, "simpleListe?", $return['simpleList'], true);
54 optionParser::checkOption($match, "tree", $return['tree'], true);
55 optionParser::checkOption($match, "numberedListe?", $return['numberedList'], true);
56 optionParser::checkOption($match, "simpleLineBreak", $return['lineBreak'], true);
57 optionParser::checkOption($match, "title", $return['title'], true);
58 optionParser::checkOption($match, "idAndTitle", $return['idAndTitle'], true);
59 optionParser::checkOption($match, "h1", $return['title'], true);
60 optionParser::checkOption($match, "simpleLine", $return['simpleLine'], true);
[all...]
/plugin/nspages/printers/
H A DprinterNice.php62 $helper->printHeaderChar($firstCharOfLastAddedPage, true);
H A Dprinter.php114 * @param bool $node true when a node; false when a leaf
126 $this->renderer->listitem_open($level, true);
H A DprinterLineBreak.php15 $firstItem = true;
H A DprinterPictures.php51 return ml($picture, self::$_dims, true);
56 return ml($this->_defaultPicture, self::$_dims, true);
H A DrendererXhtmlHelper.php43 if ( $continued === true || is_null($this->anchorName) ){
/plugin/nspages/fileHelper/
H A DfileHelper.php27 'listdirs' => $this->data['subns'], 'pagesonly'=> true, 'skipacl'=> false,
28 'sneakyacl' => true, 'hash'=> false, 'meta'=> true, 'showmsg'=> false,
29 'showhidden'=> $this->data['showhidden'], 'firsthead'=> true
56 if($preparer->isFileWanted($item, false) && $preparer->isFileWanted($item, true)) {
H A DpagePreparer.php49 return true;
56 return true;

12345678910>>...268