Home
last modified time | relevance | path

Searched refs:strtolower (Results 51 – 75 of 846) sorted by path

12345678910>>...34

/plugin/authimap/
H A Dauth.php133 return strtolower($local);
/plugin/authorlist/
H A Dsyntax.php76 $match = strtolower(substr($match,10,-2)); //strip ~~AUTHORS: from start and ~~ from end
82 $data[strtolower($tmp[0])] = true;
84 $data[strtolower($tmp[0])] = strtolower($tmp[1]);
/plugin/authphpbb3/
H A Dauth.php135 return strtolower($username);
178 $server_protocol = strtolower(trim($row['config_value']));
591 $host = strtolower(end(explode('\\', $this->_phpbb_conf['dbms'])));
/plugin/authradius/
H A Dauth.php129 $this->classes[$user] = strtolower($data);
168 $data['grps'] = split('!:|;|,!', strtolower($this->classes[$user]));
/plugin/authsplit/
H A Dauth.php676 $result = strtolower($result);
/plugin/authucenter/
H A Dauth.php547 $conf_value = $this->getConf(str_replace('_', '', strtolower($conf_name)));
/plugin/authucenter/lib/uc_client/
H A Dclient.php62 if(strtolower(CHARSET) == 'utf-8') {
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php92 …return '<a href="'.(substr(strtolower($url), 0, 4) == 'www.' ? 'http://'.$url : $url).'" target="_…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php154 if(strtolower(UC_CHARSET) == 'utf-8') {
H A Duser.php52 if(strtolower(UC_CHARSET) != 'utf-8') {
/plugin/autotranslation/
H A Dhelper.php30 $this->translations = strtolower(str_replace(',', ' ', $this->getConf('translations')));
145 return strtolower($match[2]);
/plugin/autotweet/
H A DOAuth.php781 ucwords(strtolower(str_replace("-", " ", $key)))
802 ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
H A Dtwitteroauth.php239 $key = str_replace('-', '_', strtolower(substr($header, 0, $i)));
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php8 return(strpos(strtolower($haystack),strtolower($needle),$offset));
31 $temp[$key] = ucfirst(strtolower($word));
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php764 $code = 'AA'.strtolower($code).'ZA';
2031 $characters = str_split(strtolower($code), 1);
/plugin/bez/mdl/
H A DEntity.php126 if (strtolower($null) == 'null') {
/plugin/bible/
H A Dsyntax.php144 $constructedVerse = strtolower($constructedVerse); # Force it to lower case for comparison
145 $lowInputVerse = strtolower($thisInputVerse); # Force user input to lower case for comparison
/plugin/bibtex/OSBib/
H A DUTF8.php212 * @see strtolower()
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php133 $dir = strtolower($this->vars['editStyleFile']);
304 $dirName = OSBIB_STYLE_DIR . "/" . strtolower(trim($this->vars['styleShortName']));
1151 $dirName = OSBIB_STYLE_DIR . "/" . strtolower(trim($this->vars['styleShortName']));
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php103 $uc = $stylePath . strtolower($style) . "/" . strtolower($style) . ".xml";
104 $lc = $stylePath . strtolower($style) . "/" . strtoupper($style) . ".xml";
H A DREADME.txt74 …if you need to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc.…
115 …if you need to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc.…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php259 $key = strtolower(trim($key));
269 $this->entries[$this->count]['bibtexEntryType'] = strtolower($matches[1]);
H A DPARSEMONTH.php38 $field = ucfirst(strtolower(trim($field)));
H A DPARSEPAGE.php52 $start = strtolower(trim($array[0]));
56 $end = strtolower(trim($array[1]));
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php484 if ('@string' == strtolower(substr($entry, 0, 7))) {
597 if ('@string' == strtolower(substr($entry, 0, 7))) {
605 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
680 $field = strtolower(trim(substr($entry, $position+1)));
687 $ret['entrytype'] = strtolower(trim($arr[0]));

12345678910>>...34