Home
last modified time | relevance | path

Searched refs:store (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/parser/
H A Dmetadata.php36 protected $store = ''; variable in Doku_Renderer_metadata
227 $this->store = $this->doc;
249 $this->doc = $this->store;
250 $this->store = '';
H A Dxhtml.php39 protected $store = ''; variable in Doku_Renderer_xhtml
455 $this->store = $this->doc;
476 $this->doc = $this->store;
477 $this->store = '';
/dokuwiki/inc/lang/da/
H A Dstopwords.txt82 store
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php1634 $e->store = [];
1652 $this->env->store[$name] = $value;
1673 if (isset($current->store[$name]))
1674 return $current->store[$name];
1690 if (isset($current->store[$name])) {
1691 return $current->store[$name];
/dokuwiki/conf/
H A Dmysql.conf.php.example136 * to store are: login name, password, email address and full name.