/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | Parameter.php | 36 public $noName = false; variable in Sabre\\VObject\\Parameter 58 $this->noName = true; 66 $this->noName = false; 287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
|
H A D | Property.php | 171 $noName = false; 174 $noName = true; 182 $param->noName = $noName;
|
H A D | VCardConverter.php | 382 if ($param->noName) $param->noName = false; 427 if ($param->noName) $param->noName = false;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | Parameter.php | 36 public $noName = false; variable in Sabre\\VObject\\Parameter 58 $this->noName = true; 66 $this->noName = false; 287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
|
H A D | VCardConverter.php | 382 if ($param->noName) $param->noName = false; 427 if ($param->noName) $param->noName = false;
|
H A D | Property.php | 171 $noName = false; 174 $noName = true; 182 $param->noName = $noName;
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | Parameter.php | 36 public $noName = false; variable in Sabre\\VObject\\Parameter 58 $this->noName = true; 66 $this->noName = false; 287 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
|
H A D | Property.php | 171 $noName = false; 174 $noName = true; 182 $param->noName = $noName;
|
H A D | VCardConverter.php | 382 if ($param->noName) $param->noName = false; 427 if ($param->noName) $param->noName = false;
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | Parameter.php | 36 public $noName = false; variable in Sabre\\VObject\\Parameter 58 $this->noName = true; 66 $this->noName = false; 279 if (Document::VCARD21 === $this->root->getDocumentType() && $this->noName) {
|
H A D | VCardConverter.php | 359 if ($param->noName) { 360 $param->noName = false; 398 if ($param->noName) { 399 $param->noName = false;
|
H A D | Property.php | 165 $noName = false; 168 $noName = true; 175 $param->noName = $noName;
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | Parameter.php | 36 public $noName = false; variable in Sabre\\VObject\\Parameter 58 $this->noName = true; 66 $this->noName = false; 292 if ($this->root->getDocumentType() === Document::VCARD21 && $this->noName) {
|
H A D | VCardConverter.php | 389 if ($param->noName) $param->noName = false; 435 if ($param->noName) $param->noName = false;
|
H A D | Property.php | 175 $noName = false; 178 $noName = true; 186 $param->noName = $noName;
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 24 $this->assertTrue($param->noName);
|
H A D | ReaderTest.php | 245 $this->assertTrue($result->parameters['TYPE']->noName);
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 24 $this->assertTrue($param->noName);
|
H A D | ReaderTest.php | 243 $this->assertTrue($result->parameters['TYPE']->noName);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 24 $this->assertTrue($param->noName);
|
H A D | ReaderTest.php | 243 $this->assertTrue($result->parameters['TYPE']->noName);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | ParameterTest.php | 24 $this->assertTrue($param->noName);
|
H A D | ReaderTest.php | 243 $this->assertTrue($result->parameters['TYPE']->noName);
|