Home
last modified time | relevance | path

Searched refs:callPlugin (Results 1 – 4 of 4) sorted by path

/plugin/jplayer/components/
H A Drequire-built.js796 return map.prefix ? this.callPlugin() : this.load();
800 return map.prefix ? this.callPlugin() : this.load();
912 callPlugin: function () { method in Module
H A Drequire.js796 return map.prefix ? this.callPlugin() : this.load();
800 return map.prefix ? this.callPlugin() : this.load();
912 callPlugin: function () { method in Module
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js796 return map.prefix ? this.callPlugin() : this.load();
800 return map.prefix ? this.callPlugin() : this.load();
912 callPlugin: function () { method in Module
/plugin/jsonrpc/
H A DIJR_Server.php90 private function callPlugin($pluginname, $callback, $method, $args) function in IJR_Server
133 return $this->callPlugin($pluginname, $callback, $method, $args);