Searched refs:in (Results 1 – 10 of 10) sorted by relevance
/web-bugs/include/ |
H A D | functions.php | 349 function clean($in) argument 398 $one = (isset($in) && isset($in[$n])) ? $in[$n] : false; 715 $in = [$in]; 945 (isset($in['private']) && $in['private'] != $bug['private']) || 946 (isset($in['bug_type']) && $in['bug_type'] != $bug['bug_type'] && 1006 if ($edit == 1 && $in['assign'] && $in['assign'] != $bug['assign']) { 1192 if (isset($in['php_version']) && $in['php_version'] == 'earlier') { 1200 …if (empty($in['package_name']) || !is_string($in['package_name']) || $in['package_name'] == 'none'… 1206 …if (empty($in['bug_type']) || !is_string($in['bug_type']) || !array_key_exists($in['bug_type'], $b… 1210 if (empty($in['sdesc']) || !is_string($in['sdesc'])) { [all …]
|
/web-bugs/www/ |
H A D | rpc.php | 63 $in = $bug; variable 65 $in['status'] = $_POST['status']; 67 $changed = bug_diff($bug, $in); 77 mail_bug_updates($bug, $in, $from, $ncomment, 1, $bug_id);
|
H A D | fix.php | 123 $in = [ variable 132 if ($status == 'Closed' && $in['assign'] == '') { 133 $in['assign'] = $auth_user->handle; 147 $in['assign'], 152 $changed = bug_diff($bug, $in); 166 mail_bug_updates($bug, $in, $auth_user->email, $ncomment);
|
/web-bugs/scripts/cron/ |
H A D | no-feedback | 12 $in = ['status' => 'No Feedback']; variable 43 mail_bug_updates($bug, $in, $mailfrom, $message);
|
/web-bugs/ |
H A D | README.md | 25 Application unit tests can be executed in development environment after 34 Source code of this application is structured in the following directories: 76 Application source code is located in the 90 A good practice is to also set the upstream remote in case the upstream master 103 More information about this application can be found in the [documentation](/docs).
|
H A D | .gitignore | 4 # them using the .git/info/exclude in the cloned repository or a global
|
H A D | composer.lock | 54 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their … 1265 "description": "Provides a list of PHP built-in functions that operate on resources",
|
/web-bugs/docs/ |
H A D | templates.md | 14 available in all templates: 23 Page can be rendered in the controller: 165 class method needs to be called in the template. 181 Using helpers in templates: 190 When protecting against XSS there are two built-in methods provided. 192 To replace all characters to their applicable HTML entities in the given string:
|
H A D | container.md | 44 The `$pdo` object in the example is a dependency which is injected via the 84 // New container initialization with configuration parameters defined in a file.
|
/web-bugs/sql/ |
H A D | schema.sql | 70 disabled tinyint(1) NOT NULL default 0, # Disabled == read-only (no new reports in these!)
|
Completed in 29 milliseconds