Home
last modified time | relevance | path

Searched refs:strtolower (Results 651 – 675 of 846) sorted by relevance

1...<<21222324252627282930>>...34

/plugin/twofactor/action/
H A Dprofile.php78 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/quiz/
H A Dclass_quiz.php313 $result = (strtolower($your_answer) == strtolower($a['answers'][0]));
/plugin/autotweet/
H A DOAuth.php781 ucwords(strtolower(str_replace("-", " ", $key)))
802 ucwords(strtolower(str_replace("_", " ", substr($key, 5))))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DFunctionCommentSniff.php516 if (strtolower($param['var']) === strtolower($realName)) {
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php689 $value = strtolower($value);
722 $key = strtolower($key);
/plugin/epub/scripts/
H A Depub_utils.php20 $ident_title = str_replace(' ', '_',strtolower(trim($title)));
473 $epub_file = strtolower(date("Y_F_j_h-i-s") ) . '.epub';
/plugin/openlayersmap/syntax/
H A Dolmap.php268 $key = strtolower($key);
277 $gmap [$key] = strtolower($val);
/plugin/googlesearch/
H A Dnusoap.php2599 $header_name = strtolower(trim($arr[0]));
2685 …(isset($this->incoming_headers['connection']) && strtolower($this->incoming_headers['connection'])…
2763 $header_name = strtolower(trim($arr[0]));
2833 …if(strtolower($this->incoming_headers['content-encoding']) == 'deflate' || strtolower($this->incom…
3329 $k = strtolower($k);
3354 …str_replace(' ', '-', strtolower(str_replace('_', ' ', substr($k, 5)))); …
3356 …$k = str_replace(' ', '-', strtolower(str_replace('_', ' ', $k))); …
3388 …str_replace(' ', '-', strtolower(str_replace('_', ' ', substr($k, 5)))); …
3390 …$k = str_replace(' ', '-', strtolower(str_replace('_', ' ', $k))); …
3544 $method_to_compare = (substr(phpversion(), 0, 2) == '4.') ? strtolower($method) : $method;
[all …]
/plugin/schedule/
H A Dschedules.class.php105 $scheduleCitiesInsee [strtolower ($cityDef[0])] = $insee;
124 if (in_array (strtolower ($file), $exclude_array))
204 if (in_array (strtolower ($file), $exclude_array))
320 $insee = $scheduleCitiesInsee [strtolower ($city)];
385 if (in_array (strtolower ($file), $exclude_array))
901 …$eventClass [preg_replace ("/\s/", '', htmlspecialchars (strtolower ($this->scheduleRoot->schedule…
1285 …$eventClass = 'cat_'.preg_replace ("/\s/", '', htmlspecialchars (strtolower ($this->scheduleRoot->…
/plugin/svgembed/
H A Dsyntax.php50 …$p['print'] = in_array(strtolower($local_match[2][0]), array('print', 'print:on', 'print:true', 'p…
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php154 if(strtolower(UC_CHARSET) == 'utf-8') {
/plugin/bibtex/OSBib/
H A DUTF8.php212 * @see strtolower()
/plugin/dokutexit/
H A Dtexitrender.php308 $conf[strtolower($line[0])] = $line[1];
/plugin/targetlink/
H A Dsyntax.php199 $scheme = strtolower($scheme);
/plugin/ryubin/syntax/
H A Dryubin.php45 $data['mime'] = strtolower(explode('.',$img));
/plugin/davcal/syntax/
H A Dtable.php72 $key = strtolower(trim($key));
/plugin/fastwiki/
H A Daction.php349 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/combo/syntax/
H A Dminimap.php92 $parameter = strtolower($parameterKey);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php67 $text = strtolower($text);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php1001 if (strtolower($value) == 'false') {
1003 } elseif (strtolower($value) == 'true') {
/plugin/fckg/action/
H A Dedit.php132 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
2757 $ua = strtolower ($_SERVER['HTTP_USER_AGENT']);
/plugin/txt2tags/
H A Dtxt2tags.class.php215 switch(strtolower($setting)) {
381 if(trim(strtolower($line))=='%%toc') {
/plugin/data-au/syntax/
H A Dtable.php101 $line[0] = strtolower($line[0]);
130 $col = trim(strtolower($col));
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php591 $ar1 = RemoveAccents(strtolower(trim($ar1)));
592 $ar2 = RemoveAccents(strtolower(trim($ar2)));
/plugin/data/syntax/
H A Dtable.php111 $line[0] = strtolower($line[0]);
140 $col = trim(strtolower($col));

1...<<21222324252627282930>>...34