Home
last modified time | relevance | path

Searched defs:sample_html (Results 1 – 8 of 8) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) {
45 function autoclose_tag_cleanup(&$sample_html, $offset, $tags_raw, $nested, $close) {
H A Dxhtml.deflist.inc.php4 function process_dd(&$sample_html, $offset) {
8 function process_dt(&$sample_html, $offset) {
12 function process_dl(&$sample_html, $offset) {
19 function process_deflists(&$sample_html, $offset) {
H A Dxhtml.lists.inc.php4 function process_li(&$sample_html, $offset) {
11 function process_ol(&$sample_html, $offset) {
17 function process_ul(&$sample_html, $offset) {
23 function process_lists(&$sample_html, $offset) {
H A Dxhtml.p.inc.php4 function process_p($sample_html) {
H A Dxhtml.script.inc.php4 function process_script($sample_html) {
H A Dxhtml.selects.inc.php4 function process_option(&$sample_html, $offset) {
10 function process_select(&$sample_html, $offset) {
16 function process_selects(&$sample_html, $offset) {
H A Dxhtml.tables.inc.php4 function process_cell(&$sample_html, $offset) {
12 function process_header_cell(&$sample_html, $offset) {
38 function process_row(&$sample_html, $offset) {
47 function process_rowgroup($group, &$sample_html, $offset) {
101 function process_tables(&$sample_html, $offset) {
H A Dxhtml.utils.inc.php4 function close_tag($tag, $sample_html) {