Home
last modified time | relevance | path

Searched refs:VCARD21 (Results 1 – 25 of 40) sorted by path

12

/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php140 $this->version = self::VCARD21;
184 const DEFAULT_VERSION = self::VCARD21;
212 self::VCARD21 => '2.1',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php39 const VCARD21 = 4; define in Sabre\\VObject\\Document
H A DParameter.php287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DProperty.php527 case Document::VCARD21 :
H A DVCardConverter.php39 … if (!in_array($inputVersion, array(Document::VCARD21, Document::VCARD30, Document::VCARD40))) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php341 $vcard->convert(Document::VCARD21);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php140 $this->version = self::VCARD21;
184 const DEFAULT_VERSION = self::VCARD21;
212 self::VCARD21 => '2.1',
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php39 const VCARD21 = 4; define in Sabre\\VObject\\Document
H A DParameter.php287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DProperty.php527 case Document::VCARD21 :
H A DVCardConverter.php39 … if (!in_array($inputVersion, array(Document::VCARD21, Document::VCARD30, Document::VCARD40))) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php207 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php341 $vcard->convert(Document::VCARD21);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php155 $this->version = self::VCARD21;
200 const DEFAULT_VERSION = self::VCARD21;
229 self::VCARD21 => '2.1',
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php39 const VCARD21 = 4; define in Sabre\\VObject\\Document
H A DParameter.php292 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
H A DProperty.php616 case Document::VCARD21 :
H A DVCardConverter.php39 if (!in_array($inputVersion, [Document::VCARD21, Document::VCARD30, Document::VCARD40])) {
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php463 … if ($this->root->getDocumentType() === Document::VCARD21 && isset($propObj['CHARSET'])) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php209 if ($this->root->getDocumentType() !== Document::VCARD21) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php104 $this->assertEquals(VCard::VCARD21, $vcard->getDocumentType());
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DVCardConverterTest.php343 $vcard->convert(Document::VCARD21);

12