Home
last modified time | relevance | path

Searched refs:strtolower (Results 151 – 175 of 846) sorted by path

12345678910>>...34

/plugin/combo/action/
H A Dlinkwizard.php104 $lowerSearchTerm = strtolower($searchTerm);
119 $name = strtolower($page->getNameOrDefault());
126 if (strpos(strtolower($title), $lowerSearchTerm) !== false) {
129 if ($label === null && strpos(strtolower($h1), $lowerSearchTerm) !== false) {
H A Drouter.php1078 $ruleMatcher = strtolower($rule[PageRules::MATCHER_NAME]);
1126 $calculatedTarget = strtolower($calculatedTarget);
H A Dsnippetsbootstrap.php180 $type = strtolower($scriptData["type"]);
/plugin/combo/syntax/
H A Dcode.php226 $language = strtolower($attributes["type"]);
H A Dcodemarkdown.php216 $language = strtolower($attributes["type"]);
H A Dcontentlist.php211 $type = trim(strtolower($attributes->getType()));
H A Dminimap.php92 $parameter = strtolower($parameterKey);
H A Drailroad.php128 $actualCodeType = strtolower($actual->getType());
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php689 * Use unicode aware strtolower if available
704 return strtolower($string);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php479 return strtolower($context->get($args));
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php376 switch ($normalizedLang = strtolower($lang)) {
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php77 if (\in_array(strtolower($value), ['null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off'])) {
H A DInline.php585 $scalarLower = strtolower($scalar);
/plugin/command/inc/
H A Dembedding.php202 $cmdName = strtolower($matches[1]);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php84 if (\strtolower(\trim($name)) === 'class') {
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php34 if (\strtolower(\substr($entity, 2, 1)) === 'x') {
/plugin/components/lib/
H A Dcomponent_manager.php33 if ($name && strtolower(substr($name, -4)) != '.php') $name .= '.php';
44 if (strtolower(substr($entry, -4)) != '.php') continue;
46 if (!$name || strtolower($entry) == strtolower($name))
/plugin/conflictmerger/
H A Daction.php213 $action = strtolower($action);
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/confmanager/
H A Dhelper.php110 $k1 = strtolower($k1);
111 $k2 = strtolower($k2);
/plugin/const/
H A Dclass.evalmath.php274 $expression = trim( strtolower( $expression ) );
/plugin/creole/helper/
H A Deventhandler.php145 $state = strtolower($state);
146 $clazz = strtolower($clazz);
147 $tag = strtolower($tag);
/plugin/cronojob/jobs/
H A Dclearcache.php40 if (substr_count(strtolower($pathinfor['basename']), '.media.') > 0) {
42 } else if (strcmp(strtolower($pathinfor['extension']), 'i') == 0) {
44 } else if (strcmp(strtolower($pathinfor['extension']), 'xhtml') == 0) {
46 } else if (strcmp(strtolower($pathinfor['extension']), 'js') == 0) {
48 } else if (strcmp(strtolower($pathinfor['extension']), 'css') == 0) {
92 if (strcmp(strtolower($pathinfor['extension']), 'lock') != 0) return true;
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php372 return (strtolower ( $value [0] ) == 'x');
376 return (strtolower ( $value [0] ) == 'y');
/plugin/cumulus/
H A Dsyntax.php37 $data[strtolower(trim($name))] = trim($value);

12345678910>>...34