Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
Din.test37 {{ false in [0, 1] ? 'TRUE' : 'FALSE' }}
38 {{ true in [0, 1] ? 'TRUE' : 'FALSE' }}
39 {{ '0' in [0, 1] ? 'TRUE' : 'FALSE' }}
40 {{ '' in [0, 1] ? 'TRUE' : 'FALSE' }}
41 {{ 0 in ['', 1] ? 'TRUE' : 'FALSE' }}
43 {{ '' in 'foo' ? 'TRUE' : 'FALSE' }}
44 {{ 0 in 'foo' ? 'TRUE' : 'FALSE' }}
45 {{ false in 'foo' ? 'TRUE' : 'FALSE' }}
46 {{ false in '100' ? 'TRUE' : 'FALSE' }}
47 {{ true in '100' ? 'TRUE' : 'FALSE' }}
[all …]
/plugin/badbehaviour/bad-behavior/
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) {
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 …]
Dgoogle.inc.php7FALSE && match_cidr($package['ip'], "64.233.160.0/19") === FALSE && match_cidr($package['ip'], "72…
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/
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;
DSTYLEMAPBIBTEX.php93 'conference_paper' => FALSE,
95 'thesis' => FALSE,
96 'web_article' => FALSE,
97 'film' => FALSE,
98 'broadcast' => FALSE,
99 'music_album' => FALSE,
100 'music_track' => FALSE,
101 'music_score' => FALSE,
102 'artwork' => FALSE,
103 'software' => FALSE,
[all …]
/plugin/hidingip/
Daction.php30 …if (array_search('recent', $whentohide) !== FALSE) $controller->register_hook('HTML_RECENTFORM_OUT…
31 …if (array_search('revision', $whentohide) !== FALSE) $controller->register_hook('HTML_REVISIONSFOR…
32 …if (array_search('diff', $whentohide) !== FALSE) $controller->register_hook('TPL_CONTENT_DISPLAY',…
33 …if (array_search('userlink', $whentohide) !== FALSE ) $controller->register_hook('COMMON_USER_LINK…
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;
[all …]
/plugin/bibtex/OSBib/create/
DADMINSTYLE.php56 function display($message = FALSE)
61 $pString = MISC::h($this->messages->text("heading", "styles"), FALSE, 3);
76 function addInit($error = FALSE)
79 " (" . $this->messages->text("style", "addLabel") . ")"), FALSE, 3);
96 function editInit($error = FALSE)
99 " (" . $this->messages->text("style", "editLabel") . ")"), FALSE, 3);
103 $pString .= FORM::selectedBoxValue(FALSE, "editStyleFile", $this->styles, $styleFile, 20);
105 $pString .= FORM::selectFBoxValue(FALSE, "editStyleFile", $this->styles, 20);
111 function editDisplay($error = FALSE)
116 " (" . $this->messages->text("style", "editLabel") . ")"), FALSE, 3);
[all …]
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)
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;
198 function selectedBoxValue($label, $name, $array, $select, $size = 3, $override = FALSE)
222 function selectFBoxValueMultiple($label, $name, $array, $size = 3, $override = FALSE)
233 $doneFirst = FALSE;
[all …]
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)
/plugin/onlinenumber/
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/
Dsyntax.php54 var $_JSmarkup = FALSE;
214 $aList = FALSE; // release memory
269 $aMarkup = FALSE; // release memory
273 $aMarkup = FALSE; // release memory
389 $aText = FALSE; // release memory
424 return FALSE;
610 $l = FALSE; // default: no language
612 $ht = $ft = FALSE; // default: no (head/foot) title
694 $hits[3] = $hits[4] = FALSE;
701 $hits[1] = $hits[2] = FALSE;
[all …]
/plugin/date/
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/bibtex/OSBib/format/
DBIBFORMAT.php28 function BIBFORMAT($dir = FALSE, $bibtex = FALSE, $preview = FALSE)
64 $this->patterns = FALSE;
65 $this->patternHighlight = FALSE;
75 $this->editorSwitch = FALSE;
84 $this->convertEntry=FALSE;
107 return array(FALSE, FALSE, FALSE);
245 $row['creator2'] = FALSE;
272 if(($key = array_search('type', $this->styleMap->$type)) !== FALSE)
277 if(($key = array_search('label', $this->styleMap->$type)) !== FALSE)
452 function map($template = FALSE)
[all …]
DBIBSTYLE.php115 $this->pages = FALSE; // indicates not yet created pages for articles
127 $this->bibformat->addItem($itemElement, 'URL', FALSE);
165 return FALSE;
177 $startDay = isset($this->row['miscField2']) ? stripslashes($this->row['miscField2']) : FALSE;
178 $startMonth = isset($this->row['miscField3']) ? stripslashes($this->row['miscField3']) : FALSE;
181 $endDay = isset($this->row['miscField5']) ? stripslashes($this->row['miscField5']) : FALSE;
182 $endMonth = isset($this->row['miscField6']) ? stripslashes($this->row['miscField6']) : FALSE;
185 $startDay = ($startDay == 0) ? FALSE : $startDay;
186 $startMonth = ($startMonth == 0) ? FALSE : $startMonth;
189 $endDay = ($endDay == 0) ? FALSE : $endDay;
[all …]
/plugin/accscounter/syntax/
Dcounter.php57 if (page_exists($page) == FALSE) return $default;
62 $modify = FALSE;
74 $excluded = FALSE;
100 if ($dnsdatas !== FALSE) $hiscountry = $dnsdatas[0]["txt"]; else $hiscountry = FALSE;
103 if ($hiscountry !== FALSE) {
110 $included = FALSE;
136 if (preg_match($prefix, $clientIP)) $excluded = FALSE;
139 if ($hiscountry !== FALSE) {
142 if ($checkinglower == $hiscountry) $excluded = FALSE;
156 $ishespam = FALSE;
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEENTRIES.php114 $this->expandMacro = FALSE;
136 $this->parseFile = FALSE;
157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE;
162 return FALSE;
167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE;
171 $val = ($this->currentLine < count($this->bibtexString)) ? $line : FALSE;
213 return array($array[0], FALSE);
282 $lastLine = FALSE;
289 if(($line = $this->getLine()) === FALSE)
322 $this->delimitersExist = FALSE;
[all …]
DPARSEPAGE.php38 return array($array[1], FALSE);
40 return array(FALSE, FALSE);;
45 $start = $end = FALSE;
63 return FALSE;
/plugin/batchedit/
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/
Dsyntax.php145 * <tt>FALSE</tt> otherwise.
327 $serverstatus = FALSE;
337 if ($sock === FALSE)
338 return FALSE;
341 if ($r === FALSE)
342 return FALSE;
344 if ($r === FALSE)
345 return FALSE;
367 if ($sock === FALSE)
368 return FALSE;
[all …]
/plugin/pgn4web/pgn4web/
Dviewer.php134 …p_response_header_status ? preg_match("/^\S+\s+[45]\d\d\s/", $http_response_header_status) : FALSE;
172 return FALSE;
182 return FALSE;
194 return FALSE;
203 return FALSE;
210 return FALSE;
213 return FALSE;
239 return FALSE;
258 return FALSE;
265 return FALSE;
[all …]
/plugin/sql/
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;
/plugin/advrack/
Djquery.qtip.js33 FALSE = false,
95 ) || FALSE
115 disabled: FALSE,
117 onTooltip: FALSE,
123 this.hiddenDuringWait = this.positioning = this.triggering = FALSE;
160 'aria-atomic': FALSE,
187 deferreds.push( this._updateTitle(title, FALSE) );
196 deferreds.push( this._updateContent(text, FALSE) );
221 self.positioning = FALSE;
225 self.toggle(TRUE, cache.event, FALSE);
[all …]

12345678910>>...13