Home
last modified time | relevance | path

Searched refs:Value (Results 26 – 50 of 254) sorted by path

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRateGroup.php35 protected $singleValueType = Value::class;
97 * @param Value
99 public function setSingleValue(Value $singleValue)
104 * @return Value
H A DRow.php23 protected $cellsType = Value::class;
27 * @param Value[]
34 * @return Value[]
H A DValue.php20 class Value extends \Google\Model class
114 class_alias(Value::class, 'Google_Service_ShoppingContent_Value');
/plugin/barcodes/
H A DREADME.md35 | `value` | required | required | required | Value to be represen…
/plugin/bootswrapper/exe/help/
H A Daffix.txt24 ^ Attribute ^ Default Value ^ Description
H A Dbutton.txt112 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dcallout.txt145 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dcarousel.txt71 ^ Attibute ^ Type ^ Default Value ^ Description ^
H A Dcollapse.txt26 ^ Attribute ^ Default Value ^ Allowed values ^ Description ^
H A Dlabel.txt31 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dnav.txt243 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dpanel.txt127 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dprogress.txt162 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dtooltip.txt9 ^ Attribute ^ Default Value ^ Allowed Values ^ Description ^
H A Dwell.txt27 ^ Attribute ^ Default Value ^ Allowed Values | Description
/plugin/charter/lib/pchart/
H A DpCache.class.php112 foreach($Values as $Serie => $Value)
113 $tKey = $tKey.$Serie.$Value;
H A DpChart.class.php548 $Value = $this->ToTime($Value);
550 $Value = $this->ToDate($Value);
552 $Value = $this->ToMetric($Value);
598 $Value = $this->ToTime($Value);
600 $Value = $this->ToDate($Value);
741 $Value = $this->ToTime($Value);
743 $Value = $this->ToDate($Value);
745 $Value = $this->ToMetric($Value);
850 $Value = $this->ToTime($Value);
852 $Value = $this->ToDate($Value);
[all …]
H A DpData.class.php84 foreach($Values as $key => $Value)
92 $this->SetSerieName($Values[$Value],"Serie".$Value);
101 foreach($Values as $key => $Value)
111 $this->AddPoint($Values[$Value],"Serie".$Value,$SerieName);
122 if (is_array($Value) && count($Value) == 1)
123 $Value = $Value[0];
129 if ( count($Value) == 1 )
131 $this->Data[$ID][$Serie] = $Value;
139 foreach($Value as $key => $Val)
172 foreach($this->Data[0] as $Key => $Value)
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1271 * [#8893](http://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](http://do…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified67 …invalidCssLength: 'Value specified for the "%1" field must be a positive number with or without a …
68 …invalidHtmlLength: 'Value specified for the "%1" field must be a positive number with or without a…
69 …invalidInlineStyle: 'Value specified for the inline style must consist of one or more tuples with …
287 text: "Text (Value)",
296 value: "Value",
310 value: "Value"
316 value: "Value",
322 opValue: "Value",
338 value: "Value",
H A Den.js.unc5Value specified for the \"%1\" field must be a positive number with or without a valid CSS measure…
H A Dfr.js.unc297 "text": "Texte (Value)",
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
291 "text": "Text (Value)",
300 "value": "Value",
314 "value": "Value"
320 "value": "Value",
326 "opValue": "Value",
342 "value": "Value",
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1691 * [#8893](https://dev.ckeditor.com/ticket/8893): Value of the [`pasteFromWordCleanupFile`](https://…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified70 …"invalidLength": "Value specified for the \"%1\" field must be a positive number with or without a…
71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
73 …"invalidInlineStyle": "Value specified for the inline style must consist of one or more tuples wit…
371 "text": "Text (Value)",
380 "value": "Value",
394 "value": "Value"
400 "value": "Value",
406 "opValue": "Value",
422 "value": "Value",

1234567891011