Home
last modified time | relevance | path

Searched refs:editing (Results 1 – 25 of 166) sorted by relevance

1234567

/external/syslinux/gpxe/src/hci/tui/
Dsettings_ui.c77 int editing; member
112 widget->editing = 0; in load_setting()
198 if ( widget->editing ) in draw_setting()
210 widget->editing = 1; in edit_setting()
325 static void draw_instruction_row ( int editing ) { in draw_instruction_row() argument
327 if ( editing ) { in draw_instruction_row()
356 draw_instruction_row ( widget.editing ); in main_loop()
359 color_set ( ( widget.editing ? CPAIR_EDIT : CPAIR_SELECT ), in main_loop()
365 if ( widget.editing ) { in main_loop()
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst7 Some versions of the Python interpreter support editing of the current input
10 which supports Emacs-style and vi-style editing. This library has its own
12 explained. The interactive editing and history described here are optionally
15 This chapter does *not* document the editing facilities of Mark Hammond's
26 If supported, input line editing is active whenever the interpreter prints a
74 # I prefer vi-style editing:
75 set editing-mode vi
Dinterpreter.rst36 The interpreter's line-editing features usually aren't very sophisticated. On
38 readline library, which adds more elaborate interactive editing and history
39 features. Perhaps the quickest check to see whether command line editing is
41 you have command line editing; see Appendix :ref:`tut-interacting` for an
43 command line editing isn't available; you'll only be able to use backspace to
/external/sfntly/
DREADME.md5 sfntly is a Java and C++ library for using, editing, and creating sfnt container based fonts (e.g. …
7 The basic features of sfntly are the reading, editing, and writing of an sfnt container font. Fonts…
9 The uses of sfntly are really anything that you can think of that involves reading and/or editing f…
11 … have related to the informational reading of font data. It also covers a lot of the editing needs.
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java596 private boolean editing() { in editing() method in TransliteratorInputMethod
613 case '\b': if (editing()) return backspace(); break; in handleTyped()
614 case '\t': if (editing()) { return commitAll(); } break; in handleTyped()
615 case '\u001b': if (editing()) { clearAll(); return true; } break; in handleTyped()
616 case '\u007f': if (editing()) return delete(); break; in handleTyped()
627 if (enabled && editing()) { in handlePressed()
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto16 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
27 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
61 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
90 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
138 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
154 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
186 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
Ddata_source_descriptor.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
/external/python/cpython3/Doc/tutorial/
Dinterpreter.rst38 The interpreter's line-editing features include interactive editing, history
40 quickest check to see whether command line editing is supported is typing
42 line editing; see Appendix :ref:`tut-interacting` for an introduction to the
44 editing isn't available; you'll only be able to use backspace to remove
Dinteractive.rst7 Some versions of the Python interpreter support editing of the current input
10 which supports various styles of editing. This library has its own
/external/libxkbcommon/xkbcommon/test/data/symbols/
Dpc14 include "pc(editing)"
66 xkb_symbols "editing" {
/external/libexif/
DREADME7 libexif is a library for parsing, editing, and saving EXIF data. It is
15 libexif supports parsing, editing and saving of EXIF data. In addition, it
61 - gexif: A GTK+ frontend for editing EXIF data
160 supporting editing and saving, Lutz Mueller <lutz@users.sourceforge.net>
Dlibexif.spec15 libexif is a library for parsing, editing, and saving EXIF data. It is
Dlibexif.spec.in15 libexif is a library for parsing, editing, and saving EXIF data. It is
/external/mksh/src/
Dsh_flags.opt54 /* ./. Emacs command line editing mode */
62 /* ./. Emacs command line editing mode, gmacs variant */
162 /* ./. Vi command line editing mode */
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dcontrib.graph_editor.md13 Appending new nodes is the only graph editing operation allowed by the
15 other kinds of editing operations, namely, *rerouting* and *transforming*.
96 * edit: various editing functions operating on subgraphs like *detach*,
/external/libedit/
Dlibedit.pc.in7 Description: command line editor library provides generic line editing, history, and tokenization f…
/external/sl4a/ScriptingLayerForAndroid/res/drawable/
Datari_small_notice.txt10 COMMENT Produced with bdfedit, a tcl/tk font editing program
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
DTODO27 + fancier UI [command line editing?]
/external/python/cpython2/Lib/idlelib/
Dextend.txt7 to make other changes to IDLE, but this must be done by editing the IDLE
10 The list of extensions loaded at startup time is configured by editing
/external/python/cpython3/Lib/idlelib/
Dextend.txt7 to make other changes to IDLE, but this must be done by editing the IDLE
10 The list of extensions loaded at startup time is configured by editing
/external/perfetto/protos/perfetto/config/chrome/
Dchrome_config.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
/external/perfetto/protos/perfetto/config/ftrace/
Dftrace_config.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py
/external/icu/icu4c/source/config/
Dmh-unknown24 @echo "*** and editing it."
/external/glide/third_party/disklrucache/
DCHANGELOG.md61 * New API for editing an existing snapshot. *(Thanks Jesse Wilson)*
/external/perfetto/protos/perfetto/config/process_stats/
Dprocess_stats_config.proto22 // When editing this file run ./tools/gen_tracing_cpp_headers_from_protos.py

1234567