Home
last modified time | relevance | path

Searched refs:MyFetcherMemory (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/samples/
Dsample.simplest.from.memory.php34 class MyFetcherMemory extends Fetcher { class
38 function MyFetcherMemory($content, $base_path) { function in MyFetcherMemory
79 $pipeline->fetchers[] = new MyFetcherMemory($html, $base_path);
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dfetcher.memory.php3 class MyFetcherMemory extends Fetcher { class
7 function MyFetcherMemory($content, $base_path) { function in MyFetcherMemory
Dtest.radio.png.php10 $pipeline->fetchers = array(new MyFetcherMemory('
32 $pipeline->fetchers = array(new MyFetcherMemory('
Dgeneric.test.php6 $pipeline->fetchers = array(new MyFetcherMemory($html, realpath(dirname(__FILE__))),
Dtest.note-call.width.php8 $pipeline->fetchers = array(new MyFetcherMemory($html, ""));