Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 6 of 6) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php299 $base_path = $trust_root_parsed['path'];
302 if ($base_path != $path) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
306 if (substr($base_path, strlen($base_path) - 1, 1) != '/' &&
307 substr($path, strlen($base_path), 1) != '/') {
316 if ($base_path != $path ||
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.memory.class.php4 var $base_path; variable in FetcherMemory
8 function FetcherMemory($content, $base_path) { argument
10 $this->base_path = $base_path;
11 $this->base_url = $base_path;
15 return $this->base_path;
19 if ($url != $this->base_path) {
24 $data =& new FetchedDataFile($this->content, $this->base_path);
H A Dutils_url.php24 $base_path = isset($data['path']) ? $data['path'] : "/";
37 if (strlen($base_path) > 0) {
38 if ($base_path{0} != "/") {
39 $base_path = "/".$base_path;
62 if (preg_match("#^(/.*)/[^/]*$#", $base_path, $matches)) {
/plugin/html2pdf/html2pdf/html2ps/samples/
H A Dsample.simplest.from.memory.php35 var $base_path; variable in MyFetcherMemory
38 function MyFetcherMemory($content, $base_path) { argument
40 $this->base_path = $base_path;
58 return 'file:///'.$this->base_path.'/dummy.html';
72 function convert_to_pdf($html, $path_to_pdf, $base_path='') { argument
79 $pipeline->fetchers[] = new MyFetcherMemory($html, $base_path);
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dfetcher.memory.php4 var $base_path; variable in MyFetcherMemory
7 function MyFetcherMemory($content, $base_path) { argument
9 $this->base_path = $base_path;
27 return 'file:///'.$this->base_path.'/dummy.html';
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php299 $base_path = $trust_root_parsed['path'];
302 if ($base_path != $path) {
303 if (substr($path, 0, strlen($base_path)) != $base_path) {
306 if (substr($base_path, strlen($base_path) - 1, 1) != '/' &&
307 substr($path, strlen($base_path), 1) != '/') {
316 if ($base_path != $path ||