Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php218 phpQuery::debug("Loading HTML, content type '{$this->contentType}'");
223 phpQuery::debug("Loading XML, content type '{$this->contentType}'");
229 phpQuery::debug("Loading XML, content type '{$this->contentType}'");
232phpQuery::debug("Could not determine document type from content type '{$this->contentType}'");
237 phpQuery::debug("Loading XML, isXML() == true");
240phpQuery::debug('Loading as XML failed, trying to load as HTML, isXHTML == true');
244 phpQuery::debug("Loading HTML, isXML() == false");
263 if (phpQuery::$debug)
264 phpQuery::debug('Full markup load (HTML): '.substr($markup, 0, 250));
279 $charset = phpQuery::$defaultCharset;
[all …]