Searched defs:id (Results 1 – 11 of 11) sorted by relevance
/web-bugs/www/ |
H A D | index.php | 15 $id = (int) ($_GET['id'] ?? 0); variable 22 $id = $container->get(BugRepository::class)->findRandom(); variable
|
H A D | error.php | 11 $id = !empty($_GET['id']) ? (int) $_GET['id'] : 0; variable
|
H A D | vote.php | 11 $id = isset($_POST['id']) ? (int) $_POST['id'] : 0; variable
|
/web-bugs/src/Container/ |
H A D | ContainerInterface.php | 20 public function get(string $id); 33 public function has(string $id): bool;
|
H A D | Container.php | 55 public function get(string $id) 71 public function has(string $id): bool 81 private function createEntry(string $id)
|
/web-bugs/src/Repository/ |
H A D | BugRepository.php | 32 public function findOneById(int $id): array 172 public function exists(int $id): bool
|
H A D | VoteRepository.php | 27 public function findOneByIdAndIp(int $id, string $ip): array
|
H A D | CommentRepository.php | 27 public function findByBugId(int $id): array
|
/web-bugs/sql/ |
H A D | schema.sql | 6 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 D | functions.php | 818 function mail_bug_updates($bug, $in, $from, $ncomment, $edit = 1, $id = false)
|
/web-bugs/www/js/ |
H A D | Markdown.Converter.js | 1154 grafsOut[i] = grafsOut[i].replace(/~K(\d+)K/g, function (wholeMatch, id) { argument
|
Completed in 15 milliseconds