Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/lib/scripts/
Dsearch.js32 if (DokuCookie.getValue('sa') === 'on') {
Dcookie.js48 getValue: function(key, def){ method
Deditor.js48 $textarea.css('height', DokuCookie.getValue('sizeCtl') || '300px');
50 var wrp = DokuCookie.getValue('wrapCtl');
Dmedia.js791 if (DokuCookie.getValue(opt[0])) {
902 if (DokuCookie.getValue(opt) && allowed(DokuCookie.getValue(opt))) {
903 return DokuCookie.getValue(opt);
/dokuwiki/lib/plugins/styling/
Dscript.js48 if(DokuCookie.getValue('styling_plugin') == 1) {
/dokuwiki/_test/core/
DDokuWikiTest.php250 return $property->getValue($obj);