Home
last modified time | relevance | path

Searched refs:TYPE_PAGES (Results 1 – 5 of 5) sorted by relevance

/plugin/move/helper/
Dplan.php32 const TYPE_PAGES = 1; define in helper_plugin_move_plan
211 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_PAGES);
231 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_PAGES);
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) {
308 if($move['type'] == self::TYPE_PAGES) {
330 if($move['type'] == self::TYPE_PAGES) {
371 $todo = $this->stepThroughDocuments(self::TYPE_PAGES, $skip);
383 $todo = $this->stepThroughMissingDocuments(self::TYPE_PAGES);
467 protected function stepThroughDocuments($type = self::TYPE_PAGES, $skip = false) {
469 if($type == self::TYPE_PAGES) {
[all …]
/plugin/move/admin/
Dtree.php5 const TYPE_PAGES = 1; define in admin_plugin_move_tree
43 $this->htmlTree(self::TYPE_PAGES);
79 protected function htmlTree($type = self::TYPE_PAGES) {
104 public function tree($type = self::TYPE_PAGES, $open = '', $base = '') {
111 'pagesonly' => ($type == self::TYPE_PAGES),
121 if($type == self::TYPE_PAGES) {
/plugin/move/_test/
DfindMissingDocuments.test.php6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) {
74 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_PAGES);
DstepThroughDocuments.test.php15 public function stepThroughDocumentsCall($type = parent::TYPE_PAGES, $skip = false) {
/plugin/move/action/
Dtree.php51 $type = admin_plugin_move_tree::TYPE_PAGES;