Home
last modified time | relevance | path

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

12345678

/plugin/runcommand/
Dpostaction.php37 $command=$_POST['command'.$rcObjectId]; variable
45 $command=str_replace("$".$baseElement,$_POST[$element],$command); variable
48 $command=stripslashes($command); variable
/plugin/ckgedit/ckeditor/plugins/link/
Dplugin.js1 ….removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.add… property
/plugin/ckgdoku/ckeditor/plugins/link/
Dplugin.js1 ….removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolbar,command:"link"});b.ui.add… property
/plugin/swiftmail/Swift/Connection/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DExecAction.php26 public $command; variable in Google\\Service\\CloudRun\\ExecAction
31 public function setCommand($command)
DGoogleCloudRunOpV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
65 public function setCommand($command)
DGoogleCloudRunV2Container.php30 public $command; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
65 public function setCommand($command)
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DOptions.php23 protected $command = ''; variable in splitbrain\\phpcli\\Options
115 public function registerArgument($arg, $help, $required = true, $command = '')
137 public function registerCommand($command, $help)
161 public function registerOption($long, $help, $short = null, $needsarg = false, $command = '')
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcktextcolorcommand.js87 function FCKTextColorCommand_OnClick( ev, command, color ) argument
94 function FCKTextColorCommand_AutoOnClick( ev, command ) argument
101 function FCKTextColorCommand_MoreOnClick( ev, command ) argument
Dfcktablecommand.js25 var FCKTableCommand = function( command ) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemoteworkersV1test2AdminTemp.php23 public $command; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemoteworkersV1test2AdminTemp
33 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DShellTask.php25 public $command; variable in Google\\Service\\Dataflow\\ShellTask
34 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SmartDeviceManagement/
DGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest.php25 public $command; variable in Google\\Service\\SmartDeviceManagement\\GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest
34 public function setCommand($command)
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
Dplugin.js61 command: 'same_header', property
67 command: 'lower_header', property
73 command: 'higher_header', property
79 command: 'none_header', property
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
Dplugin.js61 command: 'same_header', property
67 command: 'lower_header', property
73 command: 'higher_header', property
79 command: 'none_header', property
/plugin/projects/plugins/file/
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/
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/
DGoogleCloudMlV1ContainerSpec.php30 public $command; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ContainerSpec
57 public function setCommand($command)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
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)
399 protected function getCommandHttpOptions(WebDriverCommand $command)
/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfcktablecommand.js25 var FCKTableCommand = function( command ) argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCommandExecutor.php18 public function execute(WebDriverCommand $command);
/plugin/ckgdoku/ckeditor/plugins/image/
Dplugin.js1 …nd(d));c.ui.addButton&&c.ui.addButton("Image",{label:c.lang.common.image,command:d,toolbar:"insert… property
/plugin/ckgedit/ckeditor/plugins/image/
Dplugin.js1 …nd(d));c.ui.addButton&&c.ui.addButton("Image",{label:c.lang.common.image,command:d,toolbar:"insert… property
/plugin/dokugitviewer/
Dgit-utils.inc.php5 function run_git($command, $repo, $bare=false)

12345678