Home
last modified time | relevance | path

Searched refs:strtolower (Results 1 – 25 of 846) sorted by path

12345678910>>...34

/plugin/404manager/
H A Dadmin.php328 unset($this->pageRedirections[strtolower($sourcePageId)]);
348 $sourcePageId = strtolower($sourcePageId);
393 $sourcePageId = strtolower($sourcePageId);
472 $sourcePageId = strtolower($sourcePageId);
496 $sourcePageId = strtolower($sourcePageId);
530 $sourcePageId = strtolower($sourcePageId);
556 $sourcePageId = strtolower($sourcePageId);
557 return $this->pageRedirections[strtolower($sourcePageId)]['TargetPage'];
588 $sourcePageId = strtolower($sourcePageId);
/plugin/a2s/
H A DASCIIToSVG.php3418 if (!isset($GLOBALS['A2S_colors'][strtolower($fill)])) {
3421 $fill = $GLOBALS['A2S_colors'][strtolower($fill)];
/plugin/achart/
H A Dsyntax.php61 $opts[strtolower($m[1])] = $m[2];
/plugin/addnewpage/
H A Dsyntax.php253 $excludes = @explode(';', strtolower($excludes));
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php255 return strtolower(sha1(base64_decode($data)));
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1023 $fingerprint = strtolower(sha1($decodedData));
1039 $formatedFingerprint = strtolower($formatedFingerprint);
/plugin/adhocmathml/
H A Dabstract.php43 …return in_array(strtolower($value), array('normal','bold','italic','bold-italic','double-struck','…
51 return in_array(strtolower($value), array('true','false'));
H A Dmaction.php29 return in_array(strtolower($value), array('statusline','toggle'));
H A Dmath.php23 return in_array(strtolower($value), array('block','inline'));
H A Dmo.php28 return in_array(strtolower($value), array('true','false'));
H A Dmover.php24 return in_array(strtolower($value), array('true','false'));
H A Dmunder.php24 return in_array(strtolower($value), array('true','false'));
H A Dmunderover.php24 return in_array(strtolower($value), array('true','false'));
/plugin/adhoctags/
H A Dhelper.php72 if (in_array(strtolower(trim($val)), array('ltr','rtl','auto'))) {
80 if (in_array(strtolower(trim($val)), array('hidden','until-found'))) {
145 $attr['lang'] = strtolower(trim($token,':'));
/plugin/admnote/syntax/
H A Drenderer.php93 if($words[0] and in_array(strtolower($words[0]), $this->types)) {
94 $cssClass = strtolower(array_shift($words));
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php742 $element = strtolower($matches[1]);
828 $id = strtolower($matches[1]);
1304 $definition = strtolower($definition);
1310 $definition = strtolower($Element['text']);
1652 return strtolower(substr($string, 0, $len)) === strtolower($needle);
/plugin/airtable/
H A Dsyntax.php455 $decoded_string = explode("type: ", strtolower($type))[1];
460 $decoded_type = strtolower($decoded_type);
493 … $query[strtolower($parameter[0])] = trim(str_replace('"', '', $parameter[1])); //removes quotes
/plugin/amcharts/
H A Dsyntax.php60 $opts[strtolower($m[1])] = $m[2];
/plugin/authfacebook/
H A Dauth.php150 $user = strtolower(reset(explode('@',$me['email'])));
152 …$user = preg_replace("/[^a-z0-9]/","_",strtolower(trim(basename(stripslashes(iconv("utf8","ascii//…
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php972 $extension = strtolower($extension);
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php81 $protocol = strtolower((string)$protocol);
110 $host = strtolower(preg_replace('/:\d+$/', '', trim($host)));
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php188 $header = strtolower($header);
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php113 $normalized[strtolower($key)] = $val;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php208 $header = strtolower($header);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php329 $value[0] = strtolower($value[0]);

12345678910>>...34