Searched refs:structuredname (Results 1 – 4 of 4) sorted by relevance
/plugin/davcard/ |
H A D | helper.php | 508 $structuredname = explode(';', (string)$vcard->N); 509 $structuredname[0] = $params['lastname']; 510 $structuredname[1] = $params['firstname']; 512 $vcard->N = $structuredname; 534 implode(';', $structuredname), 561 $structuredname = array($params['lastname'], $params['firstname'], '', '', ''); 563 $vcard->N = $structuredname; 614 implode(';', $structuredname) 642 $structuredname = ''; 656 $structuredname = join(';', $vObject->N->getParts()); [all …]
|
/plugin/davcard/db/ |
H A D | update0001.sql | 10 structuredname text field
|
/plugin/webdavclient/db/ |
H A D | update0001.sql | 51 structuredname text field
|
/plugin/webdavclient/ |
H A D | helper.php | 1431 $extradata['structuredname'] 1612 $structuredname = ''; 1618 $structuredname = join(';', $vObject->N->getParts()); 1622 'structuredname' => $structuredname,
|