Home
last modified time | relevance | path

Searched refs:findAllByBugId (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/
H A Dpatch-add.php70 $patches = $patchRepository->findAllByBugId($bug_id);
102 $patches = $patchRepository->findAllByBugId($bug_id);
110 $patches = $patchRepository->findAllByBugId($bug_id);
120 $patches = $patchRepository->findAllByBugId($bug_id);
147 $patches = $patchRepository->findAllByBugId($bug_id);
154 $patches = $patchRepository->findAllByBugId($bug_id);
H A Dgh-pull-add.php89 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
114 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
133 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
140 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
H A Dpatch-display.php95 $patches = $patchRepository->findAllByBugId($bug_id);
H A Dbug.php1089 $p = $patchRepository->findAllByBugId($bug_id);
1115 $pulls = $pullRequestRepository->findAllByBugId($bug_id);
/web-bugs/src/Repository/
H A DPullRequestRepository.php30 public function findAllByBugId(int $bugId) function in App\\Repository\\PullRequestRepository
H A DPatchRepository.php34 public function findAllByBugId(int $bugId): array function in App\\Repository\\PatchRepository

Completed in 27 milliseconds