/plugin/html2pdf/html2pdf/html2ps/ |
H A D | html.attrs.inc.php | 181 function attr_name_before(&$root, &$pipeline) { 186 function attr_name_after(&$root, &$pipeline) {}; 189 function attr_id_before(&$root, &$pipeline) { 194 function attr_id_after(&$root, &$pipeline) {}; 198 function attr_href_before(&$root, &$pipeline) { 203 function attr_href_after(&$root, &$pipeline) {}; 543 function attr_dir_before(&$root, &$pipeline) { 556 function attr_dir_after(&$root, &$pipeline) {} 559 function attr_align_before(&$root, &$pipeline) { 569 function attr_align_after(&$root, &$pipeline) {} [all …]
|
H A D | css.ruleset.class.php | 14 function parse_style_node($root, &$pipeline) { 54 function scan_styles($root, &$pipeline) { 102 function parse_css($css, &$pipeline, $baseindex = 0) { 147 function css_import($src, &$pipeline) { 174 function parse_css_import($import, &$pipeline) { 187 function parse_css_media($css, &$pipeline, $baseindex = 0) { 228 function add_rule(&$rule, &$pipeline) { 239 function apply(&$root, &$state, &$pipeline) { 277 function apply_pseudoelement($element_type, &$root, &$state, &$pipeline) {
|
H A D | box.php | 90 function &create_pdf_box(&$root, &$pipeline) { 107 function &create_document_box(&$root, &$pipeline) { 111 function &create_node_box(&$root, &$pipeline) { 391 function &create_text_box(&$root, &$pipeline) { 413 function &create_pdf_pseudoelement($root, $pe_type, &$pipeline) {
|
H A D | box.table.row.php | 9 function &create(&$root, &$pipeline) { 42 function normalize(&$pipeline) { 53 function add_fake_cell_after($index, &$pipeline) { 57 function add_fake_cell_before($index, &$pipeline) { 61 function append_fake_cell(&$pipeline) {
|
H A D | box.frame.php | 5 function &create(&$root, &$pipeline) { 105 function FrameBox(&$root, &$pipeline) { 224 function &create(&$root, &$pipeline) { 230 function FramesetBox(&$root, $pipeline) {
|
H A D | parser.xhtml.class.php | 3 function &process($html, &$pipeline, &$media) { 55 function _scan_base(&$root, &$pipeline) {
|
H A D | box.iframe.php | 5 function &create(&$root, &$pipeline) { 21 function IFrameBox(&$root, $pipeline) {
|
H A D | css.parse.properties.php | 3 function &parse_css_property($string, &$pipeline) { 8 function &parse_css_properties($string, &$pipeline) {
|
H A D | box.button.php | 38 function &create(&$root, &$pipeline) { 71 function _setup($text, &$pipeline) {
|
H A D | css.rules.page.inc.php | 67 function CSSAtRulePage($selector, &$pipeline) { 103 function CSSAtRuleMarginBox($selector, &$pipeline) { 281 function parse_css_atpage_margin_box($css, &$at_rule, &$pipeline) { 372 function parse_css_atpage_declaration($css, &$at_rule, &$pipeline) { 383 function parse_css_atpage_margin_box_declaration($css, &$at_rule, &$pipeline) {
|
H A D | css.rules.inc.php | 13 function apply(&$root, &$state, &$pipeline) { 23 function CSSRule($rule, &$pipeline) { 33 function set_property($key, $value, &$pipeline) {
|
H A D | box.block.php | 38 function &create(&$root, &$pipeline) { 56 function &create_from_text($content, &$pipeline) {
|
H A D | box.note-call.class.php | 22 function BoxNoteCall(&$content, &$pipeline) { 75 function &create(&$content, &$pipeline) {
|
H A D | filter.pre._interface.class.php | 3 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.footnotes.class.php | 13 function process(&$tree, $data, &$pipeline) {
|
H A D | filter.pre.height-constraint.class.php | 8 function process(&$tree, $data, &$pipeline) {
|
H A D | inline.content.builder.normal.php | 15 function build(&$box, $text, &$pipeline) {
|
H A D | box.input.password.php | 5 function &create(&$root, &$pipeline) {
|
H A D | inline.content.builder.nowrap.php | 15 function build(&$box, $raw_content, &$pipeline) {
|
H A D | inline.content.builder.pre.line.php | 15 function build(&$box, $text, &$pipeline) {
|
H A D | strategy.page.break.simple.php | 7 function run(&$pipeline, &$media, &$box) {
|
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | generic.test.php | 4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) { 22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul…
|
/plugin/html2pdf/html2pdf/html2ps/features/ |
H A D | toc.php | 31 function &find_toc_anchors(&$pipeline, &$media, &$document) { 56 function install(&$pipeline, $params) { 93 function update_document(&$toc, &$pipeline, &$media, &$document) { 123 function update_page_numbers(&$toc, &$pipeline, &$document, &$page_heights, &$media) { 168 function &run(&$pipeline, &$media, &$document) {
|
/plugin/html2pdf/html2pdf/html2ps/samples/ |
H A D | sample.pipeline.custom.php | 29 $pipeline = new Pipeline; variable
|
H A D | sample.pipeline.default.php | 32 $pipeline = PipelineFactory::create_default_pipeline("",""); variable
|