Home
last modified time | relevance | path

Searched refs:value (Results 3026 – 3050 of 4040) sorted by relevance

1...<<121122123124125126127128129130>>...162

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js38 args.replace(val, function (value) { argument
43 vals.push(round(value * zoom));
114 var addArrow = function (o, value, isEnd) { argument
115 var values = Str(value).toLowerCase().split("-"),
617 elproto.attr = function (name, value) { argument
630 if (value == null && R.is(name, "string")) {
648 if (this.attrs && value == null && R.is(name, "array")) {
656 if (value != null) {
658 params[name] = value;
660 value == null && R.is(name, "object") && (params = name);
/plugin/amcharts/assets/amcharts/
H A Dfunnel.js9 …sity(a.color,-.15);h?this.showBalloon(h,k,b,d,f):this.hideBalloon();0===a.value&&this.hideBalloon(…
13 …=0;f<c;f++){h={};var n=b[f];h.dataContext=n;null!==n[this.valueField]&&(h.value=Number(n[this.valu…
15value;h.hidden=!1;a[f]=h}for(f=b=0;f<c;f++)h=a[f],h.percents=h.value/d*100,h.percents<this.groupPe…
16 …)d=a[c],!d.hidden&&0<d.value&&(b+=d.value);for(c=0;c<a.length;c++)d=this.chartData[c],d.percents=!…
17 this.groupPercent&&(this.groupValue+=a[b].value,a.splice(b,1))},animateAgain:function(){var a=this;…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md75 * #219: Corrected validation of `EXDATE` properties with more than one value.
163 * #154: Correctly work around vCard parameters that have a value but no name.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
339 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
343 * Added: Parameter::has() for easily checking if a parameter value exists.
444 * Added: Easy support for properties with more than one value, using setParts
459 * Changed: the ->value property is now protected everywhere. Use getParts() and
463 * Added: It's now possible to easy set multi-value properties as arrays.
548 * Fixed: The reader now properly parses parameters without a value.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md75 * #219: Corrected validation of `EXDATE` properties with more than one value.
163 * #154: Correctly work around vCard parameters that have a value but no name.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
339 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
343 * Added: Parameter::has() for easily checking if a parameter value exists.
444 * Added: Easy support for properties with more than one value, using setParts
459 * Changed: the ->value property is now protected everywhere. Use getParts() and
463 * Added: It's now possible to easy set multi-value properties as arrays.
548 * Fixed: The reader now properly parses parameters without a value.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md35 * #219: Corrected validation of `EXDATE` properties with more than one value.
123 * #154: Correctly work around vCard parameters that have a value but no name.
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
273 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
299 * Fixed: VCard 4 documents now correctly use URI as a default value-type for
303 * Added: Parameter::has() for easily checking if a parameter value exists.
404 * Added: Easy support for properties with more than one value, using setParts
419 * Changed: the ->value property is now protected everywhere. Use getParts() and
423 * Added: It's now possible to easy set multi-value properties as arrays.
508 * Fixed: The reader now properly parses parameters without a value.
/plugin/nsexport/
H A Dscript.js53 data.pages.push(element.value);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js41 txt.value = str;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js41 txt.value = str;
/plugin/redirect2/lang/en/
H A Dintro.txt3 …ll be //permanent// (HTTP status 301) or //temporary// (302). The status value can be omitted ass…
/plugin/abstract/
H A Dsyntax.php103 list($flag,$value) = explode('=',$flag,2);
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php78 public function setProperty($property, $value) { argument
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js9 Array.from(element.attributes).forEach(attr => clone.setAttribute(attr.name, attr.value));
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php95 if (!isset($entry->attributes()->value)) {
99 $discriminatorMap[(string) $entry->attributes()->value] = (string) $entry;
221 $pMetadata->groups = (array) $pElem->groups->value;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_multiselect.js13value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(…
H A Ddhtmlxgantt_smart_rendering.js13value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(…
H A Ddhtmlxgantt_click_drag.js.map1value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","has…
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php429 * @param mixed $value reference to an array element to be encoded
434 function name_value($name, $value) argument
436 $encoded_value = $this->encode($value);
/plugin/struct/
H A Dstyle.less89 // wrap multi-value fields
95 // space multi-value fields
404 input:not([value]) {
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php602 public function createNewSignNode($name, $value=null) { argument
604 if (! is_null($value)) {
605 … $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name, $value);
1228 foreach ($certData['subject'] AS $key => $value) {
1229 if (is_array($value)) {
1230 foreach ($value as $valueElement) {
1234 array_unshift($parts, "$key=$value");
1247 foreach ($certData['issuer'] AS $key => $value) {
1248 array_unshift($parts, "$key=$value");
/plugin/tagfilter/script/select2/
H A Dselect2.js129 function indexOf(value, array) { argument
132 if (equal(value, array[i])) return i;
167 * Splits the string into an array of values, trimming each value. An empty array is returned for nulls or empty
185 var key="keyup-change-value";
248 value;
250 if (evaluated === false) { value = formula(); evaluated = true; }
251 return value;
304 sel.moveStart('character', -el.value.length);
479 * value of 'text' which will be used to match choices. Alternatively, text can be a function(item) that can extract
568 throw new Error(formatterName +" must be a string, function, or falsy value");
2447 AnonymousFunctionbb87bed08900(value) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php319 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
321 * $params['routing'] = (string) Specific routing value
401 * $params['min_score'] = (number) Include only documents with a specific `_score` value in the result
438 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
440 * $params['routing'] = (string) Specific routing value
474 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
476 * $params['routing'] = (string) Specific routing value
535 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete by query operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
614 * $params['routing'] = (string) Specific routing value
652 * $params['routing'] = (string) Specific routing value
[all...]
/plugin/highlightjs/highlight/styles/
H A Didea.css45 .string, .value, .filter .argument, .css .function .params, .apache .tag {
/plugin/quizlib/
H A Dscript.js40 if (quiz.answers[no].indexOf(answers[i].value) > -1) {
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md25 value `string[][]`, indicating the format is a nested array of strings.
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php2118 public $value; variable in Google_CommentContext
2125 public function setValue( $value) { argument
2126 $this->value = $value;
2129 return $this->value;
2978 public $value; variable in Google_Permission
3041 public function setValue( $value) { argument
3042 $this->value = $value;
3045 return $this->value;
3094 public $value; variable in Google_Property
3121 $this->value = $value;
[all …]

1...<<121122123124125126127128129130>>...162