Home
last modified time | relevance | path

Searched refs:cmd (Results 51 – 75 of 228) sorted by relevance

12345678910

/plugin/fedauth/classes/adm/
H A Dfa_toggle.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);
H A Dfa_restore.adm.class.php25 * @param string $cmd name of the command to handle
28 function __construct(&$manager, $cmd, $provid='') { argument
29 parent::__construct(&$manager, $cmd, $provid);
/plugin/fedauth/classes/usr/
H A Dfa_remove.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);
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/freechat/phpfreechat/src/commands/
H A Dconnect.class.php60 $cmd =& pfcCommand::Factory('nick');
61 $ret = $cmd->run($xml_reponse, $cmdp);
69 $cmd =& pfcCommand::Factory( $i < count($chanlist)-1 || !$joinoldchan ? 'join2' : 'join' );
70 $cmd->run($xml_reponse, $cmdp);
78 … $cmd =& pfcCommand::Factory( $i < count($pvlist)-1 || !$joinoldchan ? 'privmsg2' : 'privmsg' );
79 $cmd->run($xml_reponse, $cmdp);
/plugin/groupmanager/
H A Dsyntax.php325 $cmd = key($fn);
326 $param = is_array($fn[$cmd]) ? key($fn[$cmd]) : null;
328 $cmd = $fn;
332 if ($cmd != "search") {
340 switch ($cmd) {
370 switch ($cmd) {
605 function _htmlUserForm(&$renderer, $cmd, $user = '', $userdata = array(), $indent = 0) argument
629 …$this->_htmlInputField($renderer, $cmd . "_userid", "userid", $this->lang["user_id"], $user, $this…
633 …$renderer->doc .= "<input type='hidden' id='" . $cmd . "_usergroups' name='usergroups' value='" . …
641 …d><label for=\"" . $cmd . "_usernotify\" >" . $this->lang["user_notify"] . ": </label></td><td><in…
[all …]
/plugin/advanced/admin/
H A Dimport.php48 $cmd = $INPUT->extract('cmd')->str('cmd');
50 if ($cmd) {
51 $cmd = "cmd_$cmd";
52 $this->$cmd();
H A Dexport.php50 $cmd = $INPUT->extract('cmd')->str('cmd');
52 if ($cmd) {
53 $cmd = "cmd_$cmd";
54 $this->$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/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl72 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
73 open ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\n$!" ) and return;
98 close ASPELL or handleError( "Error executing `$cmd`\\n$unhandledText" ) and return;
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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl74 my $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";
75 open ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\n$!" ) and return;
100 close ASPELL or handleError( "Error executing `$cmd`\\n$unhandledText" ) and return;
H A Dspellchecker.php105 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
106 if( $aspellret = shell_exec( $cmd )) {
137 $aspell_err = "Error executing `$cmd`\\n$aspell_err";
141 error_handler( "System error: Aspell program execution failed (`$cmd`)" );
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSyntaxSniff.php78 $cmd = escapeshellcmd($this->_phpPath)." -l -d error_prepend_string='' $fileName 2>&1";
80 $cmd = escapeshellcmd($this->_phpPath)." -l $fileName 2>&1";
83 $output = shell_exec($cmd);
/plugin/simplechat/
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/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 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/securelogin/
H A Dadmin.php50 $cmd = key($fn);
51 $param = $fn[$cmd];
53 $cmd = $fn;
57 switch($cmd) {
/plugin/abc2/abc-libraries/abc2svg/
H A Dtemper-1.js5 abc2svg.temper={set_fmt:function(of,cmd,param){if(cmd=="temperament"){var i,tb,tb40=new Float32Array(40),ls=new Float32Array(param.split(/ +/)) argument
17 of(cmd,param)},set_hooks:function(abc){abc.set_format=abc2svg.temper.set_fmt.bind(abc,abc.set_format)}}
H A Dsoloffs-1.js5 abc2svg.soloffs={set_fmt:function(of,cmd,parm){if(cmd=="soloffs"){var i,v,C=abc2svg.C,soloffs=this.cfmt().soloffs={} argument
18 of(cmd,parm)},set_sym_glue:function(of,width){var s,C=abc2svg.C,tsfirst=this.get_tsfirst(),soloffs=this.cfmt().soloffs;of(width)
/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/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/a2s/
H A DASCIIToSVG.php2314 $cmd[1] = $x;
2315 $cmd[2] = $y;
2330 $cmd[1] = $x;
2331 $cmd[2] = $y;
2343 $cmd[1] = $x;
2344 $cmd[2] = $y;
2356 $cmd[1] = $y;
2367 $cmd[1] = $y;
2378 $cmd[1] = $x;
2389 $cmd[1] = $x;
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfcproxycommand.class.php51 function linkTo(&$cmd) argument
53 $this->next = $cmd;
/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);

12345678910