Home
last modified time | relevance | path

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

12345678910>>...34

/plugin/syntaxhighlighter3/action/
H A Daction.php85 $brush_alias = strtolower(implode(' ', $brush_split));
92 $brush_alias = strtolower(implode(' ', $brush_split));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php74 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
93 $chunk = strtolower( $chunk ) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php9 $tag = strtolower($matches[3]);
51 $tag = strtolower($matches[3]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php80 … $foundFunctions[$tokens[$funcName]['content']] = strtolower($tokens[$funcScope]['content']);
110 'type' => strtolower($tokens[$prevToken]['content']),
/plugin/combo/ComboStrap/
H A DHttp.php87 $headerNameNormalized = trim(strtolower($name));
94 $actualHeaderNameNormalized = trim(strtolower($actualHeaderName));
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php61 …"dictionary words"][str_replace("/", "", strtolower($entry))] = str_replace("/", $GLOBALS["hyphen"…
127 …if(in_array(strtolower($tag_name), $exclude_tags)) $tag_jump = 1; else { $output[] = $tag; $tag = …
/plugin/clipboardutils/
H A Dsyntax.php66 $key =strtolower($m2[1]);
140 $type =strtolower(trim($type));
163 $format =strtolower($format);
/plugin/yuriigantt/
H A Dsyntax.php126 if (strtolower($format) === 'xhtml') {
128 } elseif (strtolower($format) === Embedded::MODE) {
/plugin/swiftmail/Swift/Message/
H A DPart.php80 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
/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/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php81 $protocol = strtolower((string)$protocol);
110 $host = strtolower(preg_replace('/:\d+$/', '', trim($host)));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractSyslogHandler.php90 if (is_string($facility) && array_key_exists(strtolower($facility), $this->facilities)) {
91 $facility = $this->facilities[strtolower($facility)];
/plugin/mikioplugin/syntax/
H A Dbox.php65 $data['grid-row-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
79 $data['grid-col-end'] = strtolower($parts[1]) . ' ' . filter_var($parts[2], FILTER_VALIDATE_INT);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php459 strtolower($this->name),
484 $writer->startElement(strtolower($this->name));
489 $writer->writeAttribute('name', strtolower($group));
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php464 strtolower($this->name),
494 $writer->startElement(strtolower($this->name));
501 $writer->writeAttribute('name', strtolower($group));
/plugin/tiledblog/
H A Dsyntax.php42 if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) {
49 if (preg_match_all ("#^ >([^ ]*) .*#", strtolower ($data), $dumy) > 0) {
66 … if (preg_match_all ("#(\"[^\"]*\")* sample (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php102 $magicPart = strtolower(substr($methodName, 2));
209 $magicPart = strtolower(substr($functionName, 2));
262 $newCamelCapsPart = strtolower($camelCapsPart{0}).substr($camelCapsPart, 1);
/plugin/odt/helper/
H A Ddwcssloader.php56 $format = strtolower ($format);
219 $ext = strtolower($match[1]);
220 $type = '.'.strtolower($match[2]);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DTokenParser.php119 $statements[strtolower($alias)] = $groupRoot . $class;
124 $statements[strtolower($alias)] = $groupRoot . $class;
/plugin/bible/
H A Dsyntax.php144 $constructedVerse = strtolower($constructedVerse); # Force it to lower case for comparison
145 $lowInputVerse = strtolower($thisInputVerse); # Force user input to lower case for comparison
/plugin/foldablelist/
H A Dsyntax.php93 …$key = 'data-'.strtolower(trim(htmlspecialchars($key))); // http://html5doctor.com/html5-custom-da…
94 $val = strtolower(trim(htmlspecialchars($val)));
/plugin/confmanager/
H A Dhelper.php110 $k1 = strtolower($k1);
111 $k2 = strtolower($k2);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php401 $abs_type_dir = strtolower($type) . '/';
406 $abs_type_dir = strtolower($type) . '/';
462 $os = strtolower($os);
463 $_OS = strtolower(PHP_OS);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php105 if (strtolower($attr['PAGE-BREAK-TYPE']) === 'cloneall'
106 || strtolower($attr['PAGE-BREAK-TYPE']) === 'clonebycss'
107 || strtolower($attr['PAGE-BREAK-TYPE']) === 'slice') {
108 $pagebreaktype = strtolower($attr['PAGE-BREAK-TYPE']);
/plugin/googlemap3/
H A Dsyntax.php138 $key = strtolower($key);
139 if (isset($gmap[$key])) $gmap[$key] = strtolower($val);

12345678910>>...34