Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 25 of 147) sorted by last modified time

123456

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js12987 function getValueType(v) {
13026 return getValueType(cell.result);
13163 switch (getValueType(model.result)) {
/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/davcal/vendor/sabre/vobject/lib/Property/
H A DTime.php34 public function getValueType() { function in Sabre\\VObject\\Property\\Time
H A DUtcOffset.php32 public function getValueType() { function in Sabre\\VObject\\Property\\UtcOffset
H A DFloat.php69 public function getValueType() { function in Sabre\\VObject\\Property\\Float
H A DInteger.php54 public function getValueType() { function in Sabre\\VObject\\Property\\Integer
H A DText.php193 public function getValueType() { function in Sabre\\VObject\\Property\\Text
H A DBinary.php93 public function getValueType() { function in Sabre\\VObject\\Property\\Binary
H A DBoolean.php57 public function getValueType() { function in Sabre\\VObject\\Property\\Boolean
/plugin/davcal/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 DTimeStamp.php36 public function getValueType() { function in Sabre\\VObject\\Property\\VCard\\TimeStamp
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
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php206 abstract function getValueType(); function in Sabre\\VObject\\Property
317 strtolower($this->getValueType()),
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTodo.php153 if ($due->getValueType() !== $dtStart->getValueType()) {
/plugin/davcal/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 DPeriod.php65 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Period
H A DDuration.php65 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Duration
H A DRecur.php150 public function getValueType() { function in Sabre\\VObject\\Property\\ICalendar\\Recur
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php17 $this->assertEquals('BOOLEAN', $vcard->{'X-AWESOME'}->getValueType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/VCard/
H A DDateAndOrTimeTest.php172 $this->assertEquals('DATE', $prop->getValueType());

123456