Home
last modified time | relevance | path

Searched refs:clipboard (Results 1 – 25 of 37) sorted by relevance

12

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java73 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()
DTerminalBridge.java103 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/
Dhelp.txt36 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/
Dclipboard.ts19 await(navigator as any).clipboard.writeText(text);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DLogcatViewer.java143 ClipboardManager clipboard = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE); in onOptionsItemSelected() local
144 clipboard.setText(getAsString()); in onOptionsItemSelected()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java105 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/
Didle.rst108 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)
Dothergui.rst39 low-level device context drawing, drag and drop, system clipboard access,
Dcarbon.rst481 clipboard operations.
491 Macintosh. It can be use for both inter- and intra-application clipboard
/external/jline/src/src/main/resources/jline/
Dkeybindings-mac.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dkeybindings.properties54 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
Dwindowsbindings.properties55 # CTRL-V: paste the contents of the clipboard (useful for Windows terminal)
/external/ImageMagick/coders/
DMake.com34 $call Make clipboard.c
152 $library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, -
DMakefile.am81 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/
DFinder_Basics.py73 clipboard = _Prop_clipboard() variable
/external/jline/src/src/main/java/jline/
DConsoleReader.java801 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/
Didle.rst116 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
Dothergui.rst46 low-level device context drawing, drag and drop, system clipboard access,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java133 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/
Dpatch.md40 it to the clipboard. (In my case, the link is
/external/skia/site/dev/contrib/
Dpatch.md40 it to the clipboard. (In my case, the link is
/external/walt/hardware/
DREADME.md19 …* Clipboard, like [this one](https://upload.wikimedia.org/wikipedia/commons/c/c0/Wood-clipboard.jp…
/external/wayland/
DTODO10 recommended types for text or images, types that a clipboard
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DStandard_Suite.py489 clipboard = _Prop_clipboard() variable
/external/ImageMagick/
DMakefile.in550 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 …]

12