Home
last modified time | relevance | path

Searched refs:value (Results 1 – 15 of 15) sorted by relevance

/web-bugs/www/js/
H A Dsearch.js2 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 Djquery.cookie.js56 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 Dpackage-affected.js11 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 Djquery.autocomplete-min.js10value,data,currentValue){var pattern="("+currentValue.replace(reEscape,"\\$1")+")";return value.re… argument
H A DMarkdown.Converter.js96 set: function (key, value) {
97 this["s_" + key] = value;
/web-bugs/www/rss/
H A Dxml.php3 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 DMockService.php23 public function setProperty(string $value): void argument
25 $this->property = $value;
/web-bugs/src/Horde/Text/Diff/
H A DRenderer.php38 foreach ($params as $param => $value) {
41 $this->$v = $value;
/web-bugs/docs/
H A Dcontainer.md65 'parameter_key' => 'value',
74 $value = $container->get('parameter_key');
H A Dtemplates.md81 <?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 Dstats.php115 foreach ($pkg[$sort_by] as $name => $value) {
H A Dsearch.php263 <?php foreach (PackageRepository::PROJECTS as $key => $value): ?>
/web-bugs/sql/
H A Dschema.sql96 -- score's value can be 1 through 5
/web-bugs/include/
H A Dfunctions.php639 function ($value) {
640 return is_array($value[2]);
/web-bugs/
H A Dcomposer.lock1320 … "description": "Collection of value objects that represent the types of the PHP type system",

Completed in 34 milliseconds