/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | AuthorExpressionAccessContext.php | 19 private $firstName; variable in JMS\\Serializer\\Tests\\Fixtures\\AuthorExpressionAccessContext 21 public function __construct($firstName) argument 23 $this->firstName = $firstName; 28 return $this->firstName;
|
H A D | AuthorExpressionAccess.php | 18 private $firstName; variable in JMS\\Serializer\\Tests\\Fixtures\\AuthorExpressionAccess 25 public function __construct($id, $firstName, $lastName) argument 28 $this->firstName = $firstName; 34 return $this->firstName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/ |
H A D | HeldAccount.php | 33 public $firstName; variable in Google\\Service\\Vault\\HeldAccount 74 public function setFirstName($firstName) argument 76 $this->firstName = $firstName; 83 return $this->firstName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/ |
H A D | GoogleCloudChannelV1ContactInfo.php | 33 public $firstName; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ContactInfo 78 public function setFirstName($firstName) argument 80 $this->firstName = $firstName; 87 return $this->firstName;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | SiteContact.php | 37 public $firstName; variable in Google\\Service\\Dfareporting\\SiteContact 100 public function setFirstName($firstName) argument 102 $this->firstName = $firstName; 109 return $this->firstName;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | UserObject.java.bak | 45 person1.setAttribute("firstName", "Daffy"); 49 person2.setAttribute("firstName", "Bugs"); 76 String firstName = elt.getAttribute("firstName"); 81 return lastName + ", " + firstName; 84 return firstName; 115 String firstName = (pos > 0) ? label.substring(0, 123 elt.setAttribute("firstName", firstName); 171 String firstName = elt.getAttribute("firstName"); 174 return firstName + " " + lastName;
|
H A D | UserObject.java | 82 String firstName = elt.getAttribute("firstName"); in UserObject() 87 return lastName + ", " + firstName; in UserObject() 90 return firstName; in UserObject() 121 String firstName = (pos > 0) ? label.substring(0, in UserObject() 129 elt.setAttribute("firstName", firstName); in UserObject() 177 String firstName = elt.getAttribute("firstName"); in UserObject() 180 return firstName + " " + lastName; in UserObject()
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1Developer.php | 56 public $firstName; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer 193 public function setFirstName($firstName) argument 195 $this->firstName = $firstName; 202 return $this->firstName;
|
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/ |
H A D | ValueObjectTest.php | 31 $vo->firstName = 'Harry'; 69 $vo->firstName = 'Harry'; 108 $vo->firstName = 'Harry'; 164 public $firstName; variable in Sabre\\XML\\Deserializer\\TestVo
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | Invite.php | 84 protected $firstName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 250 if ($this->firstName) { 251 $writer->writeElement($cs . 'first-name', $this->firstName); 261 if ($this->firstName) { 262 $writer->writeElement($cs . 'organizer-first', $this->firstName);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/ |
H A D | Invite.php | 83 protected $firstName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite 255 if ($this->firstName) { 256 $writer->writeElement($cs . 'first-name', $this->firstName); 266 if ($this->firstName) { 267 $writer->writeElement($cs . 'organizer-first', $this->firstName);
|
/plugin/zotero/ |
H A D | FeedZoteroRepository.php | 114 if (isset($author->firstName) && isset($author->lastName)) 116 $firstName = $author->firstName; 119 $authorName = str_replace("FIRSTNAME", $firstName, $authorFormat);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/ |
H A D | VerifyAssertionResponse.php | 74 public $firstName; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse 351 public function setFirstName($firstName) argument 353 $this->firstName = $firstName; 360 return $this->firstName;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/ |
H A D | AuthorExpressionAccess.yml | 7 firstName:
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBFORMAT.php | 739 $firstName = trim($this->checkInitials($creator, $style[$initialsStyle], 744 $nameString = $firstName . ' ' . 750 $prefixDelimit = $firstName ? ', ' : ''; 754 $firstName; 761 $firstName; 860 $firstName = stripslashes($creator['firstname']); 900 if(isset($firstName)) // full first name only 901 return $firstName; 938 if(isset($firstName)) 939 return ($firstName . ' ' . $initials);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/ |
H A D | InviteTest.php | 123 'firstName' => 'Foo',
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 218 * "firstName", 233 private $firstName; 250 return $this->firstName; 258 - ``firstName`` is exposed using the ``object.getFirstName()`` expression (``exp`` can contain any …
|
/plugin/bibtex/OSBib/create/ |
H A D | ADMINSTYLE.php | 352 $firstName = base64_decode($this->session->getVar("cite_creatorFirstName")); 368 "cite_creatorFirstName", $example, $firstName, 2); 611 $firstName = base64_decode($this->session->getVar("style_primaryCreatorFirstName")); 623 "style_primaryCreatorFirstName", $example, $firstName, 2); 640 $firstName = base64_decode($this->session->getVar("style_otherCreatorFirstName")); 652 "style_otherCreatorFirstName", $example, $firstName, 2);
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/ |
H A D | BaseDriverTest.php | 214 self::assertEquals(['firstName', 'lastName', 'id'], $keys);
|
/plugin/jdraw/lib/ |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | model.js | 540 var model = new Backbone.Model({firstName: 'Taylor', lastName: 'Swift'});
|