Home
last modified time | relevance | path

Searched refs:cmd (Results 176 – 200 of 228) sorted by path

12345678910

/plugin/panoview/
H A Dsyntax.php172 $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);
/plugin/paypal/
H A DREADME.md45 …on value here: [PayPal Donation Button](https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outsi…
/plugin/pdb/
H A Dsyntax.php50 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/pdfjs/pdfjs/build/
H A Dpdf.js14084 js += 'c.' + current.cmd + '(' + args + ');\n';
14094 if (current.cmd === 'scale') {
14098 c[current.cmd].apply(c, current.args);
H A Dpdf.js.map1cmd + '(' + args + ');\\n';\n }\n // eslint-disable-next-line no-new-func\n return …
H A Dpdf.worker.js10986 function Cmd(cmd) {
10987 this.cmd = cmd;
10994 return cmdValue ? cmdValue : cmdCache[cmd] = new Cmd(cmd);
11230 function isCmd(v, cmd) {
11231 return v instanceof Cmd && (cmd === undefined || v.cmd === cmd);
33647 var cmd = obj.cmd;
47181 cmd: 'moveTo',
47188 cmd: 'lineTo',
47380 cmd: 'moveTo',
47387 cmd: 'lineTo',
[all …]
H A Dpdf.worker.js.map1cmd","opSpec","argsLength","nonProcessedArgs","partialMsg","preprocessCommand","BUILT_IN_CMAPS","b…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js2366 if (cmd === 1 || cmd === 8 || cmd === 5 || cmd === 12) {
2387 findPrevious: cmd === 5 || cmd === 12
2448 if (cmd === 1 || cmd === 8) {
2457 if (cmd === 3 || cmd === 10) {
2489 if (cmd === 0) {
2612 if (cmd === 4) {
6756 value: function executeCommand(cmd, state) {
6771 if (cmd !== 'findhighlightallchange') {
6790 if (cmd === 'find') {
6798 } else if (cmd === 'findagain') {
[all …]
H A Dviewer.js.map1cmd","isViewerInPresentationMode","findState","curElement","curElementTagName","turnPage","turnOnl…
/plugin/photogallery/
H A Dsyntax.php71 $cmd = array_shift($lines);
72 $cmd = str_replace('photogallery', '', $cmd);
73 $cmd = trim($cmd, '- ');
75 $cmd = 'show';
77 $data['command'] = $cmd;
189 if ($cmd == 'link'){
230 $cmd = $data['command'];
237 elseif($cmd == 'show')
547 $cmd = $data['command'];
557 if ($cmd == 'show'){
[all …]
/plugin/poldek/
H A Dhelper.php129 private function shcmd($cmd, &$rc = null) { argument
130 return $this->exec('-q -Q --shcmd='.escapeshellarg($cmd), $rc);
137 private function exec($cmd, &$rc = null) { argument
164 $poldek .= " $cmd";
/plugin/pubchem/
H A Dsyntax.php51 list($cmd,$cid) = $match;
52 $cmd = strtolower($cmd);
57 switch($cmd){
71 $renderer->doc.='<div class="plugin_cmd">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'</div>';
89 switch($cmd){
112 $mode = $cmd[0]; // s or l
119 if(strpos($cmd,'template')!==false){
139 $renderer->doc.='<div class="plugin_cmd">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'</div>';
/plugin/pubmed/
H A Dsyntax.php30 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/pubmed2020/
H A Dsyntax.php367 list($cmd, $id) = explode(':', $req, 2);
368 $cmd = strtolower($cmd);
375 $id = $cmd;
376 $cmd = $this->documentFormat;
385 if ($cmd === "doc_format") {
390 $cmd = $this->documentFormat;
395 if (array_key_exists($cmd, $this->outputTpl)) {
426 switch($cmd) {
616 if (empty($this->outputTpl[$cmd]))
617 $cmd = "long_abstract";
[all …]
/plugin/runcommand/
H A Dsyntax.php479 function prepareCommand($cmd) { argument
481 return $cmd;
485 $cmdRows = explode(';',$cmd);
/plugin/securelogin/
H A Dadmin.php50 $cmd = key($fn);
51 $param = $fn[$cmd];
53 $cmd = $fn;
57 switch($cmd) {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js8447 var cmd = target.command;
8450 if (isFunction(cmd))
8451 handler = cmd;
8454 else if (typeof cmd == "string")
8455 handler = this[cmd];
8778 cmd,
8788 cmd = api ?
8794 cmd = api ?
8801 cmd = api ?
8813 result = this.eval(cmd);
/plugin/shell/
H A DP0wnyShell.css128 #shell-input #shell-cmd {
H A DP0wnyShell.js137 this.makeRequest("?feature=shell", {cmd: command, cwd: this.cwd}, function (response) {
352 insertToHistory(cmd) { argument
353 this.commandHistory.push(cmd);
H A DP0wnyShell.php54 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/simplechat/
H A Dajax.php12 $cmd = $_GET['cmd']; variable
15 switch( $cmd ){
H A Dscript.js14 data: { cmd : 'exited' , user : $username, room : $room } ,
27 data: { cmd : 'send' , msg : $mymsg, user : $username, room : $room , start: $sc_chatstatus } ,
52 data: { cmd: 'update' , start: $sc_chatstatus , room : $room } ,
84 data: { cmd : 'entered' , user : $username, room : $room } ,
/plugin/simplemysqlclient/
H A Ddescr.txt13 donationurl: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=GN27JNRYKUYTG
/plugin/siteexport/
H A Djquery.filedownload.js150 …rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da…
/plugin/slideshare/slideshare/
H A Dsyntax.php47 $cmd = $result[2][0];
57 return array($state, array($cmd,$id,$align,$title));
63 list($cmd,$id,$align,$title) = $match;
68 if ($cmd=='link') {

12345678910