Home
last modified time | relevance | path

Searched refs:SHIFT (Results 26 – 40 of 40) sorted by last modified time

12

/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt7067 240E;AL # SYMBOL FOR SHIFT OUT
7068 240F;AL # SYMBOL FOR SHIFT IN
/plugin/advrack/
H A Djquery.qtip.js51 SHIFT = 'shift', variable
2465 …if(direction === SHIFT && newCorner.precedance === precedance && adjust[side] && newCorner[popposi…
2468 else if(direction !== SHIFT && adjust[side]){
2512 if(shift.left = (horizontal === SHIFT && !!adjust.left)) { shiftonly(X, LEFT, RIGHT); }
2513 if(shift.top = (vertical === SHIFT && !!adjust.top)) { shiftonly(Y, TOP, BOTTOM); }
2526 horizontal !== SHIFT || shift.top || !shift.left && !shift.top ? offset.left + this.border : 0;
2528 vertical !== SHIFT || shift.left || !shift.left && !shift.top ? offset.top + this.border : 0;
2969 isShift = type === SHIFT,
/plugin/processing/
H A Dscript.js344 SHIFT: 16, property in PConstants
1175 …codedKeys = [PConstants.SHIFT, PConstants.CONTROL, PConstants.ALT, PConstants.UP, PConstants.RIGHT…
/plugin/jmol2/jmol/
H A DCHANGES.txt294 # new feature: set picking Label now allows label offset by holding SHIFT down while dragging atom
470 # script editor -- undo/redo works (CTRL-Z, then SHIFT-CTRL-Z or CTRL-Y)
3702 # bug fix: more natural mouse SHIFT-RIGHT behavior.
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/wysiwyg/fckeditor/
H A Dfckconfig.js142 [ SHIFT + 45 /*INS*/, 'Paste' ],
144 [ SHIFT + 46 /*DEL*/, 'Cut' ],
147 [ CTRL + SHIFT + 90 /*Z*/, 'Redo' ],
152 [ CTRL + SHIFT + 83 /*S*/, 'Save' ],
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js25 …_PATH='images/';var FCK_SPACER_PATH='images/spacer.gif';var CTRL=1000;var SHIFT=2000;var ALT=4000;… variable
32 …eystrokes) A.SetKeystrokes([CTRL+86,true]);if ((SHIFT+45/*INS*/) in A.Keystrokes) A.SetKeystrokes(…
50 …ode||A.which;var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=A…
61 …this;E.OnKeystroke=FCKEnterKey_OnKeystroke;E.SetKeystrokes([[13,'Enter'],[SHIFT+13,'ShiftEnter'],[…
H A Dfckeditorcode_gecko.js25 …_PATH='images/';var FCK_SPACER_PATH='images/spacer.gif';var CTRL=1000;var SHIFT=2000;var ALT=4000;… variable
31 …eystrokes) A.SetKeystrokes([CTRL+86,true]);if ((SHIFT+45/*INS*/) in A.Keystrokes) A.SetKeystrokes(…
49 …ode||A.which;var D=0;if (A.ctrlKey||A.metaKey) D+=CTRL;if (A.shiftKey) D+=SHIFT;if (A.altKey) D+=A…
60 …this;E.OnKeystroke=FCKEnterKey_OnKeystroke;E.SetKeystrokes([[13,'Enter'],[SHIFT+13,'ShiftEnter'],[…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js45 [ SHIFT + 13, 'ShiftEnter' ],
H A Dfckkeystrokehandler.js86 keyModifiers += SHIFT ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js92 if ( ( SHIFT + 45 /*INS*/ ) in oKeystrokeHandler.Keystrokes )
93 oKeystrokeHandler.SetKeystrokes( [ SHIFT + 45, true ] ) ;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckconstants.js51 var SHIFT = 2000 ; variable

12