Home
last modified time | relevance | path

Searched refs:getPages (Results 51 – 60 of 60) sorted by path

123

/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/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/structtasks/
H A Dcli.php52 $tasks = $this->struct->getPages($this->schema);
/plugin/tag/
H A Dhelper.php468 $result = $indexer->getPages();
/plugin/tagfilter/
H A Dhelper.php242 return $this->getPages();
318 protected function getPages() function in helper_plugin_tagfilter
/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/translationbuddy/
H A Dsyntax.php105 $pages = idx_get_indexer()->getPages();

123