Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 91) sorted by relevance

1234

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverEventListener.php13 * @param EventFiringWebDriver $driver
15 public function beforeNavigateTo($url, EventFiringWebDriver $driver); argument
19 * @param EventFiringWebDriver $driver
21 public function afterNavigateTo($url, EventFiringWebDriver $driver); argument
24 * @param EventFiringWebDriver $driver
26 public function beforeNavigateBack(EventFiringWebDriver $driver); argument
29 * @param EventFiringWebDriver $driver
31 public function afterNavigateBack(EventFiringWebDriver $driver); argument
34 * @param EventFiringWebDriver $driver
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 DWebDriverExpectedCondition.php46 function (WebDriver $driver) use ($title) {
47 return $title === $driver->getTitle();
61 function (WebDriver $driver) use ($title) {
62 return mb_strpos($driver->getTitle(), $title) !== false;
76 function (WebDriver $driver) use ($titleRegexp) {
77 return (bool) preg_match($titleRegexp, $driver->getTitle());
91 function (WebDriver $driver) use ($url) {
92 return $url === $driver->getCurrentURL();
106 function (WebDriver $driver) use ($url) {
107 return mb_strpos($driver
[all...]
H A DWebDriverDispatcher.php16 protected $driver; variable in Facebook\\WebDriver\\WebDriverDispatcher
19 * this is needed so that EventFiringWebElement can pass the driver to the
22 * @param EventFiringWebDriver $driver
25 public function setDefaultDriver(EventFiringWebDriver $driver) argument
27 $this->driver = $driver;
37 return $this->driver;
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
30 $this->driver = $driver;
36 * Calls the function provided with the driver as an argument until the return value is not falsey.
54 $ret_val = call_user_func($func_or_ec->getApply(), $this->driver);
56 $ret_val = call_user_func($func_or_ec, $this->driver);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.select.php55 function show(&$driver) { argument
64 function show_field(&$driver) { argument
89 $this->show_button($driver);
103 $driver->closepath();
104 $driver->fill();
107 $driver->setrgbcolor(0,0,0);
112 $driver->closepath();
113 $driver->stroke();
116 $driver->setrgbcolor(0,0,0);
122 $driver->closepath();
[all …]
H A Dbox.img.php159 function show_fixed(&$driver) { argument
160 return $this->show($driver);
177 function show(&$driver) { argument
178 $driver->save();
183 $driver->setlinewidth(0.1);
188 $driver->closepath();
189 $driver->stroke();
196 $driver->closepath();
197 $driver->clip();
215 $driver->restore();
[all …]
H A Dbackground.image.php92 $media =& $driver->get_media();
104 $driver->save();
115 $driver->moveto($left, $top);
116 $driver->lineto($right, $top);
117 $driver->lineto($right, $bottom);
118 $driver->lineto($left, $bottom);
119 $driver->closepath();
120 $driver->clip();
179 $driver->image($this->_image,
188 $driver->image_rx($this->_image,
[all …]
H A Dbox.checkbutton.php172 function show(&$driver) { argument
188 $driver->setrgbcolor(0,0,0);
189 $driver->setlinewidth(0.25);
190 $driver->moveto($x - $size, $y + $size);
191 $driver->lineto($x + $size, $y + $size);
192 $driver->lineto($x + $size, $y - $size);
194 $driver->closepath();
195 $driver->stroke();
203 $driver->field_checkbox($x - $size,
219 $driver->stroke();
[all …]
H A Dbox.text.php341 function reflow_text(&$driver) { argument
437 function show(&$driver) { argument
462 function _showText(&$driver) { argument
472 parent::show($driver);
501 $status = $driver->setfont($this->_get_font_name($driver, $i),
517 $status = $driver->setfont($this->_get_font_name($driver, $index),
542 $status = $driver->setfont($this->_get_font_name($driver, $i),
562 parent::show($driver);
586 $status = $driver->setfont($this->_get_font_name($driver, $i),
611 $status = $driver->setfont($this->_get_font_name($driver, $i),
[all …]
H A Dbox.note-call.class.php132 function reflow_text(&$driver) { argument
133 $this->_note_content->reflow_text($driver);
135 $this->_note_call_box->reflow_text($driver);
139 function _getFootnoteHeight(&$driver) { argument
140 if ($driver->getFootnoteCount() == 0) {
154 function show(&$driver) { argument
160 $driver->setFootnoteAreaHeight($driver->getFootnoteAreaHeight() + $footnote_height);
161 $driver->setFootnoteCount($driver->getFootnoteCount() + 1);
173 $this->_note_call_box->show_fixed($driver);
178 function show_footnote(&$driver, $x, $y) { argument
[all …]
H A Dbox.button.php93 * @param OutputDriver $driver The output driver object
95 function _render_field(&$driver) { argument
96 $driver->field_pushbutton($this->get_left_padding(),
105 * @param OutputDriver $driver The output driver object
109 function show(&$driver) { argument
122 $status = GenericContainerBox::show($driver);
123 $this->_render_field($driver);
125 $status = GenericContainerBox::show($driver);
H A Dbox.block.php372 function show(&$driver) { argument
379 return parent::show($driver);
382 function show_postponed(&$driver) { argument
383 return parent::show($driver);
393 * @param OutputDriver $driver The output device driver object
395 function show_fixed(&$driver) { argument
407 $vertical_offset = $driver->getPageMaxHeight() / 100 * $top->getPercentage();
431 $horizontal_offset = $driver->getPageWidth() / 100 * $left->getPercentage();
451 $this->moveto($driver->getPageLeft() + $horizontal_offset,
452 $driver->getPageTop() - $vertical_offset);
[all …]
H A Dvalue.background.php93 * @param OutputDriver $driver Output driver to be used
99 function show(&$driver, &$box) { argument
110 $this->_color->apply($driver);
111 $driver->moveto($box->get_left_background(), $box->get_top_background());
112 $driver->lineto($box->get_right_background(), $box->get_top_background());
113 $driver->lineto($box->get_right_background(), $box->get_bottom_background());
114 $driver->lineto($box->get_left_background(), $box->get_bottom_background());
115 $driver->closepath();
116 $driver->fill();
124 $this->_image->show($driver, $box, $this->_repeat, $this->_position, $this->_attachment);
H A Dstrategy.link.rendering.normal.php7 function apply(&$box, &$driver) { argument
11 $driver->add_link($box->get_left(),
17 if (isset($driver->anchors[substr($link_target,1)])) {
18 $anchor = $driver->anchors[substr($link_target,1)];
19 $driver->add_local_link($box->get_left(),
H A Dbox.radiobutton.php92 function show(&$driver) { argument
101 $driver->setlinewidth(0.25);
102 $driver->circle($x, $y, $size);
103 $driver->stroke();
111 $driver->field_radio($x - $size,
123 $driver->circle($x, $y, $check_size);
124 $driver->fill();
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php19 $driver
27 $driver
47 $driver
55 $driver
75 $driver
116 $driver
146 $driver
161 $driver
166 $driver
171 $driver
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebDriver.php22 protected $driver; variable in Facebook\\WebDriver\\Support\\Events\\EventFiringWebDriver
30 * @param WebDriver $driver
33 public function __construct(WebDriver $driver, WebDriverDispatcher $dispatcher = null) argument
39 $this->driver = $driver;
55 return $this->driver;
68 $this->driver->get($url);
89 foreach ($this->driver->findElements($by) as $element) {
112 $element = $this->newElement($this->driver->findElement($by));
131 if (!$this->driver instanceo
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DDriverChainTest.php15 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
16 $driver
21 $chain = new DriverChain([$driver]);
47 $driver = new DriverChain([]);
48 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
50 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
51 $driver
56 $driverChain = new DriverChain([$driver]);
57 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
63 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
[all …]
H A DAbstractFileDriverTest.php21 private $driver; variable in Metadata\\Tests\\Driver\\AbstractFileDriverTest
26 $this->driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
42 $this->driver
48 $this->assertSame($metadata, $this->driver->loadMetadataForClass($class));
60 $this->assertSame(null, $this->driver->loadMetadataForClass($class));
72 $this->assertSame(['\stdClass'], $this->driver->getAllClassNames($class));
80 $driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
85 $driver->getAllClassNames($class);
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DDriverChain.php24 public function addDriver(DriverInterface $driver): void argument
26 $this->drivers[] = $driver;
31 foreach ($this->drivers as $driver) {
32 if (null !== $metadata = $driver->loadMetadataForClass($class)) {
46 foreach ($this->drivers as $driver) {
47 if (!$driver instanceof AdvancedDriverInterface) {
52 get_class($driver)
56 $driverClasses = $driver->getAllClassNames();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php18 protected $driver; variable in Facebook\\WebDriver\\Remote\\RemoteTargetLocator
22 public function __construct(RemoteExecuteMethod $executor, RemoteWebDriver $driver, $isW3cCompliant = false) argument
25 $this->driver = $driver;
37 return $this->driver;
75 return $this->driver;
81 * @return RemoteWebDriver This driver focused on the parent frame
87 return $this->driver;
104 return $this->driver;
108 * Creates a new browser window and switches the focus for future commands of this driver t
[all...]
H A DRemoteExecuteMethod.php10 private $driver; variable in Facebook\\WebDriver\\Remote\\RemoteExecuteMethod
13 * @param RemoteWebDriver $driver
15 public function __construct(RemoteWebDriver $driver) argument
17 $this->driver = $driver;
27 return $this->driver->execute($command_name, $parameters);
/plugin/yuriigantt/src/
H A DJsonRequest.php40 protected $driver; variable in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
46 * @param DriverInterface $driver
50 public function __construct(DriverInterface $driver, $csrf, $payload) argument
53 $this->driver = $driver;
79 $this->driver->open($this->payload->pageId);
84 $task = $this->driver->addTask(new Task($this->payload->data));
87 $link = $this->driver->addLink(new Link($this->payload->data));
94 $this->driver->deleteTask($this->payload->id);
97 $this->driver->deleteLink($this->payload->id);
104 $this->driver->updateTask(new Task($this->payload->data));
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php66 $driver = $pdo->getAttribute(PDO::ATTR_DRIVER_NAME); variable
68 switch($driver) {
77 echo "Error: unsupported driver: " . $driver . "\n";
99 switch($driver) {
187 switch($driver) {
218 switch($driver) {
263 switch($driver) {
319 switch($driver) {
366 switch($driver) {
386 switch($driver) {
[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
26 $this->driver = $driver;
40 return $this->driver->executeCustomCommand(

1234