Home
last modified time | relevance | path

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

/web-bugs/www/
H A Dpatch-add.php77 $patches = $patchRepository->findAllByBugId($bug_id);
109 $patches = $patchRepository->findAllByBugId($bug_id);
117 $patches = $patchRepository->findAllByBugId($bug_id);
127 $patches = $patchRepository->findAllByBugId($bug_id);
154 $patches = $patchRepository->findAllByBugId($bug_id);
161 $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.php1084 $p = $patchRepository->findAllByBugId($bug_id);
1112 $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 16 milliseconds