Home
last modified time | relevance | path

Searched refs:values (Results 251 – 275 of 925) sorted by last modified time

1...<<11121314151617181920>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DPartialResultSet.php38 public $values; variable in Google\\Service\\Spanner\\PartialResultSet
99 public function setValues($values) argument
101 $this->values = $values;
108 return $this->values;
H A DWrite.php34 public $values; variable in Google\\Service\\Spanner\\Write
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DAttribute.php30 public $values; variable in Google\\Service\\CloudHealthcare\\Attribute
49 public function setValues($values) argument
51 $this->values = $values;
58 return $this->values;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md129 * Bug fix: do not attempt to escape cookie values.
330 This change updates query strings so that they are treated as un-encoded values
333 means that even value query string values (e.g., ":") are url encoded. This
358 * Note: This has been changed in 5.0.3 to now encode query string values by
510 aggregated (e.g., values with "&").
834 * The ability to case-insensitively search for header values
942 * Bug fix: `Guzzle\Http\Message\Response::json()` now allows scalar values to be returned
971 * Header values can now be normalized into distinct values when multiple headers are combined with …
1054 * Fixing OauthPlugin to create unique nonce values per request
1098 * Cleaning up Collection class and removing default values from the get method
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php303 foreach ($conf['_headers'] as $name => $values) {
304 foreach ($values as $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBooleanCondition.php47 public function setValues($values) argument
49 $this->values = $values;
56 return $this->values;
H A DPivotTable.php161 public function setValues($values) argument
163 $this->values = $values;
170 return $this->values;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md471 then takes ownership of the handlers of each child promise and delivers values
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php35 foreach ($message->getHeaders() as $name => $values) {
37 foreach ($values as $value) {
41 $msg .= "\r\n{$name}: " . implode(', ', $values);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OrgPolicyAPI/
H A DGoogleCloudOrgpolicyV2PolicySpecPolicyRule.php98 public function setValues(GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues $values) argument
100 $this->values = $values;
107 return $this->values;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php781 $values = [];
785 $values[] = $value;
788 return $values;
H A DX509.php761 $values = &$attributes[$i]['value'];
762 for ($j = 0; $j < count($values); $j++) {
763 $value = ASN1::encodeDER($values[$j], Maps\AttributeValue::MAP);
768 $values[$j] = $mapped;
771 $this->mapInExtensions($values, $j);
774 $values[$j] = $value;
805 $values = &$attributes[$i]['value'];
806 for ($j = 0; $j < count($values); $j++) {
809 $this->mapOutExtensions($values, $j);
814 $temp = ASN1::encodeDER($values[$j], $map);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/
H A DGoogleCloudResourcesettingsV1ValueStringSet.php26 public $values; variable in Google\\Service\\ResourceSettings\\GoogleCloudResourcesettingsV1ValueStringSet
31 public function setValues($values) argument
33 $this->values = $values;
40 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DSchedulingNodeAffinity.php34 public $values; variable in Google\\Service\\VMMigrationService\\SchedulingNodeAffinity
67 public function setValues($values) argument
69 $this->values = $values;
76 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec.php26 public $values; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec
31 public function setValues($values) argument
33 $this->values = $values;
40 return $this->values;
H A DGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec.php23 public $values; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec
25 public function setValues($values) argument
27 $this->values = $values;
31 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DArrayValue.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DInListFilter.php30 public $values; variable in Google\\Service\\AnalyticsData\\InListFilter
49 public function setValues($values) argument
51 $this->values = $values;
58 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php190 'values',
194 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:append',
229 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear',
239 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClearByDataFilter',
249 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGet',
276 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter',
286 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdate',
296 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchUpdateByDataFilter',
306 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}:clear',
321 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}',
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DPivotValueRegion.php26 public $values; variable in Google\\Service\\AnalyticsReporting\\PivotValueRegion
31 public function setValues($values) argument
33 $this->values = $values;
40 return $this->values;
/plugin/structcondstyle/
H A Dplugin.info.txt6 …plugin that allows the user to style parts of agregations with plain CSS depending on their values.
H A DREADME.md3 …in that allows the user to style parts of aggregations with plain CSS depending on their values.
/plugin/c3chart/assets/
H A Dc3.min.js2values=function(t,n){void 0===n&&(n=!0);var e,i=null;return!t||(e=this.data(t))&&o(e)&&(i=e.reduce…
H A Dd3.min.js2values:function(){var t=[];for(var n in this)"$"===n[0]&&t.push(this[n]);return t},entries:functio… function
/plugin/layeranimation/
H A DREADME.md43 …an item (the CSS attribute "clip" will be used). You have to define four values - numbers or "aut…

1...<<11121314151617181920>>...37