Home
last modified time | relevance | path

Searched refs:cmd (Results 176 – 200 of 228) sorted by last modified time

12345678910

/plugin/git/lib/
H A DGit.php290 $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/maintenance/
H A Dhelper.php56 …$cmd = 'nohup bash '.escapeshellarg($script).' > '.escapeshellarg($this->script_last_log_file). ' …
57 exec($cmd, $output, $result);
77 $cmd = "ps p $pid >&-";
78 exec($cmd, $output, $result);
80 $cmd = "kill -9 $pid";
81 exec($cmd, $output, $result);
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java311 DoAction cmd = new DoAction(new ArrayList<Action>()); in encode() local
312 cmd.add(BasicAction.STOP); in encode()
313 movie.add(cmd); in encode()
/plugin/dokutexit/
H A Dtexitrender.php118 $cmd = new texitConfig('command');
124 $cmd_doc .= $cmd->read();
125 if ($cmd->is_error())
H A Dlatex.php1752 function putcmd($cmd, $mode=1) { argument
1753 return $this->put('\\' . $cmd, $mode);
1755 function putcmd_protect($cmd, $mode=1) { argument
1758 function putcmdnl($cmd, $mode=1) { argument
1759 $this->putcmd($cmd . DOKU_LF, $mode);
1761 function nlputcmdnl($cmd) { argument
1763 $this->putcmd($cmd . DOKU_LF);
1765 function nlputcmd($cmd) { argument
1767 $this->putcmd($cmd);
1775 function putmathcmd($cmd) { argument
[all …]
/plugin/aceeditor/
H A Dbuild.js1 …"Alt",224:"Meta"},KEY_MODS:{ctrl:1,alt:2,option:2,shift:4,meta:8,command:8,cmd:8},FUNCTION_KEYS:{8… property in AnonymousFunction3f7200173100.AnonymousFunction3f7200174f00.i.e.KEY_MODS
/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/fedauth/
H A Dadmin.php28 var $cmd = ''; variable in admin_plugin_fedauth
H A Dcommon.php72 * @param string $cmd command to handle
76 function &load_handler_class($plugin, $cmd, $type, $provid='', $base='base') { argument
77 $class = "fa_" . $cmd;
91 return new $class($plugin, $cmd, $provid);
H A Daction.php32 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/fedauth/classes/adm/
H A Dfa_manage.adm.class.php27 * @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]);
H A Dfa_remove.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);
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_movedn.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_uselarge.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_usesmall.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/fedauth/classes/usr/
H A Dfa_logout.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_manage.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_register.usr.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_login.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);
155 $btn = $this->cmd;
162 $cmd = 'select';
166 $cmd = 'signin';
169 … $out .= '<a href="'.wl($ID, array('do'=> $act, 'sectok' => $sectok)).'&fa['.$cmd.']['.$id.']">'
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_signedin.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);

12345678910