Home
last modified time | relevance | path

Searched defs:id (Results 1 – 11 of 11) sorted by relevance

/web-bugs/www/
H A Dindex.php15 $id = (int) ($_GET['id'] ?? 0); variable
22 $id = $container->get(BugRepository::class)->findRandom(); variable
H A Derror.php11 $id = !empty($_GET['id']) ? (int) $_GET['id'] : 0; variable
H A Dvote.php9 $id = isset($_POST['id']) ? (int) $_POST['id'] : 0; variable
/web-bugs/src/Container/
H A DContainerInterface.php20 public function get(string $id);
33 public function has(string $id): bool;
H A DContainer.php55 public function get(string $id)
71 public function has(string $id): bool
81 private function createEntry(string $id)
/web-bugs/src/Repository/
H A DBugRepository.php32 public function findOneById(int $id): array
172 public function exists(int $id): bool
H A DVoteRepository.php27 public function findOneByIdAndIp(int $id, string $ip): array
H A DCommentRepository.php27 public function findByBugId(int $id): array
/web-bugs/sql/
H A Dschema.sql6 id int(8) NOT NULL auto_increment, field
33 id int(8) NOT NULL auto_increment, field
64 id int(11) NOT NULL auto_increment, field
76 id int(11) NOT NULL auto_increment, field
/web-bugs/include/
H A Dfunctions.php818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false)
/web-bugs/www/js/
H A DMarkdown.Converter.js1154 grafsOut[i] = grafsOut[i].replace(/~K(\d+)K/g, function (wholeMatch, id) { argument

Completed in 24 milliseconds