Home
last modified time | relevance | path

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

/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1664 if (($s = $this->copy_until_char('<')) === '') {
1833 $tag = $this->copy_until_char('>');
1928 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');
2080 if ($this->copy_until_char('>') === '/') {
2112 $value = $this->copy_until_char('"');
2118 $value = $this->copy_until_char('\'');
2186 protected function copy_until_char($char) { function in imapmarkers\\simple_html_dom
/plugin/sqlraw/
H A Dsimple_html_dom.php1171 if (($s = $this->copy_until_char('<'))==='')
1275 $tag = $this->copy_until_char('>');
1340 $node->_[HDOM_INFO_TEXT] = '<' . $tag . $this->copy_until_char('>');
1566 protected function copy_until_char($char) function in simple_html_dom