Home
last modified time | relevance | path

Searched refs:strtolower (Results 151 – 175 of 846) sorted by last modified time

12345678910>>...34

/plugin/farmer/
H A DDokuWikiFarmCore.php164 $animal = strtolower($animal);
180 if (strtolower($_SERVER['HTTP_HOST']) == $farmhost) {
430 $this->config['base']['farmhost'] = strtolower(trim($this->config['base']['farmhost']));
/plugin/const/
H A Dclass.evalmath.php274 $expression = trim( strtolower( $expression ) );
/plugin/ireadit/syntax/
H A Dlist.php55 $states = array_map('trim', explode(',', strtolower($value)));
/plugin/odt/ODT/
H A DODTUtility.php58 $text = strtolower ($text);
H A DODTDocument.php179 switch (strtolower($usage)) {
/plugin/odt/ODT/css/
H A Dcsscolors.php305 if (isset(self::$values [strtolower($name)])) {
306 $value = self::$values [strtolower($name)];
334 return array_key_exists(strtolower($name), self::$values);
/plugin/odt/helper/
H A Ddwcssloader.php56 $format = strtolower ($format);
219 $ext = strtolower($match[1]);
220 $type = '.'.strtolower($match[2]);
/plugin/openid/Auth/OpenID/
H A DMessage.php164 strtolower(get_class($thing)) == 'auth_openid_mapping');
H A DParse.php293 $link_attrs[strtolower($name)] = $value;
308 $rel = strtolower($rel);
H A DTrustRoot.php127 $scheme = strtolower($parts['scheme']);
134 $host = strtolower($parts['host']);
158 $path = strtolower($parts['path']);
H A DURINorm.php173 $scheme = strtolower($scheme);
206 $host = strtolower($host);
213 $host = strtolower($host);
/plugin/openid/Auth/
H A DOpenID.php442 $scheme = strtolower($parsed['scheme']);
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php139 if (strpos(strtolower($line), "location: ") === 0) {
H A DParseHTML.php201 $link_attrs[strtolower($name)] = $value;
226 (in_array(strtolower($tag['http-equiv']),
H A DYadis.php291 if (strtolower($name) == strtolower($n)) {
309 return strtolower($parts[0]);
/plugin/deeplautotranslate/
H A Daction.php328 return trim(strtolower($this->getConf('glossary_ns')));
/plugin/blogtng/helper/
H A Dcomments.php343 $this->sqlitehelper->getDB()->query($sql,$pid,strtolower($mail));
349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
357 $res = $this->sqlitehelper->getDB()->query($sql,strtolower($mail));
362 $this->sqlitehelper->getDB()->query($sql,strtolower($mail));
/plugin/orphanmedia2/
H A Dsyntax.php488 $body = strtolower(file_get_contents($page_filepath));
647 $_all_links[$pageCounter][$linkCounter] = strtolower($media_link);
668 $_all_links[$pageCounter][$linkCounter] = strtolower($flashpl_link);
689 $_all_links[$pageCounter][$linkCounter] = strtolower($fileshare_link);
711 $_all_links[$pageCounter][$linkCounter] = strtolower($imgmaps_link);
733 $_all_links[$pageCounter][$linkCounter] = strtolower($galary_link);
/plugin/do/
H A Dhelper.php178 return (strtolower($user) === '@user@' && $_SERVER['REMOTE_USER']) ?
/plugin/do/syntax/
H A Ddo.php115 PhpString::strtolower(preg_replace('/\s/', '', $data['task']['text'])) . $ID
/plugin/imgpaste/
H A Daction.php46 $type = strtolower(substr($type, 5)); // strip 'data:' prefix
/plugin/fastwiki/
H A Daction.php349 $headers[str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', substr($name, 5)))))] = $value;
/plugin/twofactoraltemail/
H A Daction.php61 if (strtolower($newmail) == strtolower($USERINFO['mail'])) {
/plugin/pubmed2020/classes/
H A Dcache.php34 $this->namespace = strtolower($_name);
35 $this->pdfDoiNS = strtolower($_name."/doi_pdf");
36 $this->pdfPmidNS = strtolower($_name."/pmid_pdf");
37 $this->prefix = strtolower($_prefix);
38 $this->extension = strtolower($_ext);
98 $id = strtolower($id);
99 $base = strtolower($base);
H A Dpubmed2020.php396 …$ret["translated_title_low"] = ucfirst(strtolower($ret["translated_title"])); //mb_convert_case($r…
399 …$ret["title_low"] = ucfirst(strtolower($ret["title"])); //mb_convert_case($ret["title"], MB_CASE_T…
714 $low_t = ucfirst(strtolower(ucwords($t)));
722 …$low_t = preg_replace('/([\s\-\(\[\.\/\'])'.strtolower($word).'([\s\-\)\]\.\:\?\/\'])/i', "$1$word…
767 $p = strtolower($word);
779 $p = ucfirst(strtolower($word));
788 $p = ucfirst(strtolower($word));
810 $sentences = ucfirst(strtolower(ucwords($t)));
825 $sentences = ucfirst(strtolower(ucwords($t)));

12345678910>>...34