/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/pigweed/pw_console/py/pw_console/ |
D | repl_pane.py | 324 self.application.application.clipboard.set_data(clipboard_data) 329 self.application.application.clipboard.set_data(clipboard_data) 333 self.application.application.clipboard.set_text( 339 self.application.application.clipboard.set_text( 400 clip_data = self.application.application.clipboard.get_data()
|
/external/pigweed/pw_console/py/pw_console/plugins/ |
D | calc_pane.py | 199 self.application.application.clipboard.set_data(clipboard_data) 203 self.application.application.clipboard.set_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/perfetto/ui/src/frontend/ |
D | clipboard.ts | 32 await(navigator as any).clipboard.writeText(text);
|
/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,
|
/external/perfetto/ui/src/test/diff_viewer/ |
D | script.js | 105 await navigator.clipboard.writeText(cmd);
|
/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 | windowsbindings.properties | 55 # 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)
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Finder_Basics.py | 73 clipboard = _Prop_clipboard() variable
|
/external/ImageMagick/coders/ |
D | Make.com | 34 $call Make clipboard.c 154 $library/create libCoders.olb aai,art,avs,bgr,bmp,braille,clip,clipboard,cip, -
|
D | Makefile.am | 86 MAGICKCORE_GDI32_MODULES = coders/clipboard.la coders/emf.la 87 MAGICKCORE_GDI32_SRCS = coders/clipboard.c coders/emf.c 128 coders/clipboard.h \ 397 coders/clipboard.h \ 741 coders_clipboard_la_SOURCES= coders/clipboard.c
|
/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/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | AndroidFacade.java | 135 Object clipboard = null; in getClipboardManager() local 138 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager() 141 clipboard = mService.getSystemService(Context.CLIPBOARD_SERVICE); in getClipboardManager() 143 mClipboard = (ClipboardManager) clipboard; in getClipboardManager()
|
/external/python/cpython3/Doc/library/ |
D | idle.rst | 118 Copy selection into the system-wide clipboard; then delete the selection. 121 Copy selection into the system-wide clipboard. 124 Insert contents of the system-wide clipboard into the current window. 126 The clipboard functions are also available in context menus. 364 Context menus have the standard clipboard functions also on the Edit menu. 367 Copy selection into the system-wide clipboard; then delete the selection. 370 Copy selection into the system-wide clipboard. 373 Insert contents of the system-wide clipboard into the current window. 443 * :kbd:`C-k` kill line (but doesn't put it in clipboard) 843 It can also be sent to the clipboard or a separate view window by
|
/external/angle/build/ |
D | check_gn_headers_whitelist.txt | 82 extensions/browser/api/clipboard/clipboard_api.h 219 ui/base/clipboard/clipboard_test_template.h
|
/external/cronet/build/ |
D | check_gn_headers_whitelist.txt | 82 extensions/browser/api/clipboard/clipboard_api.h 219 ui/base/clipboard/clipboard_test_template.h
|
/external/pigweed/pw_watch/py/pw_watch/ |
D | watch_app.py | 26 from prompt_toolkit.clipboard.pyperclip import PyperclipClipboard 527 clipboard=PyperclipClipboard(),
|
/external/pigweed/pw_console/ |
D | testing.rst | 607 | text editor to the system clipboard: 627 | are in the system clipboard. 647 | in the system clipboard) 797 | URL to log viewer to the clipboard
|
/external/pigweed/pw_console/py/pw_console/docs/ |
D | user_guide.rst | 357 - :kbd:`Ctrl-v` Paste text from the clipboard to the input buffer 358 - :kbd:`Ctrl-Alt-c` Copy the Python Output to the system clipboard 400 Text will be put in the host computer's system clipboard using the 439 Text can be pasted into the Python Input window from the system clipboard with 443 example) then pasting will use that machine's clipboard. This may not be the
|