Home
last modified time | relevance | path

Searched refs:false (Results 626 – 650 of 6149) sorted by relevance

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

/plugin/schulzevote/
H A Dhelper.php13 $this->outdated = false;
75 return false;
79 return false;
81 return false;
109 return false;
184 return false;
194 return false;
215 return false;
/plugin/sphinxsearch-was/
H A Dfunctions.php86 $firstSection = false;
89 'section' => getSectionByTitleLevel($id, $row['title'], false),
111 return false;
114 return false;
118 return false;
124 function getSectionByTitleLevel($id, $header, $extended = false)
251 if (false === strpos($id, ":")) {
276 if (false === strpos($id, ":")) {
341 $data = ft_pageLookup($query, false);
343 if (!count($data)) return false;
[all …]
/plugin/sphinxsearch/
H A Dfunctions.php77 if (empty($metadata) || empty($metadata['description']['tableofcontents'])) return false;
94 $firstSection = false;
119 return false;
122 return false;
126 return false;
132 function getSectionByTitleLevel($id, $header, $extended=false)
257 if (false === strpos($id, ":")){
282 if (false === strpos($id, ":")){
347 $data = ft_pageLookup($query, false);
349 if(!count($data)) return false;
[all …]
/plugin/bureaucracy/
H A Dsyntax.php118 if(strpos($args[0], '_') === false) {
204 if($format != 'xhtml') return false;
222 if($success !== false) {
241 $exists = false;
327 $success = false;
331 return false;
343 return false;
354 return false;
403 $inQuote = false;
404 $escapedQuote = false;
[all …]
/plugin/upgrade/vendor/composer/
H A Dinstalled.php20 'dev_requirement' => false,
29 'dev_requirement' => false,
38 'dev_requirement' => false,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php58 if (isset($blameParts[0]) === false) {
59 return false;
65 return false;
89 if ($handle === false) {
/plugin/phprestrict/action/
H A Daction.php66 case false: // empty string
94 if (strpos($conf['disableactions'],'source') === false) $conf['disableactions'] .= ',source';
95 …if (strpos($conf['disableactions'],'export_raw') === false) $conf['disableactions'] .= ',export_ra…
96 …if (strpos($conf['disableactions'],'revisions') === false) $conf['disableactions'] .= ',revisions';
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php11 'renderforms' => false,
14 'debugbox' => false,
15 'draw_page_border' => false
19 $media->set_landscape(false);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DSplObjectStorageComparator.php41 …function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)
50 false,
63 false,
/plugin/quickstats/GEOIP/vendor/
H A Dcheck_dir.php6 function listdir($start_dir='.', $found=false) {
11 while (($file = readdir($fh)) !== false) {
17 $found = false;
42 return false;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php13 $this->mpdf->tdbegin = false;
27 $this->mpdf->newFlowingBlock($this->mpdf->blk[$this->mpdf->blklvl]['width'], $this->mpdf->lineheight, '', false, 1, true, $this->mpdf->blk[$this->mpdf->blklvl]['direction']);
89 $table['bgcolor'] = false;
90 $table['va'] = false;
91 $table['txta'] = false;
92 $table['topntail'] = false;
93 $table['thead-underline'] = false;
94 $table['border'] = false;
107 $table['padding']['L'] = false;
108 $table['padding']['R'] = false;
[all...]
/plugin/barcodes/vendor/composer/
H A Dinstalled.php10 'dev' => false,
20 'dev_requirement' => false,
29 'dev_requirement' => false,
/plugin/labeled/
H A Dhelper.php30 return false;
35 return false;
41 if (count($all) === 0) return false;
91 return false;
118 return false;
131 return false;
175 return false;
203 public function getAllLabels($reload = false) {
259 public function createLabel($name, $color, $order = false, $ns = '') {
/plugin/plantuml/
H A Dsyntax.php146 return false;
165 return false;
168 if (!$ok) return false;
176 return file_exists($cache) ? $cache : false;
185 return false;
217 return false;
233 return $img ? io_saveFile($out, $img) : false;
242 return false;
266 return false;
/plugin/dlcount/
H A Daction.php58 $fn = false;
59 if (strpos($href, 'fetch.php?') !== false) {
63 } elseif (strpos($href, 'fetch.php/') !== false) {
75 if (file_exists($metafn)) $meta = unserialize(io_readFile($metafn, false));
103 $metastring = io_readFile($metafn, false);
156 $isvalid = false;
160 $isvalid = false;
163 $isvalid = false;
179 return false;
/plugin/authowncloud/
H A Dauth.php34 if (!OC_Config::getValue('installed', false)) {
37 $this->success = false;
68 return false;
109 if(OC_USER::userExists($user)) return false;
134 if(!OC_User::setPassword($user, $changes['pass'])) return false;
139 if(!OC_USER::setDisplayName($user, $changes['name'])) return false;
148 … if(!OC_Preferences::setValue($user, 'settings', 'email', $changes['mail'])) return false;
186 $groupJoin = false;
187 $prefJoin = false;
/plugin/ditaa/
H A Dsyntax.php71 'round' => false,
136 return false;
173 return false;
175 $data = unserialize(io_readFile($file_cfg, false));
186 if(!$ok) return false;
197 if(!file_exists($file_png)) return false;
218 return false;
380 if(io_download($url, $cache, false, '', 0)) {
385 return false;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php56 if ($format === false) {
57 return false;
73 return false;
83 return false;
90 return false;
120 if ($params === false || count($params) != 2) {
121 return false;
128 … openssl_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->ge…
137 return false;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php22 protected $setupCalDAV = false;
23 protected $setupCardDAV = false;
24 protected $setupACL = false;
25 protected $setupCalDAVSharing = false;
26 protected $setupCalDAVScheduling = false;
27 protected $setupCalDAVSubscriptions = false;
28 protected $setupCalDAVICSExport = false;
29 protected $setupLocks = false;
30 protected $setupFiles = false;
/plugin/linksuggest/
H A Daction.php58 if($entered_ns === false) {
76 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
99 } else if ($entered_ns === false && $current_ns) { // [[xxx while current page not in root-namespace
114 $meta = p_get_metadata($page, false, METADATA_RENDER_USING_CACHE);
118 Event::createAndTrigger('TPL_TOC_RENDER', $toc, null, false);
176 if($entered_ns === false) {
194 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
217 } else if ($entered_ns === false && $current_ns) { // [[xxx while current page not in root-namespace
254 * @param bool $pagesonly true: pages only, false: pages and namespaces
257 protected function search_pages($ns, $id, $pagesonly = false) {
[all...]
/plugin/navi/
H A Dsyntax.php11 'ns' => false,
12 'full' => false,
13 'js' => false,
45 if (strpos($id, '?') !== false) {
69 $R->info['cache'] = false; // no cache please
117 $instructions = p_cached_instructions(wikiFN($controlPage), false, $controlPage);
132 $pre = false;
218 public function renderTree($navItems, $parentPath, Doku_Renderer $R, $fullTree = false)
220 $open = false;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as53 progressUpdates(false);
54 timeUpdates(false);
80 timeUpdates(false);
110 timeUpdates(false);
158 seeking(false);
165 seeking(false);
217 return false;
240 timeUpdates(false);
261 return false;
306 timeUpdates(false);
[all …]
/plugin/authsmartcard/
H A Dauth.php32 $this->cando['external'] = false; // does the module do external auth checking?
33 …$this->cando['logout'] = false; // can the user logout again? (eg. not possible with HTTP aut…
76 return false;
94 return false;
104 return false;
124 return false;
128 return false;
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php233 return false;
246 return false;
399 return false;
618 return false;
747 return false;
944 return false;
1015 return false;
1056 return false;
1083 return false;
1092 return false;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php256 $temp = self::subtractHelper($x_value, false, $y_value, false);
334 $temp = self::addHelper($x_value, false, $y_value, false);
458 $z1 = self::addHelper($x1, false, $x0, false);
459 $temp = self::addHelper($y1, false, $y0, false);
461 $temp = self::addHelper($z2, false, $z0, false);
462 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
1070 $z1 = self::addHelper($x1, false, $x0, false);
1072 $temp = self::addHelper($z2, false, $z0, false);
1073 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
1104 return false;
[all …]

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