Home
last modified time | relevance | path

Searched refs:process_batch (Results 1 – 2 of 2) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php109 $pipeline->process_batch(array($baseurl), $media);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php957 return $this->process_batch(array($data_id), $media);
983 function process_batch($data_id_array, &$media) { function in Pipeline