Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php174 public $isHTML = false; variable in DOMDocumentWrapper
251 $this->isXML = $this->isXHTML = $this->isHTML = false;
266 $this->isHTML = true;
612 $fake->isHTML = $this->isHTML;
1324 public function isHTML() { function in phpQueryObject
1325 return $this->documentWrapper->isHTML;
2932 if (($this->isXHTML() || $this->isHTML()) && $node->tagName == 'textarea')
2941 if (($this->isXHTML() || $this->isHTML()) && $node->tagName == 'textarea')
3675 if (! $this->isXHTML() && ! $this->isHTML())