Lines Matching refs:cmd
39 var $cmd = ''; variable in admin_plugin_farm
216 function wl($cmd, $opt = array()) { argument
218 $p = array('do' => 'admin', 'page' => 'farm', 'farm_cmd' => $cmd);
252 $this->cmd = 'overview';
256 $this->cmd = key($_REQUEST['farm_cmd']);
257 $t = $_REQUEST['farm_cmd'][$this->cmd];
276 }else $this->cmd = $_REQUEST['farm_cmd'];
317 if(!isset($commands[$this->cmd])) $this->cmd = 'overview';
320 $file = DOKU_FARM_PLUGIN.$commands[$this->cmd].'.class.php';
323 $class = 'dokuwiki_farm_'.$commands[$this->cmd];
350 if($this->cmd != 'farminstall') {
352 …ptln(' <a '.($this->cmd == 'overview' ? 'class="current_cmd"' : '').' href="'.$this->wl('overview…
353 …if($this->cmd == 'animal' && isset($this->opt['aid'])) ptln(' <a class="current_cmd" href="'.$thi…
354 …ptln(' <a '.($this->cmd == 'animal' && isset($this->opt['new']) ? 'class="current_cmd"' : '').' h…
355 …ptln(' <a '.($this->cmd == 'farmconfig' ? 'class="current_cmd"' : '').' href="'.$this->wl('farmco…
356 …if($this->conf['enablesoap']) ptln(' <a '.($this->cmd == 'soapconfig' ? 'class="current_cmd"' : '…
357 …if($this->conf['virtual']) ptln(' <a '.($this->cmd == 'virtualhostconfig' ? 'class="current_cmd"'…
362 ptln(' <div class="farm_cmd farm_cmd_'.$this->cmd.'_class">');
363 …->error('system_errors', array('code' => 'system_nohandler_failure', 'data' => array($this->cmd)));