Home
last modified time | relevance | path

Searched refs:false (Results 1001 – 1025 of 6149) sorted by relevance

1...<<41424344454647484950>>...246

/plugin/booking/
H A Dhelper.php52 while (($line = fgets($fh, 4096)) !== false) {
145 if (!file_exists($file)) return false;
148 if (!$fh) return false;
155 while (($line = fgets($fh, 4096)) !== false) {
167 return false;
/plugin/loglog/
H A Dadmin.php23 return false;
124 if (strpos($line['msg'], 'logged off') !== false) {
126 } elseif (strpos($line['msg'], 'logged in permanently') !== false) {
128 } elseif (strpos($line['msg'], 'logged in') !== false) {
130 } elseif (strpos($line['msg'], 'failed') !== false) {
/plugin/seqdia/
H A Dsyntax.php116 return false;
129 if(!$ok) return false;
139 if(!file_exists($cache)) return false;
152 return false;
170 if(!$img) return false;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceKernighanRitchieSniff.php47 public $checkClosures = false;
78 if (isset($tokens[$stackPtr]['scope_opener']) === false) {
83 && (bool) $this->checkFunctions === false)
85 && (bool) $this->checkClosures === false)
94 if ($use !== false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php24 protected $ran = false;
111 $name = $test->getName(false);
142 $cumulative = false;
147 $name = $test->getName(false);
162 $adjustTicket = 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/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php51 public function nextConnection(bool $force = false): ConnectionInterface
78 private function sniff(bool $force = false)
80 if ($force === false && $this->nextSniff >= time()) {
117 return false;
123 return false;
/plugin/mathpublish/
H A Dsyntax.php27 protected $enable = false;
28 protected $msg_sent = false;
133 if($mode != 'xhtml' && $mode != 'odt') return false;
195 return false;
200 return false;
/plugin/openid/Auth/OpenID/
H A DMemcachedStore.php50 function __construct($connection, $compress = false)
154 return false;
160 return false;
193 return false;
233 return false;
/plugin/starred/
H A Dhelper.php83 if (!$db) return false;
88 if (blank($user)) return false;
139 public function starHtml($ID, $pageid, $inneronly = false, $setid = false)
143 if ($inneronly === false) {
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DTextTest.php41 array('This is a very long sentence.', 2, false, '...', 'Th...'),
42 array('This is a very long sentence.', 6, false, '...', 'This i...'),
45 array('This is a very long sentence.', 23, false, '...', 'This is a very long sen...'),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DArraySubsetTest.php34 'strict' => false
37 'expected' => false,
46 'strict' => false
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTypeToken.php51 return call_user_func($checker, $argument) ? 5 : false;
54 return $argument instanceof $this->type ? 5 : false;
64 return false;
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DIndentedCodeParser.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DMock.php12 public $fail = false;
14 public $invalidCheckResponse = false;
58 return [false, "fail!"];
/plugin/tablewidth/
H A Dsyntax.php37 return false;
43 return false;
53 return false;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php43 public static function decode(string $encodedString, bool $strictPadding = false): string
45 return static::doDecode($encodedString, false, $strictPadding);
55 public static function decodeUpper(string $src, bool $strictPadding = false): string
69 return static::doEncode($binString, false, true);
80 return static::doEncode($src, false, false);
104 return static::doEncode($src, true, false);
196 …tected static function doDecode(string $src, bool $upper = false, bool $strictPadding = false): st…
388 protected static function doEncode(string $src, bool $upper = false, $pad = true): string
/plugin/zip/pear/File/Archive/Reader/
H A DArchive.php50 var $sourceOpened = false;
77 function File_Archive_Reader_Archive(&$source, $sourceOpened = false)
90 $this->sourceOpened = false;
/plugin/feedback/_test/
H A DgetFeedbackContact.test.php35 false,
47 false,
59 false,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DUnconditionalIfStatementSniff.php78 if (isset($token['parenthesis_opener']) === false) {
85 $goodCondition = false;
96 if ($goodCondition === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DReturnFunctionValueSniff.php55 $functionName = $phpcsFile->findNext(T_STRING, ($stackPtr + 1), null, false, null, true);
57 while ($functionName !== false) {
62 … $functionName = $phpcsFile->findNext(T_STRING, ($functionName + 1), null, false, null, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php169 if ($next !== false) {
240 if ($conditionCheck === false
347 $keyUsed = false;
348 $singleUsed = false;
434 if ($keyUsed === false) {
512 $singleValue = false;
521 if ($nextContent === false) {
567 if ($keyUsed === false && empty($indices) === false) {
589 $lastValueLine = false;
670 if (isset($index['index']) === false) {
[all …]
/plugin/userhomepage/
H A Daction.php104 return false;
225 return false;
364 return false;
411 $content = io_readFile($this->public_page_template, false);
413 $content = io_readFile($type, false);
451 if (strpos($this->name, '<bdi>') !== false) {
491 return false;
495 function multiNsOk($msg=false) {
505 return false;
533 return false;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php93 'linesExecutedPercent' => $node->getLineExecutedPercent(false),
97 'testedMethodsPercent' => $node->getTestedMethodsPercent(false),
99 'testedClassesPercent' => $node->getTestedClassesAndTraitsPercent(false),
175 false
183 false
193 false
264 false
276 false
413 $stringFlag = false;
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php

1...<<41424344454647484950>>...246