Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 56) sorted by relevance

123

/plugin/jcapture/src/com/hammurapi/jcapture/
DComponentResizer.java54 private Point pressed; field in ComponentResizer
303 pressed = e.getPoint(); in mousePressed()
304 SwingUtilities.convertPointToScreen(pressed, source); in mousePressed()
349 changeBounds(source, direction, bounds, pressed, dragged); in mouseDragged()
353 Rectangle bounds, Point pressed, Point current) { in changeBounds() argument
364 int drag = getDragDistance(pressed.x, current.x, snapSize.width); in changeBounds()
374 int drag = getDragDistance(pressed.y, current.y, snapSize.height); in changeBounds()
386 int drag = getDragDistance(current.x, pressed.x, snapSize.width); in changeBounds()
395 int drag = getDragDistance(current.y, pressed.y, snapSize.height); in changeBounds()
DComponentMover.java46 private Point pressed; field in ComponentMover
252 pressed = e.getLocationOnScreen(); in setupForDragging()
277 int dragX = getDragDistance(dragged.x, pressed.x, snapSize.width); in mouseDragged()
278 int dragY = getDragDistance(dragged.y, pressed.y, snapSize.height); in mouseDragged()
/plugin/panoview/
H A Dscript.js111 this.pressed = false;
810 activate: function (pressed) { argument
811 this.pressed = pressed;
812 … this.surface.style.cursor = (pressed ? PanoJS.GRABBING_MOUSE_CURSOR : PanoJS.GRAB_MOUSE_CURSOR);
813 this.surface.onmousemove = (pressed ? PanoJS.mouseMovedHandler : function () {
874 if (self.pressed) {
/plugin/datepicker/
Dstyle.css71 .calendar thead .active { /* Active (pressed) buttons in header */
113 .calendar tbody td.active { /* Active (pressed) cells <TD> */
167 .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
/plugin/backup/
DCHANGELOG.md31 … may be issues with the plugin, and force an "I Understand" button to be pressed to show the plugin
/plugin/fckg/
Dstyle.css232 #keyboardInputMaster thead tr th span.pressed,
234 #keyboardInputMaster tbody tr td table tbody tr td.pressed {
/plugin/vkeyboard/
Dstyle.css224 #keyboardInputMaster thead tr th span.pressed,
226 #keyboardInputMaster tbody tr td table tbody tr td.pressed {
Dvkeyboard.js.unc153 // corresponding modifier key (Shift or AltGr) is pressed.
985 // - The property name is the letter pressed after the diacritic.
1166 if (self.VKI_isIE) this.className = this.className.replace(/ ?(hover|pressed) ?/g, "");
1170 if (self.VKI_isIE) this.className += " pressed";
1174 if (self.VKI_isIE) this.className = this.className.replace(/ ?pressed ?/g, "");
1527 if (this.VKI_altgr) className.push("pressed");
1530 if (this.VKI_altgrlock) className.push("pressed");
1533 if (this.VKI_shift) className.push("pressed");
1536 if (this.VKI_shiftlock) className.push("pressed");
1555 if (character == this.VKI_dead) className.push("pressed");
/plugin/bootswrapper/exe/help/
Dbutton.txt89 Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active…
Dmodal.txt122 | ''keyboard'' | ''true'' | ''true'' ''false'' | Closes the modal when escape key is pressed |
/plugin/jdraw/src/com/mxgraph/examples/swing/
DUserObject.java.bak186 // Stops editing after enter has been pressed instead
/plugin/jsoneditor/demo/
Djsoneditor_plugin.txt56 …ta' will be stored into 'inline_data' when 'Validate and Save' button is pressed. If set to any ot…
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/flowplay/flowplayer/
DREADME.txt95 when the mouse button was pressed down.
/plugin/edittable/lib/
Dhandsontable.full.js42753 pressed: void 0, property
43250 … if (!selection || !isHeaderSelection || priv.pressed || event.button !== 0 || isSortingElement) {
43251 priv.pressed = false;
43273 priv.pressed = true;
43300 priv.pressed = false;
43317 if (!priv.pressed) {
43351 if (!selectedRange || !priv.pressed) {
43380 priv.pressed = false;
43752 _this.pressed = null;
44044 if (!this.pressed) {
[all …]
/plugin/zwidoku/files/
H A Djs.js1pressed:void 0,disallowMoving:void 0,target:{eventPageX:void 0,coords:void 0,TD:void 0,col:void 0}…
/plugin/botmon/lang/en/
H A Dwordlist.txt1673 pressed 2
/plugin/jsontable/script/
Dhandsontable.full.min.js35pressed:void 0,disallowMoving:void 0,target:{eventPageX:void 0,coords:void 0,TD:void 0,col:void 0}…
/plugin/flowplay2/flowplayer/
DREADME.txt267 when the mouse button was pressed down.
/plugin/pgn4web/pgn4web/
DREADME.txt345 allow for execution of custom commands when shift + a number key is pressed:
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md144 keyListener | false | If true it observes the pressed keys to undo/redo the annotations
/plugin/ckgedit/ckeditor/
DCHANGES.md160 …/ckeditor-dev/issues/1816): Fixed: Table breaks when <kbd>Enter</kbd> is pressed over the [Table S…
414 …): [Firefox] Fixed: <kbd>Enter</kbd> key breaks the table structure when pressed in a table select…
968 …/11982): Fixed: Bullet added in a wrong position after the *Enter* key is pressed in a nested list.
1162 …. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (e…
1295 … menu button will have a changed label when selected instead of using the `aria-pressed` attribute.
1354 * [#10055](https://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected i…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1pressed","mapped","prefixLen","pressedPrefix","mappedPrefix","cur1","cur2","arguments","apply","ca…
/plugin/ckgdoku/ckeditor/
DCHANGES.md548 …/11982): Fixed: Bullet added in a wrong position after the *Enter* key is pressed in a nested list.
742 …. **Note:** This patch only covers cases when *Backspace* or *Delete* is pressed on a collapsed (e…
875 … menu button will have a changed label when selected instead of using the `aria-pressed` attribute.
934 * [#10055](http://dev.ckeditor.com/ticket/10055): [IE8-10] Fixed: *Delete* pressed on a selected im…
/plugin/bible/bible_douayRheims/
D2_Corinthians.txt8 …ant, brethren, of our tribulation which came to us in Asia: that we were pressed out of measure ab…

123