| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/dconf/dconf-editor/ |
| H A D | 0001-editor-meson.build-fix-meson-0.61-errors.patch | 4 Subject: [PATCH] editor/meson.build: fix meson 0.61 errors 6 Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/21] 9 editor/meson.build | 2 -- 12 diff --git a/editor/meson.build b/editor/meson.build 14 --- a/editor/meson.build 15 +++ b/editor/meson.build
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nano/ |
| H A D | nano_6.2.bb | 1 SUMMARY = "Small and friendly console text editor" 2 DESCRIPTION = "GNU nano (Nano's ANOther editor, or \ 3 Not ANOther editor) is an enhanced clone of the \ 4 Pico text editor." 5 HOMEPAGE = "http://www.nano-editor.org/" 15 SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | email-clients.rst | 98 or an external editor. 183 Mutt doesn't come with an editor, so whatever editor you use should be 190 set editor="vi" 234 set editor = `echo \$EDITOR` 267 - Allows use of an external editor. 280 - Allow use of an external editor: 282 "external editor" extension and then just use your favorite ``$EDITOR`` 288 Please note that "external editor" requires that your editor must not 289 fork, or in other words, the editor must not return before closing. 291 editor. Most notably if you are using gvim then you must pass the -f [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/ |
| H A D | logwidget.cpp | 39 editor = new QPlainTextEdit(this); in LogWidget() 40 verticalLayout->addWidget(editor); in LogWidget() 45 editor->appendPlainText(line); in appendLog()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | email-clients.rst | 102 (:kbd:`CTRL-I`) oppure un editor esterno. 191 Mutt non ha un proprio editor, quindi qualunque sia il vostro editor dovrete 193 editor hanno un'opzione :menuselection:`Inserisci file` che inserisce il 196 Per usare ``vim`` come editor per mutt:: 198 set editor="vi" 241 set editor = `echo \$EDITOR` 273 - permette di utilizzare editor esterni 286 - permettere l'uso di editor esterni: 288 l'estensione "external editor" e di usare il vostro ``$EDITOR`` preferito per 295 Tenete presente che "external editor" richiede che il vostro editor non [all …]
|
| H A D | clang-format.rst | 101 Utilizzando dei plugin per il vostro editor, potete riformattare una 110 Questo programma si integra con molti dei più popolari editor. Alcuni di 116 Per Atom, Eclipse, Sublime Text, Visual Studio Code, XCode e altri editor 197 ``.clang-format`` da utilizzare con il vostro editor/IDE.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/joe/ |
| H A D | joe_4.6.bb | 2 SUMMARY = "Console text editor with good functionality, good choice for vi-haters" 3 HOMEPAGE = "http://joe-editor.sourceforge.net/" 7 SRC_URI = "${SOURCEFORGE_MIRROR}/joe-editor/joe-${PV}.tar.gz"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-find-errors.sh | 27 editor=${EDITOR-vi} 41 $editor $files 61 $editor $files
|
| /OK3568_Linux_fs/buildroot/package/nano/ |
| H A D | Config.in | 8 A nice ncurses-based editor. Started out as a clone of pico. 9 Great editor for new users. 11 https://www.nano-editor.org/
|
| /OK3568_Linux_fs/buildroot/package/joe/ |
| H A D | Config.in | 8 editor. Its behavior is a blending of WordStar and GNU-EMACS 10 It is a great editor for new users or as an alternative to vi. 12 http://joe-editor.sf.net
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | configure-other-components.txt | 18 busybox-menuconfig+ to open the BusyBox configuration editor. 44 linux-menuconfig+ to open the Linux configuration editor. 51 +BR2_TARGET_BAREBOX_USE_DEFCONFIG+. To open the configuration editor, 59 +BR2_TARGET_UBOOT_USE_DEFCONFIG+. To open the configuration editor,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-editor_1.0.4.bb | 1 DESCRIPTION = "Programmatically open and editor, capture the result" 8 PYPI_PACKAGE = "python-editor"
|
| /OK3568_Linux_fs/buildroot/package/sed/ |
| H A D | Config.in | 6 sed (stream editor) is a non-interactive command-line text 7 editor.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/dconf/ |
| H A D | dconf-editor_3.38.3.bb | 1 SUMMARY = "Configuration editor for dconf" 11 SRC_URI += " file://0001-editor-meson.build-fix-meson-0.61-errors.patch"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ace-cloud-editor/ |
| H A D | ace-cloud-editor_git.bb | 1 DESCRIPTION = "Ace is a code editor written in JavaScript." 2 SUMMARY = "Ace is a code editor written in JavaScript. This repository has only generated files"
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.socfpga | 58 You can run the bsp editor GUI below, or run the following command from the 95 6.2 Prepare BSP by launching the BSP editor from ECS 96 => bsp-editor 97 6.3 In BSP editor 108 the handoff files generated by the bsp-editor. For this, please use the
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | send-error-report | 57 editor = os.environ.get('EDITOR', None) 58 if editor: 59 subprocess.check_call([editor, json_file_path])
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | email-clients.rst | 136 set editor="vi" 172 set editor = `echo \$EDITOR` 228 针对Thunderbird打补丁最简单的方法就是使用一个"external editor"扩展,然后使用你最喜欢的
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/l3afpad/ |
| H A D | l3afpad_git.bb | 2 DESCRIPTION = "L3afpad is a simple GTK+ text editor that emphasizes simplicity. As development \ 4 are implemented in the editor. L3afpad is simple to use, is easily compiled, \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ed/ |
| H A D | ed_1.18.bb | 1 SUMMARY = "Line-oriented text editor" 3 DESCRIPTION = "GNU ed is a line-oriented text editor. It is used to create, display, modify and oth…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/poke/ |
| H A D | poke_1.2.bb | 1 SUMMARY = "GNU poke is an extensible editor for structured binary data" 3 DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editin…
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-kconfig.mk | 99 $$(foreach editor, $$($(2)_KCONFIG_EDITORS), \ 100 @printf ' %-22s - Run %s %s\n' $(1)-$$(editor) $(1) $$(editor)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | scriptutils.py | 255 editor = os.getenv('VISUAL', os.getenv('EDITOR', 'vi')) 258 return subprocess.check_call(shlex.split(editor) + files) 260 logger.error("Execution of '%s' failed: %s" % (editor, exc))
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/ |
| H A D | sudo.inc | 27 EXTRA_OECONF = "--with-editor=${base_bindir}/vi --with-env-editor"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sed/ |
| H A D | sed_4.8.bb | 3 DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor."
|