Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/typescript/tests/baselines/reference/
DtsxReactEmitNesting.types14 …=> <li class={{todo: true, completed: todo.completed, editing: todo == model.ed…
19 …=> <li class={{todo: true, completed: todo.completed, editing: todo == model.ed…
58 …=> <li class={{todo: true, completed: todo.completed, editing: todo == model.ed…
93 …=> <li class={{todo: true, completed: todo.completed, editing: todo == model.ed…
98 …=> <li class={{todo: true, completed: todo.completed, editing: todo == model.ed…
104 >(todo) => <li class={{todo: true, completed: todo.completed, editing: todo == m…
107 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
108 ><li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}> …
110 >class : { todo: boolean; completed: any; editing: boolean; }
111 …odo: true, completed: todo.completed, editing: todo == model.editedTodo} : { todo: boolean; comple…
[all …]
DtsxReactEmitNesting.js17 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
47 ….createElement("li", { "class": { todo: true, completed: todo.completed, editing: todo == model.ed… property
DtsxReactEmitNesting.symbols58 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
63 >editing : Symbol(editing, Decl(file.tsx, 15, 70))
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_text_field_demo.dart58 suffixMode: OverlayVisibilityMode.editing,
71 clearButtonMode: OverlayVisibilityMode.editing,
89 clearButtonMode: OverlayVisibilityMode.editing,
108 clearButtonMode: OverlayVisibilityMode.editing,
125 clearButtonMode: OverlayVisibilityMode.editing,
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dtext_editing.dart61 /// Creates an [EditingState] instance using values from an editing state Map
83 …// TODO(mdebbar): Should we get `selectionAffinity` and other properties from flutter's editing st…
99 /// Whether the current editing state is valid or not.
205 /// Wraps the DOM element used to provide text editing capabilities.
236 /// the text editing element.
280 /// Disables the element so it's no longer used for text editing.
462 /// when the user isn't editing.
471 // Make sure the dom element is of a type that we support for text editing.
516 /// Text editing singleton.
519 /// Should be used as a singleton to provide support for text editing in
[all …]
/third_party/boost/tools/quickbook/doc/
Deditors.qbk19 help make editing quickbook files a bit easier.
30 It uses the SCIntilla source code editing component.
35 editing quickbook files.
/third_party/node/deps/npm/node_modules/editor/
DREADME.markdown12 console.log('finished editing with code ' + code);
25 finished editing with code 0
/third_party/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()
/third_party/python/Doc/tutorial/
Dinterpreter.rst36 The interpreter's line-editing features include interactive editing, history
39 Perhaps the quickest check to see whether command line editing is supported is
41 have command line editing; see Appendix :ref:`tut-interacting` for an
43 echoed, command line editing isn't available; you'll only be able to use
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
/third_party/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>
/third_party/mbedtls/tests/data_files/base64/
Ddef_b64_ff.bin3 // entire file invalid UTF-8. Use care when editing.
/third_party/mksh/
Dsh_flags.opt54 /* ./. Emacs command line editing mode */
62 /* ./. Emacs command line editing mode, gmacs variant */
162 /* ./. Vi command line editing mode */
/third_party/gstreamer/gstreamer/scripts/
Dgit-version.sh11 gst-editing-services \
/third_party/flutter/flutter/packages/flutter/test/cupertino/
DREADME.md10 Cupertino components on iOS such as page transitions and text editing.
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
DTODO27 + fancier UI [command line editing?]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/
Dtransformations_demo_edit_board_point.dart5 // The panel for editing a board point.
/third_party/boost/libs/spirit/doc/
Dacknowledgments.qbk40 like to thank him for last minute editing work on the 2.1 release
115 multi-pass iterator as well as administering Spirit's site, editing,
144 (e.g. new\_). Also, *Stefan Slapeta] and wife for editing Vaclav's distinct
158 editing the documentation.
196 [*Angus Leeming] for last minute editing work on the 1.8.0 release
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidKeyProcessor.java13 import io.flutter.plugin.editing.TextInputPlugin;
/third_party/icu/icu4c/source/config/
Dmh-unknown24 @echo "*** and editing it."
/third_party/flutter/skia/third_party/externals/icu/source/config/
Dmh-unknown24 @echo "*** and editing it."
/third_party/skia/third_party/externals/icu/source/config/
Dmh-unknown24 @echo "*** and editing it."
/third_party/typescript/tests/cases/conformance/jsx/
DtsxReactEmitNesting.tsx20 … <li class={{todo: true, completed: todo.completed, editing: todo == model.editedTodo}}>
/third_party/gstreamer/gst_libav/
DRELEASE54 - gst-editing-services: library an plugins for non-linear editing
/third_party/gstreamer/gstreamer/
DRELEASE54 - gst-editing-services: library an plugins for non-linear editing

12345678910>>...13