Home
last modified time | relevance | path

Searched refs:cmd (Results 201 – 225 of 228) sorted by path

12345678910

/plugin/sqlite/
H A Dadmin.php53 $cmd = $INPUT->extract('cmd')->str('cmd');
54 switch ($cmd) {
125 $form->addButton('cmd[save_query]', $this->getLang('save_query'))->attr('type', 'submit');
268 'cmd' => 'export'
271 'cmd' => 'download'
282 $form->addButton('cmd[import]', $this->getLang('import'));
308 $del = $this->selfLink(false, ['cmd' => 'delete_query', 'name' => $query['name']]);
/plugin/structodt/
H A Dhelper.php111 $cmd = "cd $wd && HOME=$wd unoconv -f pdf $bn 2>&1";
112 exec($cmd, $output, $result_code);
125 $cmd = "gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$tmp_file ";
128 $cmd .= $file.' ';
130 $cmd .= '2>&1';
131 exec($cmd, $output, $result_code);
/plugin/superacl/
H A Dadmin.php94 if(isset($_REQUEST['cmd'])){
106 if(isset($_REQUEST['cmd']['save']) && $scope && $this->who && isset($_REQUEST['acl'])){
110 }elseif(isset($_REQUEST['cmd']['del']) && $scope && $this->who){
113 }elseif(isset($_REQUEST['cmd']['update'])){
/plugin/svgimg2/
H A Dhelper.php33 $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/syntaxhighlighter/Scripts/
H A DshCore.js21 {var cmd=dp.sh.Toolbar.Commands[name];if(cmd.check!=null&&!cmd.check(highlighter))
22 …='<a href="#" onclick="dp.sh.Toolbar.Command(\''+name+'\',this);return false;">'+cmd.label+'</a>';}
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js153 var cmd = dp.sh.Toolbar.Commands[name];
155 if(cmd.check != null && !cmd.check(highlighter))
158 …ef="#" onclick="dp.sh.Toolbar.Command(\'' + name + '\',this);return false;">' + cmd.label + '</a>';
/plugin/syntaxhighlighter3/
H A DREADME.md9 …<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NMMSKWE5DPNFU"><img …
41 …Config Manager](https://www.dokuwiki.org/plugin:config) (example: "...,bat cmd shBrushBat.js"). Th…
173 or [![Paypal](.res/paypal.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i…
/plugin/syntaxhighlightjs/
H A Dgulpfile.js43 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/tableplot/
H A Dsyntax.php194 $cmd = rtrim($allArgs,',') . '); </script>';
196 $renderer->doc .= $cmd;
/plugin/timetrack/
H A Daction.php116 $cmd = $INPUT->str('cmd');
117 if(!cmd) $cmd = 'current';
122 …if($cmd === 'current' && (auth_quickaclcheck($pageid) < AUTH_READ || !$this->tthlp->isPageTracked(…
123 $cmd = 'overview';
135 if($cmd === 'current') {
165 } else if($cmd === 'overview' ) {
171 } else if($cmd === 'recent' ) {
H A Dhelper.php809 public function html_week($dbUserValues,$daterange,$dbUserProjects, $cmd,$pageid='') { argument
827 $form->setHiddenField('cmd', $cmd);
H A Dscript.js109 function timetrack_loadDialog(cmd,data) { argument
113 … data:{ call: 'plugin_timetrack', cmd: cmd, pageid:JSINFO.id, data:data, sectok:JSINFO.sectok },
154 if(data.cmd === 'current' || data.cmd === 'recent') {
164 } else if(data.cmd === 'overview') {
/plugin/translator/
H A Dadmin.php71 $cmd = key($fn);
72 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
74 $cmd = $fn;
78 switch($cmd){
H A Dhelper.php774 $cmd = key($fn);
775 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
777 $cmd = $fn;
781 switch($cmd){
785 …: $_REQUEST['Language'] = $param; $_REQUEST['Display'] = $param ? key($fn[$cmd][$param]) : null; b…
/plugin/userimportextended/
H A Dadmin.php48 $cmd = $INPUT->param('cmd');
49 if (!empty($cmd)) {
50 switch(key($cmd)) {
/plugin/visrep/
H A Dsyntax.php169 $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/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js1 …indow.console={"provider":"Firebug Lite"};for(command in firebug.d.console.cmd){window.console[com…
14 …en=d.console.cache.length;i<len;i++){var item=d.console.cache[i];d.console.cmd[item.command].apply…
31cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));}}},toggleML:function(){with(f…
32cmd.log.apply(window,[_name,d.console.countMap[_name]]);}},group:function(){with(firebug){d.consol…
H A Dfirebug-lite-1.2.js40 for(command in firebug.d.console.cmd){
354 d.console.cmd[item.command].apply(window,item.arg);
957 d.console.cmd[_command].apply(window,Array.prototype.slice.call(arguments,1));
972 cmd:{
1030 d.console.cmd.log.apply(this, arguments);
1053 d.console.cmd.log.apply(window, [_name, d.console.countMap[_name]]);
1058 d.console.cmd.log.apply(this, ["console.group is not supported"]);
1063 d.console.cmd.log.apply(this, ["console.groupEnd is not supported"]);
1068 d.console.cmd.log.apply(this, ["console.profile is not supported"]);
1073 d.console.cmd.log.apply(this, ["console.profileEnd is not supported"]);
H A Dfirebug-lite-1.4.js2022 var cmd=target.command;
2023 if(isFunction(cmd)){handler=cmd
2024 }else{if(typeof cmd=="string"){handler=this[cmd]
2102 var isObjectLiteral=trim(expr).indexOf("{")==0,cmd,result;
2103 if(context=="window"){if(isObjectLiteral){cmd=api?"with("+api+"){ ("+expr+") }":"("+expr+")"
2104 }else{cmd=api?"with("+api+"){ "+expr+" }":expr
2105 }}else{cmd=api?"(function(arguments){ with("+api+"){ "+expr+" } }).call("+context+",undefined)":"(f…
2106 }result=this.eval(cmd);
/plugin/webcomponent/_test/
H A DREADME.md8 There is a [script called copy_visuals](../copy_visuals.cmd)
/plugin/webdav/
H A Dadmin.php54 $cmd = $INPUT->extract('cmd')->str('cmd');
60 if ($cmd) {
61 if (!isset($dispatch[$cmd])) {
65 call_user_func([$this, $dispatch[$cmd]]);
/plugin/webdavclient/
H A Dadmin.php51 $cmd = key($fn);
52 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
56 $cmd = $fn;
60 $this->action = $cmd;
63 switch($cmd)
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php7 $cmd = $argv[0]; variable
16 {$cmd} [events]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm49 <cfexecute name="cmd.exe" arguments='/c type "#tempfile_in#" | "#aspell_dir#\aspell.exe" #aspell_op…
H A Dspellchecker.php97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
98 if( $aspellret = shell_exec( $cmd )) {
129 $aspell_err = "Error executing `$cmd`\\n$aspell_err";
133 error_handler( "System error: Aspell program execution failed (`$cmd`)" );

12345678910