Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 104) sorted by relevance

12345

/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/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DExecAction.php26 public $command; variable in Google\\Service\\CloudRun\\ExecAction
31 public function setCommand($command)
H A DGoogleCloudRunOpV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
65 public function setCommand($command)
H A DGoogleCloudRunV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
65 public function setCommand($command)
/plugin/swiftmail/Swift/Connection/
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/wysiwyg/fckeditor/editor/_source/commandclasses/
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
H A Dfcktablecommand.js25 var FCKTableCommand = function( command ) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemoteworkersV1test2AdminTemp.php23 public $command; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2AdminTemp
33 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
H A DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php25 public $command; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
34 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DShellTask.php25 public $command; variable in Google\\Service\\Dataflow\\ShellTask
34 public function setCommand($command)
/plugin/projects/plugins/file/
H A Dlatex_dependency.php41 function match_command($command, $content) {
49 function find_command($command, $content, $file_extension = ".tex") {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DProcessHandler.php39 private $command; variable in Monolog\\Handler\\ProcessHandler
66 …public function __construct(string $command, $level = Logger::DEBUG, bool $bubble = true, ?string …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ContainerSpec.php30 public $command; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
57 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLink.php25 public $command; variable in Google\\Service\\ContainerAnalysis\\Link
47 public function setCommand($command)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php265 public function execute(WebDriverCommand $command) argument
399 protected function getCommandHttpOptions(WebDriverCommand $command) argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCommandExecutor.php18 public function execute(WebDriverCommand $command); argument
/plugin/dokugitviewer/
H A Dgit-utils.inc.php5 function run_git($command, $repo, $bare=false)
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcommands.js27 FCKCommands.RegisterCommand = function( commandName, command ) argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php36 public function execute($command, array $parameters = []) argument
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder )
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder )
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder )
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php35 public function execute(WebDriverCommand $command) argument

12345