Home
last modified time | relevance | path

Searched defs:command (Results 26 – 50 of 104) sorted by relevance

12345

/plugin/gitbacked/lib/
H A DGit.php298 protected function run_command($command) {
357 public function run($command) {
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) {
418 protected function handle_command_success($repo_path, $cwd, $command) {
/plugin/gitbacked/action/
H A Deditcommit.php255 public function notify_command_error($repo_path, $cwd, $command, $status, $error_message) {
275 public function notify_command_success($repo_path, $cwd, $command) {
/plugin/swiftmail/
H A DSwift.php288 public function command($command, $code=null) function in Swift
/plugin/latexport/_test/
H A Dcommand.php5 public $command; variable in TexCommand
11 function __construct($command) {
136 public $command; variable in CommandAppendCommand
140 function __construct($command, $scope, $argument = '') {
/plugin/latexit/classes/
H A DPackage.php57 public function addCommand($command) {
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php56 public static function fromShellCommandline(string $command, string $cwd = null, array $env = null, $input = null, ?float $timeout = 60) argument
/plugin/swiftmail/Swift/
H A DConnection.php36 public function write($command, $end="\r\n");
/plugin/swiftmail/Swift/Connection/
H A DNativeMail.php98 public function write($command, $end="\r\n")
H A DMulti.php76 public function write($command, $end="\r\n")
H A DRotator.php120 public function write($command, $end="\r\n")
/plugin/shell/
H A DP0wnyShell.js83 insertCommand(command) { argument
126 featureShell(command) { argument
/plugin/statdisplay/helper/
H A Dgraph.php22 public function sendgraph($command, $from = '', $to = '')
H A Dtable.php26 public function table($R, $command, $from = '', $to = '')
/plugin/batchedit/
H A Dadmin.php19 private $command; variable in admin_plugin_batchedit
H A Drequest.php26 private $command; variable in BatcheditRequest
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php181 public function write($command)
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js174 function changeTaskCommandId(command, oldId, newId) { argument
189 function changeLinkCommandId(command, oldId, newId) { argument
526 Monitor.prototype._storeCommand = function (command) { argument
609 this.command = { class in AnonymousFunction4dce81d40100.AnonymousFunction4dce81d42100.Undo.Undo
622 invert: function (command) { argument
627 inverseCommands: function (command) { argument
/plugin/git/lib/
H A DGit.php221 protected function run_command($command) {
251 public function run($command) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php30 public $command; variable in Google\\Service\\CloudRun\\Container
91 public function setCommand($command)
/plugin/gitlog/
H A Dsyntax.php190 function run_git($command, $repo, $bare=false)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py68 def createXmlHeader(self, command, resourceType, currentFolder, url): argument
/plugin/latexit/
H A Drenderer.php1348 protected function _open($command, $params = NULL, $brackets = true) {
1383 protected function _c($command, $text = NULL, $newlines = 1, $params = NULL) {
1442 protected function _list_open($command) {
1460 protected function _list_close($command) {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js125 oConnector.SendCommand = function( command, params, callBackFunction ) argument
/plugin/diagram/syntax/
H A Dmain.php792 function _splitCommand ($command)
/plugin/spellcheck/
H A Daspell.php228 function execPipe($command,$stdin,&$stdout,&$stderr){

12345