Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 40) sorted by relevance

12

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverCommandExecutor.php29 * @param WebDriverCommand $command
35 public function execute(WebDriverCommand $command) argument
37 if ($command->getName() === DriverCommand::NEW_SESSION) {
42 $value = parent::execute($command);
43 if ($command->getName() === DriverCommand::QUIT) {
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php260 * @param WebDriverCommand $command
265 public function execute(WebDriverCommand $command) argument
267 $http_options = $this->getCommandHttpOptions($command);
271 $sessionID = $command->getSessionID();
273 $params = $command->getParameters();
294 if ($command->getName() === DriverCommand::NEW_SESSION) {
399 protected function getCommandHttpOptions(WebDriverCommand $command) argument
401 $commandName = $command->getName();
404 … throw new InvalidArgumentException($command->getName() . ' is not a valid command.');
409 $raw = self::$w3cCompliantCommands[$command->getName()];
[all …]
H A DRemoteWebDriver.php129 $command = WebDriverCommand::newSession($parameters);
131 $response = $executor->execute($command);
/template/strap/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php32 * @param string $command The DevTools command to execute
36 public function execute($command, array $parameters = []) argument
38 $params = ['cmd' => $command, 'params' => (object) $parameters];
H A DChromeDriver.php76 $command = WebDriverCommand::newSession(
84 $response = $this->executor->execute($command);
/template/strap/ComboStrap/
H A DPipelineUtility.php104 foreach ($commands as $command) {
105 $command = trim($command, " )");
106 $leftParenthesis = strpos($command, "(");
107 $commandName = substr($command, 0, $leftParenthesis);
108 $signature = substr($command, $leftParenthesis + 1);
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverCommandExecutor.php14 * @param WebDriverCommand $command
18 public function execute(WebDriverCommand $command); argument
/template/strap/vendor/symfony/yaml/Resources/bin/
H A Dyaml-lint45 (new Application())->add($command = new LintCommand())
47 ->setDefaultCommand($command->getName(), true)
/template/strap/vendor/symfony/process/
H A DPhpExecutableFinder.php38 $command = '\\' === \DIRECTORY_SEPARATOR ? 'where' : 'command -v --';
39 if ($php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) {
H A DCHANGELOG.md21 …* `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when …
34 * deprecated passing a command as string when creating a `Process` instance
72 * added command line arrays in the `Process` class
H A DPhpProcess.php56 …public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = nu… argument
H A DProcess.php136 … * @param array $command The command to run and its arguments listed as separate entries
144 …public function __construct(array $command, ?string $cwd = null, ?array $env = null, $input = null… argument
150 $this->commandline = $command;
183 * @param string $command The command line to pass to the shell of the OS
193 …public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = nu… argument
196 $process->commandline = $command;
/template/roundbox/
Droundbox.php176 foreach (tpl_getConf('rb_actions') as $command) {//do
179 if ($command == '-') {//do
190 rb_button($command, $perms, $user);
/template/sxs/
Dsxs.php91 foreach ($conf['sxs_actions'] as $command) {
92 if ($command == '-') {
100 sxs_button($command, $perms, $user);
/template/mikio/icons/bootstrap-icons/svg/
H A Dcommand.svg1 <svg class="bi bi-command" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="…
/template/mikio/inc/stemmechanics/lesserphp/
H A DREADME.md71 ### How to use from the command line
73 An additional script has been included to use the compiler from the command
/template/mmkanso/
DCHANGELOG13 - Added command bar tpl_topbar
/template/strap/grammar/
H A DREADME.md37 * And run it at the command line
/template/strap/vendor/symfony/yaml/
H A DCHANGELOG.md15 when running the YAML linter command in a Github Action environment.
43 …* removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a…
50 …* deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (app…
/template/dokui/css/
Dhighlight.css62 pre .tex .command {
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js2033 var cmd=target.command;
2405command:"toggleChrome"},{label:"Open Firebug in New Window",type:"shortcut",key:isFirefox?"Ctrl+Sh… property
2416 …sistent,disabled:cookiesDisabled},"-",{label:"Reset All Firebug Options",command:"restorePrefs",di…
4218 …rce",command:bindFixed(this.copySource,this,fn)},"-",{label:$STRF("ShowCallsInConsole",[name]),nol…
4377command:bindFixed(this.copyHTML,this,elt)},{label:"CopyInnerHTML",command:bindFixed(this.copyInner…
4398 …ontext){return[{label:"CopyLocation",command:bindFixed(this.copyURL,this,styleSheet)},"-",{label:"…
4444 …ntext){return[{label:"CopyLocation",command:bindFixed(this.copyLink,this,sourceLink)},"-",{label:"…
4521 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}]; property
4522 …h("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnThisError,command:bindFixed(this.br… property
4528command:bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checke…
[all …]
/template/strap/vendor/dragonmantank/cron-expression/
H A DREADME.md54 A CRON expression is a string representing the schedule for a particular command to execute. The p…
/template/strap/
H A Dyarn.lock220 shebang-command "^2.0.0"
757 shebang-command@^2.0.0:
759 resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
/template/strap/vendor/php-webdriver/webdriver/
H A DREADME.md186 …itHub wiki for [�� php-webdriver command reference](https://github.com/php-webdriver/php-webdriver…
/template/strap/vendor/antlr/antlr4-php-runtime/
H A DREADME.md31 To generate your PHP parser, run the following command:

12