Home
last modified time | relevance | path

Searched refs:getPages (Results 1 – 25 of 60) sorted by last modified time

123

/plugin/nspages/fileHelper/
H A DfileHelper.php36 function getPages(){ function in fileHelper
/plugin/nspages/
H A Dsyntax.php174 $pages = $fileHelper->getPages();
/plugin/structpublish/helper/
H A Ddb.php43 public function getPages()
23 public function getPages() global() function in helper_plugin_structpublish_db
/plugin/structpublish/meta/
H A DAssignments.php85 $pids = $dbHelper->getPages();
255 public function getPages($assignedOnly = false) function in dokuwiki\\plugin\\structpublish\\meta\\Assignments
/plugin/struct/meta/
H A DAssignments.php244 public function getPages($schema = null, $assignedonly = false)
242 public function getPages($schema = null, $assignedonly = false) global() function in dokuwiki\\plugin\\struct\\meta\\Assignments
/plugin/struct/
H A Dhelper.php191 public function getPages($schema = null)
194 return $assignments->getPages($schema);
190 public function getPages($schema = null) global() function in helper_plugin_struct
/plugin/batchedit/
H A Dadmin.php69 $interface->printMatches($this->session->getPages());
H A Dengine.php690 public function getPages() { function in BatcheditSession
1059 $policy = new BatcheditMarkPolicyVerifyBoth($this->session->getPages(), $this->session->getCachedPages());
1063 $policy = new BatcheditMarkPolicyVerifyMatched($this->session->getPages(), $this->session->getCachedPages());
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/aichat/
H A DEmbeddings.php131 $pages = $indexer->getPages();
/plugin/tagging/_test/
H A Dsearch.test.php172 $actual = $queryBuilder->getPages()[0];
/plugin/tagging/
H A Dhelper.php654 return $this->queryDb($queryBuilder->getPages());
/plugin/tagging/helper/
H A Dquerybuilder.php49 return ($this->field === 'pid') ? $this->getPages() : $this->getTags();
59 public function getPages() function in helper_plugin_tagging_querybuilder
/plugin/structtasks/
H A Dcli.php52 $tasks = $this->struct->getPages($this->schema);
/plugin/orphanswanted/
H A Dhelper.php31 $all_pages = idx_get_indexer()->getPages();
/plugin/tag/
H A Dhelper.php468 $result = $indexer->getPages();
/plugin/combo/ComboStrap/
H A DMarkupPath.php573 $pages = $Indexer->getPages();
H A DFetcherPageSearch.php48 $pages = Search::getPages($requestedSearchTerms);
H A DIndex.php70 $pageIdList = $this->indexer->getPages();
H A DFsWikiUtility.php172 public static function getPages($startPath, int $depth = 0): array function in ComboStrap\\FsWikiUtility
H A DSearch.php46 public static function getPages($searchTerm, array $columns = ["h1", "title", "name"]): array function in ComboStrap\\Search
/plugin/combo/action/
H A Dlinkwizard.php82 $pages = Search::getPages($searchTerm);
/plugin/combo/
H A Dcli.php264 $pages = FsWikiUtility::getPages($namespaces, $depth);
321 $pages = FsWikiUtility::getPages($namespaces, $depth);
464 $pages = FsWikiUtility::getPages($namespaces, $depth);
/plugin/approve/action/
H A Dmigration.php104 $pages = $helper->getPages();
/plugin/approve/
H A Dhelper.php178 $wikiPages = $this->getPages();
279 public function getPages() { function in helper_plugin_approve
/plugin/ireadit/
H A Dhelper.php153 $current_user_pages = $indexer->getPages('ireadit');

123