Home
last modified time | relevance | path

Searched refs:strtolower (Results 626 – 650 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/combo/ComboStrap/
H A DLdJson.php258 switch (strtolower($type)) {
320 switch (strtolower($type)) {
H A DBrand.php173 $brandNameQualified = strtolower($brandName);
H A DDimension.php101 $scrollMechanism = trim(strtolower($scrollMechanism));
H A DColorRgb.php527 return strtolower(self::CSS_COLOR_NAMES[$this->name]);
840 $qualifiedName = strtolower($name);
H A DPanelTag.php48 if (strtolower($type) === "selected") {
H A DPipelineUtility.php317 $derivedLocale = strtolower($locale) . $localeSeparator . strtoupper($locale);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSelect.php22 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php168 $className .= isset($map[$tag]) ? $map[$tag] : ucfirst(strtolower($tag));
/plugin/addnewpage/
H A Dsyntax.php253 $excludes = @explode(';', strtolower($excludes));
/plugin/openid/Auth/
H A DOpenID.php442 $scheme = strtolower($parsed['scheme']);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php724 $value = strtolower($value);
758 $key = strtolower($key);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php446 'component' => strtolower($row['componenttype']),
490 'component' => strtolower($row['componenttype']),
533 'component' => strtolower($row['componenttype']),
/plugin/cacherevisionseraser/
H A Dadmin.php377 if (strcmp(strtolower($pathinfor['extension']), 'lock') != 0) return true;
422 …if (strcmp(strtolower($pathinfor['extension']), 'comments') == 0) return true; // Discussion Plu…
423 …if (strcmp(strtolower($pathinfor['extension']), 'doodle') == 0) return true; // Doodle & Doodl…
/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php545 switch (strtolower($root->get_attribute('dir'))) {
748 $type = strtolower($root->get_attribute('type'));
810 switch (strtolower($type)) {
/plugin/conflictmerger/
H A Daction.php213 $action = strtolower($action);
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php123 return strncmp($name, 'identify', 8) === 0 ? strtolower(substr($name, 8)) : false;
/plugin/dataplot/
H A Dsyntax.php113 $return['layout'] = strtolower($match[1]);
/plugin/minimap/
H A Dsyntax.php85 $parameter = strtolower($parameterKey);
/plugin/repo/
H A Dsyntax.php205 $geshi = new GeSHi($code, strtolower($lang), DOKU_INC .'vendor/geshi/geshi/src/geshi');
/plugin/translationbuddy/
H A Dsyntax.php70 $key = strtolower($key);
/plugin/pureldap/classes/
H A DClient.php79 $config['suffix'] = ltrim(PhpString::strtolower($config['suffix']), '@');
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php329 $value[0] = strtolower($value[0]);
/plugin/do/syntax/
H A Ddo.php115 PhpString::strtolower(preg_replace('/\s/', '', $data['task']['text'])) . $ID
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php188 $name = strtolower(trim($name));
/plugin/combo/syntax/
H A Dcontentlist.php211 $type = trim(strtolower($attributes->getType()));

1...<<21222324252627282930>>...34