Home
last modified time | relevance | path

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

1...<<31323334

/plugin/svg/
H A Dsvgparser.php23 if( strtolower( $name ) == 'svg' )
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php250 (strtolower($this->_getFileExt($filename)) != "jpg") &&
251 (strtolower($this->_getFileExt($filename)) != "jpeg") &&
252 (strtolower($this->_getFileExt($filename)) != "gif") &&
253 (strtolower($this->_getFileExt($filename)) != "png")
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php59 $this->LOADER = strtolower($m[3]);
124 $this->SCRIPT_ENCODING = strtolower(!empty($p[1])? $p[1] : $enc);
/plugin/gcalendar/inc/
H A Dgcal_show.php26 switch(strtolower($options['mode'])) {
H A Dgcal_read.php237 if(strtolower($match[3])=='pm') $match[1] += 12;
358 $drx->interwikilink('',$name,strtolower($wikiname),$wikiuri);
H A Dgcal_main.php94 switch(strtolower($options["mode"])) {
/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/gallery2/dwgallery/
H A Ddwgallery.php100 if (strtolower($array_id[0]) != strtolower($gallery['namespace'])) return;
109 if (strtolower($gallery['name']) == strtolower($conf['start'])) return;
115 $gallery['suffix'] = strtolower($gallery['name']).'_';
168 $namespace = strtolower($gallery['namespace']);
174 if (strtolower($ID) != strtolower($conf['start'])) return;
401 $suffix = strtolower($gallery['suffix']);
406 $filename = strtolower($file);
/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/zip/pear/
H A DPEAR.php172 $classname = strtolower(get_class($this));
211 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
1059 strtolower(get_class($this->callback[0])) :
1067 strtolower(get_class($this)), $this->message, $this->code,
1085 strtolower(get_class($this)), $this->message, $this->code,
/plugin/zip/pear/MIME/
H A DType.php170 return strtolower($tmp[0]);
185 return strtolower(trim($tmp[0]));
198 $type = strtolower($this->media.'/'.$this->subType);
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php121 $extensions = explode('.', strtolower($filename));
H A DMimeList.php41 $extension = strtolower(substr($filename, $pos+1));
/plugin/zip/pear/File/
H A DArchive.php1089 $extensions = strtolower($filename);
1091 $extensions = strtolower($type);
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php63 $extension = strtolower(substr($filename, $pos+1));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEMONTH.php38 $field = ucfirst(strtolower(trim($field)));
H A DPARSEPAGE.php52 $start = strtolower(trim($array[0]));
56 $end = strtolower(trim($array[1]));
H A DPARSEENTRIES.php259 $key = strtolower(trim($key));
269 $this->entries[$this->count]['bibtexEntryType'] = strtolower($matches[1]);
/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']));

1...<<31323334