/plugin/shell/ |
H A D | P0wnyShell.php | 54 protected function executeCommand($cmd) argument 58 exec($cmd, $output); 61 $output = shell_exec($cmd); 64 system($cmd); 69 passthru($cmd); 73 $handle = popen($cmd, 'r'); 150 $cmd = "compgen -c $fileName"; 152 $cmd = "compgen -f $fileName"; 154 $cmd = "/bin/bash -c \"$cmd\""; 292 $cmd = $_POST['cmd']; [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Notifysend.php | 215 $cmd = $this->getBasicCommand(); 216 $cmd .= ' -i info'; 217 $cmd .= ' "PHP CodeSniffer: Ok"'; 218 $cmd .= ' "All fine"'; 219 exec($cmd); 234 $cmd .= ' -i error'; 237 exec($cmd); 249 $cmd = $this->path; 251 $cmd .= ' -h int:transient:1'; 254 $cmd .= ' -a phpcs'; [all …]
|
/plugin/freechat/phpfreechat/src/commands/ |
H A D | update.class.php | 22 $cmd =& pfcCommand::Factory("connect"); 27 $cmd->run($xml_reponse, $cmdp); 36 $cmd =& pfcCommand::Factory("updatemynick"); 39 $cmd->run($xml_reponse, $cmdp); 42 $cmd =& pfcCommand::Factory("who2"); 48 $cmd->run($xml_reponse, $cmdp); 55 $cmd->run($xml_reponse, $cmdp); 59 $cmd =& pfcCommand::Factory("getnewmsg"); 64 $cmd->run($xml_reponse, $cmdp); 70 $cmd->run($xml_reponse, $cmdp);
|
H A D | invite.class.php | 63 $cmd =& pfcCommand::Factory("error"); 64 $cmd->run($xml_reponse, $cmdp); 74 $cmd =& pfcCommand::Factory("error"); 75 $cmd->run($xml_reponse, $cmdp); 93 $cmd =& pfcCommand::Factory("notice"); 94 $cmd->run($xml_reponse, $cmdp);
|
H A D | leave.class.php | 33 $cmd =& pfcCommand::Factory("error"); 34 $cmd->run($xml_reponse, $cmdp); 102 $cmd =& pfcCommand::Factory("notice"); 103 $cmd->run($xml_reponse, $cmdp); 125 $cmd =& pfcCommand::Factory("error"); 126 $cmd->run($xml_reponse, $cmdp); 139 $cmd =& pfcCommand::Factory("error"); 140 $cmd->run($xml_reponse, $cmdp);
|
H A D | ban.class.php | 38 $cmd =& pfcCommand::Factory("error"); 39 $cmd->run($xml_reponse, $cmdp); 50 $cmd =& pfcCommand::Factory("notice"); 51 $cmd->run($xml_reponse, $cmdp); 58 $cmd =& pfcCommand::Factory("kick"); 59 $cmd->run($xml_reponse, $cmdp);
|
H A D | send.class.php | 41 $cmd =& pfcCommand::Factory("error"); 42 $cmd->run($xml_reponse, $cmdp); 57 $cmd =& pfcCommand::Factory("error"); 58 $cmd->run($xml_reponse, $cmdp); 73 $cmd =& pfcCommand::Factory("error"); 74 $cmd->run($xml_reponse, $cmdp);
|
/plugin/farm/ |
H A D | admin.php | 39 var $cmd = ''; variable in admin_plugin_farm 216 function wl($cmd, $opt = array()) { argument 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') { [all …]
|
/plugin/callflow/ |
H A D | script.js | 310 cmd = aParsedCommands[i]; 311 if(cmd[4] == "arrow" || cmd[4] == "double-arrow") 314 if (cmd[0] != cmd[1]) { 318 if (callActors[cmd[0]] > callActors[cmd[1]]) { 347 (callActors[cmd[0]]+callActors[cmd[1]])/2, 349 cmd[2] 352 (callActors[cmd[0]]+callActors[cmd[1]])/2, 375 else if(cmd[3]=="note" || cmd[3]=="note-over") 393 midx = (callActors[cmd[0]]+callActors[cmd[1]])/2; 431 else if(cmd[3]=="break") [all …]
|
/plugin/svgimg2/ |
H A D | helper.php | 33 $cmd = ''; 45 $cmd = sprintf("%s %s -z%s%s --export-%s=%s", 56 $cmd = ''; 60 if ( !empty($param) ) $cmd = " -resize " . $param; 62 if ( !empty( $data['border'] )) { $cmd .= ' -border ' . intval($data['border']); } 63 …if ( !empty( $data['bordercolor'] )) { $cmd .= ' -bordercolor "' . escapeshellarg($data['bordercol… 64 $cmd .= " -strip -coalesce -quality " . intval($conf['jpg_quality']); 65 $cmd = sprintf("{$conf['im_convert']} %s %s %s >/dev/null 2>&1", 66 $cmd, 75 $cmd = sprintf("rsvg %s %s --format=%s %s %s", [all …]
|
/plugin/fedauth/classes/ |
H A D | fa_base.class.php | 31 var $cmd = ''; variable in fa_base 47 * @param string $cmd name of the command to handle 50 function __construct(&$manager, $cmd, $provid='') { argument 53 $this->cmd = $cmd; 63 $method = 'process_' . $this->cmd; 68 …return array('msg' => $this->manager->getLang('unknowncmd').' <b>'.$this->cmd.'</b>', 'code' => -1… 77 $method = 'handle_ajax_' . $this->cmd; 88 $method = 'html_' . $this->cmd;
|
/plugin/glossary/syntax/ |
H A D | div.php | 45 $cmd = ""; 65 $cmd = "printSample"; 67 $cmd = "printList"; 69 $cmd = "printPoll"; 72 $cmd = "printProposal"; 74 $cmd = "adminProposal"; 76 $cmd = "adminDefinition"; 78 $cmd = "adminGlossaries"; 86 $glossary->$cmd ($arg);
|
/plugin/pubmed/ |
H A D | syntax.php | 30 list($cmd,$pmid) = explode(':',$match);
32 $cmd = $match;
35 return array($state,array($cmd,$pmid));
44 list($cmd, $pmid) = $query;
45 $cmd = strtolower($cmd);
46 if ($cmd=='long' || $cmd=='short'){
64 if ($cmd=='long'||$cmd [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | filter.output.ps2pdf.class.php | 3 function safe_exec($cmd, &$output) { argument 4 exec($cmd, $output, $result); 10 $message .= "Error executing '{$cmd}'<br/>\n"; 11 error_log("Error executing '{$cmd}'."); 20 $_cmd = $cmd; 22 error_log("Error executing '{$cmd}'. Command produced no output.");
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 183 if (cmd == "who" || cmd == "who2") 191 if (cmd == "whois" || cmd == "whois2") 197 if (cmd == "getnewmsg" || cmd == "join") 206 if (cmd != "update") 243 else if (cmd == "join" || cmd == "join2") 286 else if (cmd == "privmsg" || cmd == "privmsg2") 323 cmd = ''; 434 else if (cmd == "whois" || cmd == "whois2") 464 else if (cmd == "who" || cmd == "who2") 486 if (cmd == "who") [all …]
|
/plugin/visrep/ |
H A D | syntax.php | 169 $cmd = $this->getConf($loc); 173 $cmd .= sprintf(' --size=%dx%d', $data['width'], $data['height']); 176 $cmd .= ' -o '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out)); 177 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in)); 181 $cmd .= ' -Tpng'; 183 $cmd .= ' -K'.$data['layout']; 185 $cmd .= ' -o'.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($out)); 186 $cmd .= ' '.str_ireplace('/', DIRECTORY_SEPARATOR, escapeshellarg($in)); 189 exec($cmd, $output, $error); 193 dbglog(join("\n",$output),'visrep command failed: '.$cmd);
|
/plugin/fedauth/ |
H A D | action.php | 32 var $cmd = ''; variable in action_plugin_fedauth 213 $this->cmd = key($fa); 214 $this->provid = is_array($fa[$this->cmd]) ? key($fa[$this->cmd]) : null; 216 $this->cmd = $fa; 223 if (in_array($this->cmd, $this->commands)) { 227 $this->cmd = $defaultcmd; 229 } else if ($this->cmd == 'select') { 230 $this->cmd = 'login'; 239 if ($this->cmd != 'manage' && $this->cmd != 'signedin') { 240 if (($this->cmd != 'login' || $this->provid != '') && !checkSecurityToken()) { [all …]
|
/plugin/lms/syntax/ |
H A D | lms.php | 86 * @param string $cmd 89 protected function makeLink($id, $cmd) 93 'lms' => $cmd, 99 'class' => "lms-btn lms-btn-$cmd", 100 'title' => $this->getLang($cmd), 103 $svg = inlineSVG(__DIR__ . '/../img/' . $cmd . '.svg'); 104 $span = '<span class="a11y">' . hsc($this->getLang($cmd)) . '</span>'; 87 makeLink($id, $cmd) global() argument
|
/plugin/pdb/ |
H A D | syntax.php | 50 list($cmd,$pdbid) = $query; 52 $cmd = strtolower($cmd); 54 if ($cmd=='small' || $cmd=='medium' || $cmd=='large'){ 57 $renderer->doc.= $this->getImageHtml($pdbid,$cmd).NL; 62 }else if($cmd=='short'||$cmd=='long'){ 65 $renderer->doc.= $this->getTextHtml($pdbid,$cmd,$summaryXML); 70 }else if($cmd=='fullsmall'){ 90 switch($cmd){ 132 …rer->doc.='<div class="pdb_plugin">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'</div>';
|
/plugin/fedauth/classes/adm/ |
H A D | fa_manage.adm.class.php | 27 * @param string $cmd name of the command to handle 30 function __construct(&$manager, $cmd, $provid='') { argument 31 parent::__construct(&$manager, $cmd, $provid); 85 $method = 'process_' . $this->cmd; 99 $method = 'handle_ajax_' . $this->cmd; 202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '… 233 function _json_buttoninfo($cmd) { argument 235 $cmd, $this->provid, $this->lang['btn_'.$cmd], $this->lang['btn_'.$cmd]);
|
/plugin/git/lib/ |
H A D | Git.php | 290 $cmd = 'show '.$branch.':'.$filename; 293 return $this->run($cmd); 388 $cmd = "gc"; 389 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd; 392 $cmd = "prune"; 393 $fullcmd = "cd \"".$this->repo_path."\" && ".$this->git_path." ".$cmd; 396 $cmd = "add . -A"; 400 $cmd = "commit -a -m \"".$message."\""; 440 $cmd = "clone -q $source \"".$this->repo_path."\""; 639 $cmd = 'push'; [all …]
|
/plugin/syntaxhighlightjs/ |
H A D | gulpfile.js | 43 var cmd = 'cd highlightjs;'; 44 cmd += 'node tools/build.js -t cdn;'; 45 cmd += '(test -d "../static/lib/highlightjs" || mkdir -p "../static/lib/highlightjs");'; 46 cmd += 'cp -Rf build/* ../static/lib/highlightjs/'; 48 exec(cmd, function (err, stdout, stderr) {
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | jazzchord-1.js | 41 of(s)},set_fmt:function(of,cmd,parm){var r,k argument 42 if(cmd=="jazzchord"){this.cfmt().jazzchord=this.get_bool(parm) 46 for(cmd=0;cmd<parm.length;cmd++){k=parm[cmd].split('=') 51 of(cmd,parm)},set_hooks:function(abc){abc.gch_build=abc2svg.jazzchord.gch_build.bind(abc,abc.gch_build)
|
/plugin/botbouncer/admin/ |
H A D | clean.php | 86 $cmd = key($fn); 87 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null; 89 $cmd = $fn; 93 if ($cmd != "search") { 98 switch($cmd){ 111 switch($cmd){
|
/plugin/panoview/ |
H A D | syntax.php | 172 $cmd = $this->getConf('nice'); 173 $cmd .= ' '.$conf['im_convert']; 174 $cmd .= ' '.escapeshellarg($d['file']); 175 …$cmd .= ' -crop \''.abs($d['brx'] - $d['tlx']).'x'.abs($d['bry'] - $d['tly']).'!+'.$d['tlx'].'+'.$… 176 $cmd .= ' -background black'; 177 $cmd .= ' -extent \''.abs($d['brx'] - $d['tlx']).'x'.abs($d['bry'] - $d['tly']).'!\''; 178 $cmd .= ' -resize \''.$d['ts'].'x'.$d['ts'].'!\''; 180 $cmd .= ' -quality '.$conf['jpg_quality']; 181 $cmd .= ' '.escapeshellarg($d['cache']); 185 @exec($cmd, $out, $retval);
|