Home
last modified time | relevance | path

Searched defs:bugId (Results 1 – 6 of 6) sorted by relevance

/web-bugs/src/Repository/
H A DPatchRepository.php34 public function findAllByBugId(int $bugId): array
51 public function findDeveloper(int $bugId, string $patch, int $revision): string
69 public function findRevisions(int $bugId, string $patch): array
86 public function getPatchContents(int $bugId, string $name, int $revision): string
112 private function getPatchPath(int $bugId, string $name, int $revision): string
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 DPullRequestRepository.php30 public function findAllByBugId(int $bugId)
/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
109 private function newPatchFileName(int $bugId, string $patch, string $developer): int
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…
218 private function detach(int $bugId, string $name, int $revision): void
233 …private function obsoletePatch(int $bugId, string $name, int $revision, string $obsoleteName, int …
H A DGitHub.php64 public function attach($bugId, $repo, $pullId, $developer)
94 public function detach(int $bugId, string $repo, int $pullId)
/web-bugs/www/js/
H A Dredirect.js13 var bugId = location.hash.substr(1) * 1; variable

Completed in 14 milliseconds