Home
last modified time | relevance | path

Searched refs:patchRepository (Results 1 – 3 of 3) sorted by relevance

/web-bugs/www/
H A Dpatch-add.php12 $patchRepository = $container->get(PatchRepository::class); variable
77 $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 Dpatch-display.php15 $patchRepository = $container->get(PatchRepository::class); variable
59 $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);
H A Dbug.php20 $patchRepository = $container->get(PatchRepository::class); variable
1084 $p = $patchRepository->findAllByBugId($bug_id);

Completed in 9 milliseconds