Searched refs:copy_until (Results 1 – 2 of 2) sorted by relevance
1335 $tag = $this->copy_until($this->token_slash);1365 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');1403 $name = $this->copy_until($this->token_equal);1508 $node->attr[$name] = $this->restore_noise($this->copy_until($this->token_attr));1557 protected function copy_until($chars) function in simple_html_dom
1920 $tag = $this->copy_until($this->token_slash); // Get tag name1959 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');1999 $name = $this->copy_until($this->token_equal);2123 $value = $this->copy_until($this->token_attr);2178 protected function copy_until($chars) { function in imapmarkers\\simple_html_dom