Home
last modified time | relevance | path

Searched refs:Storage (Results 1 – 25 of 179) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
DObjects.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Channel;
21 use Google\Service\Storage\ComposeRequest;
22 use Google\Service\Storage\Objects as ObjectsModel;
23 use Google\Service\Storage\Policy;
24 use Google\Service\Storage\RewriteResponse;
25 use Google\Service\Storage\StorageObject;
26 use Google\Service\Storage\TestIamPermissionsResponse;
DProjectsHmacKeys.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\HmacKey;
21 use Google\Service\Storage\HmacKeyMetadata;
22 use Google\Service\Storage\HmacKeysMetadata;
DBuckets.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Bucket;
21 use Google\Service\Storage\Buckets as BucketsModel;
22 use Google\Service\Storage\Policy;
23 use Google\Service\Storage\TestIamPermissionsResponse;
DNotifications.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Notification;
21 use Google\Service\Storage\Notifications as NotificationsModel;
DProjectsServiceAccount.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ServiceAccount;
DChannels.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Channel;
DBucketAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\BucketAccessControl;
21 use Google\Service\Storage\BucketAccessControls as BucketAccessControlsModel;
DDefaultObjectAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ObjectAccessControl;
21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
DObjectAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ObjectAccessControl;
21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
/plugin/bookcreator/
Dscript.js10 function Storage(key) { class
20 Storage.prototype.isSelected = function(pageid) {
30 Storage.prototype.addPage = function(pageid, position) {
46 Storage.prototype.movePage = function(pageid, position) {
56 Storage.prototype.deletePage = function(pageid) {
68 Storage.prototype._deletePage = function(pageid) {
78 Storage.prototype.clearAll = function() {
88 Storage.prototype.getSelection = function() {
97 Storage.prototype.setSelection = function(selection) {
107 Storage.prototype.count = function() {
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
DMemory.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
DTokenStorageInterface.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
DSession.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
DSymfonySession.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
DRedis.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DMemory.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DTokenStorageInterface.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
H A DSession.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DSymfonySession.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
H A DRedis.php3 namespace OAuth\Common\Storage;
6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
/plugin/oauth/
H A Ddeleted.files74 phpoauthlib/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php
75 phpoauthlib/src/OAuth/Common/Storage/Exception/StorageException.php
76 phpoauthlib/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php
77 phpoauthlib/src/OAuth/Common/Storage/Memory.php
78 phpoauthlib/src/OAuth/Common/Storage/Redis.php
79 phpoauthlib/src/OAuth/Common/Storage/Session.php
80 phpoauthlib/src/OAuth/Common/Storage/SymfonySession.php
81 phpoauthlib/src/OAuth/Common/Storage/TokenStorageInterface.php
154 phpoauthlib/tests/Unit/Common/Storage/MemoryTest.php
155 phpoauthlib/tests/Unit/Common/Storage/RedisTest.php
[all …]
H A DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;
12 class Storage implements TokenStorageInterface class
H A DAdapter.php10 use OAuth\Common\Storage\Exception\TokenNotFoundException;
11 use OAuth\Common\Storage\Session as SessionStorage;
77 $storage = new Storage($storageId);
117 $newStorage = new Storage($storageId);
/plugin/diagramsnet/lib/js/diagramly/
DDrawioClient.js54 else if (typeof(Storage) != 'undefined')
79 if (token == null && typeof(Storage) != 'undefined')
136 else if (typeof(Storage) != 'undefined')
/plugin/evesso/classes/
DoAuthStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;

12345678