/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalKeyListener.java | 73 private ClipboardManager clipboard = null; field in TerminalKeyListener 360 if (clipboard != null) { in onKey() 364 clipboard.setText(copiedText); in onKey() 490 public void setClipboardManager(ClipboardManager clipboard) { in setClipboardManager() argument 491 this.clipboard = clipboard; in setClipboardManager()
|
D | TerminalBridge.java | 103 private ClipboardManager clipboard; field in TerminalBridge 468 clipboard = (ClipboardManager) parent.getContext().getSystemService(Context.CLIPBOARD_SERVICE); in parentChanged() 469 keyListener.setClipboardManager(clipboard); in parentChanged()
|
/external/python/cpython2/Lib/idlelib/ |
D | help.txt | 36 Cut -- Copy a selection into system-wide clipboard, 38 Copy -- Copy selection into system-wide clipboard 39 Paste -- Insert system-wide clipboard into window 125 Cut -- Copy a selection into system-wide clipboard, 127 Copy -- Copy selection into system-wide clipboard 128 Paste -- Insert system-wide clipboard into window 134 Cut -- Copy a selection into system-wide clipboard, 136 Copy -- Copy selection into system-wide clipboard 137 Paste -- Insert system-wide clipboard into window 170 Control-k kill line (but doesn't put it in clipboard)
|
/external/perfetto/ui/src/frontend/ |
D | clipboard.ts | 19 await(navigator as any).clipboard.writeText(text);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | LogcatViewer.java | 143 ClipboardManager clipboard = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE); in onOptionsItemSelected() local 144 clipboard.setText(getAsString()); in onOptionsItemSelected()
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
D | ConsoleActivity.java | 105 protected ClipboardManager clipboard; field in ConsoleActivity 261 clipboard = (ClipboardManager) getSystemService(CLIPBOARD_SERVICE); in onCreate() 497 clipboard.setText(copiedText); in onCreate() 698 if (clipboard.hasText() && sessionOpen) { in onCreateContextMenu() 723 String clip = clipboard.getText().toString(); in onContextItemSelected()
|
/external/python/cpython2/Doc/library/ |
D | idle.rst | 108 Copy selection into the system-wide clipboard; then delete the selection. 111 Copy selection into the system-wide clipboard. 114 Insert contents of the system-wide clipboard into the current window. 116 The clipboard functions are also available in context menus. 316 Context menus have the standard clipboard functions also on the Edit menu. 319 Copy selection into the system-wide clipboard; then delete the selection. 322 Copy selection into the system-wide clipboard. 325 Insert contents of the system-wide clipboard into the current window. 367 * :kbd:`C-k` kill line (but doesn't put it in clipboard)
|
D | othergui.rst | 39 low-level device context drawing, drag and drop, system clipboard access,
|
D | carbon.rst | 481 clipboard operations. 491 Macintosh. It can be use for both inter- and intra-application clipboard
|
/external/jline/src/src/main/resources/jline/ |
D | keybindings-mac.properties | 54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
D | keybindings.properties | 54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
D | windowsbindings.properties | 55 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
|
/external/ImageMagick/coders/ |
D | Make.com | 34 $call Make clipboard.c 152 $library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, -
|
D | Makefile.am | 81 MAGICKCORE_GDI32_MODULES = coders/clipboard.la coders/emf.la 82 MAGICKCORE_GDI32_SRCS = coders/clipboard.c coders/emf.c 239 coders/clipboard.h \ 561 coders_clipboard_la_SOURCES= coders/clipboard.c
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Finder_Basics.py | 73 clipboard = _Prop_clipboard() variable
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleReader.java | 801 Clipboard clipboard; in paste() local 803 clipboard = Toolkit.getDefaultToolkit().getSystemClipboard(); in paste() 808 if (clipboard == null) { in paste() 812 Transferable transferable = clipboard.getContents(null); in paste()
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 116 Copy selection into the system-wide clipboard; then delete the selection. 119 Copy selection into the system-wide clipboard. 122 Insert contents of the system-wide clipboard into the current window. 124 The clipboard functions are also available in context menus. 333 Context menus have the standard clipboard functions also on the Edit menu. 336 Copy selection into the system-wide clipboard; then delete the selection. 339 Copy selection into the system-wide clipboard. 342 Insert contents of the system-wide clipboard into the current window. 411 * :kbd:`C-k` kill line (but doesn't put it in clipboard) 765 It can also be sent to the clipboard or a separate view window by
|
D | othergui.rst | 46 low-level device context drawing, drag and drop, system clipboard access,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 133 Object clipboard = null; in getClipboardManager() local 136 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager() 139 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager() 141 mClipboard = (ClipboardManager) clipboard; in getClipboardManager()
|
/external/skqp/site/dev/contrib/ |
D | patch.md | 40 it to the clipboard. (In my case, the link is
|
/external/skia/site/dev/contrib/ |
D | patch.md | 40 it to the clipboard. (In my case, the link is
|
/external/walt/hardware/ |
D | README.md | 19 …* Clipboard, like [this one](https://upload.wikimedia.org/wikipedia/commons/c/c0/Wood-clipboard.jp…
|
/external/wayland/ |
D | TODO | 10 recommended types for text or images, types that a clipboard
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | Standard_Suite.py | 489 clipboard = _Prop_clipboard() variable
|
/external/ImageMagick/ |
D | Makefile.in | 550 coders/flif.c coders/fpx.c coders/clipboard.c coders/emf.c \ 653 …ts_8 = coders/MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-clipboard.lo \ 913 am_coders_clipboard_la_OBJECTS = coders/clipboard_la-clipboard.lo 2169 …coders/$(DEPDIR)/MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-clipboard.… 2298 coders/$(DEPDIR)/clipboard_la-clipboard.Plo \ 3555 @WINGDI32_DELEGATE_TRUE@MAGICKCORE_GDI32_MODULES = coders/clipboard.la coders/emf.la 3556 @WINGDI32_DELEGATE_TRUE@MAGICKCORE_GDI32_SRCS = coders/clipboard.c coders/emf.c 3705 coders/clipboard.h \ 4025 coders_clipboard_la_SOURCES = coders/clipboard.c 6667 coders/MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la-clipboard.lo: \ [all …]
|