Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php1335 $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
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1920 $tag = $this->copy_until($this->token_slash); // Get tag name
1959 $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