Home
last modified time | relevance | path

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

/plugin/approve/action/
H A Dmove.php23 * @param bool $ispage is this a page move operation?
26 public function handle_move(Doku_Event $event, $ispage) { argument
/plugin/ireadit/action/
H A Dmove.php23 * @param bool $ispage is this a page move operation?
25 public function handle_move(Doku_Event $event, $ispage) { argument
/plugin/struct/action/
H A Dmove.php42 * @param bool $ispage is this a page move operation?
45 public function handleMove(Event $event, $ispage)
58 if ($ispage) {
69 if ($ispage) {
41 handleMove(Doku_Event $event, $ispage) global() argument
/plugin/superacl/
H A Dadmin.php566 $ispage = false;
569 $ispage = true;
582 echo $this->_html_checkboxes($perm,$ispage,'acl['.hsc($where).']['.hsc($who).']');
697 function _html_checkboxes($setperm,$ispage,$name){ argument
703 if($ispage && $setperm > AUTH_EDIT) $perm = AUTH_EDIT;
715 if($ispage && $perm > AUTH_EDIT){