Home
last modified time | relevance | path

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

/plugin/ireadit/
H A Dhelper.php62 public function use_approve_here($id) { function in helper_plugin_ireadit
79 return $approve_helper->use_approve_here($approve_sqlite, $id);
103 …if ($this->getConf('approve_integration') && $this->use_approve_here($id)) { // check if this is n…
184 … if (!$this->use_approve_here($page)) continue; // ignore the pages where approve doesn't apply
/plugin/approve/action/
H A Dapprove.php36 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
66 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
93 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
130 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
162 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
201 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
H A Dprettyprint.php28 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
H A Drevisions.php29 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
/plugin/approve/
H A Dhelper.php44 public function use_approve_here(helper_plugin_sqlite $sqlite, $id, &$approver=null) { function in helper_plugin_approve