Home
last modified time | relevance | path

Searched refs:obsoletes (Results 1 – 4 of 4) sorted by relevance

/web-bugs/templates/
H A Dpatchdiff.php17 if (count($obsoletes)) {
20 foreach ($obsoletes as $betterpatch) {
H A Dpatchdisplay.php17 if (count($obsoletes)) {
20 foreach ($obsoletes as $betterpatch) {
/web-bugs/src/Utils/
H A DPatchTracker.php151 …tion attach(int $bugId, string $patch, string $name, string $developer, array $obsoletes = []): int argument
155 if (!is_array($obsoletes)) {
181 foreach ($obsoletes as $obsoletePatch) {
/web-bugs/www/
H A Dpatch-display.php94 $obsoletes = $obsoletePatchRepository->findObsoletePatches($bug_id, $patch_name, $revision); variable

Completed in 20 milliseconds