Home
last modified time | relevance | path

Searched refs:path (Results 1 – 5 of 5) sorted by relevance

/web-bugs/www/js/
H A Djquery.cookie.js77 var path = options.path ? '; path=' + (options.path) : '';
80 … document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
/web-bugs/www/
H A Dpatch-display.php65 $path = $patchTracker->getPatchFullpath($bug_id, $patch_name, $revision); variable
66 if (!file_exists($path)) {
74 header('Last-modified: ' . gmdate('l, d-M-y H:i:s \G\M\T', filemtime($path)));
77 header('Content-length: '.filesize($path));
78 readfile($path);
103 $new = $path;
/web-bugs/src/
H A DAutoloader.php105 public function addClassmap($class, $path) argument
107 $this->classmap[$class] = $path;
/web-bugs/docs/
H A Dtemplates.md10 $template = new App\Template\Engine(__DIR__.'/../path/to/templates');
/web-bugs/
H A Dcomposer.lock597 … "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage",

Completed in 14 milliseconds