Home
last modified time | relevance | path

Searched refs:getPage (Results 1 – 25 of 35) sorted by relevance

12

/plugin/aichat/
Daction.php62 … if (isset($sources[$source->getPage()])) continue; // only show the first occurrence per page
63 $sources[$source->getPage()] = [
64 'page' => $source->getPage(),
65 'url' => wl($source->getPage()),
66 'title' => p_get_first_heading($source->getPage()) ?: $source->getPage(),
DEmbeddings.php325 if ($auth && auth_quickaclcheck($chunk->getPage()) < AUTH_READ) continue;
357 $page = $chunk->getPage();
360 $content = $this->getPageContent($chunk->getPage());
361 $crumbs = $this->breadcrumbTrail($chunk->getPage());
DChunk.php61 public function getPage() function in dokuwiki\\plugin\\aichat\\Chunk
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php52 function getPage(): MarkupPath function in ComboStrap\\Meta\\Field\\Alias
77 $pageAnchor = $this->getPage()->getHtmlAnchorLink();
H A DPageImage.php98 public function getPage(): MarkupPath function in ComboStrap\\Meta\\Field\\PageImage
/plugin/aichat/syntax/
Dsimilar.php67 $similar = array_filter($similar, static fn($chunk) => $chunk->getPage() !== $id);
81 $renderer->internallink($chunk->getPage(), null, null, false, 'navigation');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DStoreLayoutPagesListResponse.php36 public function getPage() function in Google\\Service\\AndroidEnterprise\\StoreLayoutPagesListResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3TestConfig.php60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestConfig
DGoogleCloudDialogflowCxV3beta1TestConfig.php60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestConfig
DGoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.php51 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
/plugin/aichat/RemoteResponse/
DChunk.php23 $this->page = $originalChunk->getPage();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
DGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
DGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
/plugin/combo/ComboStrap/
H A DPageUrlPath.php173 $page = $this->getPage();
228 private function getPage(): ?MarkupPath function in ComboStrap\\PageUrlPath
H A DLinkMarkup.php469 $page = $this->getPage();
604 function getPage(): MarkupPath function in ComboStrap\\LinkMarkup
/plugin/xcom/scripts/
Dxcom_save.php124 function getPage() { function in xcom_save
252 $xcom->getPage();
/plugin/linkback/exe/
Dtrackback.php119 $page = $this->tools->getPage($linkback['url']);
Dpingback.php71 $page = $this->tools->getPage($sourceUri);
/plugin/aichat/Storage/
DPineconeStorage.php140 'page' => $chunk->getPage(),
DQdrantStorage.php207 'page' => $chunk->getPage(),
DChromaStorage.php184 'page' => $chunk->getPage(),
/plugin/linkback/
Dtools.php43 function getPage($url) { function in tools_plugin_linkback
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
DPdfReader.php120 public function getPage($pageNumber) function in setasign\\Fpdi\\PdfReader\\PdfReader
/plugin/xcom/lang/en/
Dfunctions.txt33 ==== wiki.getPage ====
35 ^Name |''wiki.getPage'' |

12