Home
last modified time | relevance | path

Searched refs:strtolower (Results 176 – 200 of 846) sorted by last modified time

12345678910>>...34

/plugin/pubmed2020/
H A Dsyntax.php368 $cmd = strtolower($cmd);
/plugin/captcha/
H A Dhelper.php147 PhpString::strtolower($field_in) != PhpString::strtolower($code) ||
315 $text = strtolower($text);
/plugin/statdisplay/
H A Dsyntax.php96 list($month, $year) = array_pad(explode('_', strtolower($date)), 2, '');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php168 return \strtolower(\preg_replace('/[A-Z]/', '_\\0', \lcfirst($string)));
H A DConnection.php364 return $this->hasParam('auth_type') ? \strtolower($this->getParam('auth_type')) : null;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php112 $transport = $specialTransports[\strtolower($transport)] ?? \ucfirst($transport);
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php601 $clientVersion = str_replace('-snapshot', '-s', strtolower(Client::VERSION));
627 $this->OSVersion = strpos(strtolower(ini_get('disable_functions')), 'php_uname') !== false
/plugin/latexcaption/
H A Dhelper.php26 return strtolower($alphabet);
/plugin/achart/
H A Dsyntax.php61 $opts[strtolower($m[1])] = $m[2];
/plugin/ckgedit/action/
H A Dedit.php136 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
1297 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
H A Dconfig.php387 $abs_type_dir = strtolower($type) . '/';
392 $abs_type_dir = strtolower($type) . '/';
448 $os = strtolower($os);
449 $_OS = strtolower(PHP_OS);
H A Dutf8.php360 * @see strtolower()
H A Dutil.php103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
130 $chunk = strtolower( $chunk ) ;
H A Dcommands.php623 $sExtension = strtolower( $sExtension ) ;
/plugin/ckgedit/
H A Dhelper.php105 $_OS = strtolower(PHP_OS);
/plugin/ckgedit/scripts/
H A Dcss6.php342 $ext = strtolower($match[1]);
343 $type = '.'.strtolower($match[2]);
/plugin/epub/scripts/
H A Dcss3.php335 $ext = strtolower($match[1]);
336 $type = '.'.strtolower($match[2]);
H A Depub_utils.php20 $ident_title = str_replace(' ', '_',strtolower(trim($title)));
473 $epub_file = strtolower(date("Y_F_j_h-i-s") ) . '.epub';
/plugin/sectiontoggle/
H A DMobile_Detect.php808 if (substr(strtolower($key), 0, 16) === 'http_cloudfront_') {
1127 $key = strtolower($key);
H A Daction.php72 $JSINFO['h_ini_open'] = trim(strtolower($this->getConf('h_ini_open')));
/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') {

12345678910>>...34