Home
last modified time | relevance | path

Searched refs:lastName (Results 26 – 29 of 29) sorted by path

12

/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/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/zotero/
H A DFeedZoteroRepository.php114 if (isset($author->firstName) && isset($author->lastName))
117 $lastName =$author->lastName;
120 $authorName = str_replace("LASTNAME", $lastName, $authorName);

12