/plugin/combo/ComboStrap/ |
H A D | PathAbs.php | 41 $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 D | Index.php |
|
H A D | PagePublicationDate.php | 125 $lastName = $this->getResource()->getPathObject()->getLastNameWithoutExtension(); 126 $result = preg_match("/(\d{4}-\d{2}-\d{2}).*/i", $lastName, $matches);
|
H A D | WikiPath.php | 306 $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 D | Snippet.php | 875 $lastName = $internalPath->getLastName(); 892 $isLibrary = substr($lastName, -strlen($libraryExtension)) === $libraryExtension;
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | AuthorExpressionAccess.php | 23 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 D | HeldAccount.php | 41 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 D | GoogleCloudChannelV1ContactInfo.php | 37 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 D | SiteContact.php | 45 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 D | UserObject.java.bak | 46 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 D | UserObject.java | 83 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 D | GoogleCloudApigeeV1Developer.php | 64 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 D | ValueObjectTest.php | 32 $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 D | Invite.php | 91 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 D | Invite.php | 90 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 D | build-doc.js | 48 const lastName = lastChunk ? lastChunk.pop() : undefined; 54 if (lastName == null) { 62 return result + '`' + lastName + '`';
|
/plugin/zotero/ |
H A D | FeedZoteroRepository.php | 114 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 D | VerifyAssertionResponse.php | 102 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 D | Tokenizer.php | 187 $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 D | Tokenizer.php | 203 $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 D | InviteTest.php | 124 'lastName' => 'Bar',
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/ |
H A D | annotations.rst | 238 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 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 ... |