Home
last modified time | relevance | path

Searched refs:paste (Results 51 – 75 of 153) sorted by relevance

1234567

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js624 var paste = this.actions.get('paste');
627 paste.setEnabled(this.editor.graph.cellEditor.isContentEditing() ||
629 pasteHere.setEnabled(paste.isEnabled());
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md503 * `FEAT`: improve copy/paste interaction with native browser behavior
504 * `FEAT`: improve selection with copy-paste
506 * `FIX`: fix copy/paste not being possible in decision table cells and editors
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css98 .dmn-icon-paste:before { content: '\f0ea'; } /* '' */
/plugin/pgn4web/pgn4web/
H A DREADME.txt95 <!-- paste your PGN below and make sure you dont specify an external source with SetPgnUrl() -->
101 <!-- paste your PGN above and make sure you dont specify an external source with SetPgnUrl() -->
237 automatically generate some HTML code that you can cut and paste in your web
/plugin/codeprettify/code-prettify/
H A DREADME.md210 caught by copy/paste, and the line numbering is controlled by CSS in the
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt569 paste=paste
H A Ddia_ru.txt569 paste=Вставить
H A Ddia_bg.txt569 paste=Поставяне
H A Ddia_uk.txt569 paste=Вставити
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_ja.txt569 paste=貼り付け
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_he.txt569 paste=‫הדבק‬
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_ko.txt569 paste=붙여넣기
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_th.txt569 paste=วาง
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_zh-tw.txt569 paste=貼上
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_el.txt569 paste=Επικόλληση
H A Ddia_ar.txt569 paste=‫لصق‬
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_kn.txt569 paste=Paste
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_si.txt569 paste=Paste
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
H A Ddia_sl.txt569 paste=Paste
827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js1837 var paste = this.actions.get('paste');
1840 paste.setEnabled(this.editor.graph.cellEditor.isContentEditing() ||
1843 pasteHere.setEnabled(paste.isEnabled());
1925 var mxClipboardPaste = mxClipboard.paste;
1926 mxClipboard.paste = function(graph) function
/plugin/dirtylittlehelper/
H A Ddokuwiki_plugin_dirtylittlehelper.txt62 … first chart in the wiki-editor is now transferred to the live editor; the rest: copy and paste).
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorMenuBar.java.bak114 menu.add(editor.bind(mxResources.get("paste"), TransferHandler
116 "/com/mxgraph/examples/swing/images/paste.gif"));
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt86 File export.html contains a little program that shows and allows to copy and paste
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1 …\"paste\");\n cm.setSelection(start, cm.getCursor());\n },\n \"Alt-Y\": function(cm) {c…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc14040 return a.fire("paste", b)
14234 method: "paste"
14265 method: "paste",
14281 var b = q("paste");
14291 paste: 1,
14316 paste: q("paste")
14357 "paste", d(), 30, 8);
14375 method: "paste"
14569 "dialogs/paste.js"));
21327 a.execCommand("paste", {
[all …]

1234567