Home
last modified time | relevance | path

Searched refs:strtolower (Results 76 – 100 of 846) sorted by path

12345678910>>...34

/plugin/blogtng/helper/
H A Dcomments.php343 $this->sqlitehelper->getDB()->query($sql,$pid,strtolower($mail));
349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
357 $res = $this->sqlitehelper->getDB()->query($sql,strtolower($mail));
362 $this->sqlitehelper->getDB()->query($sql,strtolower($mail));
/plugin/bookcreator/syntax/
H A Dexportsaved.php51 $type = strtolower(substr($type, 6));
/plugin/booking/
H A Dhelper.php90 $unit = strtolower($m[2]);
/plugin/bookmarkme/
H A Daction.php195 $i = strtolower( str_replace( array("."," ")
/plugin/bootswrapper/syntax/
H A Dbootstrap.php245 if ($tag == strtolower($tag)) {
H A Dcallout.php75 if (strtolower($icon) == 'true') {
H A Dtext.php99 if (strtolower($size) == 'small') {
/plugin/bureaucracy-au/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/bureaucracy-au/
H A Dsyntax.php451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracy/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/bureaucracy/
H A Dsyntax.php456 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracyau/helper/
H A Dfield.php382 if (isset($params[strtolower($pregs[1][$i])])) {
383 $pregs[2][$i] = $params[strtolower($pregs[1][$i])];
/plugin/bureaucracyau/
H A Dsyntax.php451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/c3chart/
H A Dsyntax.php60 $opts[strtolower($m[1])] = $m[2];
/plugin/cache/
H A Dplugin_cache.php20 $this->namespace = strtolower($_name);
21 $this->prefix = strtolower($_prefix);
22 $this->extension = strtolower($_ext);
44 $id = strtolower($id);
/plugin/cacherevisionseraser/
H A Dadmin.php377 if (strcmp(strtolower($pathinfor['extension']), 'lock') != 0) return true;
422 …if (strcmp(strtolower($pathinfor['extension']), 'comments') == 0) return true; // Discussion Plu…
423 …if (strcmp(strtolower($pathinfor['extension']), 'doodle') == 0) return true; // Doodle & Doodl…
/plugin/captcha/
H A Dhelper.php147 PhpString::strtolower($field_in) != PhpString::strtolower($code) ||
315 $text = strtolower($text);
/plugin/catlist/
H A Dsyntax.php120 $option = strtolower($found[1]);
130 $data[strtolower($found[1])] = true;
/plugin/ckgdoku/action/
H A Dedit.php126 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
1237 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
H A Dcommands.php628 $sExtension = strtolower( $sExtension ) ;
H A Dconfig.php385 $abs_type_dir = strtolower($type) . '/';
390 $abs_type_dir = strtolower($type) . '/';
446 $os = strtolower($os);
447 $_OS = strtolower(PHP_OS);
H A Dutil.php103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
130 $chunk = strtolower( $chunk ) ;
/plugin/ckgdoku/
H A Dhelper.php77 $_OS = strtolower(PHP_OS);
/plugin/ckgedit/action/
H A Dedit.php136 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
1297 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);

12345678910>>...34