Home
last modified time | relevance | path

Searched refs:strtolower (Results 476 – 500 of 846) sorted by relevance

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php88 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
93 $v = strtolower($properties['VISIBILITY']);
228 $srcpath = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . strtolower($tag) . '.svg', $svg);
/plugin/eventum/XML/
H A DRPC.php394 $XML_RPC_xh[$parser]['vt'] = strtolower($name);
411 $XML_RPC_xh[$parser]['vt'] = strtolower($name);
500 if (isset($GLOBALS['XML_RPC_Types'][strtolower($name)])) {
501 $XML_RPC_xh[$parser]['vt'] = strtolower($name);
1880 return (strtolower(get_class($val)) == 'xml_rpc_value');
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php848 $header_name = strtolower(trim($arr[0]));
867 …if (isset($this->incoming_headers['transfer-encoding']) && strtolower($this->incoming_headers['tra…
934 …(isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection'])…
1026 $header_name = strtolower(trim($arr[0]));
1097 …if(strtolower($this->incoming_headers['content-encoding']) == 'deflate' || strtolower($this->incom…
/plugin/schedule/syntax/
H A Ddisplay.php58 …if (preg_match_all ('/("[^"]*")* id="(?<id>[0-9a-zA-Z_]+)" ("[^"]*")*/', strtolower ($args), $dumy…
/plugin/jukebox/
H A Dsyntax.php135 $skin = strtolower($skin);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php76 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php261 strtolower($value),
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php131 $contentType = strtolower(
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.inc.php102 $raw_selector = strtolower(trim($raw_selector));
H A Dcss.border.width.inc.php52 switch (strtolower($value)) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php273 strtolower($value),
H A DComponent.php376 strtolower($this->name),
406 $writer->startElement(strtolower($this->name));
/plugin/pagenav/
H A Dsyntax.php45 return array(strtolower(trim($glob)), $mode);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DShorthandSizeSniff.php81 $style = strtolower($tokens[$stackPtr]['content']);
/plugin/recaptcha/
H A Daction.php179 $act = strtolower($act);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php131 $contentType = strtolower(
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php77 return unicode_to_utf8(self::safe_to_unicode(strtolower($filename)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php168 return \strtolower(\preg_replace('/[A-Z]/', '_\\0', \lcfirst($string)));
/plugin/imgpaste/
H A Daction.php46 $type = strtolower(substr($type, 5)); // strip 'data:' prefix
/plugin/combo/ComboStrap/
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php120 return strtolower(self::ADS_NAMESPACE . $name);
/plugin/gcalendar/inc/
H A Dgcal_read.php237 if(strtolower($match[3])=='pm') $match[1] += 12;
358 $drx->interwikilink('',$name,strtolower($wikiname),$wikiuri);
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php11 $file=dirname(__FILE__).'/'.strtolower($enc).'.map';
322 $ext=strtolower(substr($fontfile,-3));

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