Home
last modified time | relevance | path

Searched refs:firstname (Results 1 – 13 of 13) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithLifecycleCallbacks.php18 private $firstname; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithLifecycleCallbacks
30 public function __construct($firstname = 'Foo', $lastname = 'Bar') argument
32 $this->firstname = $firstname;
41 $this->name = $this->firstname . ' ' . $this->lastname;
57 [$this->firstname, $this->lastname] = explode(' ', $this->name);
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php42 $appellation = $prefix = $surname = $firstname = $initials = '';
77 list($firstname, $initials) = $this->grabFirstnameInitials($remainder);
81 $creators[] = array("$firstname", "$initials", "$surname", "$prefix");
90 $firstname = $initials = '';
108 $firstname = join(" ", $firstnameArray);
109 return array($firstname, $initials);
H A DREADME82 … multidimensional array consisting of writer arrays comprised of array(firstname(s), initials, su…
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php247 'firstname' => 'Mark',
253 'firstname' => 'Christian',
259 'firstname' => 'Andrea',
265 'firstname' => 'Gardey',
273 'firstname' => 'Mickey',
279 'firstname' => 'Donald',
287 'firstname' => 'George',
295 'firstname' => 'V I',
303 'firstname' => 'S',
319 'firstname' => '',
[all …]
/plugin/onlineordering/
H A Dsyntax.php262 if ( ( !isset($form['firstname']) ) || $form['firstname'] == '' )
364 $form['firstname'] = $_POST['onlineordering_firstname'];
H A Dtemplate_en.txt1 Dear {title} {firstname} {lastname},<br />
8 First name: {firstname}<br />
/plugin/addressbook/db/
H A Dupdate0001.sql3 firstname TEXT NOT NULL, field
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example10 * uid login pass firstname lastname email
85 $conf['auth']['mysql']['getUserInfo'] = "SELECT pass, CONCAT(firstname,' ',lastname) AS name, email…
126 $conf['auth']['mysql']['FilterName'] = "CONCAT(firstname,' ',lastname) LIKE '%{name}'";
145 (login, pass, email, firstname, lastname)
225 $conf['auth']['mysql']['UpdateName'] = "firstname=SUBSTRING_INDEX('%{name}',' ', 1),
/plugin/davcard/
H A Dhelper.php159 * @param string $firstname The contact's first name
164 public function getContactByStructuredName($id, $firstname = '', $lastname = '') argument
167 array('firstname' => strtolower($firstname), 'lastname' => strtolower($lastname)));
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js28 …func = function(salutation, firstname, lastname) { return salutation + ': ' + firstname + ' ' + la…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst699 'name' => 'firstname',
708 <result name="firstname" value="Adrien"/>
/plugin/bibtex/OSBib/format/
H A DREADME.txt161 …[0] => array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'N', ['prefix'] => …
162 [1] => array(['surname'] => 'Witt', ['firstname'] => Jan, ['initials'] => , ['prefix'] => 'de')
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22488 case 'sender-firstname': // 7.3.6.2