Home
last modified time | relevance | path

Searched refs:false (Results 551 – 575 of 6149) sorted by relevance

1...<<21222324252627282930>>...246

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php46 return false;
52 if (false === $score) {
53 return false;
68 return false;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Node/
H A DAttributes.php
/plugin/actionrenderer/
H A Drenderer.php23 return false;
69 public function header($text, $level, $pos, $returnonly = false)
237 public function listitem_open($level, $node = false)
375 public function camelcaselink($link, $returnonly = false)
381 public function locallink($hash, $name = null, $returnonly = false)
387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '…
393 public function externallink($url, $name = null, $returnonly = false)
399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
405 public function windowssharelink($url, $name = null, $returnonly = false)
411 public function emaillink($address, $name = null, $returnonly = false)
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php100 $arrcode = $this->barcode_code39($code, false, false);
292 return false;
307 return false;
372 return false;
495 return false;
510 return false;
652 return false;
695 return false;
1176 $upce = false;
1209 return false;
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php94 if ($oCurrentFolder !== false)
150 $open_access = false;
162 return false;
226 if ($oCurrentFolder !== false)
398 function Dwfck_sanitize($sFileName, $media=false) {
405 return cleanID($sFileName,false,$media);
407 $sFileName = cleanID(dwiki_decodeFN($sFileName),false,$media);
434 $move = false;
554 $safe = false;
613 $image_file = false;
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php191 return false;
203 return false;
425 false
429 false
435 false,
444 false
449 false
455 return false;
529 $found = false;
542 return false;
[all …]
/plugin/ckgedit/action/
H A Dedit.php17 var $helper = false;
19 var $debug = false;
20 var $test = false;
22 var $draft_found = false;
259 …if(strpos($text, '%%') !== false || strpos($text, '\\\\') !== false || strpos($text, '|') !== fals…
286 if($pos !== false) {
397 $divalign = false;
563 $ro=false;
723 $guest_group = false;
724 $guest_user = false;
[all …]
/plugin/blogtng/helper/
H A Dentry.php70 if ($resid === false) {
147 return false;
159 return false;
190 return false;
194 return false;
229 return false;
710 public function tpl_previouslink($tpl, $id=false, $return=false) {
718 return false;
731 public function tpl_nextlink($tpl, $id=false, $return=false) {
739 return false;
[all …]
/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...]
/plugin/loadskin/
H A Daction.php114 return false;
139 $tplRequest = false; // not backwards-compatible, will only work with core PR #1129
170 return false;
184 $data = unserialize(io_readFile($config, false));
192 if (($pos !== false) && ($pos == 0))
206 return false;
218 $data = unserialize(io_readFile($userConf, false));
224 return false;
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php73 if ($this->pkey !== null && $this->pkey !== false) {
77 if ($this->cert !== null && $this->cert !== false) {
125 if ($this->cert === null || $this->cert === false) {
129 if ($this->pkey == null || $this->pkey === false) {
145 if ($this->cert === null || $this->cert === false) {
166 if ($this->cert === null || $this->cert === false) {
170 if ($this->pkey === null || $this->pkey === false) {
190 if ($this->cert === null || $this->cert === false) {
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php107 return false;
115 return false;
119 if (false === $enable || !self::stream_isatty($stream)) {
120 return false;
128 && (false !== getenv('ANSICON')
139 return false;
145 return $stat ? 0020000 === ($stat['mode'] & 0170000) : false;
158 …foreach (debug_backtrace(\PHP_VERSION_ID >= 50400 ? \DEBUG_BACKTRACE_IGNORE_ARGS : false) as $fram…
/plugin/simplenavi/
H A Dsyntax.php50 if ($format != 'xhtml') return false;
254 $return = false;
257 return false;
264 return false;
281 return false;
286 return false;
291 return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php69 private $_listenOutside = false;
89 $listenOutside=false
102 if (empty($invalidScopeTokens) === false) {
146 $foundScope = false;
154 if ($this->_listenOutside === true && $foundScope === false) {
/plugin/prettyphoto/
H A Drenderer.php18 return false;
22 $cache=NULL, $linking=NULL, $return=false) {
27 $noLink = false;
28 $render = ($linking === 'linkonly') ? false : true;
31 list($ext,$mime,$dl) = mimetype($src,false);
/plugin/iframe/
H A Dsyntax.php30 $url = false;
41 'align' => false,
42 'fullscreen' => false,
63 $opts['scroll'] = false;
66 $opts['border'] = false;
79 if($mode != 'xhtml') return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCbf.php57 $showSources=false,
63 if (empty($cliValues['files']) === false) {
83 return false;
86 if ($fixed === false) {
141 $showSources=false,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowTabIndentSniff.php80 if (isset($checkTokens[$tokens[$i]['code']]) === false) {
101 $tabFound = false;
107 if (strpos($content, "\t") !== false) {
118 if (strpos($content, "\t") !== false) {
125 if ($tabFound === false) {
/plugin/chat/
H A Dlocal.php.dist2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
5 $conf['chat']['usegravatar'] = false; // should gravatar pictures be displayd
6 $conf['chat']['linkemail'] = false; // link usernames with e-mail addresses
7 $conf['chat']['namerequired'] = false; // must provide a username
8 $conf['chat']['emailrequired'] = false; // must provide a e-mail address
/plugin/authg2fa/
H A DTokenHelper.php42 return false;
48 if(!io_saveFile($this->_g2fafile, $header, false)) {
50 return false;
57 return false;
66 return false;
/plugin/dwcommits/
H A Dhelper.php155 return false;
159 return false;
178 return false;
385 $record_done = false;
386 $done = false;
452 return false;
507 return false;
707 return false;
798 function db_data($inf = false) {
816 if($git !== false) {
[all …]
/plugin/deeplautotranslate/
H A Daction.php466 if (!$glossary_ns) return false;
472 return false;
477 if(strlen($src) != 2 or strlen($target) != 2) return false;
482 return false;
485 private function check_do_translation($allow_existing = false): bool {
490 if ($INFO['exists'] and !$allow_existing) return false;
494 if (($INFO['exists'] and $perm < AUTH_EDIT) or (!$INFO['exists'] and $perm < AUTH_CREATE)) return false;
498 if (preg_match('/' . $this->getConf('blacklist_regex') . '/', $ID) === 1) return false;
504 if (!array_key_exists($lang_ns, $this->langs)) return false;
515 if ($glossary_ns and substr($org_id, 0, strlen($glossary_ns)) == $glossary_ns) return false;
[all...]
/plugin/gallery/
H A Dsyntax.php
/plugin/swiftmail/Swift/Message/
H A DMime.php154 else return false;
197 return false;
206 public function setEncoding($encoding, $recursive=false, $non_ascii=false)
250 return false;
293 while (false !== $bytes = $part_stream->read()) $this->cache->write("append", $bytes);
316 while (false !== $bytes = $qp_os->read())
321 …te("body", Swift_Message_Encoder::instance()->QPEncode($this->getData(), 76, 0, false, $this->LE));
328 while (false !== $bytes = $b64_os->read())
340 while (false !== $bytes = $data->read(8192))
352 while (false !== $bytes = $os->read())
[all …]
/plugin/authgoogle2fa/
H A Dauth.php24 if(!defined('GOOGLE_AUTH_SECRET')) $twofactor=false;
25 if($enable==0) $twofactor=false;
33 $checkResult = false;
36 return false;

1...<<21222324252627282930>>...246