/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/Resource/ |
H A D | Objects.php | 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;
|
H A D | ProjectsHmacKeys.php | 18 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 D | Buckets.php | 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;
|
H A D | Notifications.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\Notification; 21 use Google\Service\Storage\Notifications as NotificationsModel;
|
H A D | Channels.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\Channel;
|
H A D | ProjectsServiceAccount.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\ServiceAccount;
|
H A D | BucketAccessControls.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\BucketAccessControl; 21 use Google\Service\Storage\BucketAccessControls as BucketAccessControlsModel;
|
H A D | DefaultObjectAccessControls.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\ObjectAccessControl; 21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
|
H A D | ObjectAccessControls.php | 18 namespace Google\Service\Storage\Resource; 20 use Google\Service\Storage\ObjectAccessControl; 21 use Google\Service\Storage\ObjectAccessControls as ObjectAccessControlsModel;
|
/plugin/bookcreator/ |
H A D | script.js | 5 * 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 D | Memory.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | TokenStorageInterface.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
|
H A D | Session.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | SymfonySession.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | Redis.php | 3 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 D | Memory.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | TokenStorageInterface.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException;
|
H A D | Session.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | SymfonySession.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
H A D | Redis.php | 3 namespace OAuth\Common\Storage; 6 use OAuth\Common\Storage\Exception\TokenNotFoundException; 7 use OAuth\Common\Storage\Exception\AuthorizationStateNotFoundException;
|
/plugin/oauth/ |
H A D | Storage.php | 5 use OAuth\Common\Storage\Exception\TokenNotFoundException; 6 use OAuth\Common\Storage\TokenStorageInterface; 12 class Storage implements TokenStorageInterface class
|
H A D | deleted.files | 74 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 D | Adapter.php | 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);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DrawioClient.js | 54 else if (typeof(Storage) != 'undefined') 79 if (token == null && typeof(Storage) != 'undefined') 136 else if (typeof(Storage) != 'undefined')
|
/plugin/evesso/classes/ |
H A D | oAuthStorage.php | 5 use OAuth\Common\Storage\Exception\TokenNotFoundException; 6 use OAuth\Common\Storage\TokenStorageInterface;
|