Home
last modified time | relevance | path

Searched refs:strtolower (Results 301 – 325 of 846) sorted by relevance

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

/plugin/geonav/server/
H A Dget_locality.php25 $countryCode = strtolower($countryCode);
/plugin/strata/types/
H A Dlink.php17 $renderer->interwikilink($value,$hint, strtolower($interwiki[0]), $interwiki[1]);
/plugin/struct/types/
H A DLongText.php63 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php233 switch (strtolower($this->request))
267 $this->send = (strtolower($command) == "data");
/plugin/fedauth/Auth/OpenID/
H A DParse.php296 $link_attrs[strtolower($name)] = $value;
311 $rel = strtolower($rel);
/plugin/gtime/gtlib/util/
H A DGTBaseX.php90 $this->addMinMax(strtolower($alphabet));
98 $this->addChars(strtolower($alphabet));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/
H A DSwitchDeclarationSniff.php86 if ($tokens[$nextCase]['content'] !== strtolower($tokens[$nextCase]['content'])) {
87 $expected = strtolower($tokens[$nextCase]['content']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.apetag.php81 …if (isset($ThisFileInfo['ape']['items'][strtolower($rg_key)]['data'][0]) && !isset($this->tag_data…
82 …$this->tag_data[strtoupper($rg_key)][0] = $ThisFileInfo['ape']['items'][strtolower($rg_key)]['data…
H A Dmodule.tag.id3v1.php364 $LowerCaseNoSpaceSearchTerm = strtolower(str_replace(' ', '', $genre));
366 if (strtolower(str_replace(' ', '', $value)) == $LowerCaseNoSpaceSearchTerm) {
/plugin/hidden/
H A Dsyntax.php74 $initialState = strtolower(trim($initialState[1]));
101 $active = strtolower(trim($active[1]));
/plugin/openid/Auth/OpenID/
H A DParse.php293 $link_attrs[strtolower($name)] = $value;
308 $rel = strtolower($rel);
/plugin/styler/syntax/
H A Dverse.php77 $attrib = preg_split('/\s+/', strtolower($match));
/plugin/structgeohash/types/
H A DGeoHash.php56 $class = 'struct_' . strtolower($this->getClass());
/plugin/supa/action/
H A Daction.php69 …if( empty($_FILES) && empty($_POST) && isset($_SERVER['REQUEST_METHOD']) && strtolower($_SERVER['R…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DLowercaseStyleDefinitionSniff.php91 $expected = strtolower($tokens[$i]['content']);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php55 return array(strtolower($match));;
/plugin/openlayersmap/syntax/
H A Dagslayer.php94 $key = strtolower($key);
H A Dwmslayer.php91 $key = strtolower($key);
/plugin/pdb/classes/
H A D_RCSB.php53 $pdbid=strtolower(urlencode($pdbid));
/plugin/pubchem/classes/
H A D_RCSB.php53 $pdbid=strtolower(urlencode($pdbid));
/plugin/svgimg2/
H A Daction.php34 if ( strtolower($ext) != 'svg' ) { return false; }
/plugin/pubmed/classes/
H A D_RCSB.php53 $pdbid=strtolower(urlencode($pdbid));
/plugin/reqlang/
H A Daction.php51 $header = strtolower($header);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php46 '#' . strtolower($record['level_name']),
/plugin/combo/ComboStrap/
H A DTextColor.php40 $lowerCaseColorValue = strtolower($colorValue);

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