Home
last modified time | relevance | path

Searched refs:getDocumentType (Results 1 – 25 of 51) sorted by relevance

123

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
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/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
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/Component/
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/icalevents/vendor/sabre/vobject/tests/VObject/Component/
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/davcard/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/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/davcal/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/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php146 public function getDocumentType() function in Sabre\\VObject\\Component\\VCard
529 … ('Sabre\\VObject\\Property\\Binary' == $className && self::VCARD40 === $this->getDocumentType()) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php147 function getDocumentType() { function in Sabre\\VObject\\Component\\VCard
546 …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/davcard/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php10 $this->assertEquals(Document::UNKNOWN, $doc->getDocumentType());
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
H A DParameter.php287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DDocument.php115 public function getDocumentType() { function in Sabre\\VObject\\Document
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php511 if ($this->root->getDocumentType()===Document::VCARD40) {
523 switch($this->root->getDocumentType()) {
H A DParameter.php287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DDocument.php115 public function getDocumentType() { function in Sabre\\VObject\\Document
/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) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php115 function getDocumentType() { function in Sabre\\VObject\\Document
H A DProperty.php600 if ($this->root->getDocumentType() === Document::VCARD40) {
612 switch ($this->root->getDocumentType()) {

123