Home
last modified time | relevance | path

Searched refs:storage (Results 76 – 100 of 615) sorted by relevance

12345678910>>...25

/plugin/cloudstorage/
H A Dplugin.info.txt5 name cloud storage plugin
/plugin/pagetitle/
H A Dplugin.info.txt6 …gin allows to write decorative title on the page with setting plain title text in metadata storage.
/plugin/authyubikey/
H A Dplugin.info.txt6 desc Provides user authentication against DokuWiki's local password storage combined with the two…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.asciidoc56 $params['storage'] = (string) Selects the kind of local storage used to accelerate searches. Experimental, and defaults to `full_copy` (Default = )
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js1storage||{},j=b.modifier||{},k=b.accessTypes||{},l=b.multiLineStrings,m=b.indentStatements!==false…
H A Dasn.1.min.js.map1storage","modifier","accessTypes","multiLineStrings","indentStatements","isOperatorChar","curPunc"…
/plugin/diagramsnet/lib/plugins/
H A DcConf-comments.js111 decodeURIComponent(atlasComment.body.storage.value),
205 var cnt = decodeURIComponent(comments[i].body.storage.value);
211 comments[i].body.storage.value = cnt.substring(REPLY_MARKER_END.length + end);
/plugin/evesso/classes/
H A DEveOnlineAdapter.php99 $this->storage->storeAuthorizationState($this->oAuth->service(), $parameters['state']);
/plugin/jplayer/
H A Dcomposer.lock92 "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
98 …ysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PH…
99 … "ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
101 … "ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
/plugin/evesso/phpoauthlib/
H A DREADME.md39 …- You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requi…
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DBitrix24.php67 $this->storage->storeAccessToken($this->service(), $token);
/plugin/memcache/
H A DREADME3 Abstraction wrapper to use persistent memory storage for caching data.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/attribute/
H A DREADME3 Arbitrary attribute definition and storage for user associated data.
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md41 - You can use any storage mechanism for tokens. By default, session, in-memory and Redis.io (requires PHPRedis) storage mechanisms are included. Implement additional mechanisms by implementing `OAuth\Common\Token\TokenStorageInterface`.
/plugin/addressbook/
H A DREADME.md76 ## Data storage
/plugin/sketchcanvas/
H A DREADME.md97 https://noto-website.storage.googleapis.com/pkgs/NotoSansCJKJP-hinted.zip
/plugin/bibtex4dw/
H A DREADME.md28 * Resilience: plain text files, no external dependencies, no database as permanent storage (only temporary, the "truth" is in the text files)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php74 $this->servicePath = 'storage/v1/';
75 $this->batchPath = 'batch/storage/v1';
77 $this->serviceName = 'storage';
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak29 // storage of complex values as child nodes and string, number or
/plugin/authremoteuser/
H A DREADME.md98 *AuthRemoteUser* uses the same storage backend like *authplain* that is
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php2664 $storage = new SplObjectStorage;
2665 $this->assertFalse($constraint->evaluate($storage, '', true));
2667 $storage->attach($object);
2668 $this->assertTrue($constraint->evaluate($storage, '', true));
/plugin/socialshareprivacy2/JC/
H A DREADME.md59 Turn on automatic storage of JSON objects passed as the cookie value. Assumes `JSON.stringify` and …
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md16 For Google Cloud Platform APIs such as [Datastore][cloud-datastore], [Cloud Storage][cloud-storage]…
20 [cloud-storage]: https://github.com/googleapis/google-cloud-php-storage
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3089 api.get=function(key){return api.deserialize(storage[key]&&storage[key].value)
3093 api.clear=function(){for(var key in storage){delete storage[key]
3097 args.unshift(storage);
3100 storage.load(localStorageName);
3105 }api.set=withIEStorage(function(storage,key,val){storage.setAttribute(key,api.serialize(val));
3106 storage.save(localStorageName)
3108 api.get=withIEStorage(function(storage,key){return api.deserialize(storage.getAttribute(key))
3110 api.remove=withIEStorage(function(storage,key){storage.removeAttribute(key);
3111 storage.save(localStorageName)
3114 storage.load(localStorageName);
[all …]

12345678910>>...25