/plugin/aichat/ |
H A D | action.php | 61 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 D | Chunk.php | 61 public function getPage() 56 public function getPage() global() function in dokuwiki\\plugin\\aichat\\Chunk
|
H A D | cli.php | 418 "\t" . $source->getPage() . ' ' . $source->getId() . ' (' . $source->getScore() . ')',
|
H A D | Embeddings.php | 276 if ($auth && auth_quickaclcheck($chunk->getPage()) < AUTH_READ) continue;
|
/plugin/combo/ComboStrap/Meta/Field/ |
H A D | Alias.php | 52 function getPage(): MarkupPath function in ComboStrap\\Meta\\Field\\Alias 77 $pageAnchor = $this->getPage()->getHtmlAnchorLink();
|
H A D | PageImage.php | 98 public function getPage(): MarkupPath function in ComboStrap\\Meta\\Field\\PageImage
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
H A D | StoreLayoutPagesListResponse.php | 36 public function getPage() function in Google\\Service\\AndroidEnterprise\\StoreLayoutPagesListResponse
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3TestConfig.php | 60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TestConfig
|
H A D | GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.php | 51 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode
|
H A D | GoogleCloudDialogflowCxV3beta1TestConfig.php | 60 public function getPage() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TestConfig
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/ |
H A D | GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef.php | 107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef
|
H A D | GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef.php | 107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef
|
H A D | GoogleCloudDocumentaiV1DocumentPageAnchorPageRef.php | 107 public function getPage() function in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentPageAnchorPageRef
|
/plugin/combo/ComboStrap/ |
H A D | PageUrlPath.php | 173 $page = $this->getPage(); 228 private function getPage(): ?MarkupPath 229 private function getPage(): ?MarkupPath global() function in ComboStrap\\PageUrlPath
|
H A D | LinkMarkup.php | 469 $page = $this->getPage(); 604 function getPage(): MarkupPath 600 function getPage(): MarkupPath global() function in ComboStrap\\LinkMarkup
|
/plugin/xcom/scripts/ |
H A D | xcom_save.php | 124 function getPage() { function in xcom_save 252 $xcom->getPage();
|
/plugin/aichat/Storage/ |
H A D | SQLiteStorage.php | 89 'page' => $chunk->getPage(),
|
/plugin/linkback/exe/ |
H A D | trackback.php | 119 $page = $this->tools->getPage($linkback['url']);
|
H A D | pingback.php | 71 $page = $this->tools->getPage($sourceUri);
|
/plugin/linkback/ |
H A D | tools.php | 43 function getPage($url) { function in tools_plugin_linkback
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/ |
H A D | PdfReader.php | 120 public function getPage($pageNumber) function in setasign\\Fpdi\\PdfReader\\PdfReader
|
/plugin/xcom/lang/en/ |
H A D | functions.txt | 33 ==== wiki.getPage ==== 35 ^Name |''wiki.getPage'' |
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | FpdiTrait.php | 193 $page = $reader->getPage($pageNumber);
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/ |
H A D | FpdiTrait.php | 260 $page = $reader->getPage($pageNumber);
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 6093 …(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) {
|