Home
last modified time | relevance | path

Searched defs:base_path (Results 1 – 3 of 3) sorted by last modified time

/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dfetcher.memory.php4 var $base_path; variable in MyFetcherMemory
7 function MyFetcherMemory($content, $base_path) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.memory.class.php4 var $base_path; variable in FetcherMemory
8 function FetcherMemory($content, $base_path) {
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php35 var $base_path; variable in MyFetcherMemory
38 function MyFetcherMemory($content, $base_path) {
72 function convert_to_pdf($html, $path_to_pdf, $base_path='') {