Searched refs:type (Results 1 – 7 of 7) sorted by relevance
/web-bugs/src/Repository/ |
H A D | BugRepository.php | 123 public function findAllByBugType(string $type = 'All'): array argument 129 if ($type !== 'All') { 131 $arguments[] = $type; 145 public function findPhpVersions(string $type = 'All'): array argument 156 if ($type !== 'All') { 158 $arguments[] = $type;
|
/web-bugs/ |
H A D | composer.lock | 14 "type": "git", 19 "type": "zip", 37 "type": "library", 84 "type": "git", 89 "type": "zip", 107 "type": "library", 144 "type": "git", 149 "type": "zip", 162 "type": "library", 211 "type": "git", [all …]
|
/web-bugs/www/ |
H A D | api.php | 13 $type = isset($_GET['type']) ? $_GET['type'] : 'unknown'; variable 17 if ($type === 'docs' && $action === 'closed' && $interval) {
|
/web-bugs/templates/pages/ |
H A D | quick_fix_desc.php | 18 <?php foreach ($variations[$key] as $type => $variation): ?> 20 <td><?= $this->e($reason['title']) ?> (<?= $this->e($type) ?>)</td>
|
/web-bugs/src/Utils/ |
H A D | Uploader.php | 126 $type = $this->getMediaType($files['tmp_name']); 127 if (isset($this->validMediaTypes) && !in_array($type, $this->validMediaTypes)) { 130 (detected "'.htmlspecialchars($type, ENT_QUOTES).'")' 212 $type = $finfo->file($file); 215 $mediaType = explode(';', $type);
|
/web-bugs/include/ |
H A D | functions.php | 543 foreach($state_types as $type => $mode) { 544 if (($state == 'Closed' && $type == 'Open') 545 || ($state == 'Open' && $type == 'Re-Opened')) { 550 if (isset($tla[$type])) { 551 echo ' class="'.$tla[$type].'"'; 553 if ($type == $state) { 556 echo ">$type</option>\n"; 689 foreach ($options as $val => $type) { 694 echo '><label for="boolean' . $val . '">'.$type.'</label>'; 1448 function bugs_add_comment($bug_id, $from, $from_name, $comment, $type = 'comment') argument [all …]
|
/web-bugs/docs/ |
H A D | templates.md | 136 <input type="text" name="title"> 137 <input type="submit" value="Submit"> 152 <input type="text" name="title"> 153 <input type="submit" value="Submit">
|
Completed in 13 milliseconds