Home
last modified time | relevance | path

Searched refs:mouse (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php25 protected $mouse; variable in Facebook\\WebDriver\\Interactions\\WebDriverActions
35 $this->mouse = $driver->getMouse();
57 new WebDriverClickAction($this->mouse, $element)
73 new WebDriverClickAndHoldAction($this->mouse, $element)
89 new WebDriverContextClickAction($this->mouse, $element)
105 new WebDriverDoubleClickAction($this->mouse, $element)
121 new WebDriverClickAndHoldAction($this->mouse, $source)
124 new WebDriverMouseMoveAction($this->mouse, $target)
127 new WebDriverButtonReleaseAction($this->mouse, $target)
144 new WebDriverClickAndHoldAction($this->mouse,
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverMouseAction.php9 * Base class for all mouse-related actions.
16 protected $mouse; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverMouseAction
23 * @param WebDriverMouse $mouse
26 public function __construct(WebDriverMouse $mouse, WebDriverLocatable $location_provider = null) argument
28 $this->mouse = $mouse;
46 $this->mouse->mouseMove($this->locationProvider);
H A DWebDriverKeysRelatedAction.php21 protected $mouse; variable in Facebook\\WebDriver\\Interactions\\Internal\\WebDriverKeysRelatedAction
29 * @param WebDriverMouse $mouse
34 WebDriverMouse $mouse, argument
38 $this->mouse = $mouse;
45 $this->mouse->click($this->locationProvider->getCoordinates());
H A DWebDriverMoveToOffsetAction.php21 * @param WebDriverMouse $mouse
27 WebDriverMouse $mouse, argument
32 parent::__construct($mouse, $location_provider);
39 $this->mouse->mouseMove(
H A DWebDriverSendKeysAction.php19 * @param WebDriverMouse $mouse
25 WebDriverMouse $mouse, argument
29 parent::__construct($keyboard, $mouse, $location_provider);
H A DWebDriverSingleKeyAction.php37 WebDriverMouse $mouse, argument
41 parent::__construct($keyboard, $mouse, $location_provider);
H A DWebDriverContextClickAction.php14 $this->mouse->contextClick($this->getActionLocation());
H A DWebDriverDoubleClickAction.php11 $this->mouse->doubleClick($this->getActionLocation());
H A DWebDriverMouseMoveAction.php11 $this->mouse->mouseMove($this->getActionLocation());
H A DWebDriverButtonReleaseAction.php8 * Move to the location and then release the mouse key.
14 $this->mouse->mouseUp($this->getActionLocation());
H A DWebDriverClickAction.php11 $this->mouse->click($this->getActionLocation());
H A DWebDriverClickAndHoldAction.php14 $this->mouse->mouseDown($this->getActionLocation());
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js24 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument
48 var rxDist = mouse.x - rightX ;
370 var mouse = { "x" : evt.clientX, "y" : evt.clientY } ; class in FCKDragTableHandler._MouseDragHandler
377 mouse.x += offset.x ;
378 mouse.y += offset.y ;
382 if ( mouse.x >= this._MaximumX - 5 )
383 mouse.x = this._MaximumX - 5 ;
384 if ( mouse.x <= this._MinimumX + 5 )
385 mouse.x = this._MinimumX + 5 ;
389 this._LastX = mouse.x ;
[all …]
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js25 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument
49 var rxDist = mouse.x - rightX ;
370 var mouse = { "x" : evt.clientX, "y" : evt.clientY } ; class in FCKDragTableHandler._MouseDragHandler
377 mouse.x += offset.x ;
378 mouse.y += offset.y ;
382 if ( mouse.x >= this._MaximumX - 5 )
383 mouse.x = this._MaximumX - 5 ;
384 if ( mouse.x <= this._MinimumX + 5 )
385 mouse.x = this._MinimumX + 5 ;
389 this._LastX = mouse.x ;
[all …]
/plugin/eventline/
H A Dsyntax.php98 if (isset($data['mouse']))
99 $mouse = $data['mouse'];
101 $mouse = $this->getConf('mouse');
198 $str .= 'var plugin_eventline_mouse = "'.$mouse.'";';
H A Dtimeline.js15 mouse = plugin_eventline_mouse;
42 theme.mousewheel = mouse;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java144 protected Point mouse = new Point(); field in EditorRuler
372 Point old = mouse; in updateMousePosition()
373 mouse = pt; in updateMousePosition()
375 repaint(mouse.x, mouse.y); in updateMousePosition()
559 g.drawLine(mouse.x, rulerSize, mouse.x, 0); in paintComponent()
563 g.drawLine(rulerSize, mouse.y, 0, mouse.y); in paintComponent()
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java59 private boolean mouse = true; field in CaptureConfig
124 return mouse; in isMouse()
127 public void setMouse(boolean mouse) { in setMouse() argument
128 this.mouse = mouse; in setMouse()
181 if (mouse && recordingRectangle.contains(mouseLocation)) { in createScreenShot()
293mouse=Boolean.parseBoolean(properties.getProperty(MOUSE_PROPERTY, String.valueOf(mouse))); in load()
349 properties.setProperty(MOUSE_PROPERTY, String.valueOf(mouse)); in store()
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php35 protected $mouse; variable in Facebook\\WebDriver\\Remote\\RemoteWebDriver
452 if (!$this->mouse) {
453 $this->mouse = new RemoteMouse($this->getExecuteMethod(), $this->isW3cCompliant);
456 return $this->mouse;
/plugin/advanced/lang/en/config/
H A Dacronyms.txt3 …ically. You can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip…
/plugin/confmanager/lang/en/
H A Dacronyms.txt1 …m> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip…
/plugin/outliner/
H A Dprint.css37 /* Left marker - shown (shown on mouse hover) */
43 /* Left marker - hidden (shown on mouse hover) */
/plugin/copycode/
H A DREADME.md23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons)
27 - Adds functionnality and code logic for new mouse actions
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js245 var mouse = domHelpers.getRelativeEventPosition(event, container);
247 mouse.y += containerPos.y; // to fix margin collapsing
248 tooltip.top = mouse.y;
249 tooltip.left = mouse.x;
272 if (mouse.x >= tooltip.left && mouse.x <= tooltip.right) {
273 tooltip.left = mouse.x - tooltip.width - offsetX;
276 if (mouse.y >= tooltip.top && mouse.y <= tooltip.bottom) {
277 tooltip.top = mouse.y - tooltip.height - offsetY;
/plugin/p2ilinkaction/
H A Dplugin.info.txt6 …lize links of your website by just one click installation. When user move mouse over the text link…

12345678910>>...21