Home
last modified time | relevance | path

Searched refs:noName (Results 1 – 23 of 23) sorted by relevance

/plugin/davcard/vendor/sabre/vobject/lib/
H A DParameter.php36 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 DProperty.php171 $noName = false;
174 $noName = true;
182 $param->noName = $noName;
H A DVCardConverter.php382 if ($param->noName) $param->noName = false;
427 if ($param->noName) $param->noName = false;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DParameter.php36 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 DVCardConverter.php382 if ($param->noName) $param->noName = false;
427 if ($param->noName) $param->noName = false;
H A DProperty.php171 $noName = false;
174 $noName = true;
182 $param->noName = $noName;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DParameter.php36 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 DProperty.php171 $noName = false;
174 $noName = true;
182 $param->noName = $noName;
H A DVCardConverter.php382 if ($param->noName) $param->noName = false;
427 if ($param->noName) $param->noName = false;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DParameter.php36 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 DVCardConverter.php359 if ($param->noName) {
360 $param->noName = false;
398 if ($param->noName) {
399 $param->noName = false;
H A DProperty.php165 $noName = false;
168 $noName = true;
175 $param->noName = $noName;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DParameter.php36 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 DVCardConverter.php389 if ($param->noName) $param->noName = false;
435 if ($param->noName) $param->noName = false;
H A DProperty.php175 $noName = false;
178 $noName = true;
186 $param->noName = $noName;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php24 $this->assertTrue($param->noName);
H A DReaderTest.php245 $this->assertTrue($result->parameters['TYPE']->noName);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php24 $this->assertTrue($param->noName);
H A DReaderTest.php243 $this->assertTrue($result->parameters['TYPE']->noName);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php24 $this->assertTrue($param->noName);
H A DReaderTest.php243 $this->assertTrue($result->parameters['TYPE']->noName);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php24 $this->assertTrue($param->noName);
H A DReaderTest.php243 $this->assertTrue($result->parameters['TYPE']->noName);