Lines Matching defs:path

693 	 * @var string The absolute path to the pem file
1842 * path: file path on FS
1851 * 'path' => 'tmp/1234.xml',
2307 $s .= ' W n '; // Ends path no-op & Sets the clipping path
2616 // Set clipping path
4951 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
4990 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
5029 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
5068 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
11452 public function GetFullPath(&$path, $basepath = '')
11459 // Fix path value
11460 $path = str_replace("\\", '/', $path); // If on Windows
11463 if (substr($path, 0, 2) === '//') {
11466 $path = $scheme . ':' . $path;
11469 $path = preg_replace('|^./|', '', $path); // Inadvertently corrects "./path/etc" and "//www.domain.com/etc"
11471 if (substr($path, 0, 1) == '#') {
11478 if (preg_match($pattern, $path)) {
11482 if (substr($path, 0, 3) == "../") { // It is a relative link
11484 $backtrackamount = substr_count($path, "../");
11486 $filepath = str_replace("../", '', $path);
11487 $path = $basepath;
11496 $path = substr($path, 0, strrpos($path, "/"));
11499 $path = $path . "/" . $filepath; // Make it an absolute path
11501 } elseif ((strpos($path, ":/") === false || strpos($path, ":/") > 10) && !@is_file($path)) { // It is a local link. Ignore potential file errors
11503 if (substr($path, 0, 1) == "/") {
11516 $path = $root . $path;
11519 $path = $basepath . $path;
12147 // Set clipping path
12170 // Set clipping path
12200 // Set clipping path
13762 // Fix path values, if needed
13768 $path = $auxiliararray[2];
13770 $path = '';
13772 if (trim($path) != '' && !(stristr($e, "src=") !== false && substr($path, 0, 4) == 'var:') && substr($path, 0, 1) != '@') {
13773 $path = htmlspecialchars_decode($path); // mPDF 5.7.4 URLs
13774 $orig_srcpath = $path;
13775 $this->GetFullPath($path);
13777 $e = preg_replace($regexp, ' \\1="' . $path . '"', $e);
13779 }//END of Fix path values
14546 $block_s = $this->PrintPageBackgrounds(); // Save to print later inside clipping path
16839 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
16936 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17000 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17061 $this->writer->write(' h W n '); // Ends path no-op & Sets the clipping path
17175 // Set clipping path
17233 // Use clipping path as set above (and rectangle around page) to clip area outside box
17234 $shadow .= $s; // Use the clipping path with W*
17250 // Set path for INNER shadow
17534 $shadow .= ' h f Q ' . "\n"; // Close path and Fill the inner solid shadow
17543 $shadow .= ' Q' . "\n"; // Ends path no-op & Sets the clipping path
17547 $s .= ' W n '; // Ends path no-op & Sets the clipping path
23010 // Set clipping path
23032 // Set clipping path
23061 // Set clipping path