Home
last modified time | relevance | path

Searched refs:fetchers (Results 1 – 13 of 13) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherSystem.php27 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherPath::class);
31 foreach ($fetchers as $fetcher) {
83 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherString::class);
87 foreach ($fetchers as $fetcher) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.radio.png.php10 $pipeline->fetchers = array(new MyFetcherMemory('
32 $pipeline->fetchers = array(new MyFetcherMemory('
H A Dgeneric.test.php6 $pipeline->fetchers = array(new MyFetcherMemory($html, realpath(dirname(__FILE__))),
H A Dtest.note-call.width.php8 $pipeline->fetchers = array(new MyFetcherMemory($html, ""));
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._no_fetchers.tpl5 $pipeline->fetchers[] = new FetcherURL();
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.factory.class.php20 $pipeline->fetchers[] = new FetcherURL();
H A Dpipeline.class.php287 var $fetchers; variable in Pipeline
351 array_unshift($this->fetchers, $fetcher);
928 if (count($this->fetchers) == 0) {
939 for ($i=0; $i<count($this->fetchers); $i++) {
940 $data = $this->fetchers[$i]->get_data($data_id);
943 $this->push_base_url($this->fetchers[$i]->get_base_url());
1016 for ($i=0; $i<count($this->fetchers); $i++) {
1017 $message .= $this->fetchers[$i]->error_message();
H A DChangeLog462 fetchers work
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.pipeline.custom.php31 $pipeline->fetchers[] = new FetcherURL;
H A Dsample.simplest.from.file.php59 $pipeline->fetchers[] = new MyFetcherLocalFile($path_to_html);
H A Dsample.simplest.from.memory.php79 $pipeline->fetchers[] = new MyFetcherMemory($html, $base_path);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dtest.php79 $pipeline->fetchers[] = new MyFetcherLocalFile();
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php210 $pipeline->fetchers[] = new FetcherUrl();