Home
last modified time | relevance | path

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

/plugin/filelisting/
H A Dscript.js98 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirOpenedIcon);
124 $row.children('.plugin__filelisting_cell_icon').html(this.options.dirOpenedIcon);
367 dirOpenedIcon: '', property in $.fn.dokuwiki_plugin_filelisting.defaults
404 options.dirOpenedIcon = JSINFO.plugin.filelisting.dirOpenedIcon;
H A Dhelper.php229 public function dirOpenedIcon() {
227 public function dirOpenedIcon() { global() function in helper_plugin_filelisting
/plugin/filelisting/action/
H A Djs.php42 $this->jsinfo('dirOpenedIcon', $filelisting->dirOpenedIcon());