Home
last modified time | relevance | path

Searched refs:startPage (Results 1 – 7 of 7) sorted by path

/plugin/404manager/
H A Daction.php184 $startPage = getNS($ID) . ':' . $conf['start'];
185 if (page_exists($startPage)) {
186 $this->redirectToDokuwikiPage($startPage, self::REDIRECT_SOURCE_START_PAGE);
190 $startPage = getNS($ID) . ':' . curNS($ID);
191 if (page_exists($startPage)) {
192 $this->redirectToDokuwikiPage($startPage, self::REDIRECT_SOURCE_START_PAGE);
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php290 public $startPage; variable in Google_Query
497 public function setStartPage( $startPage) { argument
498 $this->startPage = $startPage;
501 return $this->startPage;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php157 public $startPage; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
632 public function setStartPage($startPage) argument
634 $this->startPage = $startPage;
641 return $this->startPage;
H A DSearchQueriesPreviousPage.php157 public $startPage; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
632 public function setStartPage($startPage) argument
634 $this->startPage = $startPage;
641 return $this->startPage;
H A DSearchQueriesRequest.php157 public $startPage; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
632 public function setStartPage($startPage) argument
634 $this->startPage = $startPage;
641 return $this->startPage;
/plugin/combo/ComboStrap/
H A DMarkupPath.php844 $startPage = $parentPath->resolveId($startPageName);
845 if (!FileSystems::exists($startPage)) {
/plugin/combo/action/
H A Drouter.php74 const TARGET_ORIGIN_START_PAGE = 'startPage';
590 $startPage = getNS($identifier) . ':' . $conf['start'];
591 if (page_exists($startPage)) {
592 $res = $this->performNotFoundRedirect($startPage, self::TARGET_ORIGIN_START_PAGE);
599 $startPage = getNS($identifier) . ':' . curNS($identifier);
600 if (page_exists($startPage)) {
601 $res = $this->performNotFoundRedirect($startPage, self::TARGET_ORIGIN_START_PAGE);