Lines Matching full:command
13 var $output = 'COMMAND: none';
34 $command = key($_REQUEST['cmd']);
37 if (strpos($command,"install:")===0) {
38 $command = str_replace("install:","",$command);
40 $this->output = "COMMAND: Install template '$command'";
42 recurse_copy(DOKU_PLUGIN."/pdftools/tpl/$command",DOKU_PLUGIN."/dw2pdf/tpl/$command");
45 if (strpos($command,"erase:")===0) {
46 $command = str_replace("erase:","",$command);
48 $this->output = "COMMAND: Erase '$command'";
50 $this->rrmdir(DOKU_PLUGIN."dw2pdf/tpl/$command");
56 if(strpos($command,"upload")===0) {
79 # Using Linix unzip on the command line