Home
last modified time | relevance | path

Searched refs:pipeline (Results 51 – 75 of 109) sorted by relevance

12345

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.legend.php5 function &create(&$root, &$pipeline) { argument
7 $box->readCSS($pipeline->get_current_css_state());
8 $box->create_content($root, $pipeline);
H A Dbox.input.text.php20 function &create(&$root, &$pipeline) { argument
34 $box->readCSS($pipeline->get_current_css_state());
35 $box->setup_content($text, $pipeline);
H A Dbox.input.textarea.php15 function &create(&$root, &$pipeline) { argument
20 $box->readCSS($pipeline->get_current_css_state());
21 $box->create_content($root, $pipeline);
H A Dbox.block.inline.php19 function &create(&$root, &$pipeline) { argument
21 $box->readCSS($pipeline->get_current_css_state());
22 $box->create_content($root, $pipeline);
H A Dbox.block.php38 function &create(&$root, &$pipeline) { argument
40 $box->readCSS($pipeline->get_current_css_state());
41 $box->create_content($root, $pipeline);
56 function &create_from_text($content, &$pipeline) { argument
58 $box->readCSS($pipeline->get_current_css_state());
61 $pipeline));
H A Dimage.class.php60 function get($url, &$pipeline) { argument
87 $data = $pipeline->fetch($url);
97 $pipeline->pop_base_url();
H A Dinline.content.builder.nowrap.php15 function build(&$box, $raw_content, &$pipeline) { argument
18 $box->process_word($this->collapse_whitespace($raw_content), $pipeline);
H A Dcss.property.handler.class.php7 function css($value, &$pipeline) { argument
8 $css_state =& $pipeline->get_current_css_state();
11 $this->replace($this->parse($value, $pipeline), $css_state);
H A Dbox.note-call.class.php22 function BoxNoteCall(&$content, &$pipeline) { argument
36 $pipeline);
55 $pipeline);
75 function &create(&$content, &$pipeline) { argument
76 $box = new BoxNoteCall($content, $pipeline);
H A Dcss.pseudo.link.target.inc.php16 function parse($value, &$pipeline) { argument
22 return $pipeline->guess_url($value);
H A Dbox.inline.control.php64 function setup_content($text, &$pipeline) { argument
73 $ibox = InlineBox::create_from_text($text, WHITESPACE_PRE, $pipeline);
76 $this->append_child(TextBox::create(' ', 'iso-8859-1', $pipeline));
H A Dbox.button.reset.php8 function &create(&$root, &$pipeline) { argument
16 $box->readCSS($pipeline->get_current_css_state());
H A Dfilter.post.positioned.class.php10 function process(&$tree, $data, &$pipeline) { argument
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.postponed.class.php10 function process(&$tree, $data, &$pipeline) { argument
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.pre.height-constraint.class.php8 function process(&$tree, $data, &$pipeline) { argument
44 $this->process($tree->content[$i], $data, $pipeline);
H A Dcss.cache.class.php36 function &compile($url, $css, &$pipeline) { argument
41 $cssruleset->parse_css($css, $pipeline);
H A Dbox.table.cell.fake.php7 function create(&$pipeline) { argument
10 $css_state =& $pipeline->get_current_css_state();
H A Dcss.list-style.inc.php17 function parse($value, &$pipeline) { argument
19 $style->image = CSSListStyleImage::parse($value, $pipeline);
H A Dbox.page.php8 function &create(&$pipeline, $rules) { argument
11 $state =& $pipeline->get_current_css_state();
H A Dcss.background.inc.php40 function parse($value, &$pipeline) { argument
46 CSSBackgroundImage::parse($value, $pipeline),
H A Dcss.property.declaration.php30 function &create($code, $value, $pipeline) { argument
47 $declaration->_value = $handler->parse($value, $pipeline);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php42 public const PIPELINE = 'pipeline';
132 public function setPipeline(Pipeline $pipeline): void
134 $this->setParam(self::PIPELINE, $pipeline);
177 // Resolves the pipeline name
178 $pipeline = $destBody[self::PIPELINE] ?? null;
179 if ($pipeline instanceof Pipeline) {
180 $destBody[self::PIPELINE] = $pipeline->getId();
124 setPipeline(Pipeline $pipeline) global() argument
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl3 Please add at least one fetcher object to the pipeline, using the following code:
5 $pipeline->fetchers[] = new FetcherURL();
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.table.column.width.php13 $pipeline);
16 …$real_width = max($pipeline->output_driver->stringwidth('LARGE', 'Times-Roman', 'iso-8859-1', pt2p…
34 $pipeline);
H A Dtest.position.horizontal.absolute.positioned.php6 $pipeline = null;
9 $pipeline);

12345