Home
last modified time | relevance | path

Searched refs:false (Results 151 – 175 of 6149) sorted by relevance

12345678910>>...246

/plugin/pagequery/
H A Dsyntax.php61 $opt['casesort'] = false; // allow case sorting
67 $opt['fullregex'] = false; // power-user regex search option--file name only
68 $opt['fulltext'] = false; // search full-text; including file contents
69 $opt['group'] = false; // group the results based on sort headings
70 $opt['hidejump'] = false; // hide the jump to top link
71 $opt['hidemsg'] = false; // hide any error messages
72 $opt['hidestart'] = false; // hide start pages
77 $opt['natsort'] = false; // allow natural case sorting
79 $opt['showcount'] = false; // show the count of links found
82 $opt['spelldate'] = false; // spel
[all...]
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php72 if (empty($lines)) return false;
77 if ($tmp !== false) {
93 if (($entries =& $this->getClaimedIdentities($providerId)) === false) return false;
102 return false;
119 return false;
138 if ($tmp !== false) {
153 if (($entries =& $this->getUserData()) === false) return false;
162 return false;
180 return false;
232 return false;
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php256 $tagShort = false;
259 $tagFound = false;
263 if($i === false)
274 $success = false;
291 $i = false;
297 if($j === false)
298 $success = false;
334 $tagCloseFound = false;
347 $success = false;
387 $success = false;
[all …]
/plugin/farm/
H A Dconfig.class.php73 ) return false;
202 return false;
205 return false;
211 return false;
224 return false;
238 return false;
250 return false;
256 return false;
282 return false;
289 return false;
[all …]
/plugin/oembed/
H A Dsyntax.php54 return false;
62 return false;
87 return false;
246 return false;
255 if(!$response = $this->fetch($query_url)) return false;
394 return false;
432 $first = strpos($base,"?") === false ? true : false;
434 if($first){ $url .= "?"; $first = false; }
455 $ret_link = false;
457 if(!$html) return false;
[all …]
/plugin/changes/
H A Dsyntax.php73 'reverse' => false,
211 return false;
267 if ($change !== false) {
302 if ($change === false) return false;
305 if (isset($seen[$change['id']])) return false;
308 if (!empty($type) && !in_array($change['type'], $type)) return false;
311 if (!empty($user) && (empty($change['user']) || !in_array($change['user'], $user))) return false;
317 if ($change['extra'] != 'media' && $change['type'] != 'D' && !page_exists($change['id'])) return false;
321 return false;
[all...]
/plugin/upgrade/
H A Dhelper.php69 $ok = false;
77 $ok = false;
82 $ok = false;
96 $ok = false;
100 $ok = false;
103 $ok = false;
114 $ok = false;
124 $ok = false;
149 return false;
155 return false;
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php232 if (false === $tree) {
271 if (false === $out && false === $this->backtrack()) {
293 return false;
380 return false;
447 return false;
457 $found = false;
477 if (false === $found) {
478 return false;
621 $recursive = false
627 return false;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/
H A DSSH2.php42 return false;
46 if ($result === false) {
47 return false;
57 return false;
61 if ($result === false) {
62 return false;
93 return false;
/plugin/authgoogle/google/cache/
H A DGoogle_MemcacheCache.php27 private $connection = false;
43 if ((@memcache_get($this->connection, $key . '.lock')) === false) {
44 return false;
95 public function get($key, $expiration = false) {
97 if (($ret = @memcache_get($this->connection, $key)) === false) {
98 return false;
102 return false;
117 'data' => $value), false) == false) {
H A DGoogle_ApcCache.php35 if ((@apc_fetch($key . '.lock')) === false) {
36 return false;
70 public function get($key, $expiration = false) {
72 if (($ret = @apc_fetch($key)) === false) {
73 return false;
77 return false;
86 if (@apc_store($key, array('time' => time(), 'data' => serialize($value))) == false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DDiff.php49 $showSources=false,
54 return false;
71 if ($fixed === false) {
94 if ($fixed === false) {
95 return false;
100 $diff = $phpcsFile->fixer->generateDiff(null, false);
107 return false;
137 $showSources=false,
/plugin/issuetracker/
H A Dsyntax.php563 $cFlag = false;
1123 $cFlag = false;
1131 $_cFlag = false;
1516 $isValid = false;
1527 $isValid = false;
1532 $isValid = false;
1537 $isValid = false;
1542 $isValid = false;
1547 $isValid = false;
1909 return false;
[all …]
/plugin/indexmenu/syntax/
H A Dindexmenu.php197 $js = false;
376 private function getOption($defaultsString, $optsString, $matchPattern, $multipleMatches = false)
391 return false;
427 return false;
447 if ($currentNS !== false) {
450 $renderer->info['cache'] = false;
458 $renderer->info['cache'] = false;
481 return false;
495 * @return bool|string return html for a nojs index and when enabled the js rendered index, otherwise false
503 $opts['tempNew'] = false;
[all...]
/plugin/metaeditor/
H A Daction.php55 $useJson = false;
74 $data = array(false, "You are not an admin");
96 $cache = false;
107 return array(false, "Error saving value: $newval");
112 $cache = false;
123 return array(false, "Error saving value: $newval");
128 $cache = false;
139 return array(false, "Error saving value: $newval");
150 $cache = false;
193 $cache = false;
[all …]
/plugin/authplaincas/
H A Dauth.php60 $this->success = false;
65 $this->success = false;
82 $this->success = false;
85 $this->success = false;
123 'debug' => false,
336 return false;
437 return false;
446 $save = false;
495 if (($userinfo = $this->getUserData($user)) === false) return false;
508 return false;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DMissingColonSniff.php69 if ($nested !== false) {
73 $foundColon = false;
74 $foundString = false;
78 if ($foundColon === false && $foundString !== false) {
84 $foundColon = false;
85 $foundString = false;
/plugin/openid/Auth/OpenID/
H A DFileStore.php42 protected $active = false;
87 $this->active = false;
200 return false;
211 return false;
237 return false;
378 return false;
404 return false;
426 return false;
539 return false;
557 return false;
[all …]
/plugin/evesso/
H A Dauth.php74 return false;
130 return false;
179 return false;
204 return false;
214 return false;
259 return false;
264 return false;
275 return false;
314 return false;
342 return false;
[all …]
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php15 function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); }
27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); }
48 function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = false): string|false { return p\Mbstring::mb_detect_encoding((string) $string, $encodings, (bool) $strict); }
60 function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); }
75 function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); }
78 function mb_stristr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { return p\Mbstring::mb_stristr((string) $haystack, (string) $needle, (bool) $before_needle, $encoding); }
81 function mb_strrchr(?string $haystack, ?string $needle, ?bool $before_needle = false, ?string $encoding = null): string|false { retur
[all...]
/plugin/redirect2/
H A Daction.php51 if (empty($page)) return false;
86 return false;
118 return false;
143 if ($url !== false) {
185 if ($url !== false) {
195 } while ($checkID != false);
207 if ($url !== false) {
246 if ($url !== false) {
256 } while ($checkID != false);
269 if ($url !== false) {
[all …]
/plugin/sfauth/
H A Dhelper.php28 return false;
77 return false;
107 return false;
123 return false;
161 return false;
170 return false;
176 return false;
235 if($resp === false) return false;
251 return false;
264 if($resp === false) return false;
[all …]
/plugin/odt/ODT/
H A DXMLUtil.php18 return false;
75 if ($angle === false) {
93 if ($end === false) {
143 if ($angle === false) {
162 if ($end === false) {
232 if ($angle === false) {
252 if ($end === false) {
321 if ($angle === false) {
340 if ($end === false) {
361 $empty = false;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php241 return false;
273 return false;
297 return false;
380 return false;
512 return false;
537 return false;
1176 return false;
1231 if ($oid === false) {
1305 if (strpos($content, '-') !== false || strpos($content, '+') !== false) {
1372 return false;
[all …]
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php77 if ( $filerows == false ) { die ( "Unable to get file content." ); }
79 $viewed_post_process_open = false;
80 $viewed_post_process_close = false;
168 'renderforms' => false,
172 'landscape' => false,
180 'ps2pdf' => false,
181 'compress' => false,
184 'transparency_workaround' => false,
185 'imagequality_workaround' => false,
186 'draw_page_border' => false,
[all …]

12345678910>>...246