Home
last modified time | relevance | path

Searched refs:valueType (Results 26 – 50 of 89) sorted by relevance

1234

/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DJson.php134 $valueType
147 $valueType = strtoupper($valueType);
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
169 $prop["VALUE"] = $valueType;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php192 * @param string $valueType Force a specific valuetype, such as URI or TEXT
196 function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
209 if ($valueType) {
212 $class = $this->getClassNameForPropertyValue($valueType);
H A DVCardConverter.php83 $valueType = null;
85 $valueType = $parameters['VALUE']->getValue();
88 if (!$valueType) {
89 $valueType = $property->getValueType();
95 $valueType
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php190 * @param string $valueType Force a specific valuetype, such as URI or TEXT
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
206 if ($valueType) {
209 $class = $this->getClassNameForPropertyValue($valueType);
H A DVCardConverter.php79 $valueType = null;
81 $valueType = $parameters['VALUE']->getValue();
84 if (!$valueType) {
85 $valueType = $property->getValueType();
91 $valueType
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php190 * @param string $valueType Force a specific valuetype, such as URI or TEXT
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
206 if ($valueType) {
209 $class = $this->getClassNameForPropertyValue($valueType);
H A DVCardConverter.php79 $valueType = null;
81 $valueType = $parameters['VALUE']->getValue();
84 if (!$valueType) {
85 $valueType = $property->getValueType();
91 $valueType
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php190 * @param string $valueType Force a specific valuetype, such as URI or TEXT
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) { argument
206 if ($valueType) {
209 $class = $this->getClassNameForPropertyValue($valueType);
H A DVCardConverter.php79 $valueType = null;
81 $valueType = $parameters['VALUE']->getValue();
84 if (!$valueType) {
85 $valueType = $property->getValueType();
91 $valueType
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DWeightedAvg.php101 * @param mixed $valueType
105 public function setValueType($valueType) argument
107 return $this->setParam('value_type', $valueType);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php78 $valueType = null;
80 $valueType = $parameters['VALUE']->getValue();
83 if (!$valueType) {
84 $valueType = $property->getValueType();
86 if (Document::VCARD30 !== $targetVersion && 'PHONE-NUMBER' === $valueType) {
87 $valueType = null;
93 $valueType
H A DDocument.php188 * @param string $valueType Force a specific valuetype, such as URI or TEXT
192 … public function createProperty($name, $value = null, array $parameters = null, $valueType = null) argument
205 if ($valueType) {
208 $class = $this->getClassNameForPropertyValue($valueType);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php124 $valueType = self::VT_STRING;
126 $valueType = self::VT_XML;
129 $valueType = self::VT_OBJECT;
132 $updateStmt->execute([$path, $name, $valueType, $value]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php153 $valueType = self::VT_STRING;
155 $valueType = self::VT_XML;
158 $valueType = self::VT_OBJECT;
164 $updateStmt->bindParam('valuetype', $valueType, \PDO::PARAM_INT);
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php78 $valueType = strtolower($this->getValueType());
79 $writer->writeElement($valueType, $this->getValue());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php82 $valueType = strtolower($this->getValueType());
83 $writer->writeElement($valueType, $this->getValue());
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php318 * @param string $valueType
321 public function testSimpleValuesAddedToItemViaShortcutAccumulate($valueType, array $values) argument
326 $item->{'add' . $valueType}($value, $usergroup);
329 $this->assertEquals($values, $item->{'get' . $valueType}()->getValues());
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php344 $valueType = $this->getValueType();
348 switch ($valueType) {
360 'message' => 'The supplied value ('.$value.') is not a correct '.$valueType,
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php381 $valueType = $this->getValueType();
385 switch ($valueType) {
397 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php367 $valueType = $this->getValueType();
371 switch($valueType) {
383 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php367 $valueType = $this->getValueType();
371 switch($valueType) {
383 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php367 $valueType = $this->getValueType();
371 switch($valueType) {
383 'message' => 'The supplied value (' . $value . ') is not a correct ' . $valueType,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPivotGroupValueMetadata.php26 protected $valueType = ExtendedValue::class; variable in Google\\Service\\Sheets\\PivotGroupValueMetadata
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DNumericFilter.php26 protected $valueType = NumericValue::class; variable in Google\\Service\\AnalyticsData\\NumericFilter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2ValueFrequency.php26 protected $valueType = GooglePrivacyDlpV2Value::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ValueFrequency

1234