Home
last modified time | relevance | path

Searched refs:store (Results 26 – 50 of 261) sorted by relevance

1234567891011

/plugin/semanticdata/
H A Daction.php46 $store = $this->dthlp->_getTripleStore();
51 if(!$store) {
59 $result = $store->update($sparql, $resultFormat, $lang, $infer);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php238 * @param Auth_OpenID_OpenIDStore $store This must be an object
261 function Auth_OpenID_Consumer($store, $session = null, argument
271 $this->consumer = new $consumer_cls($store);
273 $this->consumer = new Auth_OpenID_GenericConsumer($store);
577 var $store; variable in Auth_OpenID_GenericConsumer
600 * @param Auth_OpenID_OpenIDStore $store This must be an object
614 function Auth_OpenID_GenericConsumer($store) argument
616 $this->store = $store;
618 $this->_use_assocs = (is_null($this->store) ? false : true);
1386 $this->store->removeAssociation($server_url,
[all …]
H A DServer.php1314 function Auth_OpenID_Signatory($store) argument
1317 $this->store = $store;
1390 $this->store->storeAssociation($key, $assoc);
1411 $assoc = $this->store->getAssociation($key, $assoc_handle);
1415 $this->store->removeAssociation($key, $assoc_handle);
1433 $this->store->removeAssociation($key, $assoc_handle);
1682 function Auth_OpenID_Server($store, $op_endpoint=null) argument
1684 $this->store = $store;
1685 $this->signatory = new Auth_OpenID_Signatory($this->store);
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php52 $store = new Auth_OpenID_FileStore($conf['tmpdir'] . '/fedauth/openid');
54 $this->consumer = new Auth_OpenID_Consumer($store);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jar ... INF/maven/org.terracotta/offheap-store/ META-INF/maven/org.terracotta ...
/plugin/openid/Auth/OpenID/
H A DConsumer.php238 * @param Auth_OpenID_OpenIDStore $store This must be an object
261 function __construct($store, $session = null, $consumer_cls = null) argument
270 $this->consumer = new $consumer_cls($store);
272 $this->consumer = new Auth_OpenID_GenericConsumer($store);
590 public $store; variable in Auth_OpenID_GenericConsumer
622 * @param Auth_OpenID_OpenIDStore $store This must be an object
631 function __construct($store) argument
633 $this->store = $store;
635 $this->_use_assocs = (is_null($this->store) ? false : true);
636 if (get_class($this->store) == "Auth_OpenID_DumbStore") {
[all …]
H A DServer.php1444 private $store; variable in Auth_OpenID_Signatory
1449 * @param Auth_OpenID_OpenIDStore $store
1451 function __construct($store) argument
1454 $this->store = $store;
1540 $this->store->storeAssociation($key, $assoc);
1566 $assoc = $this->store->getAssociation($key, $assoc_handle);
1591 $this->store->removeAssociation($key, $assoc_handle);
1883 private $store; variable in Auth_OpenID_Server
1899 * @param Auth_OpenID_OpenIDStore $store
1902 function __construct($store, $op_endpoint=null) argument
[all …]
/plugin/combo/ComboStrap/
H A DMarkupPath.php369 $store = $this->getReadStoreOrDefault();
370 if (!($store instanceof MetadataDokuWikiStore)) {
373 $metadata = $store->getCurrentFromName('relation');
662 $store = $this->getReadStoreOrDefault();
663 if (!($store instanceof MetadataDokuWikiStore)) {
668 $relation = $store->getCurrentFromName('relation');
693 $store = $this->getReadStoreOrDefault();
694 if (!($store instanceof MetadataDokuWikiStore)) {
698 return $store->getFromName('creator');
710 $store
1775 setReadStore($store) global() argument
[all...]
/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php73 $store = $this->getUserStore();
74 $data =& $store->getUserData();
H A Dfa_register.usr.class.php46 $store =& $this->getUserStore();
48 $store->addUserDataEntry($data['prid'], $data['ident']);
/plugin/header3/
H A Dsyntax.php71 $this->store = $renderer->doc;
82 $renderer->doc = $this->store;
83 $this->store = '';
/plugin/header2/
H A Dsyntax.php76 $this->store = $renderer->doc;
87 $renderer->doc = $this->store;
88 $this->store = '';
/plugin/s5/
H A Drenderer.php167 $this->doc = $this->store;
168 $this->store = '';
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte2 import { codeStore, updateConfig } from '../code-store.js';
3 import { configErrorStore } from '../error-store.js';
H A DEditor.svelte2 import { codeStore, updateCode } from '../code-store.js';
3 import { codeErrorStore } from '../error-store.js';
/plugin/footnotestyle/
H A Drenderer.php45 $this->doc = $this->store;
46 $this->store = '';
/plugin/pot/
H A Dplugin.info.txt6 desc calculate, store, and recall user-defined values
/plugin/codemirror/dist/modes/
H A Dwast.min.js.map1store(8|16)|(load(8|16)_[su]))|i64\\.(load32_[su]|store32)|[fi](32|64)\\.(const|load|store)|f(32|6…
/plugin/xbr/
H A Drenderer.php26 $this->store = '';
/plugin/highlightjs/
H A Drenderer.php27 $this->store = '';
/plugin/svgedit/
H A Dplugin.info.txt6 desc A nice way, to create, store, edit, and embed SVG images in DokuWiki
/plugin/twcheckliste/
H A Drenderer.php.old42 // store the content type headers in metadata
143 $this->doc = $this->store;
144 $this->store = '';
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11177 this.mixin(store, createDatastoreSelect(store));
11197 return store;
17815 store = null;
19054 if (!store) {
19706 store.move(item.id, store.getBranchIndex(over.id) + 1, store.getParent(over.id));
19720 store.move(item.id, -1, store.getParent(next.id));
19758 store.move(item.id, -1, store.getParent(prev.id));
20101 …level = store.exists(target.targetId) ? store.calculateItemLevel(store.getItem(target.targetId)) :…
20187 var targetLevel = store.calculateItemLevel(store.getItem(prev));
20191 prev = up ? store.getPrev(prev) : store.getNext(prev);
[all …]
/plugin/text/
H A Drenderer.php66 $this->store = '';
238 $this->store = $this->doc;
254 $this->doc = $this->store;
255 $this->store = '';
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCache.SerializerPath.txt

1234567891011