| /plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/ |
| H A D | WebDriverActions.php | 25 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, $source) [all …]
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/ |
| H A D | WebDriverMouseAction.php | 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 D | WebDriverKeysRelatedAction.php | 21 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 D | WebDriverMoveToOffsetAction.php | 21 * @param WebDriverMouse $mouse 27 WebDriverMouse $mouse, argument 32 parent::__construct($mouse, $location_provider); 39 $this->mouse->mouseMove(
|
| H A D | WebDriverSendKeysAction.php | 19 * @param WebDriverMouse $mouse 25 WebDriverMouse $mouse, argument 29 parent::__construct($keyboard, $mouse, $location_provider);
|
| H A D | WebDriverSingleKeyAction.php | 37 WebDriverMouse $mouse, argument 41 parent::__construct($keyboard, $mouse, $location_provider);
|
| H A D | WebDriverClickAction.php | 11 $this->mouse->click($this->getActionLocation());
|
| H A D | WebDriverMouseMoveAction.php | 11 $this->mouse->mouseMove($this->getActionLocation());
|
| H A D | WebDriverDoubleClickAction.php | 11 $this->mouse->doubleClick($this->getActionLocation());
|
| H A D | WebDriverButtonReleaseAction.php | 14 $this->mouse->mouseUp($this->getActionLocation());
|
| H A D | WebDriverContextClickAction.php | 14 $this->mouse->contextClick($this->getActionLocation());
|
| H A D | WebDriverClickAndHoldAction.php | 14 $this->mouse->mouseDown($this->getActionLocation());
|
| /plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 25 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument 49 var rxDist = mouse.x - rightX ; 50 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ; 76 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ; 370 var mouse = { "x" : evt.clientX, "y" : evt.clientY } ; variable 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 ) [all …]
|
| /plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
| D | fckplugin.js | 24 "_GetBorderCells" : function( w, tableNode, tableMap, mouse ) argument 48 var rxDist = mouse.x - rightX ; 49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ; 75 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ; 370 var mouse = { "x" : evt.clientX, "y" : evt.clientY } ; variable 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 ) [all …]
|
| /plugin/eventline/ |
| D | syntax.php | 98 if (isset($data['mouse'])) 99 $mouse = $data['mouse']; 101 $mouse = $this->getConf('mouse'); 198 $str .= 'var plugin_eventline_mouse = "'.$mouse.'";';
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorRuler.java | 144 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/ |
| D | CaptureConfig.java | 59 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() 293 … mouse=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 D | RemoteWebDriver.php | 35 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/ |
| D | acronyms.txt | 3 …ically. You can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip…
|
| /plugin/confmanager/lang/en/ |
| D | acronyms.txt | 1 …m> tag, you can hover your mouse on an abbreviation to see a short explanation, shown as a tooltip…
|
| /plugin/outliner/ |
| D | print.css | 37 /* Left marker - shown (shown on mouse hover) */ 43 /* Left marker - hidden (shown on mouse hover) */
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
| D | dhtmlxgantt_tooltip.js | 245 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/ |
| D | plugin.info.txt | 6 …lize links of your website by just one click installation. When user move mouse over the text link…
|
| /plugin/openlayersmap/lang/en/ |
| D | help.txt | 4 == mouse/touch operation == 5 * **moving** by grabbing the map with a mouse-click you can move the map around
|
| /plugin/copycode/ |
| D | README.md | 23 - Fix : commented an alert on unused mouse key clic (like previous or next buttons) 27 - Adds functionnality and code logic for new mouse actions
|