Home
last modified time | relevance | path

Searched refs:link_script (Results 1 – 2 of 2) sorted by path

/plugin/aceeditor/
H A Daction.php60 $this->link_script($event, $jqueryurl);
65 $this->link_script($event, DOKU_BASE.'lib/plugins/aceeditor/build.js');
67 $this->link_script($event, DOKU_BASE.'lib/plugins/aceeditor/vendor/require.js');
68 $this->link_script($event, DOKU_BASE.'lib/plugins/aceeditor/scripts/init.js');
89 private function link_script($event, $url) { function in action_plugin_aceeditor
/plugin/etherpadlite/action/
H A Detherpadlite.php431 $this->link_script($event, DOKU_BASE.'lib/plugins/etherpadlite/'.$path);
443 private function link_script($event, $url) { function in action_plugin_etherpadlite_etherpadlite