Searched refs:dryrun (Results 1 – 10 of 10) sorted by relevance
/plugin/removeold/ |
H A D | admin.php | 73 $dryrun = $_REQUEST['dryrun']; 78 if (($dryrun==true) && ($summary_option==false)) { 85 $this->_list_removeold_files($filelist, $dryrun, $summary_option); 146 function _list_removeold_files($afilelist, $dryrun, $summary_option){ argument 170 if(($dryrun==true) && ($this->is__writable(DOKU_INC.$file)==true)) { 174 elseif(($dryrun==true) && ($this->is__writable(DOKU_INC.$file)===false)) { 179 if($dryrun==false) { 201 if($dryrun==false) $this->__removeold_logging($file, $result);
|
/plugin/upgrade/ |
H A D | cli.php | 46 $dryrun = true; 48 $dryrun = false; 59 if (!$dryrun) {
|
H A D | helper.php | 299 * @param bool $dryrun do not copy but only check permissions 302 private function traverseCheckAndCopy($dir, $dryrun) 315 if ($dryrun) { 326 if (!$this->traverseCheckAndCopy("$dir/$file", $dryrun)) { 333 if ($dryrun) { 295 traverseCheckAndCopy($dir, $dryrun) global() argument
|
/plugin/bez/action/ |
H A D | maildebug.php | 32 global $dryrun; 34 if ($dryrun) {
|
/plugin/linkfix/ |
H A D | admin.php | 18 protected $dryrun = false; variable in admin_plugin_linkfix 33 $this->dryrun = $INPUT->bool('dryrun'); 50 if($this->dryrun) { 58 'dryrun' => 0, 80 $form->addElement(form_makeCheckboxField('dryrun', '1', $this->getLang('dryrun'), '', 'block tick', array('checked' => 'checked'))); 203 if($this->dryrun) {
|
/plugin/cleanup/ |
H A D | helper.php | 17 private $dryrun = true; variable in helper_plugin_cleanup 34 $this->dryrun = !$run; 100 if(!$this->dryrun){
|
/plugin/elwikiupgrade/ |
H A D | admin.php | 441 * @param bool $dryrun do not copy but only check permissions 444 private function _traverse($dir, $dryrun) { argument 456 if($dryrun) { 467 if(!$this->_traverse("$dir/$file", $dryrun)) { 474 if($dryrun) {
|
/plugin/linkfix/_test/ |
H A D | linkfix.test.php | 85 public $dryrun = false; variable in test_admin_plugin_linkfix
|
/plugin/langdelete/ |
H A D | admin.php | 82 $d->dryrun = $_REQUEST['dryrun']; 188 if ($d->dryrun) {
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …dryrun Generates the next unique slug without updating the internal accumulator.\n */\n ;\n…
|