Home
last modified time | relevance | path

Searched refs:driveType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DTargetReference.php22 protected $driveType = DriveReference::class; variable in Google\\Service\\DriveActivity\\TargetReference
DTarget.php22 protected $driveType = Drive::class; variable in Google\\Service\\DriveActivity\\Target
DOwner.php24 protected $driveType = DriveReference::class; variable in Google\\Service\\DriveActivity\\Owner
/plugin/diagramsnet/lib/js/diagramly/
DOneDriveFile.js36 if (this.meta.parentReference.driveType == 'personal')
41 else if (this.meta.parentReference.driveType == 'documentLibrary')
52 else if (this.meta.parentReference.driveType == 'business')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DChange.php26 protected $driveType = Drive::class; variable in Google\\Service\\Drive\\Change