Searched refs:toTokenPair (Results 1 – 6 of 6) sorted by relevance
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ | ||
| D | FixNesting.php | 79 list($token, $d) = $node->toTokenPair(); |
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ | ||
| D | Node.php | 46 abstract public function toTokenPair(); function in HTMLPurifier_Node |
| D | Arborize.php | 47 list($start, $end) = $node->toTokenPair(); |
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/ | ||
| D | Comment.php | 33 public function toTokenPair() { function in HTMLPurifier_Node_Comment |
| D | Text.php | 49 public function toTokenPair() { function in HTMLPurifier_Node_Text |
| D | Element.php | 47 public function toTokenPair() { function in HTMLPurifier_Node_Element |