Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 44) sorted by relevance

12

/plugin/move/_test/
H A Dnamespace_move.test.php23 /** @var helper_plugin_move_plan $plan */
24 $plan = plugin_load('helper', 'move_plan');
25 $plan->abort();
48 /** @var helper_plugin_move_plan $plan */
49 $plan = plugin_load('helper', 'move_plan');
51 $this->assertFalse($plan->inProgress());
53 $plan->addPageNamespaceMove('wiki', 'foo');
54 $plan->addMediaNamespaceMove('wiki', 'foo');
56 $plan->commit();
58 $this->assertSame(1, $plan
[all...]
H A Dplan.test.php5 require_once(__DIR__ . '/../helper/plan.php');
41 * Check that the plan is sorted into the right order
44 $plan = new test_helper_plugin_move_plan();
46 $plan->addPageNamespaceMove('animals:mammals:bear', 'animals:mammals:cute:bear');
47 $plan->addPageNamespaceMove('humans:programmers', 'animals:mammals:cute:programmers');
48 $plan->addPageMove('humans:programmers:andi', 'animals:insects:butterfly:andi');
49 $plan->addPageMove('yeti', 'humans:yeti');
50 $plan->addPageMove('animals:monkey', 'monkey');
52 $sorted = $plan->sortedPlan();
54 // the plan i
[all...]
H A DfindMissingDocuments.test.php29 /** @var helper_plugin_move_plan_findMissingDocuments_mock $plan */
30 protected $plan; variable in plugin_move_findMissingPages_test
37 $this->plan = new helper_plugin_move_plan_findMissingDocuments_mock();
52 $this->plan->abort();
58 $this->plan->findMissingDocuments('oldns','newns:');
59 $tmpstore = $this->plan->getTmpstore();
66 $this->plan->findMissingDocuments('oldns:','newns:');
67 $tmpstore = $this->plan->getTmpstore();
74 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_PAGES);
75 $tmpstore = $this->plan
[all...]
H A DaffectedPagesNs.test.php28 /** @var helper_plugin_move_plan $plan */
29 $plan = plugin_load('helper', 'move_plan');
30 $plan->abort();
43 /** @var helper_plugin_move_plan $plan */
44 $plan = plugin_load('helper','move_plan');
46 $this->assertFalse($plan->inProgress());
48 $plan->addMediaNamespaceMove('oldns', 'newns');
50 $plan->commit();
H A Dlog.test.php16 /** @var helper_plugin_move_plan $plan */
17 $plan = plugin_load('helper', 'move_plan');
21 $actual_log = $plan->build_log_line('P','oldpage','newpage',true);
34 /** @var helper_plugin_move_plan $plan */
35 $plan = plugin_load('helper', 'move_plan');
39 $actual_log = $plan->build_log_line('P','oldpage','newpage',false);
/plugin/move/admin/
H A Dmain.php18 /** @var helper_plugin_move_plan $plan */
19 protected $plan; variable in admin_plugin_move_main
22 $this->plan = plugin_load('helper', 'move_plan');
31 if($this->plan->isCommited()) $label .= ' '.$this->getLang('inprogress');
60 // create a new plan if possible and sufficient data was given
64 if($this->plan->isCommited()) {
68 $this->plan->nextStep();
71 $this->plan->nextStep(true);
74 $this->plan->abort();
84 // decide what to do based on the plan'
[all...]
H A Dtree.php51 /** @var helper_plugin_move_plan $plan */
52 $plan = plugin_load('helper', 'move_plan');
54 if($plan->isCommited()) {
/plugin/move/action/
H A Dprogress.php3 * Move Plugin AJAX handler to step through a move plan
49 /** @var helper_plugin_move_plan $plan */
50 $plan = plugin_load('helper', 'move_plan');
52 if(!$plan->isCommited()) {
53 // There is no plan. Something went wrong
56 $todo = $plan->nextStep($INPUT->bool('skip'));
57 $return['progress'] = $plan->getProgress();
58 $return['error'] = $plan->getLastError();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryReservation/
H A DCapacityCommitment.php43 public $plan; variable in Google\\Service\\BigQueryReservation\\CapacityCommitment
130 public function setPlan($plan) argument
132 $this->plan = $plan;
139 return $this->plan;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1Offer.php121 public function setPlan(GoogleCloudChannelV1Plan $plan) argument
123 $this->plan = $plan;
130 return $this->plan;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCommitment.php60 public $plan; variable in Google\\Service\\Compute\\Commitment
219 public function setPlan($plan) argument
221 $this->plan = $plan;
228 return $this->plan;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscription.php173 public function setPlan(SubscriptionPlan $plan) argument
175 $this->plan = $plan;
182 return $this->plan;
/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php507 public $plan; variable in Google_Subscription
543 public function setPlan(Google_SubscriptionPlan $plan) { argument
544 $this->plan = $plan;
547 return $this->plan;
/plugin/move/helper/
H A Dplan.php38 * @var array the options for this move plan
50 protected $plan = array(); variable in helper_plugin_move_plan
154 * be written to the option file once the plan gets committed
164 * Returns the progress of this plan in percent
196 * Check if this plan has been committed, yet
205 * Add a single page to be moved to the plan
215 * Add a single media file to be moved to the plan
225 * Add a page namespace to be moved to the plan
235 * Add a media namespace to be moved to the plan
254 if($this->options['committed']) throw new Exception('plan i
[all...]
/plugin/searchindex/lang/fr/
H A Dintro.txt10 JavaScript moderne pour effectuer plusieurs tâches en arrière plan
/plugin/confmanager/lang/nl/
H A Dwordblock.txt1 …]] in je Intranet gebruikt is dit geen probleem voor jou, maar als je van plan bent het op het ope…
/plugin/snippeter/
H A DREADME.md47 you have to add the picture you plan to use using the dokuwiki media manager
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md93 Please checkout our [contributing guidelines](./.github/CONTRIBUTING.md) if you plan to
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md40 also import the CSS if you plan to use the hand drawn theme:
129 The plan is to drop support for Raphaël in a future release, simplifying the library, and reducing …
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc122 "bgColorTitle": "Couleur d'arrière plan",
254 "bgcolor": "Couleur d'arrière-plan",
598 "bgColor": "Couleur d'arrière-plan",
775 SelectedBGColor : 'Couleur d\'arrière-plan sélectionnée',
776 BGColors : 'Couleurs d\'arrière-plan',
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc122 "bgColorTitle": "Couleur d'arrière plan",
254 "bgcolor": "Couleur d'arrière-plan",
598 "bgColor": "Couleur d'arrière-plan",
775 SelectedBGColor : 'Couleur d\'arrière-plan sélectionnée',
776 BGColors : 'Couleurs d\'arrière-plan',
/plugin/pgn4web/pgn4web/
H A DdemoGames.pgn27 an alternative plan with Qc2 followed by b4 and rapid expansion on the
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md127 > could plan for it... I'm sure something will pop into my head here in
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt92 Please use these if you plan to modify the font files.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/
H A Dfr.txt141 Toute personne a droit à ce que règne, sur le plan social et sur le plan international, un ordre tel que les droits et libertés énoncés dans la présente Déclaration puissent y trouver plein effet.

12