Lines Matching refs:strtolower
105 $ext = strtolower($ext);
119 $this->mimeTypes[strtolower($ext)] = strtolower($type);
171 $prot = strtolower($prot);
180 unset($this->protocols[strtolower($prot)]);
199 $tag = strtolower($tag);
217 unset($this->definitions[strtolower($tag)]);
228 $tag = strtolower($tag);
239 $tag_name = strtolower($tag_name);
256 $tag_name = strtolower($tag_name);
274 $url = strtolower($url);
323 $lower_url = strtolower($url);
368 $lower_path = strtolower($path);
411 … if (!is_string($body) || substr(strtolower($part->getContentType()), 0, 5) != "text/") continue;