Home
last modified time | relevance | path

Searched refs:Permission (Results 1 – 25 of 232) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DPermissions.php20 use Google\Service\Drive\Permission; alias
37 * @param Permission $postBody
68 * @return Permission
70 public function create($fileId, Permission $postBody, $optParams = [])
74 return $this->call('create', [$params], Permission::class);
111 * @return Permission
117 return $this->call('get', [$params], Permission::class);
154 * @param Permission $postBody
173 * @return Permission
175 public function update($fileId, $permissionId, Permission $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DPermissionChange.php23 protected $addedPermissionsType = Permission::class;
25 protected $removedPermissionsType = Permission::class;
29 * @param Permission[]
36 * @return Permission[]
43 * @param Permission[]
50 * @return Permission[]
H A DPermission.php20 class Permission extends \Google\Model class
126 class_alias(Permission::class, 'Google_Service_DriveActivity_Permission');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DCreatePermissionRequest.php26 protected $permissionType = Permission::class;
44 * @param Permission
46 public function setPermission(Permission $permission)
51 * @return Permission
H A DBatchCreatePermissionsResponse.php23 protected $permissionsType = Permission::class;
27 * @param Permission[]
34 * @return Permission[]
H A DNote.php35 protected $permissionsType = Permission::class;
111 * @param Permission[]
118 * @return Permission[]
H A DPermission.php20 class Permission extends \Google\Model class
146 class_alias(Permission::class, 'Google_Service_Keep_Permission');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/Resource/
H A DPermissions.php20 use Google\Service\AndroidEnterprise\Permission; alias
41 * @return Permission
47 return $this->call('get', [$params], Permission::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DQueryTestablePermissionsResponse.php27 protected $permissionsType = Permission::class;
45 * @param Permission[]
52 * @return Permission[]
H A DPermission.php20 class Permission extends \Google\Model class
170 class_alias(Permission::class, 'Google_Service_Iam_Permission');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DPermissionList.php31 protected $permissionsType = Permission::class;
63 * @param Permission[]
70 * @return Permission[]
H A DPermission.php20 class Permission extends \Google\Collection class
293 class_alias(Permission::class, 'Google_Service_Drive_Permission');
H A DDriveFile.php145 protected $permissionsType = Permission::class;
713 * @param Permission[]
720 * @return Permission[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DPermission.php20 class Permission extends \Google\Model class
80 class_alias(Permission::class, 'Google_Service_AndroidEnterprise_Permission');
/plugin/permissioninfo/
H A Dplugin.info.txt5 name Permission Info Plugin
H A DREADME.md1 # Dokuwiki Permission Info Plugin
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE33 Permission is hereby granted, free of charge, to any person obtaining
60 Permission is hereby granted, free of charge, to any person obtaining
85 Permission is hereby granted, free of charge, to any person
115 Permission is hereby granted, free of charge, to any person obtaining
143 Permission is hereby granted, free of charge, to any person obtaining
172 Permission is hereby granted, free of charge, to any person obtaining
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt5 Permission is hereby granted, free of charge, to any person obtaining a copy
31 Permission is hereby granted, free of charge, to any person obtaining a copy
/plugin/mapillary/scss/
H A Dstyle.scss4 // Permission to use, copy, modify, and distribute this software for any
H A D_config.scss4 * Permission to use, copy, modify, and distribute this software for any
/plugin/spatialhelper/
H A DLICENSE3 Permission to use, copy, modify, and distribute this software for any
H A Dstyle.css4 * Permission to use, copy, modify, and distribute this software for any
/plugin/socialcards/
H A DLICENSE3 Permission to use, copy, modify, and distribute this software for any
/plugin/openlayersmap/
H A Dall.less4 * Permission to use, copy, modify, and distribute this software for any
/plugin/geotag/
H A DLICENSE.md4 Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

12345678910