Home
last modified time | relevance | path

Searched refs:lastModifyingUser (Results 1 – 15 of 15) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Drive/
H A DRevision.php70 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
72 $this->lastModifyingUser = $lastModifyingUser;
79 return $this->lastModifyingUser;
H A DDriveFile.php267 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
269 $this->lastModifyingUser = $lastModifyingUser;
276 return $this->lastModifyingUser;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DRevision.php71 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
73 $this->lastModifyingUser = $lastModifyingUser;
80 return $this->lastModifyingUser;
H A DDriveFile.php285 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
287 $this->lastModifyingUser = $lastModifyingUser;
294 return $this->lastModifyingUser;
/dports/net/libkgapi/libkgapi-21.12.3/src/drive/
H A Drevision.cpp34 UserPtr lastModifyingUser; member in Revision::Private
64 lastModifyingUser(other.lastModifyingUser), in Private()
92 … revision->d->lastModifyingUser = User::fromJSON(map[QStringLiteral("lastModifyingUser")].toMap()); in fromJSON()
140 GAPI_COMPARE_SHAREDPTRS(lastModifyingUser) in operator ==()
227 UserPtr Revision::lastModifyingUser() const in lastModifyingUser() function in Revision
229 return d->lastModifyingUser; in lastModifyingUser()
H A Dfile.cpp590 lastModifyingUser(other.lastModifyingUser) in Private()
636 GAPI_COMPARE_SHAREDPTRS(lastModifyingUser) in operator ==()
727 const QVariantMap lastModifyingUser = map[Fields::LastModifyingUser].toMap(); in fromJSON() local
728 file->d->lastModifyingUser = User::fromJSON(lastModifyingUser); in fromJSON()
974 UserPtr File::lastModifyingUser() const in lastModifyingUser() function in File
976 return d->lastModifyingUser; in lastModifyingUser()
1248 const QVariantMap lastModifyingUser = map[QLatin1String("lastModifyingUser")].toMap(); in toJSON()
1249 file->d->lastModifyingUser = User::fromJSON(lastModifyingUser); in toJSON()
H A Drevision.h161 UserPtr lastModifyingUser() const;
H A Dfile_p.h62 UserPtr lastModifyingUser; variable
H A Dfile.h591 UserPtr lastModifyingUser() const;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DDrive.php4404 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
4406 $this->lastModifyingUser = $lastModifyingUser;
4411 return $this->lastModifyingUser;
5684 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
5686 $this->lastModifyingUser = $lastModifyingUser;
5691 return $this->lastModifyingUser;
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DDrive.php4332 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
4334 $this->lastModifyingUser = $lastModifyingUser;
4338 return $this->lastModifyingUser;
5549 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
5551 $this->lastModifyingUser = $lastModifyingUser;
5555 return $this->lastModifyingUser;
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DDrive.php4332 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
4334 $this->lastModifyingUser = $lastModifyingUser;
4338 return $this->lastModifyingUser;
5549 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
5551 $this->lastModifyingUser = $lastModifyingUser;
5555 return $this->lastModifyingUser;
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DDrive.php4332 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
4334 $this->lastModifyingUser = $lastModifyingUser;
4338 return $this->lastModifyingUser;
5549 public function setLastModifyingUser(Google_Service_Drive_User $lastModifyingUser) argument
5551 $this->lastModifyingUser = $lastModifyingUser;
5555 return $this->lastModifyingUser;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/googleapis/demo/drive/
H A Dfrmmain.pp360 Add(Entry.lastModifyingUser.displayName);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/googleapis/demo/drive/
H A Dfrmmain.pp360 Add(Entry.lastModifyingUser.displayName);