Searched refs:format_link (Results 1 – 3 of 3) sorted by relevance
| /plugin/tocselect/ | ||
| D | action.php | 118 $this->retv .= '<li>' . $this->format_link($h['title'], $h['hid'],$id) . "</li>\n"; |
| /plugin/tocsidebar/ | ||
| D | action.php | 117 $this->retv .= '<li>' . $this->format_link($h['title'], $h['hid'],$id) . "</li>\n"; |
| /plugin/json/syntax/ | ||
| D | extract.php | 558 private function format_link(Doku_Renderer $renderer, $var, $param) { function in syntax_plugin_json_extract |