Home
last modified time | relevance | path

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

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/
H A 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;
H A 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;
H A 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;
H A DNotifications.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Notification;
21 use Google\Service\Storage\Notifications as NotificationsModel;
H A DChannels.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\Channel;
H A DProjectsServiceAccount.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ServiceAccount;
H A DBucketAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\BucketAccessControl;
21 use Google\Service\Storage\BucketAccessControls as BucketAccessControlsModel;
H A DDefaultObjectAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ObjectAccessControl;
21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
H A DObjectAccessControls.php18 namespace Google\Service\Storage\Resource;
20 use Google\Service\Storage\ObjectAccessControl;
21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
/plugin/bookcreator/
H A Dscript.js5 * Storage object for an array with a selection of pages
10 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
[all...]
/plugin/evesso/phpoauthlib/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/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 DStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;
12 class Storage implements TokenStorageInterface class
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/RedisTes
[all...]
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/
H A DDrawioClient.js54 else if (typeof(Storage) != 'undefined')
79 if (token == null && typeof(Storage) != 'undefined')
136 else if (typeof(Storage) != 'undefined')
/plugin/evesso/classes/
H A DoAuthStorage.php5 use OAuth\Common\Storage\Exception\TokenNotFoundException;
6 use OAuth\Common\Storage\TokenStorageInterface;

1234567