Home
last modified time | relevance | path

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

/template/bootstrap3/inc/
Dsimple_html_dom.php1909 $tag = $this->copy_until($this->token_slash); // Get tag name
1946 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');
1984 $name = $this->copy_until($this->token_equal);
2105 $value = $this->copy_until($this->token_attr);
2166 protected function copy_until($chars) function in simple_html_dom
/template/mikio/inc/
H A Dsimple_html_dom.php1915 $tag = $this->copy_until($this->token_slash); // Get tag name
1952 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until('<>');
1990 $name = $this->copy_until($this->token_equal);
2111 $value = $this->copy_until($this->token_attr);
2172 protected function copy_until($chars) function in simple_html_dom