Home
last modified time | relevance | path

Searched refs:false (Results 926 – 950 of 6149) sorted by relevance

1...<<31323334353637383940>>...246

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php38 $c = ['a' => false,
39 'R' => false,
40 'nowrap' => false,
41 'bgcolor' => false,
42 'padding' => ['L' => false,
43 'R' => false,
44 'T' => false,
45 'B' => false
50 $table['simple']['border'] = false;
61 $c['border'] = false;
[all...]
/plugin/webdavclient/
H A Dadmin.php16 protected $error = false;
67 if($this->hlp->syncConnection($connid, true, true) === false)
75 if($this->hlp->syncConnection($connid, true, true, true) === false)
101 … $this->hlp->addConnection($uri, $username, $password, $dn, $dn, $type, '3600', false, false);
115 …], $_REQUEST['calendardn'][$idx], $_REQUEST['calendardn'][$idx], 'calendar', '3600', false, false);
120 …EQUEST['addressbookdn'][$idx], $_REQUEST['addressbookdn'][$idx], 'contacts', '3600', false, false);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DJsonMatchesTest.php34 …'error syntax' => [false, '{"Mascott"::}', json_encode(['Mascott' =…
35 …'error UTF-8' => [false, json_encode('\xB1\x31'), json_encode(['Mascott' =…
36 …'invalid JSON in class instantiation' => [false, json_encode(['Mascott' =…
/plugin/mantis/lib/
H A Dclass.soapclient.php43 var $http_encoding = false;
47 var $persistentConnection = false;
97 …usoap_client($endpoint,$wsdl = false,$proxyhost = false,$proxyport = false,$proxyusername = false,…
291 return false;
382 return false;
460 return false;
462 return false;
470 return false;
488 return false;
511 return false;
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php25 return false;
32 return false;
103 return false;
130 return false;
157 return false;
302 return false;
316 return false;
407 return false;
434 return false;
448 return false;
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php38 var $_toUtfFailed = false;
159 function php2js($a=false)
162 if ($a === false) return 'false';
183 $isList = false;
267 $this->_toUtfFailed = false;
308 if ($this->_toUtfFailed || strpbrk($k, $this->_nonAsciiChars) !== false) {
329 if (strpos($data, '%u') !== false) { // improve speed
379 if ($p !== false) return chr(128 + $p);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DInlineCommentSniff.php178 $tabFound = false;
194 $fix = false;
228 $nextComment = $phpcsFile->findNext(array(T_COMMENT), ($stackPtr + 1), null, false);
229 if (($nextComment !== false)
237 …Comment = $phpcsFile->findPrevious(array(T_COMMENT), ($lastComment - 1), null, false)) !== false) {
279 if (in_array($commentCloser, $acceptedClosers) === false) {
295 $start = false;
/plugin/settingstree/
H A Dhelper.php15 …private $memcache = false; // memcache false: not initialized, null: not present/usable, object:…
17 …private $explorer_registered = false; // flag to indicate that the callbacks/options are registere…
51 if ($this->memcache === false){
226 …($ret = file_put_contents(DOKU_SETTINGS_DIR."/{$pluginname}.json",json_encode($values)) !== false){
259 $results['error'] = false;
265 $results['success'] = false;
273 $results['error'] = false;
281 $results['success'] = false;
/plugin/sphinxsearch-was/
H A Daction.php180 $this->_showResult($row, $keywords, false);
193 if (false !== strpos($prev, ',')) {
234 function _showResult($row, $keywords, $subpages = false)
311 if (!actionOk('search')) return false;
327 if (false !== ($pos = strpos($query, "@ns"))) {;
337 if (false !== ($pos = strpos($query, "-@ns"))) {;
339 } else if (false !== ($pos = strpos($query, "@ns"))) {;
354 return false;
/plugin/sphinxsearch/
H A Daction.php230 $this->_showResult($row, $keywords, false);
246 if(false !== strpos($prev, ',')){
279 function _showResult($row, $keywords, $subpages = false)
356 if (!actionOk('search')) return false;
372 if (false !== ($pos = strpos($query, "@ns"))){;
382 if (false !== ($pos = strpos($query, "-@ns"))){;
384 }else if (false !== ($pos = strpos($query, "@ns"))){;
399 return false;
/plugin/move/_test/
H A DstepThroughDocuments.test.php15 public function stepThroughDocumentsCall($type = parent::TYPE_PAGES, $skip = false) {
40 public $fail = false;
43 if ($this->fail !== false && count($this->movedPages) == $this->fail) {
44 $this->fail=false;
47 return false;
200 $expected_pages_run = false;
209 $expected_log = array('P','oldns:page13','newns:page13',false);
260 $expected_log = array('P','oldns:page13','newns:page13',false);
/plugin/combo/syntax/
H A Dminimap.php108 return false;
168 $startPageFound = false;
169 $homePageFound = false;
237 $print = false;
241 $print = false;
245 $print = false;
325 return false;
338 function getNamespaceChildren($namespace, $sort = 'natural', $listdirs = false)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php7 private bool $initialized = false;
27 if (false === $rawCharacters) {
33 if (false === $encoder) {
39 if (false === $bpeDictionary) {
44 if (false === $lines) {
52 if (false === $splitLine) {
109 return null !== $var && false !== $var && '' !== $var;
285 return false === $indexed ? -1 : $indexed;
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DTypeComparator.php41 …function assertEquals($expected, $actual, $delta = 0.0, $canonicalize = false, $ignoreCase = false)
50 false,
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php136 private static $mappingTableLoaded = false;
243 return false;
260 return false;
390 $info->validBidiDomain = false;
398 $info->validBidiDomain = false;
406 $info->validBidiDomain = false;
413 $info->validBidiDomain = false;
425 $info->validBidiDomain = false;
433 $info->validBidiDomain = false;
441 $info->validBidiDomain = false;
[all …]
/plugin/data-au/syntax/
H A Dtable.php84 'dynfilters' => false,
85 'summarize' => false,
87 'sepbyheaders' => false,
240 if($format != 'xhtml') return false;
243 if(is_null($dataau)) return false;
246 if(!$sqlite) return false;
248 $R->info['cache'] = false;
572 if(!$sqlite) return false;
743 $inQuote = false;
744 $escapedQuote = false;
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ac3.php86 $info['audio']['lossless'] = false;
429 return false;
512 return (isset($sampleRateCodeLookup[$fscod]) ? $sampleRateCodeLookup[$fscod] : false);
527 return (isset($sampleRateCodeLookup2[$fscod2]) ? $sampleRateCodeLookup2[$fscod2] : false);
574 return (isset($audioCodingModeLookup[$acmod]) ? $audioCodingModeLookup[$acmod] : false);
592 return (isset($centerMixLevelLookup[$cmixlev]) ? $centerMixLevelLookup[$cmixlev] : false);
641 'surround_mono'=>false,
642 'surround_left'=>false,
643 'surround_right'=>false,
726 return (isset($roomTypeLookup[$roomtyp]) ? $roomTypeLookup[$roomtyp] : false);
[all …]
/plugin/data/syntax/
H A Dtable.php78 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction
94 'dynfilters' => false,
95 'summarize' => false,
97 'sepbyheaders' => false,
231 $data['cur_param'] = $this->dthlp->getPurrentParam(false);
250 if ($format != 'xhtml') return false;
251 if (is_null($data)) return false;
252 if (!$this->dthlp->ready()) return false;
254 if (!$sqlite) return false;
256 $renderer->info['cache'] = false;
[all...]
/plugin/siteexport/syntax/
H A Dtoc.php18 private $insideToc = false;
102 return false;
107 return false;
110 $this->insideToc = false;
113 return false;
294 $exists = false; $isImage = false; $linktype = null;
314 return false;
394 $exists = false;
426 $exists = false;
457 $firstRun = false;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A D.travis.yml3 sudo: false
19 email: false
25 on_start: false
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForLoopNode.php25 …parent::__construct([], ['with_loop' => false, 'ifexpr' => false, 'else' => false], $lineno, $tag);
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DBlockQuote.php
/plugin/bootswrapper/syntax/
H A Dwell.php22 'required' => false,
31 return false;
35 return false;
/plugin/tagging/
H A Dadmin.php19 * @return bool always false
22 return false;
36 return false;
42 return false;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php180 return false;
183 return false;
186 return false;
231 return false;
234 return false;
237 return false;
523 return false;

1...<<31323334353637383940>>...246