Searched refs:patchRepository (Results 1 – 3 of 3) sorted by relevance
12 $patchRepository = $container->get(PatchRepository::class); variable77 $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);
15 $patchRepository = $container->get(PatchRepository::class); variable59 $revisions = $patchRepository->findRevisions($buginfo['id'], $patch_name);83 $patchcontents = $patchRepository->getPatchContents($buginfo['id'], $patch_name, $revision);92 $handle = $patchRepository->findDeveloper($bug_id, $patch_name, $revision);95 $patches = $patchRepository->findAllByBugId($bug_id);96 $revisions = $patchRepository->findRevisions($bug_id, $patch_name);
20 $patchRepository = $container->get(PatchRepository::class); variable1084 $p = $patchRepository->findAllByBugId($bug_id);
Completed in 8 milliseconds