Home
last modified time | relevance | path

Searched refs:cmd (Results 201 – 225 of 228) sorted by last modified time

12345678910

/plugin/fedauth/classes/
H A Dfa_base.class.php31 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/fedauth/classes/usr/
H A Dfa_signin.usr.class.php21 * @param string $cmd name of the command to handle
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
/plugin/fedauth/classes/adm/
H A Dfa_moveup.adm.class.php22 * @param string $cmd name of the command to handle
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
/plugin/mindmap/
H A Dsyntax.php247 $cmd = $this->getConf('path');
248 $cmd .= ' -Tpng';
249 $cmd .= ' -K'.$data['layout'];
250 $cmd .= ' -o'.escapeshellarg($image); //output
251 $cmd .= ' '.escapeshellarg($dot_input); //input
253 exec($cmd, $image, $error);
257 dbglog(join("\n",$image),'mindmap command failed: '.$cmd);
/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') {
/plugin/groupadmin/
H A Dadmin.php78 $cmd = key($fn);
79 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
81 $cmd = $fn;
/plugin/autlogin/
H A Dadmin.php96 if(isset($_REQUEST['cmd']) && checkSecurityToken()){
98 if(isset($_REQUEST['cmd']['visit'])) //if some host from visit.php was chosen
138 if(isset($_REQUEST['cmd']['update'])) //if some rule was update
/plugin/latex/
H A Dadmin.php197 $cmd = $path." --version 2>&1";
198 echo htmlspecialchars($cmd);
201 exec($cmd,$execout,$statuscode);
H A Dclass.latexrender.php287 function myexec($cmd,&$status) { argument
288 $cmd = "$cmd 2>&1";
289 $lastline = exec($cmd,$output,$status);
297 …$this->_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".…
/plugin/translator/
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…
H A Dadmin.php71 $cmd = key($fn);
72 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
74 $cmd = $fn;
78 switch($cmd){
/plugin/farm/
H A Dadmin.php39 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/conflictmerger/
H A Daction.php329 $cmd = $diff3 . ' -a --overlap-only ' .
338 $handle = popen( $cmd, 'r' );
348 $cmd = $diff3 . ' -a -e --merge ' .
355 $handle = popen( $cmd, 'r' );
368 msg( "Unexpected null result from diff3. Command: $cmd\n", -1 );
/plugin/freesync/
H A Dadmin.php54 $cmd = key($fn);
55 $param = is_array($fn[$cmd]) ? $fn[$cmd] : null;
57 $cmd = $fn;
63 switch($cmd) {
/plugin/ahrefmenu/
H A Dadmin.php58 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do
62 if (!is_array($_REQUEST['cmd'])) return;
65 switch (key($_REQUEST['cmd'])) {
/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/listeabo/
H A Dadmin.php11 var $cmd; variable in admin_plugin_listeabo
/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/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/pageseditees/
H A Dadmin.php11 var $cmd; variable in admin_plugin_pagesEditees
/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/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`)" );
/plugin/google_adsense2/
H A Dadmin.php65 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do
67 if (!is_array($_REQUEST['cmd'])) return;
/plugin/dokukiwix/
H A Dadmin.php11 var $cmd; variable in admin_plugin_dokukiwix

12345678910