Home
last modified time | relevance | path

Searched refs:TYPE_MEDIA (Results 1 – 4 of 4) sorted by relevance

/plugin/move/admin/
H A Dtree.php6 const TYPE_MEDIA = 2; define in admin_plugin_move_tree
48 $this->htmlTree(self::TYPE_MEDIA);
123 } elseif($type == self::TYPE_MEDIA) {
/plugin/move/helper/
H A Dplan.php33 const TYPE_MEDIA = 2; define in helper_plugin_move_plan
221 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_MEDIA);
241 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_MEDIA);
377 $todo = $this->stepThroughDocuments(self::TYPE_MEDIA, $skip);
389 $todo = $this->stepThroughMissingDocuments(self::TYPE_MEDIA);
572 if($type != self::TYPE_PAGES && $type != self::TYPE_MEDIA) {
690 } else if($type == self::TYPE_MEDIA) {
747 } else if($type == self::TYPE_MEDIA) {
890 if($a['type'] == self::TYPE_PAGES && $b['type'] == self::TYPE_MEDIA) {
893 if($a['type'] == self::TYPE_MEDIA && $b['type'] == self::TYPE_PAGES) {
/plugin/move/_test/
H A DfindMissingDocuments.test.php98 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_MEDIA);
109 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_MEDIA);
/plugin/move/action/
H A Dtree.php49 $type = admin_plugin_move_tree::TYPE_MEDIA;