Home
last modified time | relevance | path

Searched refs:pipeline (Results 76 – 100 of 109) sorted by relevance

12345

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php239 function &create(&$root, &$pipeline) { argument
246 $image_url = $pipeline->guess_url($src);
247 $src_img = ImageFactory::get($image_url, $pipeline);
268 $box->readCSS($pipeline->get_current_css_state());
281 $box->readCSS($pipeline->get_current_css_state());
H A Dfilter.pre.fields.class.php18 function process(&$tree, $data, &$pipeline) { argument
58 $this->process($tree->content[$i], $data, $pipeline);
H A Dbox.select.php18 function &create(&$root, &$pipeline) { argument
49 $box->readCSS($pipeline->get_current_css_state());
50 $box->setup_content($content, $pipeline);
H A Dbox.whitespace.php5 function &create(&$pipeline) { argument
7 $box->readCSS($pipeline->get_current_css_state());
H A Dbox.br.php59 function &create(&$pipeline) { argument
61 $box->readCSS($pipeline->get_current_css_state());
H A Dbox.radiobutton.php21 function &create(&$root, &$pipeline) { argument
30 $css_state = $pipeline->get_current_css_state();
H A Dfilter.pre._interface.class.php3 function process(&$tree, $data, &$pipeline) { argument
H A Dbox.table.php54 function &create(&$root, &$pipeline) { argument
56 $box->readCSS($pipeline->get_current_css_state());
61 $css_state =& $pipeline->get_current_css_state();
88 $handler->css('left', $pipeline);
100 $child_box =& create_pdf_box($child, $pipeline);
108 $box->normalize($pipeline);
299 function normalize(&$pipeline) { argument
306 $this->content[$i]->add_fake_cell_before(0, $pipeline);
314 $this->content[$i]->normalize($pipeline);
364 $this->content[$k]->add_fake_cell_before($i_col, $pipeline);
[all …]
H A Dstrategy.page.break.smart.php7 function run(&$pipeline, &$media, &$box) { argument
H A Dstrategy.page.break.simple.php7 function run(&$pipeline, &$media, &$box) { argument
H A Dbox.checkbutton.php59 function &create(&$root, &$pipeline) { argument
70 $box->readCSS($pipeline->get_current_css_state());
H A Dbox.text.string.php10 $box->readCSS($pipeline->get_current_css_state());
H A Dbox.table.cell.php112 function &create(&$root, &$pipeline) { argument
113 $css_state = $pipeline->get_current_css_state();
211 $box->create_content($root, $pipeline);
H A Dbox.text.php144 function &create($text, $encoding, &$pipeline) { argument
145 $box =& TextBox::create_empty($pipeline);
150 function &create_empty(&$pipeline) { argument
152 $css_state = $pipeline->get_current_css_state();
155 $css_state = $pipeline->get_current_css_state();
H A Dinline.content.builder.php744 function add_line_break(&$box, &$pipeline) { argument
746 $break_box->readCSS($pipeline->get_current_css_state());
750 function build(&$box, $text, &$pipeline) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIngestNamespace.asciidoc50 $params['id'] = (string) Comma separated list of pipeline ids. Wildcards supported
93 $params['verbose'] = (boolean) Verbose mode. Display data output for each processor in executed pipeline (Default = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db1efa1c51a34dd5ab5511b71a399f5b1.asciidoc12 'pipeline' => 'some_ingest_pipeline',
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.width.percentage.php20 ', $media, $pipeline, $context, $postponed);
H A Dtest.left.percentage.php106 ', $media, $pipeline, $context, $postponed);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DRedis.php121 $this->redis->pipeline(
203 $this->redis->pipeline(
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DRedis.php120 // pipeline for performance
121 $this->redis->pipeline(
202 // pipeline for performance
203 $this->redis->pipeline(
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php232 public function setPipeline(string $pipeline): self argument
234 return $this->setParam('pipeline', $pipeline);
239 return $this->getParam('pipeline');
244 return $this->hasParam('pipeline');
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php409 static $pipeline = [
427 foreach ($pipeline as $method) {
/plugin/ifauthex/
H A DREADME.md16 **Last commit:** [![pipeline status](https://git.mittelab.org/proj/ifauthex-dokuwiki-plugin/badges/…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc114 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
194 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
487 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
873 $params['pipeline'] = (string) Ingest pipeline to set on index requests made by this action. (default: none)

12345