Home
last modified time | relevance | path

Searched refs:strtolower (Results 351 – 375 of 846) sorted by relevance

1...<<11121314151617181920>>...34

/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php140 $writer->startElement(strtolower($this->getValueType()));
/plugin/referrers/
H A Dcode.php20 $ref = strtolower($refhi);
/plugin/mtg/
H A Dsyntax.php103 $id = "mtg-" . str_replace(" ", "_", strtolower($card_name)) . "-$pos";
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php102 $text = strtolower($text);
/plugin/showsamples/
H A Dsyntax.php56 if (preg_match_all ("#(\"[^\"]*\")*help(\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php125 $writer->startElement(strtolower($this->getValueType()));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php134 $parentClasses = array(strtolower($testClass));
/plugin/webcomponent/
H A Dwebcomponent.php47 $parameters[strtolower($parameterKey)] = $matches[2][$key];
/plugin/requiz/
H A Daction.php131 $act = strtolower($act);
/plugin/styler/syntax/
H A Dstyler.php91 $attrib = preg_split('/\s+/', strtolower($match));
/plugin/facebook/
H A Dsyntax.php54 $params = explode(' ',substr(strtolower($match),4,-2));
/plugin/flattr/
H A Dsyntax.php58 $name = trim(strtolower($name));
/plugin/menuext/
H A Daction.php71 $action = ucfirst(strtolower($data['action']));
/plugin/quickstats/db/
H A Dphp-local-browscap.php88 $cap=array('browser_name_regex'=>strtolower($keyEreg),'browser_name_pattern'=>$key)+$value;
/plugin/bootswrapper/syntax/
H A Dtext.php99 if (strtolower($size) == 'small') {
H A Dcallout.php75 if (strtolower($icon) == 'true') {
/plugin/combo/ComboStrap/
H A DPageKeywords.php77 return strtolower($element);
/plugin/watermark/action/
H A Dwatermark.php45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3));
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php43 if (strtolower($root->tagname()) == "body") {
H A Dcss.list-style-type.inc.php70 return strtolower(arabic_to_roman($num));
/plugin/bookcreator/syntax/
H A Dexportsaved.php51 $type = strtolower(substr($type, 6));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DXml.php74 $error['type'] = strtolower($error['type']);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLRPCClient.php105 if(is_object($XMLDocument) && strtolower(get_class($XMLDocument)) == "xmldocument") {
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/mikioplugin/
H A Dcss.php21 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;

1...<<11121314151617181920>>...34