Home
last modified time | relevance | path

Searched refs:targetPage (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3EventHandler.php37 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3EventHandler
86 public function setTargetPage($targetPage) argument
88 $this->targetPage = $targetPage;
95 return $this->targetPage;
H A DGoogleCloudDialogflowCxV3beta1EventHandler.php37 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1EventHandler
86 public function setTargetPage($targetPage) argument
88 $this->targetPage = $targetPage;
95 return $this->targetPage;
H A DGoogleCloudDialogflowCxV3beta1TransitionRoute.php41 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TransitionRoute
104 public function setTargetPage($targetPage) argument
106 $this->targetPage = $targetPage;
113 return $this->targetPage;
H A DGoogleCloudDialogflowCxV3TransitionRoute.php41 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionRoute
104 public function setTargetPage($targetPage) argument
106 $this->targetPage = $targetPage;
113 return $this->targetPage;
H A DGoogleCloudDialogflowCxV3beta1WebhookResponse.php39 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookResponse
114 public function setTargetPage($targetPage) argument
116 $this->targetPage = $targetPage;
123 return $this->targetPage;
H A DGoogleCloudDialogflowCxV3WebhookResponse.php39 public $targetPage; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookResponse
114 public function setTargetPage($targetPage) argument
116 $this->targetPage = $targetPage;
123 return $this->targetPage;
/plugin/404manager/_test/
H A Dmanager.test.php411 $targetPage = 'testRedirectionsOperations:test';
412 saveWikiText($targetPage, 'Test ', 'but without any common name (namespace) in the path');
413 idx_addPage($targetPage);
423 $redirectManager->addRedirection($sourcePageId, $targetPage);
439 $targetPage = 'testMigrateDataStore:test';
440 saveWikiText($targetPage, 'Test ', 'test summary');
441 idx_addPage($targetPage);
457 $redirectManager->addRedirection($sourcePageIdValidated, $targetPage);
460 $redirectManager->addRedirection($sourcePageIdNotValidated, $targetPage);
/plugin/404manager/
H A Daction.php124 $targetPage = $this->redirectManager->getRedirectionTarget($ID);
127 if ($this->redirectManager->isValidURL($targetPage) && $targetPage) {
129 $this->redirectToExternalPage($targetPage);
154 if (page_exists($targetPage)) {
156 $this->redirectToDokuwikiPage($targetPage, self::REDIRECT_TARGET_PAGE_FROM_DATASTORE);
435 private function redirectToDokuwikiPage($targetPage, $redirectSource = 'Not Known') argument
442 $perm = auth_quickaclcheck($targetPage);
444 $perm = auth_aclcheck($targetPage, '', null);
456 $this->redirectManager->logRedirection($ID, $targetPage, $redirectSource);
459 $link = explode('#', $targetPage, 2);
/plugin/combo/action/
H A Dlinkmove.php200 $targetPage = MarkupPath::createMarkupFromId($targetId);
201 $targetPageId = PageId::createForPage($targetPage);
222 Aliases::createForPage($targetPage)