Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 5 of 5) sorted by relevance

/web-bugs/src/Repository/
H A DObsoletePatchRepository.php27 public function findObsoletingPatches(int $bugId, string $patch, int $revision): array
43 public function findObsoletePatches(int $bugId, string $patch, int $revision): array
H A DPatchRepository.php51 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 DPatchTracker.php109 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 Dschema.sql48 patch varchar(80) NOT NULL, field
57 patch varchar(80) NOT NULL, field
/web-bugs/include/
H A Dquery.php40 $patch = (!empty($_GET['patch']) && is_string($_GET['patch'])) ? $_GET['patch'] : ''; variable

Completed in 17 milliseconds