Home
last modified time | relevance | path

Searched refs:type (Results 1 – 7 of 7) sorted by relevance

/web-bugs/src/Repository/
H A DBugRepository.php123 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 Dcomposer.lock14 "type": "git",
19 "type": "zip",
36 "type": "library",
83 "type": "git",
88 "type": "zip",
104 "type": "library",
141 "type": "git",
146 "type": "zip",
158 "type": "library",
201 "type": "git",
[all …]
/web-bugs/www/
H A Dapi.php13 $type = isset($_GET['type']) ? $_GET['type'] : 'unknown'; variable
17 if ($type === 'docs' && $action === 'closed' && $interval) {
/web-bugs/templates/pages/
H A Dquick_fix_desc.php18 <?php foreach ($variations[$key] as $type => $variation): ?>
20 <td><?= $this->e($reason['title']) ?> (<?= $this->e($type) ?>)</td>
/web-bugs/src/Utils/
H A DUploader.php126 $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 Dfunctions.php543 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 Dtemplates.md136 <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 24 milliseconds