Searched refs:FetchedDataURL (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | fetcher.memory.php | 14 return new FetchedDataURL($this->content, array(), ""); 22 return new FetchedDataURL(@file_get_contents($url), array(), "");
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | fetched_data.url.class.php | 2 class FetchedDataURL extends FetchedDataHTML { class 29 function FetchedDataURL($content, $headers, $url) { function in FetchedDataURL
|
H A D | fetcher.local.class.php | 11 return new FetchedDataURL($this->_content, array(), "");
|
H A D | fetcher.url.curl.class.php | 94 return new FetchedDataURL($content, $headers, $this->url);
|
H A D | fetcher.url.class.php | 61 return new FetchedDataURL($this->content,
|
/plugin/html2pdf/html2pdf/html2ps/samples/ |
H A D | sample.simplest.from.memory.php | 45 return new FetchedDataURL($this->content, array(), ""); 53 return new FetchedDataURL(@file_get_contents($url), array(), "");
|
H A D | sample.simplest.from.file.php | 38 return new FetchedDataURL($this->_content, array(), "");
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | test.php | 45 return new FetchedDataURL($this->_content, array(), "");
|