Home
last modified time | relevance | path

Searched refs:drop (Results 26 – 50 of 178) sorted by path

12345678

/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table-controls.css14 --drag-and-drop-handle-color: var(--color-grey-225-10-55);
15 --drag-and-drop-handle-hover-color: var(--color-grey-225-10-15);
191 /* drag and drop */
197 color: var(--drag-and-drop-handle-hover-color);
209 color: var(--drag-and-drop-handle-color);
H A Ddmn-js-decision-table.css13 --drag-and-drop-drag-color: var(--color-grey-225-10-55);
14 --drag-and-drop-drop-marker-color: var(--color-grey-225-10-35);
571 /* drag and drop */
577 background-color: var(--drag-and-drop-drop-marker-color);
611 color: var(--drag-and-drop-drag-color);
/plugin/bpmnioeditor/
H A Dstyle.css77 --shape-drop-allowed-fill-color: var(--color-f6f6f6);
121 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
126 fill: var(--shape-drop-allowed-fill-color) !important;
129 svg.drop-not-ok {
138 .djs-connection.drop-ok .djs-visual > :nth-child(1) {
139 stroke: var(--shape-drop-allowed-fill-color) !important;
143 .djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
147 .drop-not-ok,
158 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
691 .drop-ok .djs-bendpoint,
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css72 --shape-drop-allowed-fill-color: var(--color-f6f6f6);
116 .djs-shape.drop-not-ok .djs-visual > :nth-child(1) {
121 fill: var(--shape-drop-allowed-fill-color) !important;
124 svg.drop-not-ok {
133 .djs-connection.drop-ok .djs-visual > :nth-child(1) {
134 stroke: var(--shape-drop-allowed-fill-color) !important;
138 .djs-connection.drop-not-ok .djs-visual > :nth-child(1) {
142 .drop-not-ok,
153 .djs-frame.drop-not-ok .djs-visual > :nth-child(1) {
686 .drop-ok .djs-bendpoint,
[all …]
/plugin/btable2/
H A DREADME.md6 btable2 is a drop-in-replacement. uninstall btable, install btable2. All old polls will stay as the…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md290 … It is not possible to prevent the [`editor.drop`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor…
342 * [#13453](http://dev.ckeditor.com/ticket/13453): Fixed: Drag&drop of entire editor content throws …
369 * [#13184](http://dev.ckeditor.com/ticket/13184): Fixed: Web page reloaded after a drop on editor U…
370 * [#13129](http://dev.ckeditor.com/ticket/13129) Fixed: Block widget blurred after a drop followed …
413 …tp://dev.ckeditor.com/ticket/13003): Fixed: Anchors are uploaded when moving them by drag and drop.
417 * [#13280](http://dev.ckeditor.com/ticket/13280): [IE8] Fixed: Undo after inline widget drag&drop t…
420 * [#13176](http://dev.ckeditor.com/ticket/13176): [IE8] Fixed: Errors on drag&drop of embed widgets.
429 * Fixed issues where IDs were lost on copy&paste and drag&drop.
489 * [#12006](http://dev.ckeditor.com/ticket/12006): Fixed: Drag and drop of nested block widgets.
579 …747): [IE8-10] Fixed: Opening a drop-down for a specific selection when the editor is maximized re…
[all …]
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Dtoolbar.css50 cursor: no-drop;
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop
/plugin/ckgedit/ckeditor/
H A DCHANGES.md710 … possible to prevent the [`editor.drop`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_e…
762 * [#13453](https://dev.ckeditor.com/ticket/13453): Fixed: Drag&drop of entire editor content throws…
789 * [#13184](https://dev.ckeditor.com/ticket/13184): Fixed: Web page reloaded after a drop on editor …
790 * [#13129](https://dev.ckeditor.com/ticket/13129) Fixed: Block widget blurred after a drop followed…
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…
849 * Fixed issues where IDs were lost on copy&paste and drag&drop.
909 * [#12006](https://dev.ckeditor.com/ticket/12006): Fixed: Drag and drop of nested block widgets.
999 …747): [IE8-10] Fixed: Opening a drop-down for a specific selection when the editor is maximized re…
[all …]
H A Dckeditor.js.unc14037 … if (CKEDITOR.env.gecko && "drop" == b.method && a.toolbox) a.once("afterPaste", function() {
14476 method: "drop"
14488 method: "drop"
14534 e.attachListener(f, "drop", function(c) {
14545 e.attachListener(a, "drop", b.initDragDataTransfer, b, null, 1);
14546 e.attachListener(a, "drop", function(e) {
14714 method: "drop",
24541 b.attachListener(b, "drop", c.ignoreInputEventListener, c, null, 999);
25345 b.on("drop", function(c) {
25732 … CKEDITOR.tools.isEmpty(e.visible) || (c = d.getRange(c[0]), this.focus(), f.fire("drop", {
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Dtoolbar.css50 cursor: no-drop;
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md18 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
21 - **menu.css**: the file contains styles of all editor menus including context menu and button drop
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md26 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
29 - **menu.css**: the file contains styles of all editor menus including context menu and button drop
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md28 - **panel.css**: the file contains styles of the rich combo drop-down, it's not loaded
31 - **menu.css**: the file contains styles of all editor menus including context menu and button drop
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …anspose\", null],\n \"↑\": [\"first\", \"take\"],\n \"↓\": [null, \"drop\"],\n \"⊂\": [\"…
H A Dclojure.min.js.map1 …ouble\", \"double-array\",\n \"double?\", \"doubles\", \"drop\", \"drop-last\", \"drop-while\…
H A Dcss.min.js.map1drop-initial-after-adjust\", \"drop-initial-after-align\",\n \"drop-initial-before-adjust\", \"
H A Dcypher.min.js.map1drop\", \"else\", \"end\", \"ends\", \"explain\", \"false\", \"fieldterminator\", \"foreach\", \"f…
H A Dhaskell.min.js.map1 …h\", \"curry\",\n \"cycle\", \"decodeFloat\", \"div\", \"divMod\", \"drop\", \"dropWhile\", \…
H A Dsas.min.js.map1 …splay distinct dkricond dkrocond dlm dnum do dopen doptname doptnum dread drop dropnote dsname dsn…
H A Dsparql.min.js.map1 … \"data\", \"copy\", \"to\", \"move\", \"add\", \"create\", \"drop\", \"clear\", \"loa…
H A Dsql.min.js.map1drop from group having in insert into is join like not on or order select set table union update v…
H A Dstylus.min.js.map1drop-initial-after-adjust\",\"drop-initial-after-align\",\"drop-initial-before-adjust\",\"drop-ini…
H A Dwast.min.js.map1 …egex: /mut|nop|block|if|then|else|loop|br_if|br_table|br|call(_indirect)?|drop|end|return(_call(_i…

12345678