| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/ |
| H A D | DriverCommandExecutor.php | 29 * @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 D | HttpCommandExecutor.php | 260 * @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 D | RemoteWebDriver.php | 129 $command = WebDriverCommand::newSession($parameters); 131 $response = $executor->execute($command);
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Chrome/ |
| H A D | ChromeDevToolsDriver.php | 32 * @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 D | ChromeDriver.php | 76 $command = WebDriverCommand::newSession( 84 $response = $this->executor->execute($command);
|
| /template/strap/ComboStrap/ |
| H A D | PipelineUtility.php | 104 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 D | WebDriverCommandExecutor.php | 14 * @param WebDriverCommand $command 18 public function execute(WebDriverCommand $command); argument
|
| /template/strap/vendor/symfony/yaml/Resources/bin/ |
| H A D | yaml-lint | 45 (new Application())->add($command = new LintCommand()) 47 ->setDefaultCommand($command->getName(), true)
|
| /template/strap/vendor/symfony/process/ |
| H A D | PhpExecutableFinder.php | 38 $command = '\\' === \DIRECTORY_SEPARATOR ? 'where' : 'command -v --'; 39 if ($php = strtok(exec($command.' '.escapeshellarg($php)), \PHP_EOL)) {
|
| H A D | CHANGELOG.md | 21 …* `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 D | PhpProcess.php | 56 …public static function fromShellCommandline(string $command, ?string $cwd = null, ?array $env = nu… argument
|
| H A D | Process.php | 136 … * @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/ |
| D | roundbox.php | 176 foreach (tpl_getConf('rb_actions') as $command) {//do 179 if ($command == '-') {//do 190 rb_button($command, $perms, $user);
|
| /template/sxs/ |
| D | sxs.php | 91 foreach ($conf['sxs_actions'] as $command) { 92 if ($command == '-') { 100 sxs_button($command, $perms, $user);
|
| /template/mikio/icons/bootstrap-icons/svg/ |
| H A D | command.svg | 1 <svg class="bi bi-command" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="…
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | README.md | 71 ### How to use from the command line 73 An additional script has been included to use the compiler from the command
|
| /template/mmkanso/ |
| D | CHANGELOG | 13 - Added command bar tpl_topbar
|
| /template/strap/grammar/ |
| H A D | README.md | 37 * And run it at the command line
|
| /template/strap/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 15 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/ |
| D | highlight.css | 62 pre .tex .command {
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 2033 var cmd=target.command; 2405 …command:"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… 4377 …command: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 4528 …command:bindFixed(this.copyError,this,error)},"-",{label:"BreakOnThisError",type:"checkbox",checke… [all …]
|
| /template/strap/vendor/dragonmantank/cron-expression/ |
| H A D | README.md | 54 A CRON expression is a string representing the schedule for a particular command to execute. The p…
|
| /template/strap/ |
| H A D | yarn.lock | 220 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 D | README.md | 186 …itHub wiki for [ php-webdriver command reference](https://github.com/php-webdriver/php-webdriver…
|
| /template/strap/vendor/antlr/antlr4-php-runtime/ |
| H A D | README.md | 31 To generate your PHP parser, run the following command:
|