Home
last modified time | relevance | path

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

/plugin/annotations/_test/
H A DHelperTest.php61 $this->assertTrue($h->canClear(true));
62 $this->assertFalse($h->canClear(false));
/plugin/annotations/
H A Daction.php630 if (!$helper->canClear($isAdmin)) {
653 if (!$helper->canClear($isAdmin)) {
H A Dadmin.php89 if (!$helper || !$helper->canClear(auth_isadmin())) {
H A Dhelper.php774 public function canClear($isAdmin) function in helper_plugin_annotations
H A DDESIGN.md151 `helper::canClear(auth_isadmin())`, with Post/Redirect/Get back to the same view. To avoid an
210 …orphaned (per page on-page, and per-page or wiki-wide in the admin overview) | admin (`canClear`) |