Home
last modified time | relevance | path

Searched refs:action_plugin_gitbacked_editcommit (Results 1 – 2 of 2) sorted by relevance

/plugin/gitbacked/lib/
H A DGit.php70 …public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $pl…
84 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) {
101 …ion &clone_remote($repo_path, $remote, $reference = null, \action_plugin_gitbacked_editcommit $plu…
157 …public static function &create_new($repo_path, \action_plugin_gitbacked_editcommit $plugin = null,…
192 …public function __construct($repo_path = null, \action_plugin_gitbacked_editcommit $plugin = null,…
370 if ($plugin instanceof \action_plugin_gitbacked_editcommit) {
385 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
403 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
419 if ($this->plugin instanceof \action_plugin_gitbacked_editcommit) {
/plugin/gitbacked/action/
H A Deditcommit.php19 class action_plugin_gitbacked_editcommit extends DokuWiki_Action_Plugin { class