Home
last modified time | relevance | path

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

/plugin/move/helper/
H A Dplan.php32 const TYPE_PAGES = 1; define in helper_plugin_move_plan
231 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_PAGES);
308 if($move['type'] == self::TYPE_PAGES) {
330 if($move['type'] == self::TYPE_PAGES) {
469 if($type == self::TYPE_PAGES) {
579 if ($type == self::TYPE_PAGES) {
596 if ($type == self::TYPE_PAGES) {
688 if($type == self::TYPE_PAGES) {
738 if($type == self::TYPE_PAGES) {
765 if ($type == self::TYPE_PAGES) {
[all …]
/plugin/move/admin/
H A 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/
H A DfindMissingDocuments.test.php6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) {
74 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_PAGES);
H A DstepThroughDocuments.test.php15 public function stepThroughDocumentsCall($type = parent::TYPE_PAGES, $skip = false) {
/plugin/move/action/
H A Dtree.php51 $type = admin_plugin_move_tree::TYPE_PAGES;