Home
last modified time | relevance | path

Searched refs:lastName (Results 1 – 25 of 29) sorted by relevance

12

/plugin/combo/ComboStrap/
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 DIndex.php
H A DPagePublicationDate.php125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension();
126 $result = preg_match("/(\d{4}-\d{2}-\d{2}).*/i", $lastName, $matches);
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/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/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/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/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/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak46 person1.setAttribute("lastName", "Duck");
50 person2.setAttribute("lastName", "Bunny");
77 String lastName = elt.getAttribute("lastName");
79 if (lastName != null && lastName.length() > 0)
81 return lastName + ", " + firstName;
117 String lastName = (pos > 0) ? label.substring(
124 elt.setAttribute("lastName", lastName);
172 String lastName = elt.getAttribute("lastName");
174 return firstName + " " + lastName;
H A DUserObject.java83 String lastName = elt.getAttribute("lastName"); in UserObject()
85 if (lastName != null && lastName.length() > 0) in UserObject()
87 return lastName + ", " + firstName; in UserObject()
123 String lastName = (pos > 0) ? label.substring( in UserObject()
130 elt.setAttribute("lastName", lastName); in UserObject()
178 String lastName = elt.getAttribute("lastName"); in UserObject()
180 return firstName + " " + lastName; in UserObject()
/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/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/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/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/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/zotero/
H A DFeedZoteroRepository.php114 if (isset($author->firstName) && isset($author->lastName))
117 $lastName =$author->lastName;
120 $authorName = str_replace("LASTNAME", $lastName, $authorName);
/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/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/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/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php124 'lastName' => 'Bar',
/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/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12