Home
last modified time | relevance | path

Searched refs:getDocumentType (Results 1 – 25 of 51) sorted by last modified time

123

/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
H A DDocument.php115 public function getDocumentType() { function in Sabre\\VObject\\Document
H A DParameter.php287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DVCardConverter.php34 $inputVersion = $input->getDocumentType();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php323 $this->assertEquals(VCalendar::ICALENDAR20, $vcard->getDocumentType());
H A DVCardTest.php104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
108 $this->assertEquals(VCard::VCARD30, $vcard->getDocumentType());
112 $this->assertEquals(VCard::VCARD40, $vcard->getDocumentType());
115 $this->assertEquals(VCard::UNKNOWN, $vcard->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php158 function getDocumentType() { function in Sabre\\VObject\\Component\\VCalendar
H A DVCard.php134 function getDocumentType() { function in Sabre\\VObject\\Component\\VCard
444 …if ($className == 'Sabre\\VObject\\Property\\Binary' && $this->getDocumentType()===self::VCARD40) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DGoogleDocsMetadata.php65 public function getDocumentType() function in Google\\Service\\CloudSearch\\GoogleDocsMetadata
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php160 public function getDocumentType() function in Sabre\\VObject\\Component\\VCalendar
H A DVCard.php146 public function getDocumentType() function in Sabre\\VObject\\Component\\VCard
529 … ('Sabre\\VObject\\Property\\Binary' == $className && self::VCARD40 === $this->getDocumentType()) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php115 public function getDocumentType() function in Sabre\\VObject\\Document
H A DVCardConverter.php34 $inputVersion = $input->getDocumentType();
H A DParameter.php279 if (Document::VCARD21 === $this->root->getDocumentType() && $this->noName) {
H A DProperty.php555 if (Document::VCARD40 === $this->root->getDocumentType()) {
566 switch ($this->root->getDocumentType()) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php446 … if (Document::VCARD21 === $this->root->getDocumentType() && isset($propObj['CHARSET'])) {
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php875 if ($input->getDocumentType() === VObject\Document::VCARD30) {
882 if ($input->getDocumentType() === VObject\Document::VCARD40) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php196 if (Document::VCARD21 !== $this->root->getDocumentType()) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php134 function getDocumentType() { function in Sabre\\VObject\\Component\\VCard
444 …if ($className == 'Sabre\\VObject\\Property\\Binary' && $this->getDocumentType()===self::VCARD40) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DVCardConverter.php34 $inputVersion = $input->getDocumentType();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php324 $this->assertEquals(VCalendar::ICALENDAR20, $vcard->getDocumentType());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php207 if ($this->root->getDocumentType() !== Document::VCARD21) {

123