Home
last modified time | relevance | path

Searched refs:DOKU_COOKIE_PARAM (Results 1 – 3 of 3) sorted by relevance

/plugin/ikso/
Dscript.js54 path: (typeof DOKU_COOKIE_PARAM.path === "undefined"
55 ? JSINFO.DOKU_COOKIE_PARAM.path : DOKU_COOKIE_PARAM.path),
56 secure: (typeof DOKU_COOKIE_PARAM.secure === "undefined"
57 … ? JSINFO.DOKU_COOKIE_PARAM.secure : DOKU_COOKIE_PARAM.secure)
/plugin/indexmenu/scripts/
Dindexmenu.js544 '; path=' + DOKU_COOKIE_PARAM.path +
545 '; secure=' + DOKU_COOKIE_PARAM.secure;
/plugin/zwidoku/files/
H A Djs.js1DOKU_COOKIE_PARAM={"path":"\/dokuwiki\/","secure":true};Object.defineProperty(window,'DOKU_UHN',{g… variable