Home
last modified time | relevance | path

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

123456

/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFloatValue.php70 function getValueType() { function in Sabre\\VObject\\Property\\FloatValue
H A DIntegerValue.php55 function getValueType() { function in Sabre\\VObject\\Property\\IntegerValue
H A DText.php195 function getValueType() { function in Sabre\\VObject\\Property\\Text
H A DTime.php34 function getValueType() { function in Sabre\\VObject\\Property\\Time
H A DUnknown.php38 function getValueType() { function in Sabre\\VObject\\Property\\Unknown
H A DUri.php35 function getValueType() { function in Sabre\\VObject\\Property\\Uri
H A DUtcOffset.php32 function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php35 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\CalAddress
H A DDateTime.php270 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\DateTime
381 $valueType = $this->getValueType();
H A DDuration.php64 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DPeriod.php65 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Period
140 $writer->startElement(strtolower($this->getValueType()));
H A DRecur.php154 function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
194 $valueType = strtolower($this->getValueType());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php24 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\Date
H A DDateAndOrTime.php39 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateAndOrTime
263 $valueType = strtolower($this->getValueType());
H A DDateTime.php24 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\DateTime
H A DLanguageTag.php54 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\LanguageTag
H A DTimeStamp.php36 function getValueType() { function in Sabre\\VObject\\Property\\VCard\\TimeStamp
82 $valueType = strtolower($this->getValueType());
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php89 $valueType = $property->getValueType();
255 if ($tempProperty->getValueType() !== $newProperty->getValueType()) {
256 $newProperty['VALUE'] = $newProperty->getValueType();
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php17 $this->assertEquals('BOOLEAN', $vcard->{'X-AWESOME'}->getValueType());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php197 $this->assertEquals('DATE', $prop->getValueType());
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php49 $encoded = '<table:table-cell office:value-type="'.$this->getValueType().'"';
170 public function getValueType() { function in ODTElementTableCell
H A DODTElementTableHeaderCell.php44 $encoded = '<table:table-cell office:value-type="'.$this->getValueType().'"';
/plugin/ol3/
H A Dscript.js8 …yle.expressions.getStringNumberEquivalent=Ih||{},wO.style.expressions.getValueType=Th||{},wO.style…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php154 if ($due->getValueType() !== $dtStart->getValueType()) {

123456