Home
last modified time | relevance | path

Searched refs:to (Results 976 – 1000 of 4331) sorted by path

1...<<31323334353637383940>>...174

/plugin/combo/vendor/dragonmantank/cron-expression/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is
8 furnished to do so, subject to the following conditions:
H A DREADME.md7 due to run, calculate the next run date of the expression, and calculate the previous
12 lists (e.g. 1,2,3), W to find the nearest weekday for a given day of the month, L to
13 find the last day of the month, L to find the last given weekday of a month, and hash
14 (#) to find the nth weekday of a given month.
19 Add the dependency to your project:
46 // Calculate a run date relative to a specific time
54 A CRON expression is a string representing the schedule for a particular command to execute. The parts of a CRON schedule are as follows:
70 - PHPUnit is required to run the unit tests
71 - Composer is required to ru
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php11 * Check to see if a field is satisfied by a value
13 * @param string $dateValue Date value to check
14 * @param string $value Value to test
32 * @param string $value Value to test
44 * @param string $value Value to test
57 * @param string $value Value to test
69 * Test if a value is within an increments of ranges (offset[-to]/step size)
72 * @param string $value Value to test
91 $to = isset($range[1]) ? $range[1] : $dateValue;
93 if ($dateValue < $offset || $dateValue > $to) {
[all...]
/plugin/combo/vendor/paragonie/random_compat/
H A DLICENSE5 Permission is hereby granted, free of charge, to any person obtaining a copy
6 of this software and associated documentation files (the "Software"), to deal
8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 copies of the Software, and to permit persons to whom the Software is
10 furnished to do so, subject to the following conditions:
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md2 This project versioning adheres to [Semantic Versioning](http://semver.org/).
13 - Docs: Extend `findElement()`/`findElements()` method documentation to better explain XPath behavior.
14 - Add `@return` and `@param` type annotations to Cookie class to avoid deprecations in PHP 8.1.
18 - `RemoteWebElement::getDomProperty()` method to read JavaScript properties of an element (like the value of `innerHTML` etc.) in W3C mode.
19 - `WebDriverCommand::newSession()` constructor to create new session command without violating typehints.
33 - `FirefoxOptions` class to simplify passing Firefox capabilities. Usage is covered [in our wiki](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#firefoxoptions).
34 - `FirefoxDriver` to easy local start of Firefox instance without a need to start the `geckodriver` process manually. [See wiki](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#start-directly-using-firefoxdriver-class) for usage examples.
35 - Method `ChromeDriver::startUsingDriverService()` to b
[all...]
H A DLICENSE.md6 Permission is hereby granted, free of charge, to any person obtaining a copy
7 of this software and associated documentation files (the "Software"), to deal
9 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 copies of the Software, and to permit persons to whom the Software is
11 furnished to do so, subject to the following conditions:
H A DREADME.md9 Php-webdriver library is PHP language binding for Selenium WebDriver, which allows you to control web browsers from PHP.
15 The W3C WebDriver support is not yet full-featured, however it should allow to control Firefox via Geckodriver and new
18 The concepts of this library are very similar to the "official" Java, .NET, Python and Ruby bindings from the
35 Starting from version 1.8.0, the project has been renamed from `facebook/php-webdriver` to `php-webdriver/webdriver`.
37 In order to receive the new version and future updates, **you need to rename it in your composer.json**:
52 To control a browser, you need to start a *remote end* (server), which will listen to the commands sent
55 This could be Selenium standalone server, but for local development, you can send them directly to so-called "browser driver" like Chromedriver or Geckodriver.
59 ? Below you will find a simple example. Make sure to rea
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php35 throw new WebDriverException('Use start() method to start local WebDriver.');
53 throw new WebDriverException('Use start() method to start local WebDriver.');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php57 * @param bool $isW3cCompliant false to use the legacy JsonWire protocol, true for the W3C WebDriver spec
79 * @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
80 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remote Selenium WebDriver server
81 * @param string|null $http_proxy The proxy to tunnel requests to the remote Selenium WebDriver through
82 * @param int|null $http_proxy_port The proxy port to tunnel requests to the remote Selenium WebDriver through
122 // This has changed with the W3C WebDriver spec, but is the only way how to pass these
144 * @param int|null $connection_timeout_in_ms Set timeout for the connect phase to remote Selenium WebDriver server
145 * @param int|null $request_timeout_in_ms Set the maximum time of a request to remot
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriverNavigation.php98 public function to($url) function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriverNavigation
107 $this->navigator->to($url);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverNavigation.php38 public function to($url) function in Facebook\\WebDriver\\WebDriverNavigation
H A DWebDriverNavigationInterface.php6 * An abstraction allowing the driver to access the browser's history and to
7 * navigate to a given URL.
13 * This is equivalent to pressing the back button in the browser or invoking window.history.back.
21 * This is equivalent to pressing the forward button in the browser or invoking window.history.back.
29 * This is equivalent to pressing the refresh button in the browser.
36 * Navigate to the given URL
42 public function to($url); function
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md6 community fosters innovation and creativity, and are committed to building a
9 Salesforce open-source projects are committed to providing a friendly, safe, and
15 The goal of this code of conduct is to specify a baseline standard of behavior so
27 contributors and maintainers pledge to making participation in our project and
35 Examples of behavior that contributes to creating a positive environment
50 * Publishing, or threatening to publish, others' private information—such as
59 behavior and are expected to take appropriate and fair corrective action in
60 response to any instances of unacceptable behavior.
62 Project maintainers have the right and responsibility to remove, edit, or
64 that are not aligned with this Code of Conduct, or to ba
[all...]
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
H A DREADME.md24 Handlebars provides the power necessary to let you build semantic templates effectively with no frustration,
59 At the minimum, we are required to have an array model and a template string. Alternatively we can have a file containing handlebars (or html, text, etc) expression.
78 The string above can be used as is in your PHP file, or be put in a file (ie: */templates/main.tpl*), to be called upon rendering.
82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
115 # Will render the model to the templates/main.tpl template
122 The simplest way to assign data is to create an Array model. The model will contain all the data that will be passed to th
[all...]
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
H A DREADME.md4 A generic function and convention to trigger deprecation notices.
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
H A DREADME.md4 This component provides `ctype_*` functions to users who run php versions without the ctype extension.
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
/plugin/combo/vendor/symfony/polyfill-php80/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
H A DREADME.md4 This component provides features added to PHP 8.0 core:
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md7 * added `Process::setOptions()` to set `Process` specific options
8 * added option `create_new_console` to allow a subprocess to continue
9 to run after the main script exited, both on Linux and on Windows
14 * added `Process::getStartTime()` to retrieve the start time of the process as float
33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper
36 * added the `Process::waitUntil()` method to wait for the process only for a
42 * added the `Process::isTtySupported()` method that allows to check for TTY support
44 * added the `ProcessSignaledException` class to properly catch signaled process errors
50 * added a second `array $env = []` argument to th
[all...]
H A DLICENSE3 Permission is hereby granted, free of charge, to any person obtaining a copy
4 of this software and associated documentation files (the "Software"), to deal
6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 copies of the Software, and to permit persons to whom the Software is furnished
8 to do so, subject to the following conditions:
H A DREADME.md13 assistance to ensure the success of web application development projects.

1...<<31323334353637383940>>...174