Home
last modified time | relevance | path

Searched refs:html_cloud (Results 1 – 4 of 4) sorted by relevance

/plugin/tagging/
H A Dsyntax.php84 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true);
108 $renderer->doc .= $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), true, true, $data['ns']);
H A Dscript.js58 jQuery('div.plugin_tagging_edit ul.tagging_cloud').html(response.html_cloud);
H A Dhelper.php234 public function html_cloud($tags, $type, $func, $wrap = true, $return = false, $ns = '') { function in helper_plugin_tagging
337 $ret .= $this->html_cloud($tags, 'tag', array($this, 'linkToSearch'), true, true);
/plugin/tagging/action/
H A Dmain.php145 $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false);
212 'html_cloud' => $hlp->html_cloud($tags, 'tag', array($hlp, 'linkToSearch'), false, true),