Home
last modified time | relevance | path

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

1...<<31323334

/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php341 strtolower($this->name),
H A DParameter.php268 strtolower($value),
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
H A DVCardConverter.php135 switch(strtolower($property->getValue())) {
292 $mimeType = 'image/' . strtolower($typePart);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php427 strtolower($this->name),
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
H A DRecur.php167 $values[strtolower($k)] = $v;
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php630 $value = strtolower($value);
664 $key = strtolower($key);
/plugin/weiqi/
H A Dweiqi_parser.php478 $strpos = strpos($this->conf['letter_sequence'], strtolower($value));
/plugin/wrap/syntax/
H A Ddiv.php45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
H A Dspan.php43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php183 $sExtension = strtolower( $sExtension ) ;
H A Dutil.php74 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
93 $chunk = strtolower( $chunk ) ;
/plugin/xref/
H A Dsyntax.php
/plugin/yuriigantt/
H A Dsyntax.php126 if (strtolower($format) === 'xhtml') {
128 } elseif (strtolower($format) === Embedded::MODE) {
/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/zip/pear/File/Archive/Reader/
H A DMimeList.php41 $extension = strtolower(substr($filename, $pos+1));
H A DUncompress.php121 $extensions = explode('.', strtolower($filename));
/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/
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,

1...<<31323334