Home
last modified time | relevance | path

Searched defs:pipeline (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dhtml.attrs.inc.php181 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 Dcss.ruleset.class.php14 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 Dbox.php90 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 Dbox.table.row.php9 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 Dbox.frame.php5 function &create(&$root, &$pipeline) {
105 function FrameBox(&$root, &$pipeline) {
224 function &create(&$root, &$pipeline) {
230 function FramesetBox(&$root, $pipeline) {
H A Dparser.xhtml.class.php3 function &process($html, &$pipeline, &$media) {
55 function _scan_base(&$root, &$pipeline) {
H A Dbox.iframe.php5 function &create(&$root, &$pipeline) {
21 function IFrameBox(&$root, $pipeline) {
H A Dcss.parse.properties.php3 function &parse_css_property($string, &$pipeline) {
8 function &parse_css_properties($string, &$pipeline) {
H A Dbox.button.php38 function &create(&$root, &$pipeline) {
71 function _setup($text, &$pipeline) {
H A Dcss.rules.page.inc.php67 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 Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) {
23 function CSSRule($rule, &$pipeline) {
33 function set_property($key, $value, &$pipeline) {
H A Dbox.block.php38 function &create(&$root, &$pipeline) {
56 function &create_from_text($content, &$pipeline) {
H A Dbox.note-call.class.php22 function BoxNoteCall(&$content, &$pipeline) {
75 function &create(&$content, &$pipeline) {
H A Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) {
H A Dfilter.pre.footnotes.class.php13 function process(&$tree, $data, &$pipeline) {
H A Dfilter.pre.height-constraint.class.php8 function process(&$tree, $data, &$pipeline) {
H A Dinline.content.builder.normal.php15 function build(&$box, $text, &$pipeline) {
H A Dbox.input.password.php5 function &create(&$root, &$pipeline) {
H A Dinline.content.builder.nowrap.php15 function build(&$box, $raw_content, &$pipeline) {
H A Dinline.content.builder.pre.line.php15 function build(&$box, $text, &$pipeline) {
H A Dstrategy.page.break.simple.php7 function run(&$pipeline, &$media, &$box) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 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 Dtoc.php31 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 Dsample.pipeline.custom.php29 $pipeline = new Pipeline; variable
H A Dsample.pipeline.default.php32 $pipeline = PipelineFactory::create_default_pipeline("",""); variable

1234