Home
last modified time | relevance | path

Searched refs:startPage (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
DSearchQueriesNextPage.php157 public $startPage; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
632 public function setStartPage($startPage) argument
634 $this->startPage = $startPage;
641 return $this->startPage;
DSearchQueriesPreviousPage.php157 public $startPage; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
632 public function setStartPage($startPage) argument
634 $this->startPage = $startPage;
641 return $this->startPage;
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/404manager/
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/versionswitch/
DVersion.php149 $startPage = $resolver->resolveId($this->namespace . ':' . $ns . ':');
150 $title = p_get_first_heading($startPage,);
/plugin/combo/ComboStrap/
DRouter.php307 $startPage = getNS($identifier) . ':' . $conf['start'];
308 $startPath = MarkupPath::createMarkupFromId($startPage);
314 $startPage = getNS($identifier) . ':' . curNS($identifier);
315 $startPath = MarkupPath::createMarkupFromId($startPage);
DMarkupPath.php844 $startPage = $parentPath->resolveId($startPageName);
845 if (!FileSystems::exists($startPage)) {
/plugin/authgoogle/google/contrib/
DGoogle_CustomsearchService.php290 public $startPage; variable in Google_Query
497 public function setStartPage( $startPage) { argument
498 $this->startPage = $startPage;
501 return $this->startPage;