Home
last modified time | relevance | path

Searched refs:FN (Results 1 – 25 of 32) sorted by relevance

12

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
DMimeDirTest.php33 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
48 $this->assertEquals("umlaut u - \xC3\xBC", $vcard->FN->getValue());
63 $this->assertEquals("foo-bar - \xFC", $vcard->FN->getValue());
82 $this->assertEquals("umlaut u - \xFC", $vcard->FN->getValue());
125 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
140 $this->assertEquals("Euro \xE2\x82\xAC", $vcard->FN->getValue());
DXmlTest.php1137 'FN:J. Doe' . "\n" .
1179 'FN:J. Doe' . "\n" .
1278 'contact.FN:Gordon' . "\n" .
1279 'media.FN:Gordon' . "\n" .
DJsonTest.php373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/webdav/vendor/sabre/vobject/lib/
DBirthdayCalendarGenerator.php119 if (!isset($object->FN)) {
146 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
159 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
165 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
/plugin/icalevents/vendor/sabre/vobject/lib/
DBirthdayCalendarGenerator.php135 if (!isset($object->FN)) {
162 'SUMMARY' => sprintf($this->format, $object->FN->getValue()),
175 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
181 'X-SABRE-VCARD-FN' => $object->FN->getValue(),
/plugin/webdav/vendor/sabre/vobject/lib/Component/
DVCard.php283 $this->FN = $value[1].' '.$value[0];
285 $this->FN = $value[0];
291 $this->FN = (string) $this->ORG;
296 $this->FN = (string) $this->EMAIL;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
DVCard.php271 $this->FN = $value[1] . ' ' . $value[0];
273 $this->FN = $value[0];
279 $this->FN = (string)$this->ORG;
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
DVCard.php271 $this->FN = $value[1] . ' ' . $value[0];
273 $this->FN = $value[0];
279 $this->FN = (string)$this->ORG;
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php271 $this->FN = $value[1] . ' ' . $value[0];
273 $this->FN = $value[0];
279 $this->FN = (string)$this->ORG;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
DVCard.php288 $this->FN = $value[1] . ' ' . $value[0];
290 $this->FN = $value[0];
296 $this->FN = (string)$this->ORG;
/plugin/icalevents/vendor/sabre/vobject/bin/
Dmergeduplicates.php90 $fn = isset($vcard->FN) ? (string)$vcard->FN : null;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DIssue153Test.php10 $this->assertEquals('Test Benutzer', (string)$obj->FN);
DComponentTest.php408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
Dissue153.vcf4 FN:Test Benutzer
/plugin/davcard/
Dhelper.php513 $vcard->FN = $formattedname;
562 $vcard->FN = $formattedname;
652 if(isset($vObject->FN))
653 $formattedname = (string)$vObject->FN;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
DJsonTest.php373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
DJsonTest.php373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php373 $this->assertEquals('foo', $result->FN->getValue());
/plugin/farmsync/meta/
DFarmSyncUtil.php209 $FN = wikiFN($document, $timestamp, $clean);
214 return $FN;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sv/
Dsv.txt7 Förklaringens officiella text finns tillgänglig på FN:s sex officiella språk: arabiska, engelska, f…
9 Vid hänvändelse till FN:s nordiska informationskontor i Köpenhamn kan gratis-exemplar beställas av …
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DComponentTest.php408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DComponentTest.php408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
Dissue153.vcf4 FN:Test Benutzer
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
/plugin/webdavclient/
Dhelper.php1614 if(isset($vObject->FN))
1615 $formattedname = (string)$vObject->FN;

12