Home
last modified time | relevance | path

Searched refs:getMaintainers (Results 1 – 5 of 5) sorted by relevance

/plugin/watchcycle/
Dhelper.php44 $all = $this->getMaintainers($watchcycle['maintainer']);
120 public function getMaintainers($def) function in helper_plugin_watchcycle
152 $data = $this->getMaintainers($def);
Dsyntax.php189 $all = $helper->getMaintainers($def);
/plugin/watchcycle/_test/
Dmaintainer.test.php44 $this->assertEquals($output, $helper->getMaintainers($input));
/plugin/approve/
H A Dadmin.php75 $assignments = $db->getMaintainers();
/plugin/approve/helper/
H A Ddb.php377 public function getMaintainers(): ?array function in helper_plugin_approve_db