Home
last modified time | relevance | path

Searched refs:true (Results 1 – 25 of 6699) sorted by path

12345678910>>...268

/plugin/404manager/_test/
H A Dadmin.test.php35 …$this->assertEquals(true,$isRegularExpression,"The term (".$inputExpression.") is a regular expres…
40 …$this->assertEquals(true,$isRegularExpression,"The term (" . $inputExpression . ") is a regular ex…
H A Dmanager.test.php427 $this->assertEquals(true, $bool, "The redirection is present");
465 …$this->assertEquals(true, file_exists(admin_plugin_404manager::DATA_STORE_CONF_FILE_PATH), "The fi…
474 $this->assertEquals(true, file_exists($filenameMigrated), "The file migrated exist");
/plugin/404manager/
H A Daction.php130 return true;
143 return true;
157 return true;
163 return true;
178 return true;
187 return true;
193 return true;
218 return true;
238 return true;
249 return true;
[all …]
/plugin/a2s/
H A DASCIIToSVG.php129 $this->yy_at_bol = true;
187 $this->yy_last_was_cr = true;
1309 $yy_initial = true;
1317 while (true) {
1321 if ($this->YY_EOF == $yy_lookahead && true == $yy_initial) {
1460 $yy_initial = true;
2019 return true;
2029 return true;
2804 public $blurDropShadow = true;
3039 $skip = true;
[all …]
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Ddemo.txt23 [Logo]: {"fill":"#88d","a2s:delref":true}
38 [Logo]: {"fill":"#88d","a2s:delref":true}
141 [1]: {"fill":"#E97B11","a2s:delref":true}
154 [blue]: {"fill":"blue","a2s:delref":true}
180 [1]: {"fill":"#bcd2ee","a2s:delref":true}
215 [1]: {"fill":"#E97B11","a2s:delref":true}
228 [blue]: {"fill":"blue","a2s:delref":true}
254 [1]: {"fill":"#bcd2ee","a2s:delref":true}
388 "a2s:delref":true : "stroke-width":9
398 [r]: {"fill":"#d627d8","a2s:delref":true}
[all …]
H A Dsyntax.php166 return true;
183 return true;
218 return '"a2s:link":"' . wl( cleanID($match[1]), '', true ) . '"';
/plugin/abbr/syntax/
H A Dabbreviation.php36 $shortonly = true;
64 $shortonly = true;
88 return true;
H A Dhtmltag.php71 return true;
/plugin/abbrlist/
H A Dsyntax.php64 $data['nointernal'] = true;
68 $data['sort'] = true;
74 if($data['nointernal'] === true)
96 if($data['sort'] === true)
111 return true;
/plugin/abc/
H A Dsyntax.php41 return true;
136 return true;
/plugin/abc2/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dsyntax.php72 return true;
97 return true;
102 $this->_renderAbcBlock($renderer, $src, true);
135 return true;
/plugin/abc2/abc-libraries/abc-ui/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/abortlogin/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Daction.php91 return true;
/plugin/abstract/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dsyntax.php69 return true;
106 $conf['hide'] = true;
/plugin/ac/
H A Dac.php34 $match = true;
H A Dcommon.php25 return true;
28 return true;
/plugin/accscounter/
H A Daction.php188 return true;
/plugin/accscounter/syntax/
H A Dcounter.php47 $clientIP = clientIP(true);
201 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
213 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
261 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
273 if (!file_exists($logfiledir)) mkdir($logfiledir, 0777, true);
/plugin/aceeditor/conf/
H A Ddefault.php3 $conf['default'] = true;
4 $conf['highlight'] = true;
7 $conf['loadjquery'] = true;
8 $conf['latex'] = true;
9 $conf['markdown'] = true;
/plugin/achart/
H A DREADME.md74 toolbar: { show: true,tools: { download: true } },
100 toolbar: { show: true,tools: { download: true } },
H A Daction.php38 …if( file_exists( $filename ) == true ){$localization = $conf['lang'];} else {$localization = "en";}

12345678910>>...268