Searched defs:firstname (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | ObjectWithLifecycleCallbacks.php | 18 private $firstname; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithLifecycleCallbacks 30 public function __construct($firstname = 'Foo', $lastname = 'Bar')
|
/plugin/addressbook/ |
H A D | action.php | 59 function searchResult ($text=false,$order='surname,firstname,cfunction'){ argument
|
H A D | syntax.php | 578 function searchDB($text=false,$order='surname,firstname'){ argument 609 function getList($filters=false,$order="surname,firstname,cfunction,department"){ argument
|
/plugin/addressbook/db/ |
H A D | update0001.sql | 3 firstname TEXT NOT NULL, field
|
/plugin/davcard/ |
H A D | helper.php | 164 public function getContactByStructuredName($id, $firstname = '', $lastname = '')
|