Home
last modified time | relevance | path

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

/plugin/filelisting/
H A Dscript.js85 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirClosedIcon);
135 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirClosedIcon);
369 dirClosedIcon: '', property in $.fn.dokuwiki_plugin_filelisting.defaults
405 options.dirClosedIcon = JSINFO.plugin.filelisting.dirClosedIcon;
H A Dhelper.php197 $item['icon'] = $this->dirClosedIcon();
220 public function dirClosedIcon() {
218 public function dirClosedIcon() { global() function in helper_plugin_filelisting
/plugin/filelisting/action/
H A Djs.php43 $this->jsinfo('dirClosedIcon', $filelisting->dirClosedIcon());