Home
last modified time | relevance | path

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

12345

/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/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/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/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/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/libedit/
Dlibedit.pc.in7 Description: command line editor library provides generic line editing, history, and tokenization f…
/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/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/icu/icu4c/source/config/
Dmh-unknown24 @echo "*** and editing it."
/external/bison/djgpp/
Dtestsuite.sed2 # Sed script for additional DJGPP specific editing
Dconfig_h.sed1 # sed script for DJGPP specific editing of config.hin
Dconfig.bat493 echo ./data/lalr1.cc file editing failed!
497 echo ./data/glr.cc file editing failed!
501 echo ./src/getargs.c file editing failed!
505 echo ./data/location.cc file editing failed!
509 echo ./examples/calcxx file editing failed!
513 echo ./scanner file editing failed!
517 echo ./configure script editing failed!
521 echo ./lib/config.hin editing failed!
525 echo ./tests/testsuite editing failed!
/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/libpng/
DANNOUNCE30 Minor editing of INSTALL, (whitespace, added copyright line)
/external/glide/third_party/disklrucache/
DCHANGELOG.md61 * New API for editing an existing snapshot. *(Thanks Jesse Wilson)*
/external/python/cpython2/Misc/
DBeOS-NOTES15 a readline.so for your interactive editing convenience; NB, not
DREADME28 python-mode.el Emacs mode for editing Python programs
/external/dnsmasq/contrib/port-forward/
Dportforward26 # removed when DHCP leases expire. After editing this file, send
/external/ply/ply/example/yply/
DREADME17 you'll need to do more editing to make a workable parser.
/external/sl4a/
DREADME.md32 2) Modify the buildspec to build SL4A as a custom module by editing
/external/python/cpython2/Doc/distutils/
Dconfigfile.rst14 override either on the command-line or by editing the config file.
30 * installers can override some of what you put in :file:`setup.py` by editing

12345