Searched refs:Storage (Results 1 – 25 of 179) sorted by relevance
12345678
18 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;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\HmacKey;21 use Google\Service\Storage\HmacKeyMetadata;22 use Google\Service\Storage\HmacKeysMetadata;
18 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;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\Notification;21 use Google\Service\Storage\Notifications as NotificationsModel;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\ServiceAccount;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\Channel;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\BucketAccessControl;21 use Google\Service\Storage\BucketAccessControls as BucketAccessControlsModel;
18 namespace Google\Service\Storage\Resource;20 use Google\Service\Storage\ObjectAccessControl;21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
10 function Storage(key) { class20 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 …]
3 namespace OAuth\Common\Storage;6 use OAuth\Common\Storage\Exception\TokenNotFoundException;7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
3 namespace OAuth\Common\Storage;6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
74 phpoauthlib/src/OAuth/Common/Storage/Exception/AuthorizationStateNotFoundException.php75 phpoauthlib/src/OAuth/Common/Storage/Exception/StorageException.php76 phpoauthlib/src/OAuth/Common/Storage/Exception/TokenNotFoundException.php77 phpoauthlib/src/OAuth/Common/Storage/Memory.php78 phpoauthlib/src/OAuth/Common/Storage/Redis.php79 phpoauthlib/src/OAuth/Common/Storage/Session.php80 phpoauthlib/src/OAuth/Common/Storage/SymfonySession.php81 phpoauthlib/src/OAuth/Common/Storage/TokenStorageInterface.php154 phpoauthlib/tests/Unit/Common/Storage/MemoryTest.php155 phpoauthlib/tests/Unit/Common/Storage/RedisTest.php[all …]
5 use OAuth\Common\Storage\Exception\TokenNotFoundException;6 use OAuth\Common\Storage\TokenStorageInterface;12 class Storage implements TokenStorageInterface class
10 use OAuth\Common\Storage\Exception\TokenNotFoundException;11 use OAuth\Common\Storage\Session as SessionStorage;77 $storage = new Storage($storageId);117 $newStorage = new Storage($storageId);
54 else if (typeof(Storage) != 'undefined')79 if (token == null && typeof(Storage) != 'undefined')136 else if (typeof(Storage) != 'undefined')
5 use OAuth\Common\Storage\Exception\TokenNotFoundException;6 use OAuth\Common\Storage\TokenStorageInterface;