Home
last modified time | relevance | path

Searched defs:command (Results 76 – 100 of 104) sorted by path

12345

/plugin/projects/plugins/file/
H A Dlatex_dependency.php41 function match_command($command, $content) {
49 function find_command($command, $content, $file_extension = ".tex") {
/plugin/runcommand/
H A Dpostaction.php37 $command=$_POST['command'.$rcObjectId]; variable
45 $command=str_replace("$".$baseElement,$_POST[$element],$command); variable
48 $command=stripslashes($command); variable
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js64 Event.simulateKeys = function(element, command) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23706 var _stack = function(command) argument
24123 function getExpressionOffset(command) argument
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5116 d: path.d && "M" + path.d.replace(/[mlcxtrv]/g, function (command) { argument
H A Draphael.vml.js34 var res = Str(path).replace(bites, function (all, command, args) { argument
/plugin/shell/
H A DP0wnyShell.js83 insertCommand(command) { argument
126 featureShell(command) { argument
/plugin/spellcheck/
H A Daspell.php228 function execPipe($command,$stdin,&$stdout,&$stderr){
/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/swiftmail/
H A DSwift.php288 public function command($command, $code=null) argument
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php181 public function write($command)
/plugin/swiftmail/Swift/
H A DConnection.php36 public function write($command, $end="\r\n");
/plugin/swiftmail/Swift/Connection/
H A DMulti.php76 public function write($command, $end="\r\n")
H A DNativeMail.php98 public function write($command, $end="\r\n")
H A DRotator.php120 public function write($command, $end="\r\n")
H A DSMTP.php265 public function write($command, $end="\r\n")
H A DSendmail.php67 public function __construct($command="/usr/sbin/sendmail -bs", $timeout=10)
166 public function setCommand($command)
192 protected function pipeIn($command, $end="\r\n")
257 public function write($command, $end="\r\n")
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php23 protected $command = ''; variable in splitbrain\\phpcli\\Options
115 public function registerArgument($arg, $help, $required = true, $command = '') argument
137 registerCommand($command, $help) global() argument
161 registerOption($long, $help, $short = null, $needsarg = false, $command = '') global() argument
[all...]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6222 var _stack=function(command){Firebug.context.persistedState.commandHistory.push(command); argument
6353 function getExpressionOffset(command){var bracketCount=0; argument
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js25 var FCKTableCommand = function( command ) argument
H A Dfcktextcolorcommand.js87 function FCKTextColorCommand_OnClick( ev, command, color ) argument
94 function FCKTextColorCommand_AutoOnClick( ev, command ) argument
101 function FCKTextColorCommand_MoreOnClick( ev, command ) argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js27 FCKCommands.RegisterCommand = function( commandName, command ) argument
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py68 def createXmlHeader(self, command, resourceType, currentFolder, url): argument

12345