Home
last modified time | relevance | path

Searched refs:getValueType (Results 126 – 147 of 147) sorted by path

123456

/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DBoolean.php57 public function getValueType() { function in Sabre\\VObject\\Property\\Boolean
H A DFloatValue.php69 public function getValueType() { function in Sabre\\VObject\\Property\\FloatValue
H A DIntegerValue.php54 public function getValueType() { function in Sabre\\VObject\\Property\\IntegerValue
H A DText.php193 public function getValueType() { function in Sabre\\VObject\\Property\\Text
H A DTime.php34 public function getValueType() { function in Sabre\\VObject\\Property\\Time
H A DUnknown.php44 public function getValueType() { function in Sabre\\VObject\\Property\\Unknown
H A DUri.php34 public function getValueType() { function in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php32 public function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php35 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php260 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
367 $valueType = $this->getValueType();
H A DDuration.php65 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DPeriod.php65 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Period
H A DRecur.php150 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php27 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php37 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
H A DDateTime.php27 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime
H A DLanguageTag.php53 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
H A DTimeStamp.php36 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\TimeStamp
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php85 $valueType = $property->getValueType();
251 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
252 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php17 $this->assertEquals('BOOLEAN', $vcard->{'X-AWESOME'}->getValueType());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php172 $this->assertEquals('DATE', $prop->getValueType());
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js12987 function getValueType(v) {
13026 return getValueType(cell.result);
13163 switch (getValueType(model.result)) {

123456