Lines Matching defs:config

111     this.config = {
122 let imagePath = this.config.plugbase + '/images/' + theme + '/';
204 this.pageid = this.pageid.replace(/:/g,this.config.sepchar);
205 if (this.config.scroll) {
208 str += '<div id="dtree_' + this.treeName + '" class="dtree ' + this.config.theme + '" style="overflow:';
209 if (this.config.scroll) {
218 if (this.config.toc) {
219 str += '<div id="t' + this.treeName + '" class="indexmenu_tocbullet ' + this.config.theme + '" style="display:none;" title="Table of contents"></div>';
222 if (this.config.useCookies) {
226 if (this.config.scroll) {
252 if (cn._hc && !cn._io && this.config.useCookies) {
300 if (node._lvl > this.config.maxjs) {
315 str += '" href="' + this.config.urlbase;
416 if (this.config.useCookies) {
431 if (this.config.useCookies) {
451 if (this.config.useCookies) {
496 } else if (!this.config.useCookies || !this.getCookie('co' + this.treeName)) {
610 r = new RegExp("\\b" + this.config.sepchar + "\\b", "g");
613 t = cns.split(this.config.sepchar);
614 n = (this.aNodes[0].dokuid === '') ? 0 : this.aNodes[0].dokuid.split(this.config.sepchar).length;
616 cnsa = t.join(this.config.sepchar);
719 if (!this.config.scroll) {
734 if (this.config.toc) {
806 if (this.config.toc && node.className !== "node") {
817 if (this.config.scroll) {
879 req = 'req=index&idx=' + node.dokuid + decodeURIComponent(this.config.jsajax);
881 curns = this.pageid.substring(0, this.pageid.lastIndexOf(this.config.sepchar));
924 oLink.href = this.config.plugbase + '/images/' + this.config.theme + '/style.css';
1002 IndexmenuUtils.createPicker('r' + this.treeName, 'indexmenu_rmenu ' + this.config.theme);