Home
last modified time | relevance | path

Searched refs:values (Results 176 – 200 of 925) sorted by last modified time

12345678910>>...37

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInviteReply.php90 * @param array $values
92 function __construct(array $values) { argument
104 if (!isset($values[$item])) {
109 foreach ($values as $key => $value) {
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md36 * #212: `BYSETPOS` with values below `-1` was broken and could cause infinite
71 * #204: Dealing a bit better with vCard date-time values that contained
312 * Added: getDuration for DURATION values such as TRIGGER. Thanks to
339 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
349 * Fixed: Couldn't export jCard DATE values correctly.
363 * Fixed: Iterating parameter values should now fully work as expected.
367 * Fixed: Updating DATE-TIME to DATE values now behaves like expected.
387 * Fixed: \r is properly stripped in text values.
407 * Added: Automatically decoding quoted-printable values.
408 * Added: Automatically decoding base64 values.
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php158 $values = [
169 $values['displayname'] = $newValue;
172 $values['description'] = $newValue;
182 $stmt->execute($values);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DCalAddressTest.php22 function values() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddressTest
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php286 $values = explode(',', $freebusy);
287 foreach($values as $value) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php165 $values = array();
167 $values[strtolower($k)] = $v;
169 return array($values);
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php431 foreach ($request->getHeaders() as $key => $values) {
433 foreach ($values as $value) {
H A Dfunctions.php297 * @param string|string[] $values
301 function getHeaderValues($values, $values2 = null) { argument
303 $values = (array)$values;
305 $values = array_merge($values, (array)$values2);
307 foreach ($values as $l1) {
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php112 $values = [];
116 $values[] = $reader->getClark();
122 return $values;
H A DKeyValue.php109 $values = [];
117 $values[$clark] = $reader->parseCurrentElement()['value'];
127 return $values;
/plugin/pot/
H A Dplugin.info.txt6 desc calculate, store, and recall user-defined values
H A DREADME.md68 The values are a simple line of entries in the format: "key=value | key=value | key=value
106 Already set "< pot>" values can be retrieved and included in the formulas. To retrieve exactly one …
165 … with javascript will be created in order to be able to retrieve the set values on the whole page …
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DContextAttribute.php30 public $values; variable in Google\\Service\\CloudSearch\\ContextAttribute
49 public function setValues($values) argument
51 $this->values = $values;
58 return $this->values;
H A DTextValues.php26 public $values; variable in Google\\Service\\CloudSearch\\TextValues
31 public function setValues($values) argument
33 $this->values = $values;
40 return $this->values;
H A DTimestampValues.php26 public $values; variable in Google\\Service\\CloudSearch\\TimestampValues
31 public function setValues($values) argument
33 $this->values = $values;
40 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPathReportDimensionValue.php42 public $values; variable in Google\\Service\\Dfareporting\\PathReportDimensionValue
103 public function setValues($values) argument
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DArrayValue.php29 public function setValues($values) argument
31 $this->values = $values;
38 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestFilters.php32 public $values; variable in Google\\Service\\Doubleclicksearch\\ReportRequestFilters
65 public function setValues($values) argument
67 $this->values = $values;
74 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GameServices/
H A DCondition.php42 public $values; variable in Google\\Service\\GameServices\\Condition
103 public function setValues($values) argument
105 $this->values = $values;
112 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DStringTargetingDimension.php30 public $values; variable in Google\\Service\\RealTimeBidding\\StringTargetingDimension
49 public function setValues($values) argument
51 $this->values = $values;
58 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DExpressionReport.php61 public function setValues($values) argument
63 $this->values = $values;
70 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DCursor.php47 public function setValues($values) argument
49 $this->values = $values;
56 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceNetworking\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DQuotaLimit.php61 public $values; variable in Google\\Service\\ServiceUsage\\QuotaLimit
192 public function setValues($values) argument
194 $this->values = $values;
201 return $this->values;

12345678910>>...37