Searched refs:value (Results 1 – 15 of 15) sorted by relevance
/web-bugs/www/js/ |
H A D | search.js | 2 var fnFormatSearchResult = function(value, data, currentValue) { argument 4 var listing = users[value]["name"] + " (" + users[value]["username"] + ")"; 7 …return '<img src="https://secure.gravatar.com/avatar/' + users[value]["email"] + '.jpg?s=25"> ' + … 15 onSelect: function(value, data){ $('#assigned_user').val(users[value]["username"]); }, argument
|
H A D | jquery.cookie.js | 56 jQuery.cookie = function(name, value, options) { argument 57 if (typeof value != 'undefined') { // name and value given, set cookie 59 if (value === null) { 60 value = ''; 80 … document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
|
H A D | package-affected.js | 11 initialValue = select.value, 24 packageOption.value = groupName; 51 if (!packageGroup.value) { 62 nextLabel = packageGroup.value, 90 packageGroup.value = initialGroup.label; 94 select.value = null;
|
H A D | jquery.autocomplete-min.js | 10 …value,data,currentValue){var pattern="("+currentValue.replace(reEscape,"\\$1")+")";return value.re… argument
|
H A D | Markdown.Converter.js | 96 set: function (key, value) { 97 this["s_" + key] = value;
|
/web-bugs/www/rss/ |
H A D | xml.php | 3 foreach ($bug as $key => $value) { 5 echo " <$key>", clean($value), "</$key>\n"; 10 foreach ($comment as $key => $value) { 12 echo " <$key>", clean($value), "</$key>\n";
|
/web-bugs/tests/Unit/Container/ |
H A D | MockService.php | 23 public function setProperty(string $value): void argument 25 $this->property = $value;
|
/web-bugs/src/Horde/Text/Diff/ |
H A D | Renderer.php | 38 foreach ($params as $param => $value) { 41 $this->$v = $value;
|
/web-bugs/docs/ |
H A D | container.md | 65 'parameter_key' => 'value', 74 $value = $container->get('parameter_key');
|
H A D | templates.md | 81 <?php $this->include('forms/contact.php', ['formHeading' => 'value', 'foo' => 'bar']) ?> 137 <input type="submit" value="Submit"> 153 <input type="submit" value="Submit">
|
/web-bugs/www/ |
H A D | stats.php | 115 foreach ($pkg[$sort_by] as $name => $value) {
|
H A D | search.php | 263 <?php foreach (PackageRepository::PROJECTS as $key => $value): ?>
|
/web-bugs/sql/ |
H A D | schema.sql | 96 -- score's value can be 1 through 5
|
/web-bugs/include/ |
H A D | functions.php | 639 function ($value) { 640 return is_array($value[2]);
|
/web-bugs/ |
H A D | composer.lock | 1320 … "description": "Collection of value objects that represent the types of the PHP type system",
|
Completed in 34 milliseconds