Home
last modified time | relevance | path

Searched refs:command (Results 76 – 100 of 431) sorted by relevance

12345678910>>...18

/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php181 public function write($command) argument
183 if (false === fwrite($this->handle, $command . "\r\n"))
192 $log->add($command,Swift_Log::COMMAND);
/plugin/dokugitviewer/
H A Dgit-utils.inc.php5 function run_git($command, $repo, $bare=false) argument
14 $c = GIT_EXEC.' --git-dir='.ROOT_DIR.$repo.' '.$command;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm33 <cfargument name="command" required="true">
39 …<cfoutput><Connector command="#ARGUMENTS.command#" resourceType="#ARGUMENTS.resourceType#"></cfout…
40 …er)#" url="#HTMLEditFormat( GetUrlFromPath( resourceType, currentFolder, command ) )#" /></cfoutpu…
H A Dcf_connector.cfm27 <cfparam name="url.command">
59 <!--- Check if it is an allowed command --->
61 <cfset SendError( 1, "The """ & sCommand & """ command isn't allowed" ) >
77 <!--- Execute the required command. --->
H A Dcf5_connector.cfm38 <cfparam name="url.command">
136 …efined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, url.command)>
138 …<cfset xmlContent = '<Error number="1" text="The &quot;' & url.command & '&quot; command isn''t al…
183 <!--- no errors thus far - run command --->
188 <cfswitch expression="#url.command#">
299 <cfthrow type="fckeditor.connector" message="Illegal command: #url.command#">
306 …xmlHeader = '<?xml version="1.0" encoding="utf-8" ?><Connector command="#url.command#" resourceTyp…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc18 command : 'link'
23 command : 'unlink'
28 command : 'anchor'
79 var command = editor.getCommand( 'unlink' ),
82 command.setState( CKEDITOR.TRISTATE_OFF );
84 command.setState( CKEDITOR.TRISTATE_DISABLED );
111 command : 'anchor',
119 command : 'removeAnchor',
127 command : 'link',
135 command : 'unlink',
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc18 command : 'link'
23 command : 'unlink'
28 command : 'anchor'
79 var command = editor.getCommand( 'unlink' ),
82 command.setState( CKEDITOR.TRISTATE_OFF );
84 command.setState( CKEDITOR.TRISTATE_DISABLED );
111 command : 'anchor',
119 command : 'removeAnchor',
127 command : 'link',
135 command : 'unlink',
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php33 $encoded_challenge = substr($swift->command("AUTH CRAM-MD5", 334)->getString(), 4);
36 $swift->command($response, 235);
/plugin/siteexport/action/
H A Dstartup.php71 $command = is_array($keys) ? array_shift($keys) : $event->data;
72 if ( $command == 'export_siteexport_pdf')
78 if ( $command == 'siteexport_addpage' && $this->__executeCommand() )
/plugin/spellcheck/
H A Daspell.php171 $command = ASPELL_BIN.' -a'.$this->args;
186 $rc = $this->execPipe($command,$stdin,$out,$err);
228 function execPipe($command,$stdin,&$stdout,&$stderr){ argument
232 $process = proc_open($command, $descriptorSpec, $pipes);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js25 var FCKTableCommand = function( command ) argument
27 this.Name = command ;
/plugin/sugar/
H A Dsyntax.php44 list($command,$id) = explode(':', $match_clean);
49 switch($command){
/plugin/wikipediasnippet/
H A Dsyntax.php25 list($command, $article) = explode('>', $data);
28 if (strpos($command, ':') === false) {
41 list($null, $lang) = explode(':', $command);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp37 Sub CreateXmlHeader( command, resourceType, currentFolder, url )
42 Response.Write "<Connector command=""" & command & """ resourceType=""" & resourceType & """>"
H A Dconnector.asp53 ' Check if it is an allowed command
55 SendError 1, "The """ & sCommand & """ command isn't allowed"
73 ' Execute the required command.
/plugin/combo/vendor/symfony/process/
H A DPhpExecutableFinder.php38 $command = '\\' === \DIRECTORY_SEPARATOR ? 'where' : 'command -v';
39 if ($php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) {
/plugin/gitbacked/action/
H A Deditcommit.php255 public function notify_command_error($repo_path, $cwd, $command, $status, $error_message) { argument
259 'GIT_COMMAND' => $command,
275 public function notify_command_success($repo_path, $cwd, $command) { argument
282 'GIT_COMMAND' => $command
/plugin/gitlog/
H A Dsyntax.php185 * @param string $command
190 function run_git($command, $repo, $bare=false) argument
199 $c = $this->getConf('git_exec').' --git-dir="'.$repo.'" '.$command;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py68 def createXmlHeader(self, command, resourceType, currentFolder, url): argument
75 command,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php76 $command = WebDriverCommand::newSession(
84 $response = $this->executor->execute($command);
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
18 // Define a function that will be fired when the command is executed.
34 // Define a function that will be fired when the command is executed.
/plugin/ckgedit/ckeditor/plugins/shortcuts/
H A Dplugin.js.unc14 // Define an editor command that inserts a timestamp.
18 // Define a function that will be fired when the command is executed.
34 // Define a function that will be fired when the command is executed.
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php265 public function write($command, $end="\r\n") argument
270 …>handle, $command . $end) && !empty($command)) throw new Swift_ConnectionException("The SMTP conne…
/plugin/statdisplay/helper/
H A Dgraph.php17 * @param string $command
22 public function sendgraph($command, $from = '', $to = '') argument
32 switch ($command) {
52 $this->nograph('No such graph: ' . $command);
/plugin/xslfo/
H A Daction.php115 $command = preg_replace_callback('/{(\w+)}/', function ($m) use ($filenames) {
123 exec($command, $out);
126 …msg("Command: <code>$command</code><br />Output:<pre>".join("\n", $out).'</pre>', 0, '', '', MSG_A…

12345678910>>...18