Searched defs:patch (Results 1 – 5 of 5) sorted by relevance
/web-bugs/src/Repository/ |
H A D | ObsoletePatchRepository.php | 27 public function findObsoletingPatches(int $bugId, string $patch, int $revision): array 43 public function findObsoletePatches(int $bugId, string $patch, int $revision): array
|
H A D | PatchRepository.php | 51 public function findDeveloper(int $bugId, string $patch, int $revision): string 69 public function findRevisions(int $bugId, string $patch): array
|
/web-bugs/src/Utils/ |
H A D | PatchTracker.php | 109 private function newPatchFileName(int $bugId, string $patch, string $developer): int 151 …public function attach(int $bugId, string $patch, string $name, string $developer, array $obsolete…
|
/web-bugs/sql/ |
H A D | schema.sql | 48 patch varchar(80) NOT NULL, field 57 patch varchar(80) NOT NULL, field
|
/web-bugs/include/ |
H A D | query.php | 40 $patch = (!empty($_GET['patch']) && is_string($_GET['patch'])) ? $_GET['patch'] : ''; variable
|
Completed in 9 milliseconds