Home
last modified time | relevance | path

Searched refs:strtolower (Results 776 – 800 of 846) sorted by relevance

1...<<31323334

/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php369 $format = strtolower(array_shift($args));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php92 return strtolower($m[1]) . $m[2];
/plugin/combo/ComboStrap/
H A DFetcherSvg.php1388 $svgAttribute = strtolower($svgAttribute);
1450 case strtolower(self::REQUESTED_PRESERVE_ASPECT_RATIO_KEY):
H A DIconDownloader.php298 return strtolower($logicalName);
H A DSite.php425 $locale = strtolower($lang) . $sep . strtoupper($country);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php628 $sExtension = strtolower( $sExtension ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php612 $sExtension = strtolower( $sExtension ) ;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php583 $file = strtolower($file);
/plugin/fckg/syntax/
H A Ddwplugin.php483 $key = strtolower($key);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php360 * @see strtolower()
H A Dcommands.php623 $sExtension = strtolower( $sExtension ) ;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php357 if ((strtoupper($filesize) == '<DIR>') && (strtolower($filename) == strtolower($value))) {
H A Dwrite.php157 if (substr(strtolower($tagformat), 0, 6) == 'id3v2.') {
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php1213 if (strtolower($frame_imagetype) == 'ima') {
1221 $frame_imagetype = strtoupper(str_replace('image/', '', strtolower($frame_mimetype)));
2177 $languagecode = strtolower($languagecode);
/plugin/issuetracker/
H A Dedit.php372 $field = strtolower(htmlspecialchars(stripslashes($_POST['field'])));
/plugin/fedauth/Auth/OpenID/
H A DMessage.php149 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/pubmed2020/
H A Dsyntax.php368 $cmd = strtolower($cmd);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php653 if (strtolower($m[2]) === 'grad') {
655 } elseif (strtolower($m[2]) === 'rad') {
/plugin/syntaxhighlighter4/
H A DREADME.md77 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php132 $subword = strtolower($raw_subword);
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php706 $file = strtolower($file);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php689 * Use unicode aware strtolower if available
704 return strtolower($string);
/plugin/openid/Auth/OpenID/
H A DMessage.php164 strtolower(get_class($thing)) == 'auth_openid_mapping');
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php52 $type = strtolower($type);
/plugin/const/
H A Dclass.evalmath.php274 $expression = trim( strtolower( $expression ) );

1...<<31323334