Lines Matching refs:imagePath
122 let imagePath = this.config.plugbase + '/images/' + theme + '/';
124 root: imagePath + 'base.' + imgExt,
125 folder: imagePath + 'folder.' + imgExt,
126 folderH: imagePath + 'folderh.' + imgExt,
127 folderOpen: imagePath + 'folderopen.' + imgExt,
128 folderHOpen: imagePath + 'folderhopen.' + imgExt,
129 node: imagePath + 'page.' + imgExt,
130 empty: imagePath + 'empty.' + imgExt,
131 line: imagePath + 'line.' + imgExt,
132 join: imagePath + 'join.' + imgExt,
133 joinBottom: imagePath + 'joinbottom.' + imgExt,
134 plus: imagePath + 'plus.' + imgExt,
135 plusBottom: imagePath + 'plusbottom.' + imgExt,
136 minus: imagePath + 'minus.' + imgExt,
137 minusBottom: imagePath + 'minusbottom.' + imgExt,
138 nlPlus: imagePath + 'nolines_plus.' + imgExt,
139 nlMinus: imagePath + 'nolines_minus.' + imgExt