Home
last modified time | relevance | path

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

/web-bugs/src/Utils/
H A DPatchTracker.php109 private function newPatchFileName(int $bugId, string $patch, string $developer): int argument
118 $this->dbh->prepare($sql)->execute([$bugId, $patch, $revision, $developer]);
123 $this->dbh->prepare($sql)->execute([$bugId, $patch, $revision, $developer]);
151 …public function attach(int $bugId, string $patch, string $name, string $developer, array $obsolete… argument
160 $revision = $this->newPatchFileName($bugId, $name, $developer);
H A DGitHub.php73 (bugdb_id, github_repo, github_pull_id, github_title, github_html_url, developer)
/web-bugs/sql/
H A Dschema.sql59 developer varchar(40) NOT NULL, field
113 developer varchar(40) NOT NULL, field
/web-bugs/include/
H A Dfunctions.php158 $logged_in = 'developer';
165 $logged_in = 'developer';
178 if ($logged_in == 'developer') {

Completed in 21 milliseconds