Home
last modified time | relevance | path

Searched refs:purge (Results 1 – 25 of 45) sorted by relevance

12

/plugin/bez/
H A Dcli.php14 echo "cli.php purge\n";
18 function purge() { function
24 $thread->purge();
31 $thread_comment->purge();
39 $task->purge();
47 $task_comment->purge();
56 case 'purge':
57 purge();
/plugin/twofactor/
H A DSettings.php115 public function purge() function in dokuwiki\\plugin\\twofactor\\Settings
117 return $this->attribute->purge($this->providerID, $this->user);
H A Dadmin.php49 (new Settings($providerID, $userdel))->purge();
51 (new Settings('twofactor', $userdel))->purge();
H A DProvider.php103 $this->settings->purge();
/plugin/actionlink/
H A Dsyntax.php149 case 'purge': // {{actionlink>purge|Purge}}
151 $renderer->doc .=$this->tpll_link(wl($ID,'purge=true'),$title, 'class="action purge"');
/plugin/openlayersmap/lang/en/
H A Dadmin_intro.txt2 This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/openlayersmap/lang/es/
H A Dadmin_intro.txt2 FIXME (translate) This page allows you to purge the cached tiles and maps that are used by the 'local' static maps backend.
/plugin/flowplay/
H A Dchangelog2 * :!: Maybe you need to purge some cache...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudTasks.php195 ],'purge' => [
196 'path' => 'v2/{+name}:purge',
H A DRecommendationsAI.php369 ],'purge' => [
370 'path' => 'v1beta1/{+parent}/userEvents:purge',
H A DCloudRetail.php495 ],'purge' => [
496 'path' => 'v2/{+parent}/userEvents:purge',
H A DVision.php541 ],'purge' => [
542 'path' => 'v1/{+parent}/products:purge',
H A DCloudHealthcare.php1416 ],'Resource-purge' => [
1417 'path' => 'v1/{+name}/$purge',
/plugin/yuriigantt/
H A DREADME.md90 If you change syntax parser, to refresh rendered page cache please run page with purge
92 http://127.0.0.1:8000/doku.php?id={PAGEID}&purge=true
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
H A DProjectsLocationsCatalogsUserEvents.php96 …public function purge($parent, GoogleCloudRetailV2PurgeUserEventsRequest $postBody, $optParams = [… function in Google\\Service\\CloudRetail\\Resource\\ProjectsLocationsCatalogsUserEvents
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/Resource/
H A DProjectsLocationsProducts.php166 public function purge($parent, PurgeProductsRequest $postBody, $optParams = []) function in Google\\Service\\Vision\\Resource\\ProjectsLocationsProducts
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/
H A DProjectsLocationsCatalogsEventStoresUserEvents.php145 …public function purge($parent, GoogleCloudRecommendationengineV1beta1PurgeUserEventsRequest $postB… function in Google\\Service\\RecommendationsAI\\Resource\\ProjectsLocationsCatalogsEventStoresUserEvents
/plugin/bez/mdl/
H A DTask_comment.php72 $this->purge();
H A DThread_comment.php103 $this->purge();
H A DEntity.php94 public function purge() { function in dokuwiki\\plugin\\bez\\mdl\\Entity
H A DThread.php131 $this->purge();
H A DTask.php258 $this->purge();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/Resource/
H A DProjectsLocationsQueues.php216 public function purge($name, PurgeQueueRequest $postBody, $optParams = []) function in Google\\Service\\CloudTasks\\Resource\\ProjectsLocationsQueues
/plugin/attribute/
H A Dhelper.php452 public function purge($namespace, $user) function in helper_plugin_attribute
/plugin/externalembed/
H A DREADME.md95 Note that the rendered dokuwiki page is cached, you may want to find a way to auto purge your cache…

12