Searched refs:FN (Results 1 – 25 of 32) sorted by relevance
12
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | MimeDirTest.php | 33 $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());
|
| D | XmlTest.php | 1137 'FN:J. Doe' . "\n" . 1179 'FN:J. Doe' . "\n" . 1278 'contact.FN:Gordon' . "\n" . 1279 'media.FN:Gordon' . "\n" .
|
| D | JsonTest.php | 373 $this->assertEquals('foo', $result->FN->getValue());
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | BirthdayCalendarGenerator.php | 119 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/ |
| D | BirthdayCalendarGenerator.php | 135 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/ |
| D | VCard.php | 283 $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/ |
| D | VCard.php | 271 $this->FN = $value[1] . ' ' . $value[0]; 273 $this->FN = $value[0]; 279 $this->FN = (string)$this->ORG;
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 271 $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 D | VCard.php | 271 $this->FN = $value[1] . ' ' . $value[0]; 273 $this->FN = $value[0]; 279 $this->FN = (string)$this->ORG;
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 288 $this->FN = $value[1] . ' ' . $value[0]; 290 $this->FN = $value[0]; 296 $this->FN = (string)$this->ORG;
|
| /plugin/icalevents/vendor/sabre/vobject/bin/ |
| D | mergeduplicates.php | 90 $fn = isset($vcard->FN) ? (string)$vcard->FN : null;
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
| D | Issue153Test.php | 10 $this->assertEquals('Test Benutzer', (string)$obj->FN);
|
| D | ComponentTest.php | 408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
|
| D | issue153.vcf | 4 FN:Test Benutzer
|
| /plugin/davcard/ |
| D | helper.php | 513 $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/ |
| D | JsonTest.php | 373 $this->assertEquals('foo', $result->FN->getValue());
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | JsonTest.php | 373 $this->assertEquals('foo', $result->FN->getValue());
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/ |
| H A D | JsonTest.php | 373 $this->assertEquals('foo', $result->FN->getValue());
|
| /plugin/farmsync/meta/ |
| D | FarmSyncUtil.php | 209 $FN = wikiFN($document, $timestamp, $clean); 214 return $FN;
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sv/ |
| D | sv.txt | 7 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/ |
| D | ComponentTest.php | 408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
|
| /plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
| D | ComponentTest.php | 408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
|
| D | issue153.vcf | 4 FN:Test Benutzer
|
| /plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
| H A D | ComponentTest.php | 408 $this->assertEquals('Finn The Human', $comp->FN->getValue());
|
| /plugin/webdavclient/ |
| D | helper.php | 1614 if(isset($vObject->FN)) 1615 $formattedname = (string)$vObject->FN;
|
12