Home
last modified time | relevance | path

Searched defs:name (Results 1 – 8 of 8) sorted by relevance

/web-bugs/src/Utils/
H A DPatchTracker.php72 private function getPatchDir(int $bugId, string $name): string
80 private function createPatchDir(int $bugId, string $name): void
143 public function getPatchFullpath(int $bugId, string $name, int $revision): string
151 …public function attach(int $bugId, string $patch, string $name, string $developer, array $obsolete…
208 private function validatePatchName(string $name): void
218 private function detach(int $bugId, string $name, int $revision): void
233 …private function obsoletePatch(int $bugId, string $name, int $revision, string $obsoleteName, int …
/web-bugs/src/Template/
H A DContext.php89 public function block(string $name): string
99 public function start(string $name): void
112 public function append(string $name): void
126 public function end(string $name): void
H A DEngine.php75 public function register(string $name, callable $callable): void
/web-bugs/www/js/
H A Djquery.cookie.js56 jQuery.cookie = function(name, value, options) { argument
/web-bugs/src/Repository/
H A DPatchRepository.php86 public function getPatchContents(int $bugId, string $name, int $revision): string
112 private function getPatchPath(int $bugId, string $name, int $revision): string
/web-bugs/www/
H A Dstats.php162 function bugstats($status, $name)
187 function sort_url($name)
/web-bugs/
H A Dcomposer.json2 "name": "php/web-bugs", string
11 "name": "PHP contributors" string
/web-bugs/sql/
H A Dschema.sql66 name varchar(80) NOT NULL default '', field
77 name varchar(100) NOT NULL, field

Completed in 33 milliseconds