Searched refs:lastname (Results 1 – 7 of 7) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | ObjectWithLifecycleCallbacks.php | 23 private $lastname; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithLifecycleCallbacks 30 public function __construct($firstname = 'Foo', $lastname = 'Bar') argument 33 $this->lastname = $lastname; 41 $this->name = $this->firstname . ' ' . $this->lastname; 57 [$this->firstname, $this->lastname] = explode(' ', $this->name);
|
/plugin/onlineordering/ |
H A D | syntax.php | 268 if ( ( !isset($form['lastname']) ) || $form['lastname'] == '' ) 365 $form['lastname'] = $_POST['onlineordering_lastname'];
|
H A D | template_en.txt | 1 Dear {title} {firstname} {lastname},<br /> 9 Last name: {lastname}<br />
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | mysql.conf.php.example | 10 * 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) 226 lastname=SUBSTRING_INDEX('%{name}',' ', -1)";
|
/plugin/davcard/ |
H A D | helper.php | 160 * @param string $lastname The contact's last 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 D | functions.js | 28 …func = function(salutation, firstname, lastname) { return salutation + ': ' + firstname + ' ' + la…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 22489 case 'sender-lastname': // 7.3.6.3
|