Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php2472 $html = phpQuery::newDocument($html)->find($this->_loadSelector);
4523 $domId = self::newDocument($context)->getDocumentID();
4630 public static function newDocument($markup = null, $contentType = null) { function in phpQuery
4647 return self::newDocument($markup, "text/html{$contentType}");
4660 return self::newDocument($markup, "text/xml{$contentType}");
4673 return self::newDocument($markup, "application/xhtml+xml{$contentType}");
4685 return self::newDocument($markup, $contentType);