Home
last modified time | relevance | path

Searched refs:advise_before (Results 26 – 29 of 29) sorted by last modified time

12

/dokuwiki/inc/Extension/
H A DAuthPlugin.php137 if ($evt->advise_before(true)) {
H A DEvent.php60 * if ($evt->advise_before(canPreventDefault) {
69 public function advise_before($enablePreventDefault = true)
88 * @see advise_before() for details
133 if ($this->advise_before($enablePrevent) && is_callable($action)) {
68 public function advise_before($enablePreventDefault = true) global() function in dokuwiki\\Extension\\Event
/dokuwiki/inc/File/
H A DPageFile.php139 if (!$event->advise_before()) return;
144 // Check whether the pagefile has modified during $event->advise_before()
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php70 if ($evt->advise_before()) {

12