Home
last modified time | relevance | path

Searched refs:autoclose_tag (Results 1 – 5 of 5) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.selects.inc.php5 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 Dxhtml.deflist.inc.php5 …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 Dxhtml.lists.inc.php5 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 Dxhtml.tables.inc.php5 $r = autoclose_tag($sample_html, $offset,
13 return autoclose_tag($sample_html, $offset,
102 return autoclose_tag($sample_html, $offset,
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) { function