Home
last modified time | relevance | path

Searched refs:drag (Results 26 – 50 of 110) sorted by relevance

12345

/plugin/bible/bible_douayRheims/
H A DHabacuc.txt15 …1:15. He lifted up all them with his hook, he drew them in his drag, and gathered them into his ne…
16 …1:16. Therefore will he offer victims to his drag, and he will sacrifice to his net: because throu…
/plugin/issuetracker/
H A Dtablekit.js687 Event.observe(document, 'mousemove', TableKit.Resizable.drag);
695 Event.stopObserving(document, 'mousemove', TableKit.Resizable.drag);
707 drag : function(e) { method in TableKit.Resizable
/plugin/ckgedit/ckeditor/
H A DCHANGES.md788 * [#13451](https://dev.ckeditor.com/ticket/13451): [IE8-9] Fixed: One drag&drop operation may affec…
833 …ps://dev.ckeditor.com/ticket/13003): Fixed: Anchors are uploaded when moving them by drag and drop.
837 * [#13280](https://dev.ckeditor.com/ticket/13280): [IE8] Fixed: Undo after inline widget drag&drop …
840 * [#13176](https://dev.ckeditor.com/ticket/13176): [IE8] Fixed: Errors on drag&drop of embed widget…
843 * [#13011](https://dev.ckeditor.com/ticket/13011): [IE8] Fixed: Anchors are duplicated on drag&drop…
845 * [#11976](https://dev.ckeditor.com/ticket/11976): [Chrome] Fixed: Copy&paste and drag&drop lists f…
849 * Fixed issues where IDs were lost on copy&paste and drag&drop.
1296 * [#11177](https://dev.ckeditor.com/ticket/11177): Widget drag handler improvements:
1323 * [#11086](https://dev.ckeditor.com/ticket/11086): [IE8] Re-enable inline widgets drag&drop in Inte…
1371 * [#10886](https://dev.ckeditor.com/ticket/10886): Widgets: Added tooltip to the drag handle.
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js2779 drag = [],
2786 j = drag.length;
2788 dragi = drag[j];
2822 var i = drag.length,
2825 dragi = drag[i];
2829 drag = [];
3209 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) {
3231 !drag.length && R.mousemove(dragMove).mouseup(dragUp);
3232drag.push({el: this, move_scope: move_scope, start_scope: start_scope, end_scope: end_scope});
3268 drag = [];
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1drag&&(c.drag=d.drag),d.on&&(c.on=d.on),c.dragstart=c.dragStart=f.Layout.dragStart,c.dragend=c.dra…
2drag=function(b,c){d(b)?(void 0!==b.leaves&&b.leaves.forEach(function(a){b.bounds.setXCentre(c.x),…
H A DmxWebColaAdaptor.js256 drag: doNothing
/plugin/jmol2/jmol/
H A DREADME.txt31 resized or minimized, admits drag-and-drop, has a top menu bar,
/plugin/dirtylittlehelper/
H A Dscript.js263 drag: function(event,ui){
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css88 .dmn-icon-drag:before { content: '\e81d'; } /* '' */
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css255 * drag styles
799 .djs-drag-active .djs-bendpoints * {
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddiagram-js.css255 * drag styles
799 .djs-drag-active .djs-bendpoints * {
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js7353 drag = [],
7360 j = drag.length;
7362 dragi = drag[j];
7396 var i = drag.length,
7399 dragi = drag[i];
7404 drag = [];
7687 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) {
7691 return el.drag(function (dx, dy) {
7704 !drag.length && Snap.mousemove(dragMove).mouseup(dragUp);
7705drag.push({el: el, move_scope: move_scope, start_scope: start_scope, end_scope: end_scope});
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown142 swipe | event, slick, direction | Fires after swipe/drag
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1drag","markerPos","_render_task_progress","task_text","_render_task_content","textColor","color","…
H A Ddhtmlxgantt.js13drag.id||n.drag.start_drag))return n.on_mouse_move(h),i.preventDefault&&i.preventDefault(),i.cance… class in t.exports.createTaskDND.t
/plugin/bpmnioeditor/
H A Dstyle.css245 * drag styles
314 .djs-drag-active .djs-element > .djs-hit-click-stroke {
642 .djs-drag-active .djs-bendpoints * {
/plugin/callflow/
H A Draphael.js3154 drag = [],
3161 j = drag.length;
3163 dragi = drag[j];
3197 var i = drag.length,
3200 dragi = drag[i];
3204 drag = [];
3584 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) {
3606 !drag.length && R.mousemove(dragMove).mouseup(dragUp);
3607drag.push({el: this, move_scope: move_scope, start_scope: start_scope, end_scope: end_scope});
3643 drag = [];
/plugin/advrack/
H A Draphael.js3154 drag = [],
3161 j = drag.length;
3163 dragi = drag[j];
3197 var i = drag.length,
3200 dragi = drag[i];
3204 drag = [];
3584 elproto.drag = function (onmove, onstart, onend, move_scope, start_scope, end_scope) {
3606 !drag.length && R.mousemove(dragMove).mouseup(dragUp);
3607drag.push({el: this, move_scope: move_scope, start_scope: start_scope, end_scope: end_scope});
3643 drag = [];
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md220 * `FIX`: correct target indicator for drag and drop ([#557](https://github.com/bpmn-io/dmn-js/pull/…
231 * `FEAT`: move drag'n'drop handle to top left of decision table head cells ([`518bfd5`](https://git…
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js13drag:function(e,i){t.itemDragMove(e.currentTarget,i.position.left,i.position.top)},stop:function(e… method in h._create.handleUIDraggable
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95 …h unit"},"undo":{"redo":"Redo","undo":"Undo"},"widget":{"move":"Click and drag to move","label":"%…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md145 fileListener | false | If true it observes the drag and drop feature and loads the dropped image fi…
1003 * Added: Dropbox feature which allows to drag images into the chart `fileListener: true`
/plugin/diagramsnet/lib/resources/
H A Ddia_kn.txt585 …nect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
H A Ddia_si.txt585 …nect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees
H A Ddia_sl.txt585 …nect and clone (ctrl+click to clone, shift+click to connect). Drag to connect (ctrl+drag to clone).
648 rotateTooltip=Click and drag to rotate, click to turn shape only by 90 degrees

12345