Home
last modified time | relevance | path

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

/dokuwiki/inc/parser/
H A Dmetadata.php35 /** @var string temporary $doc store */
36 protected $store = '';
94 // store internal info in metadata (notoc,nocache)
216 * is moved to $store and $doc is cleared
223 // move current content to store
225 $this->store = $this->doc;
247 $this->doc = $this->store;
248 $this->store = '';
31 protected $store = ''; global() variable in Doku_Renderer_metadata
H A Dxhtml.php20 /** @var array store the table of contents */
37 /** @var string temporary $doc store */
38 protected $store = '';
446 * is moved to $store and $doc is cleared
453 // move current content to store and record footnote
454 $this->store = $this->doc;
462 * content is restored from $store again
475 $this->doc = $this->store;
476 $this->store = '';
35 protected $store = ''; global() variable in Doku_Renderer_xhtml
/dokuwiki/inc/lang/da/
H A Dstopwords.txt82 store
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/conf/
H A Dmysql.conf.php.example136 * to store are: login name, password, email address and full name.