Home
last modified time | relevance | path

Searched refs:tag_start (Results 1 – 3 of 3) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php11 $tag_start = $offset + strlen($matches[1]);
12 $tag_end = $tag_start + strlen($matches[2]);
22 $sample_html = substr_replace($sample_html, $to_be_inserted, $tag_start ,0);
23 return $tag_start + strlen($to_be_inserted);
53 $tag_start = $offset + strlen($matches[1]);
54 $tag_end = $tag_start + strlen($matches[2]);
64 $sample_html = substr_replace($sample_html, $to_be_inserted, $tag_start ,0);
65 return $tag_start + strlen($to_be_inserted);
/plugin/sqlraw/
H A Dsimple_html_dom.php124 public $tag_start = 0; variable in simple_html_dom_node
228 $string .= " tag_start: " . $this->tag_start;
1336 $node->tag_start = $begin_tag_pos;
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php134 public $tag_start = 0; variable in imapmarkers\\simple_html_dom_node
218 $string .= ' tag_start: ' . $this->tag_start;
1921 $node->tag_start = $begin_tag_pos;