Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test97 FALSE
98 FALSE
99 FALSE
100 FALSE
103 FALSE
107 FALSE
108 FALSE
109 FALSE
110 FALSE
112 FALSE
[all …]
/plugin/badbehaviour/bad-behavior/
H A Dcommon_tests.inc.php9 …ed']) && stripos($package['headers_mixed']['Expect'], "100-continue") !== FALSE && !strcmp($packag…
16 …s_mixed']) && strpos($package['headers_mixed']['Pragma'], "no-cache") !== FALSE && !array_key_exis…
28 …0') !== FALSE && !array_key_exists('Cookie2', $package['headers_mixed']) && strpos($package['heade…
45 if ($settings['strict'] && strpos($package['request_uri'], "#") !== FALSE) {
49 if (strpos($package['request_uri'], ";DECLARE%20@") !== FALSE) {
58 …ange', $package['headers_mixed']) && strpos($package['headers_mixed']['Range'], "=0-") !== FALSE) {
74 strpos($package['headers']['via'],'Clearswift') === FALSE &&
75 strpos($ua,'CoralWebPrx') === FALSE) {
81 …!== FALSE || stripos($package['headers_mixed']['Via'], "PCNETSERVER") !== FALSE || stripos($packag…
130 if (strpos($package['headers_mixed']['Referer'], ":") === FALSE) {
H A Dgoogle.inc.php7FALSE && match_cidr($package['ip'], "64.233.160.0/19") === FALSE && match_cidr($package['ip'], "72…
H A Dcore.inc.php96 if ($result !== FALSE) {
100 return FALSE;
166 …if (stripos($ua, "bingbot") !== FALSE || stripos($ua, "msnbot") !== FALSE || stripos($ua, "MS Sear…
171 …os($ua, "Googlebot") !== FALSE || stripos($ua, "Mediapartners-Google") !== FALSE || stripos($ua, "…
176 …} elseif (stripos($ua, "Yahoo! Slurp") !== FALSE || stripos($ua, "Yahoo! SearchMonkey") !== FALSE)…
183 if (stripos($ua, "MSIE") !== FALSE) {
185 if (stripos($ua, "Opera") !== FALSE) {
192 } elseif (stripos($ua, "Konqueror") !== FALSE) {
196 } elseif (stripos($ua, "Opera") !== FALSE) {
200 } elseif (stripos($ua, "Safari") !== FALSE) {
[all …]
H A Dmsie.inc.php12FALSE || strpos($package['headers_mixed']['User-Agent'], "Windows XP") !== FALSE || strpos($packag…
19 …xed']) && strpos($package['headers_mixed']['User-Agent'], "IEMobile") === FALSE && @preg_match('/\…
/plugin/bibtex/OSBib/
H A DMINIMALRTF.php106 function createFontBlock($fontBlock = FALSE, $font = FALSE)
108 if(($fontBlock === FALSE) || ($font === FALSE))
109 return FALSE;
120 return FALSE;
159 function textBlock($fontBlock = FALSE, $fontSize = FALSE, $input = FALSE)
161 if(($fontBlock === FALSE) || ($fontSize === FALSE) || ($input === FALSE))
162 return FALSE;
H A DSTYLEMAPBIBTEX.php95 'thesis' => FALSE,
97 'film' => FALSE,
102 'artwork' => FALSE,
103 'software' => FALSE,
108 'hearing' => FALSE,
109 'statute' => FALSE,
111 'case' => FALSE,
112 'bill' => FALSE,
113 'patent' => FALSE,
118 'map' => FALSE,
[all …]
/plugin/hidingip/
H A Daction.php32 …if (array_search('diff', $whentohide) !== FALSE) $controller->register_hook('TPL_CONTENT_DISPLAY',…
42 $flag = FALSE;
43 $showip = FALSE;
60 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
68 $flag = FALSE;
84 $flag = FALSE;
85 $showip = FALSE;
99 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
109 $flag = FALSE;
130 $showip = FALSE;
[all …]
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php370 TRUE : FALSE;
399 TRUE : FALSE;
429 $pString .= TABLE::td($td, FALSE, FALSE, "top");
447 $pString .= TABLE::td($td, FALSE, FALSE, "top");
464 $pString .= TABLE::td($td, FALSE, FALSE, "top");
473 $pString .= TABLE::td($td, FALSE, FALSE, "top");
496 $pString .= TABLE::td($td, FALSE, FALSE, "top");
584 FALSE, FALSE, "top");
682 FALSE, FALSE, "bottom");
704 FALSE, FALSE, "bottom");
[all …]
H A DMISC.php32 function hr($class = FALSE)
40 function p($data = '', $class = FALSE, $align = "left")
56 function ul($data, $class = FALSE)
64 function ol($data, $class = FALSE, $type = "1")
72 function li($data, $class = FALSE)
80 function b($data, $class = FALSE)
87 function i($data, $class = FALSE)
94 function u($data, $class = FALSE)
101 function span($data, $class = FALSE)
108 function h($data, $class = FALSE, $level = 4)
H A DTABLE.php32 …function tableStart($class = FALSE, $border = 0, $spacing = 0, $padding = 0, $align = "center", $w…
48 function trStart($class = FALSE, $align = "left", $vAlign = "top")
64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS…
74 function tdStart($class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE)
H A DFORM.php57 function formSubmit($value = FALSE)
90 function radioButton($label, $name, $value = FALSE, $checked = FALSE)
102 function checkbox($label, $name, $checked = FALSE)
117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE)
140 function selectedBox($label, $name, $array, $select, $size = 3, $override = FALSE)
169 function selectFBoxValue($label, $name, $array, $size = 3, $override = FALSE)
179 $doneFirst = FALSE;
233 $doneFirst = FALSE;
271 if(array_search($key, $values) !== FALSE)
313 function textInput($label, $name, $value = FALSE, $size = 20, $maxLength = 255)
[all …]
H A DSESSION.php80 return FALSE;
83 function writeArray($row, $prefix = FALSE)
88 $value = FALSE;
92 return FALSE;
97 return FALSE;
/plugin/onlinenumber/
H A Dsyntax.php40 if (! touch(PLUGIN_ONLINE_USER_LIST)) return FALSE;
44 if ($fp == FALSE) return FALSE;
49 $found = FALSE;
57 if ($line === FALSE) continue;
70 if(! fclose($fp)) return FALSE;
83 if ($fp == FALSE) return FALSE;
90 if ($lines === FALSE) $lines = array();
95 $dirty = FALSE;
115 if (! ftruncate($fp, 0)) return FALSE;
122 if(! fclose($fp)) return FALSE;
/plugin/code2/
H A Dsyntax.php54 var $_JSmarkup = FALSE;
214 $aList = FALSE; // release memory
273 $aMarkup = FALSE; // release memory
389 $aText = FALSE; // release memory
424 return FALSE;
694 $hits[3] = $hits[4] = FALSE;
701 $hits[1] = $hits[2] = FALSE;
789 $l = FALSE;
874 $aData[1] = FALSE; // free mem
961 $inLI = FALSE;
[all …]
/plugin/date/
H A Dsyntax.php96 $cnst = FALSE;
99 $timestamp_key = FALSE;
100 $now_key = FALSE;
101 $locale_key = FALSE;
102 $mode_key = FALSE;
104 $cnst = FALSE;
128 if ( $timestamp_key !== FALSE and $now_key !== FALSE and $cnst == FALSE ) {
159 } else if ( $timestamp_key !== FALSE and $cnst == FALSE ) {
176 } else if ($cnst == FALSE) {
186 if ($cnst != FALSE) {
/plugin/accscounter/syntax/
H A Dcounter.php62 $modify = FALSE;
74 $excluded = FALSE;
100 if ($dnsdatas !== FALSE) $hiscountry = $dnsdatas[0]["txt"]; else $hiscountry = FALSE;
103 if ($hiscountry !== FALSE) {
110 $included = FALSE;
139 if ($hiscountry !== FALSE) {
156 $ishespam = FALSE;
157 $sfspluginok = FALSE;
192 if ($excluded == FALSE) {
225 $inthelog = FALSE;
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE)
64 $this->patterns = FALSE;
107 return array(FALSE, FALSE, FALSE);
245 $row['creator2'] = FALSE;
772 $first = FALSE;
777 $etAl = FALSE;
954 if($item === FALSE)
960 return FALSE;
992 function formatTitle($pString, $delimitLeft = FALSE, $delimitRight = FALSE)
1050 function formatPages($start, $end = FALSE, $citation = FALSE)
[all …]
H A DBIBSTYLE.php115 $this->pages = FALSE; // indicates not yet created pages for articles
127 $this->bibformat->addItem($itemElement, 'URL', FALSE);
165 return FALSE;
181 $endDay = isset($this->row['miscField5']) ? stripslashes($this->row['miscField5']) : FALSE;
185 $startDay = ($startDay == 0) ? FALSE : $startDay;
186 $startMonth = ($startMonth == 0) ? FALSE : $startMonth;
189 $endDay = ($endDay == 0) ? FALSE : $endDay;
190 $endMonth = ($endMonth == 0) ? FALSE : $endMonth;
208 return FALSE;
222 $end = $this->row['pageEnd'] ? trim(stripslashes($this->row['pageEnd'])) : FALSE;
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php114 $this->expandMacro = FALSE;
136 $this->parseFile = FALSE;
162 return FALSE;
213 return array($array[0], FALSE);
282 $lastLine = FALSE;
289 if(($line = $this->getLine()) === FALSE)
322 $this->delimitersExist = FALSE;
385 $lastLine = FALSE;
451 $this->preamble = FALSE;
453 $this->strings = FALSE;
[all …]
H A DPARSEPAGE.php38 return array($array[1], FALSE);
40 return array(FALSE, FALSE);;
45 $start = $end = FALSE;
63 return FALSE;
/plugin/batchedit/
H A Dconfig.php18 'matchcase' => FALSE,
19 'multiline' => FALSE,
20 'advregexp' => FALSE,
26 'keepmarks' => FALSE,
28 'tplpatterns' => FALSE,
110 $this->config['matchctx'] = FALSE;
117 $this->config['searchlimit'] = FALSE;
/plugin/qstat/
H A Dsyntax.php337 if ($sock === FALSE)
338 return FALSE;
341 if ($r === FALSE)
342 return FALSE;
344 if ($r === FALSE)
345 return FALSE;
368 return FALSE;
371 if ($r === FALSE)
372 return FALSE;
374 if ($r === FALSE)
[all …]
/plugin/pgn4web/pgn4web/
H A Dviewer.php172 return FALSE;
182 return FALSE;
203 return FALSE;
210 return FALSE;
213 return FALSE;
239 return FALSE;
270 return FALSE;
274 return FALSE;
283 return FALSE;
287 return FALSE;
[all …]
/plugin/sql/
H A Dsyntax.php25 return FALSE;
35 var $display_inline = FALSE;
36 var $vertical_position = FALSE;
86 $this->display_inline = FALSE;
87 $this->vertical_position = FALSE;
103 $this->wikitext_enabled = FALSE;
110 $this->display_inline = FALSE;
115 $this->vertical_position = FALSE;

12345678910>>...13