Home
last modified time | relevance | path

Searched refs:store (Results 151 – 175 of 261) sorted by path

1234567891011

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md518 - [store](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-store.html) field only accepts boolean
/plugin/encryptedpasswords/
H A DREADME3 This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages.
H A Dplugin.info.txt6 desc This plugin let you store 256 bit AES encrypted passwords in your DokuWiki pages. The password can be decrypted by clicking them (Javascript must be enabled).
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt4 …s the Memex. With this envisioned device an individual would compress and store all of their books…
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example136 * to store are: login name, password, email address and full name.
/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/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']);
H A Dfa_remove.usr.class.php33 $store = $this->getUserStore();
34 if ($entry = $store->deleteUserDataEntry($uid)) {
H A Dfa_signedin.usr.class.php45 $store =& $this->getUserStore();
46 $uname = $store->getUsernameByIdentity($this->provid, $claimedId);
66 $store->refreshUserDataEntry($claimedId);
76 $store->addUserDataEntry($this->provid, $claimedId);
/plugin/fetchmedia/lib/
H A Dbundle.js1store=e},function(t,n,r){"use strict";t.exports=!r(3)(function(){return 7!=Object.defineProperty({…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst67 …supports several metadata sources. By default, it uses Doctrine annotations, but you may also store
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG220 * changed the way we store template source in template classes
224 * deprecated the ability to store non Node instances in Node::$nodes
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst12 ``\Twig\Environment``). Instances of this class are used to store the
108 An absolute path where to store the compiled templates, or
H A Ddeprecated.rst43 implement this method to store the environment for your custom filters,
H A Dintro.rst66 environment (``\Twig\Environment``) to store the configuration.
H A Drecipes.rst395 Using a Database to store Templates
487 This recipe is the continuation of the previous one. Even if you store the
/plugin/fksnewsfeed/
H A Daction.php183 $this->helper->servicePriority->store($newsId, $stream);
/plugin/fksnewsfeed/admin/
H A Dpush.php49 $this->helper->servicePriority->store($newsId, $streamId);
/plugin/fksnewsfeed/inc/ORM/
H A DServicePriority.php32 public function store(int $newsId, int $streamId): void { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServicePriority
/plugin/footnotestyle/
H A Drenderer.php45 $this->doc = $this->store;
46 $this->store = '';
/plugin/header2/
H A Dsyntax.php76 $this->store = $renderer->doc;
87 $renderer->doc = $this->store;
88 $this->store = '';
/plugin/header3/
H A Drenderer.php29 $this->store = '';

1234567891011