Home
last modified time | relevance | path

Searched refs:driver (Results 51 – 75 of 91) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.legend.php52 function show(&$driver) { argument
54 return GenericContainerBox::show($driver);
H A Dbox.whitespace.php84 function reflow_text(&$driver) { argument
85 if (is_null(parent::reflow_text($driver))) {
H A Dbox.br.php155 * @param OutputDriver $driver Current output device driver object.
159 function show(&$driver) { argument
H A Dbox.list-item.php83 function reflow_text(&$driver) { argument
84 if (is_null($this->str_number_box->reflow_text($driver))) {
88 return GenericContainerBox::reflow_text($driver);
H A Dbox.page.margin.class.php120 function reflow(&$driver, &$media, $boxes) { argument
139 function show(&$driver) { argument
140 $this->offset(0, $driver->offset);
141 $this->show_fixed($driver);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverTouchActions.php29 public function __construct(WebDriver $driver) argument
31 parent::__construct($driver);
32 $this->touchScreen = $driver->getTouch();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md24 * Reintroduced the `PHP_CodeCoverage_Driver_HHVM` driver as an extension of `PHP_CodeCoverage_Drive…
40 * Added a driver for PHPDBG (requires PHP 7)
49 * The dedicated driver for HHVM, `PHP_CodeCoverage_Driver_HHVM` has been removed
/plugin/strata/driver/
H A Ddriver.php18 * Whether the driver should generate debug output.
33 * Create a new database driver.
35 * @param debug boolean whether the created driver should generate debug output.
137 * This implementation looks for a file called 'setup-@driver@.sql' and executes all SQL statements in that file.
138 * Here, '@driver@' represents the database driver, such as 'sqlite'.
145 // determine driver
146 list($driver, $connection) = explode(':', $this->_dsn, 2);
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
150 $sqlfile = DOKU_PLUGIN . "strata/sql/setup-$driver
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md55 This could be Selenium standalone server, but for local development, you can send them directly to so-called "browser driver" like Chromedriver or Geckodriver.
123 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::chrome());
125 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::firefox());
127 $driver = RemoteWebDriver::create($serverUrl, DesiredCapabilities::microsoftEdge());
150 $driver = RemoteWebDriver::create($serverUrl, $desiredCapabilities);
164 $driver->get('https://en.wikipedia.org/wiki/Selenium_(software)');
167 $driver->findElement(WebDriverBy::id('searchInput')) // find search input element
172 $historyButton = $driver->findElement(
182 $driver->quit();
H A DCHANGELOG.md47 - Option to specify type of new window (window or tab) when using `$driver->switchTo()->newWindow()`.
50 - Actually start ChromeDriver in W3C mode if it is supported by the browser driver. Until now, when it was initialized using `ChromeDriver::start()`, it has always been unintentionally started in OSS mode.
55 - Throw `DriverServerDiedException` on local driver process terminating unexpectedly and provide full details of original exception to improve debugging.
58 - Deprecate `RemoteWebDriver::newWindow()` in favor of `$driver->switchTo()->newWindow()`.
102 - Rename environment variable used to pass path to ChromeDriver executable from `webdriver.chrome.driver` to `WEBDRIVER_CHROME_DRIVER`. However the old one also still works to keep backward compatibility
161 - Added `getCapabilities()` method of `RemoteWebDriver`, to retrieve actual capabilities acknowledged by the remote driver on startup.
/plugin/memcache/classes/
H A Dmemcache_interface.loader.php12 public static function driver(); function
H A Dmemcache_wincache.class.php6 public static function driver(){ return "wincache";} function in memcache_wincache
H A Dmemcache_apc.class.php7 public static function driver(){ return "apc";} function in memcache_apc
H A Dmemcache_fakecache.class.php43 public static function driver(){ return "fake";} function in memcache_fakecache
/plugin/elasticsearch/
H A Ddocker-compose.yml24 driver: bridge
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md39 $driver = new DriverChain(array(
42 $factory = new MetadataFactory($driver);
H A DCHANGELOG.md67 - Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([b…
/plugin/yuriigantt/
H A DREADME.md62 NOTE! Currently only embedded database driver is supported
75 "dsn": ":embedded:", <-- says parser what database driver was used
/plugin/strata/helper/
H A Dtriples.php54 // construct driver
55 list($driver,$connection) = explode(':',$dsn,2);
56 $driverFile = DOKU_PLUGIN."strata/driver/$driver.php";
58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
62 $driverClass = "plugin_strata_driver_$driver";
65 // connect driver
/plugin/database2/
H A Ddatabase2.php72 private $driver; variable in Database2
469 $this->driver = strtolower( trim( $this->db->getAttribute(
473 if ( strpos( $this->driver, 'mysql' ) !== false )
494 $this->db = $this->driver = null;
3850 else if ( $this->driver == 'mssql' )
3862 $sqldef = ( $this->driver == 'sqlite' ) ? 'real'
4300 if ( $this->driver == 'sqlite' )
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md59 - Doctrine driver normalizeFieldType method does not handle nulls [\#1020](https://github.com/schmi…
161 - Remove PHP metadata driver [\#686](https://github.com/schmittjoh/serializer/issues/686)
343 - Add support for overriding default annotation driver configuration [\#804](https://github.com/sch…
349 - Added null metadata driver [\#822](https://github.com/schmittjoh/serializer/pull/822) ([goetas](h…
782 - Fix xml-attribute-map for the xml driver [\#595](https://github.com/schmittjoh/serializer/pull/59…
934 - Yaml driver for the parameter xml\_attribute\_map is broken [\#141](https://github.com/schmittjoh…
956 - xml\_attribute\_map fix for the yaml driver [\#142](https://github.com/schmittjoh/serializer/pull…
/plugin/authgooglesheets/
H A Dcomposer.lock548 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
550 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
/plugin/tablelayout/
H A Dyarn.lock767 websocket-driver ">=0.5.1"
2465 websocket-driver@>=0.5.1:
2467 …resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.0.tgz#0caf9d2d755d9…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc230 https://github.com/babenkoivan/scout-elasticsearch-driver/issues/297[297])
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1037 log-driver "1.2.5"
2079 log-driver@1.2.5:
2081 …resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10…

1234