Home
last modified time | relevance | path

Searched refs:strtolower (Results 101 – 125 of 846) sorted by path

12345678910>>...34

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
H A Dcommands.php623 $sExtension = strtolower( $sExtension ) ;
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 ) ;
/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/clipboardutils/
H A Dsyntax.php66 $key =strtolower($m2[1]);
140 $type =strtolower(trim($type));
163 $format =strtolower($format);
/plugin/code2/
H A Dsyntax.php690 $l = strtolower($hits[3]);
696 $l = strtolower($hits[1]);
698 ? strtolower($hits[2]) . '?'
707 ? strtolower($hits[6]) . 'f'
719 $hits[8] = strtolower($hits[8]) . 's';
/plugin/codedoc/
H A Dblock.php43 $type = strtolower(trim(substr($match,8,-1)));
H A Dspecials.php31 $type = strtolower($match);
43 $renderer->doc .= '<a name="' . trim(strtolower($matches[1])) . '">&nbsp;</a>';
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … strnatcmp strnatcasecmp substr_count strspn strcspn strtok strtoupper strtolower strpos strrpos s…
/plugin/codeprettify/syntax/
H A Dcode.php96 $s = strtolower($value);
/plugin/combo/ComboStrap/
H A DArrayCaseInsensitive.php44 $this->_keyMapping[strtolower($key)] = $key;
60 $lowerCaseOffset = strtolower($offset);
72 if (is_string($offset)) $offset = strtolower($offset);
79 if (is_string($offset)) $offset = strtolower($offset);
89 if (is_string($offset)) $offset = strtolower($offset);
H A DBrand.php173 $brandNameQualified = strtolower($brandName);
H A DBrandButton.php95 $this->type = strtolower($typeButton);
139 $widget = trim(strtolower($widget));
155 $iconType = trim(strtolower($iconType));
H A DColorRgb.php527 return strtolower(self::CSS_COLOR_NAMES[$this->name]);
840 $qualifiedName = strtolower($name);
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
H A DDimension.php101 $scrollMechanism = trim(strtolower($scrollMechanism));
H A DDisplay.php19 $value = strtolower($display);
H A DFetcherSvg.php1388 $svgAttribute = strtolower($svgAttribute);
1450 case strtolower(self::REQUESTED_PRESERVE_ASPECT_RATIO_KEY):
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DHover.php31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
H A DHtml.php25 $validName = strtolower($name);
H A DHttp.php87 $headerNameNormalized = trim(strtolower($name));
94 $actualHeaderNameNormalized = trim(strtolower($actualHeaderName));

12345678910>>...34