Home
last modified time | relevance | path

Searched refs:strtolower (Results 326 – 350 of 846) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DHover.php31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
H A DPageSqlTreeListener.php145 $variableName = strtolower($text);
162 $variableName = strtolower($text);
347 $tableName = strtolower($ctx->getText());
/plugin/openlayersmap/syntax/
H A Dosmlayer.php91 $key = strtolower($key);
/plugin/openlayersmapoverlays/syntax/
H A Dosmlayer.php90 $key = strtolower($key);
H A Dmapillarylayer.php84 $key = strtolower($key);
H A Dwmslayer.php93 $key = strtolower($key);
H A Dagslayer.php95 $key = strtolower($key);
/plugin/disqus/
H A Dsyntax.php50 $shortname = strtolower(trim($match)); //strip spaces
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Classes/
H A DClassDeclarationSniff.php77 $errorData = array(strtolower($tokens[$stackPtr]['content']));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php38 $field = ucfirst(strtolower(trim($field)));
/plugin/multilingual/
H A Dhelper.php25 $this->trans = strtolower(str_replace(',',' ',$this->getConf('enabled_langs')));
/plugin/html2pdf/multilingual/
H A Dhelper.php25 $this->trans = strtolower(str_replace(',',' ',$this->getConf('enabled_langs')));
/plugin/datapopup/
H A Daction.php37 …IN pages ON data.pid=pages.pid WHERE pages.page='".$link."' AND data.key='".strtolower($name)."';";
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DClassCommentSniff.php62 $type = strtolower($tokens[$stackPtr]['content']);
/plugin/inseecity/
H A Daction.php44 if (in_array (strtolower ($file), $exclude_array))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DCheckstyle.php71 $error['type'] = strtolower($error['type']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php49 if ('__construct' === strtolower($name)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DForEachLoopDeclarationSniff.php159 if ($content !== strtolower($content)) {
160 $expected = strtolower($content);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php327 public function strtolower($string) function in Hoa\\Consistency\\Test\\Unit\\Xcallable
329 return strtolower($string);
/plugin/popupviewer/syntax/
H A Dviewer.php48 $params = explode('&', strtolower($param));
51 if ( strtolower( $p ) === 'keepopen' ) {
/plugin/userhomepage/
H A Dhelper.php18 …$this->private_ns = cleanID($this->getConf('users_namespace').':'.strtolower(substr($this->private…
235 return strtolower($_SERVER['REMOTE_USER']);
/plugin/farm/
H A Dsoapconfig.class.php107 …$pwd = preg_match('`^[0-9abcdef]{32}$`i', $_POST['soap_remoteapp_pwd']) ? strtolower($_POST['soap_…
264 $app[strtolower($m[1])] = array(
290 elseif(preg_match('`^(true|false)$`i', $o[1])) $o[1] = (strtolower($o[1]) == 'true');
/plugin/pgn4web/pgn4web/
H A Dviewer.php40 $headlessPage = strtolower(get_param("headlessPage", "hp", ""));
42 $hideForm = strtolower(get_param("hideForm", "hf", ""));
114 …$match[1] = preg_replace('/(?<=^|[\x09\x20\x2D])./e', 'strtoupper("\0")', strtolower(trim($match[1…
/plugin/airtable/
H A Dsyntax.php455 $decoded_string = explode("type: ", strtolower($type))[1];
460 $decoded_type = strtolower($decoded_type);
493 … $query[strtolower($parameter[0])] = trim(str_replace('"', '', $parameter[1])); //removes quotes
/plugin/evesso/
H A Dauth.php336 $mail = strtolower($mail);
339 if(strtolower($uinfo['mail']) == $mail) return $user;
456 return strtolower($this->cleanGroup($group));

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