Home
last modified time | relevance | path

Searched refs:lastName (Results 1 – 25 of 29) sorted by last modified time

12

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php203 $lastName = $this->tokens[$lastIndex][self::NAME];
204 if (substr($lastName, -1) === '}') {
206 substr($lastName, 0, -1)
/plugin/combo/ComboStrap/
H A DPagePublicationDate.php125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
126 $result = preg_match("/(\d{4}-\d{2}-\d{2}).*/i", $lastName, $matches);
H A DIndex.php
H A DPathAbs.php41 $lastName = $this->getLastName();
42 $lastPoint = strrpos($lastName, '.');
44 return $lastName;
46 return substr($lastName, 0, $lastPoint);
59 $lastName = $names[$sizeof - 1];
60 $index = strrpos($lastName, ".");
64 $names[$sizeof - 1] = substr($lastName, 0, $index);
H A DWikiPath.php306 $lastName = $parameterPath;
309 $lastName = substr($parameterPath, $lastSeparator);
311 $lastPoint = strpos($lastName, ".");
318 $parameterPathExtension = substr($lastName, $lastPoint + 1);
780 $lastName = $names[sizeOf($names) - 1] ?? null;
781 if ($lastName === null) {
784 return $lastName;
H A DSnippet.php875 $lastName = $internalPath->getLastName();
892 $isLibrary = substr($lastName, -strlen($libraryExtension)) === $libraryExtension;
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3957 var lastName=null;
3958 for(var name in this.attrs){if(lastName){blocks.push(",")
3959 }lastName=name;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php124 'lastName' => 'Bar',
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php90 protected $lastName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
258 if ($this->lastName) {
259 $writer->writeElement($cs . 'last-name', $this->lastName);
269 if ($this->lastName) {
270 $writer->writeElement($cs . 'organizer-last', $this->lastName);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSiteContact.php45 public $lastName; variable in Google\\Service\\Dfareporting\\SiteContact
128 public function setLastName($lastName) argument
130 $this->lastName = $lastName;
137 return $this->lastName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1ContactInfo.php37 public $lastName; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ContactInfo
92 public function setLastName($lastName) argument
94 $this->lastName = $lastName;
101 return $this->lastName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DVerifyAssertionResponse.php102 public $lastName; variable in Google\\Service\\IdentityToolkit\\VerifyAssertionResponse
449 public function setLastName($lastName) argument
451 $this->lastName = $lastName;
458 return $this->lastName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DHeldAccount.php41 public $lastName; variable in Google\\Service\\Vault\\HeldAccount
102 public function setLastName($lastName) argument
104 $this->lastName = $lastName;
111 return $this->lastName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Developer.php64 public $lastName; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Developer
221 public function setLastName($lastName) argument
223 $this->lastName = $lastName;
230 return $this->lastName;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3946 var lastName=null;
3947 for(var name in this.attrs){if(lastName){blocks.push(",")
3948 }lastName=name;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php91 protected $lastName; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
253 if ($this->lastName) {
254 $writer->writeElement($cs . 'last-name', $this->lastName);
264 if ($this->lastName) {
265 $writer->writeElement($cs . 'organizer-last', $this->lastName);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php187 $lastName = $token[self::NAME];
188 if (substr($lastName, -1) === '}') {
189 $token[self::NAME] = trim(substr($lastName, 0, -1));
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js540 var model = new Backbone.Model({firstName: 'Taylor', lastName: 'Swift'});
546 model.set({lastName: 'Hicks'});
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14748 var lastName = null;
14751 if (lastName)
14753 lastName = name;
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js48 const lastName = lastChunk ? lastChunk.pop() : undefined;
54 if (lastName == null) {
62 return result + '`' + lastName + '`';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAuthorExpressionAccess.php23 private $lastName; variable in JMS\\Serializer\\Tests\\Fixtures\\AuthorExpressionAccess
25 public function __construct($id, $firstName, $lastName) argument
29 $this->lastName = $lastName;
42 return $this->lastName;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst238 private $lastName;
245 return $this->lastName;
257 - ``lastName`` is exposed using the ``getLastName`` getter method.
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php214 self::assertEquals(['firstName', 'lastName', 'id'], $keys);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Deserializer/
H A DValueObjectTest.php32 $vo->lastName = 'Turtle';
70 $vo->lastName = 'Turtle';
109 $vo->lastName = 'Turtle';
165 public $lastName; variable in Sabre\\XML\\Deserializer\\TestVo
/plugin/zotero/
H A DFeedZoteroRepository.php114 if (isset($author->firstName) && isset($author->lastName))
117 $lastName =$author->lastName;
120 $authorName = str_replace("LASTNAME", $lastName, $authorName);

12