Home
last modified time | relevance | path

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

12

/plugin/aichat/
H A Daction.php61 if (isset($sources[$source->getPage()])) continue; // only show the first occurrence per page
62 $sources[$source->getPage()] = [
63 'page' => $source->getPage(),
64 'url' => wl($source->getPage()),
65 'title' => p_get_first_heading($source->getPage()) ?: $source->getPage(),
H A DChunk.php61 public function getPage()
56 public function getPage() global() function in dokuwiki\\plugin\\aichat\\Chunk
H A Dcli.php418 "\t" . $source->getPage() . ' ' . $source->getId() . ' (' . $source->getScore() . ')',
H A DEmbeddings.php268 if ($auth && auth_quickaclcheck($chunk->getPage()) < AUTH_READ) continue;
/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/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DStoreLayoutPagesListResponse.php36 public function getPage() function in Google\\Service\\AndroidEnterprise\\StoreLayoutPagesListResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TestConfig.php60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestConfig
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.php51 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
H A DGoogleCloudDialogflowCxV3beta1TestConfig.php60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
H A DGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
H A DGoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
/plugin/combo/ComboStrap/
H A DPageUrlPath.php174 $page = $this->getPage();
229 private function getPage(): ?MarkupPath function in ComboStrap\\PageUrlPath
H A DLinkMarkup.php465 $page = $this->getPage();
600 function getPage(): MarkupPath function in ComboStrap\\LinkMarkup
/plugin/xcom/scripts/
H A Dxcom_save.php124 function getPage() { function in xcom_save
252 $xcom->getPage();
/plugin/aichat/Storage/
H A DSQLiteStorage.php89 'page' => $chunk->getPage(),
/plugin/linkback/exe/
H A Dtrackback.php119 $page = $this->tools->getPage($linkback['url']);
H A Dpingback.php71 $page = $this->tools->getPage($sourceUri);
/plugin/linkback/
H A Dtools.php43 function getPage($url) { function in tools_plugin_linkback
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php120 public function getPage($pageNumber) function in setasign\\Fpdi\\PdfReader\\PdfReader
/plugin/xcom/lang/en/
H A Dfunctions.txt33 ==== wiki.getPage ====
35 ^Name |''wiki.getPage'' |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php193 $page = $reader->getPage($pageNumber);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php260 $page = $reader->getPage($pageNumber);
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js6093 …(info.CreationDate), _this2._parseDate(info.ModDate), _this2.pdfDocument.getPage(currentPageNumber…
7082 return _this2._pdfDocument.getPage(i + 1).then(function (pdfPage) {
9613 pdfDocument.getPage(1).then(function (firstPage) {
9685 var promise = this.pdfDocument.getPage(pageNumber).then(function (pdfPage) {
10544 var firstPagePromise = pdfDocument.getPage(1);
10599 pdfDocument.getPage(_pageNum).then(function (pdfPage) {
11084 var promise = this.pdfDocument.getPage(pageNumber).then(function (pdfPage) {
15380 return pdfDocument.getPage(pageNumber).then(function (pdfPage) {

12