Searched refs:html_cloud (Results 1 – 5 of 5) sorted by relevance
| /plugin/tagging/ |
| H A D | syntax.php | 87 … $renderer->doc .= $hlp->html_cloud($tags, 'tag', [$hlp, 'linkToSearch'], true, true); 104 … $renderer->doc .= $hlp->html_cloud($tags, 'tag', [$hlp, 'linkToSearch'], true, true, $data['ns']);
|
| H A D | script.js | 58 … jQuery('div.plugin_tagging_edit ul.tagging_cloud').html(response.html_cloud);
|
| H A D | helper.php | 264 public function html_cloud($tags, $type, $func, $wrap = true, $return = false, $ns = '') function in helper_plugin_tagging 370 $ret .= $this->html_cloud($tags, 'tag', [$this, 'linkToSearch'], true, true);
|
| /plugin/tagging/action/ |
| H A D | main.php | 166 $hlp->html_cloud($tags, 'tag', [$hlp, 'linkToSearch'], false); 235 'html_cloud' => $hlp->html_cloud($tags, 'tag', [$hlp, 'linkToSearch'], false, true)
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …onse){jQuery('div.plugin_tagging_edit ul.tagging_cloud').html(response.html_cloud);$form.find('tex…
|