/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') 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 D | PARSECREATORS.php | 42 $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 D | README | 82 … multidimensional array consisting of writer arrays comprised of array(firstname(s), initials, su…
|
/plugin/bibtex/OSBib/create/ |
H A D | PREVIEWSTYLE.php | 247 '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 D | syntax.php | 262 if ( ( !isset($form['firstname']) ) || $form['firstname'] == '' ) 364 $form['firstname'] = $_POST['onlineordering_firstname'];
|
H A D | template_en.txt | 1 Dear {title} {firstname} {lastname},<br /> 8 First name: {firstname}<br />
|
/plugin/addressbook/db/ |
H A D | update0001.sql | 3 firstname TEXT NOT NULL, field
|
/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) 225 $conf['auth']['mysql']['UpdateName'] = "firstname=SUBSTRING_INDEX('%{name}',' ', 1),
|
/plugin/davcard/ |
H A D | helper.php | 159 * @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 D | functions.js | 28 …func = function(salutation, firstname, lastname) { return salutation + ': ' + firstname + ' ' + la…
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 699 'name' => 'firstname', 708 <result name="firstname" value="Adrien"/>
|
/plugin/bibtex/OSBib/format/ |
H A D | README.txt | 161 …[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 D | xlsx.mjs | 22488 case 'sender-firstname': // 7.3.6.2
|