Home
last modified time | relevance | path

Searched refs:getPages (Results 1 – 25 of 67) sorted by relevance

123

/plugin/struct/_test/
H A DAssignmentsTest.php48 $this->assertEquals(['foo' => ['foo' => false]], $ass->getPages());
52 $this->assertEquals([], $ass->getPages());
187 $this->assertEquals($expect, $ass->getPages());
195 $this->assertEquals($expect, $ass->getPages('baz'));
203 $this->assertEquals($expect, $ass->getPages(null, true));
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.pagebreak.php13 $page_heights = PageBreakLocator::getPages($tree,
58 $page_heights = PageBreakLocator::getPages($tree,
129 $page_heights = PageBreakLocator::getPages($tree,
196 $page_heights = PageBreakLocator::getPages($tree,
Dtest.widows.php34 $page_heights = PageBreakLocator::getPages($tree,
79 $page_heights = PageBreakLocator::getPages($tree,
124 $page_heights = PageBreakLocator::getPages($tree,
Dtest.orphans.php33 $page_heights = PageBreakLocator::getPages($tree,
80 $page_heights = PageBreakLocator::getPages($tree,
127 $page_heights = PageBreakLocator::getPages($tree,
Dtest.pagebreak.border.php32 $page_heights = PageBreakLocator::getPages($tree,
74 $page_heights = PageBreakLocator::getPages($tree,
Dtest.pagebreak.fixed.height.php9 $page_heights = PageBreakLocator::getPages($tree,
Dtest.css.page.break.after.php13 $page_heights = PageBreakLocator::getPages($tree,
Dtest.pagebreak.table.lines.php90 $page_heights = PageBreakLocator::getPages($tree,
/plugin/approve/
H A Dremote.php28 public function getPages( function in remote_plugin_approve
48 $pages = $db->getPages($approver, $states, $namespace, $filter);
/plugin/pagetitle/
Daction.php95 $pages = $this->getIndexer()->getPages('plugin_pagetitle');
141 $pages = $this->getIndexer()->getPages('plugin_pagetitle');
/plugin/struct/
H A Dhelper.php191 public function getPages($schema = null) function in helper_plugin_struct
194 return $assignments->getPages($schema);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DGoogleCloudVisionV1p4beta1TextAnnotation.php40 public function getPages() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1TextAnnotation
DGoogleCloudVisionV1p2beta1TextAnnotation.php40 public function getPages() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1TextAnnotation
DGoogleCloudVisionV1p1beta1TextAnnotation.php40 public function getPages() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1TextAnnotation
DTextAnnotation.php40 public function getPages() function in Google\\Service\\Vision\\TextAnnotation
DGoogleCloudVisionV1p3beta1TextAnnotation.php40 public function getPages() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1TextAnnotation
DAnnotateFileRequest.php86 public function getPages() function in Google\\Service\\Vision\\AnnotateFileRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3ListPagesResponse.php54 public function getPages() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ListPagesResponse
/plugin/batchedit/
Dengine.php690 public function getPages() { function in BatcheditSession
1059 …$policy = new BatcheditMarkPolicyVerifyBoth($this->session->getPages(), $this->session->getCachedP…
1063 …$policy = new BatcheditMarkPolicyVerifyMatched($this->session->getPages(), $this->session->getCach…
1067 $policy = new BatcheditMarkPolicyVerifyOffset($this->session->getPages());
1071 $policy = new BatcheditMarkPolicyVerifyContext($this->session->getPages());
1087 array_reduce($this->session->getPages(), function ($marks, $page) {
1091 foreach ($this->session->getPages() as $page) {
/plugin/tagging/helper/
H A Dquerybuilder.php52 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
62 public function getPages() function in helper_plugin_tagging_querybuilder
/plugin/findologicxmlexport/
DPageGetter.php22 $allPages = $indexer->getPages();
/plugin/structpublish/meta/
H A DAssignments.php85 $pids = $dbHelper->getPages();
255 public function getPages($assignedOnly = false) function in dokuwiki\\plugin\\structpublish\\meta\\Assignments
/plugin/renderrevisions/
H A Dcli.php36 $pages = $indexer->getPages();
/plugin/docsearchsitemap/
Daction.php47 $pages = idx_get_indexer()->getPages();
/plugin/tagging/_test/
H A DSearchTest.php176 $actual = $queryBuilder->getPages()[0];

123