Searched refs:autoclose_tag (Results 1 – 5 of 5) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | xhtml.deflist.inc.php | 5 …return autoclose_tag($sample_html, $offset, "(dt|dd|dl|/dl|/dd)", array("dl" => "process_dl"), "/d… 9 …return autoclose_tag($sample_html, $offset, "(dt|dd|dl|/dl|/dd)", array("dl" => "process_dl"), "/d… 13 return autoclose_tag($sample_html, $offset, "(dt|dd|/dl)", 20 return autoclose_tag($sample_html, $offset, "(dl)",
|
H A D | xhtml.lists.inc.php | 5 return autoclose_tag($sample_html, $offset, "(ul|ol|li|/li|/ul|/ol)", 12 return autoclose_tag($sample_html, $offset, "(li|/ol)", 18 return autoclose_tag($sample_html, $offset, "(li|/ul)", 24 return autoclose_tag($sample_html, $offset, "(ul|ol)",
|
H A D | xhtml.selects.inc.php | 5 return autoclose_tag($sample_html, $offset, "(option|/select|/option)", 11 return autoclose_tag($sample_html, $offset, "(option|/select)", 17 return autoclose_tag($sample_html, $offset, "(select)",
|
H A D | xhtml.tables.inc.php | 5 $r = autoclose_tag($sample_html, $offset, 13 return autoclose_tag($sample_html, $offset, 102 return autoclose_tag($sample_html, $offset,
|
H A D | xhtml.autoclose.inc.php | 4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) { function
|