Home
last modified time | relevance | path

Searched refs:newDocumentFile (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/core/
H A DphpQuery-onefile.php4767 public static function newDocumentFile($file, $contentType = null) { function in phpQuery
4784 return self::newDocumentFile($file, "text/html{$contentType}");
4797 return self::newDocumentFile($file, "text/xml{$contentType}");
4810 return self::newDocumentFile($file, "application/xhtml+xml{$contentType}");