Home
last modified time | relevance | path

Searched refs:MyFetcherMemory (Results 1 – 5 of 5) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dfetcher.memory.php3 class MyFetcherMemory extends Fetcher { class
7 function MyFetcherMemory($content, $base_path) { function in MyFetcherMemory
H A Dtest.note-call.width.php8 $pipeline->fetchers = array(new MyFetcherMemory($html, ""));
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__))),
/plugin/html2pdf/html2pdf/html2ps/samples/
H A 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);