Home
last modified time | relevance | path

Searched defs:driver (Results 1 – 25 of 56) sorted by relevance

123

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php15 public function beforeNavigateTo($url, EventFiringWebDriver $driver); argument
21 public function afterNavigateTo($url, EventFiringWebDriver $driver); argument
26 public function beforeNavigateBack(EventFiringWebDriver $driver); argument
31 public function afterNavigateBack(EventFiringWebDriver $driver); argument
36 public function beforeNavigateForward(EventFiringWebDriver $driver); argument
41 afterNavigateForward(EventFiringWebDriver $driver) global() argument
48 beforeFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver) global() argument
55 afterFindBy(WebDriverBy $by, $element, EventFiringWebDriver $driver) global() argument
61 beforeScript($script, EventFiringWebDriver $driver) global() argument
67 afterScript($script, EventFiringWebDriver $driver) global() argument
93 onException(WebDriverException $exception, EventFiringWebDriver $driver = null) global() argument
[all...]
H A DWebDriverWait.php18 protected $driver; variable in Facebook\\WebDriver\\WebDriverWait
28 public function __construct(WebDriver $driver, $timeout_in_second = null, $interval_in_millisecond = null) argument
H A DWebDriverDispatcher.php16 protected $driver; variable in Facebook\\WebDriver\\WebDriverDispatcher
25 public function setDefaultDriver(EventFiringWebDriver $driver) argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php55 function show(&$driver) {
64 function show_field(&$driver) {
79 function show_rendered(&$driver) {
93 function show_button(&$driver) {
H A Dbox.note-call.class.php132 function reflow_text(&$driver) {
139 function _getFootnoteHeight(&$driver) {
154 function show(&$driver) {
178 function show_footnote(&$driver, $x, $y) {
H A Dbox.img.php91 function _get_font_name(&$driver, $subword_index) {
109 function reflow_text(&$driver) {
159 function show_fixed(&$driver) {
177 function show(&$driver) {
328 function show(&$driver) {
H A Dbox.text.php39 function _make_wrappable(&$driver, $base_width, $font_name, $font_size, $subword_index) {
341 function reflow_text(&$driver) {
437 function show(&$driver) {
462 function _showText(&$driver) {
470 function _showTextWrapped(&$driver) {
560 function _showTextNormal(&$driver) {
625 function show_fixed(&$driver) {
H A Dbox.block.php372 function show(&$driver) {
382 function show_postponed(&$driver) {
395 function show_fixed(&$driver) {
H A Dbox.button.php95 function _render_field(&$driver) {
109 function show(&$driver) {
H A Dstrategy.link.rendering.normal.php7 function apply(&$box, &$driver) {
H A Dbox.input.password.php29 function show(&$driver) {
H A Dlayout.default.class.php6 function process(&$box, &$media, &$driver, &$context) {
H A Dbox.input.img.php27 function show(&$driver) {
69 function show(&$driver) {
H A Dbox.field.pageno.php51 function show_fixed(&$driver) {
H A Dfilter.post.postponed.class.php6 function PostTreeFilterPostponed(&$driver) {
H A Dbox.generic.php92 function show_postponed(&$driver) {
205 function show(&$driver) {
227 function show_fixed(&$driver) {
314 function reflow_anchors(&$driver, &$anchors, $page_heights) {
H A Dbox.form.php10 function show(&$driver) {
H A Dbox.inline.php244 function show(&$driver) {
253 function show_postponed(&$driver) {
257 function _show(&$driver) {
H A Dbox.button.reset.php28 function _render_field(&$driver) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteExecuteMethod.php10 private $driver; variable in Facebook\\WebDriver\\Remote\\RemoteExecuteMethod
15 public function __construct(RemoteWebDriver $driver) argument
H A DRemoteKeyboard.php17 private $driver; variable in Facebook\\WebDriver\\Remote\\RemoteKeyboard
24 public function __construct(RemoteExecuteMethod $executor, WebDriver $driver, $isW3cCompliant = false) argument
H A DRemoteTargetLocator.php18 protected $driver; variable in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
22 public function __construct(RemoteExecuteMethod $executor, RemoteWebDriver $driver, $isW3cCompliant = false) argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDevToolsDriver.php22 private $driver; variable in Facebook\\WebDriver\\Chrome\\ChromeDevToolsDriver
24 public function __construct(RemoteWebDriver $driver) argument
/plugin/yuriigantt/src/
H A DJsonRequest.php40 protected $driver; variable in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
50 public function __construct(DriverInterface $driver, $csrf, $payload)
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php16 private $driver; variable in Metadata\\MetadataFactory
48 …public function __construct(DriverInterface $driver, ?string $hierarchyMetadataClass = 'Metadata\C…

123