Home
last modified time | relevance | path

Searched refs:Alt (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/python/Lib/idlelib/
Dconfig-keys.def17 close-window=<Alt-Key-F4> <Meta-Key-F4>
22 history-next=<Alt-Key-n> <Meta-Key-n> <Alt-Key-N> <Meta-Key-N>
23 history-previous=<Alt-Key-p> <Meta-Key-p> <Alt-Key-P> <Meta-Key-P>
27 open-class-browser=<Alt-Key-c> <Meta-Key-c> <Alt-Key-C> <Meta-Key-C>
28 open-module=<Alt-Key-m> <Meta-Key-m> <Alt-Key-M> <Meta-Key-M>
35 save-copy-of-window-as-file=<Alt-Shift-Key-S> <Alt-Shift-Key-s>
43 find-in-files=<Alt-Key-F3> <Meta-Key-F3>
46 goto-line=<Alt-Key-g> <Meta-Key-g> <Alt-Key-G> <Meta-Key-G>
52 comment-region=<Alt-Key-3> <Meta-Key-3>
53 uncomment-region=<Alt-Key-4> <Meta-Key-4>
[all …]
/third_party/rust/crates/tracing/tracing-subscriber/src/field/
Ddebug.rs10 pub struct Alt<V>(V); struct
17 impl<V> Alt<V> { implementation
21 Alt(inner) in new()
25 impl<T, V> MakeVisitor<T> for Alt<V> implementation
29 type Visitor = Alt<V::Visitor>;
33 Alt(self.0.make_visitor(target)) in make_visitor()
37 impl<V> Visit for Alt<V> implementation
77 impl<V, O> VisitOutput<O> for Alt<V> implementation
92 impl<V> VisitWrite for Alt<V>
103 impl<V> VisitFmt for Alt<V> implementation
/third_party/python/Tools/peg_generator/pegen/
Dmetagrammar.gram5 Alt,
76 alt[Alt]:
77 | items '$' action { Alt(items + [NamedItem(None, NameLeaf('ENDMARKER'))], action=action) }
78 | items '$' { Alt(items + [NamedItem(None, NameLeaf('ENDMARKER'))], action=None) }
79 | items action { Alt(items, action=action) }
80 | items { Alt(items, action=None) }
Dvalidator.py3 Alt,
42 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> bool: argument
Dparser_generator.py11 Alt,
127 self.todo[name] = Rule(name, None, Rhs([Alt([NamedItem(None, node)])]))
135 extra_function_alt = Alt(
141 alt = Alt([NamedItem("elem", node.node), NamedItem("seq", NameLeaf(extra_function_name))],)
Dgrammar_parser.py11 Alt,
338 def alt(self) -> Optional[Alt]:
349 … return Alt ( items + [ NamedItem ( None , NameLeaf ( 'ENDMARKER' ) ) ] , action = action )
358 return Alt ( items + [ NamedItem ( None , NameLeaf ( 'ENDMARKER' ) ) ] , action = None )
367 return Alt ( items , action = action )
374 return Alt ( items , action = None )
Dc_generator.py10 Alt,
684 def emit_action(self, node: Alt, cleanup_code: Optional[str] = None) -> None: argument
700 def emit_default_action(self, is_gather: bool, node: Alt) -> None: argument
726 def handle_alt_normal(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: argument
749 def handle_alt_loop(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: argument
781 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str] argument
825 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]: argument
Dfirst_sets.py10 Alt,
50 def visit_Alt(self, item: Alt) -> Set[str]: argument
/third_party/pcre2/pcre2/testdata/
Dtestoutput8-32-230 9 5 Alt
45 8 5 Alt
206 9 4 Alt
554 15 2 Alt
571 12 2 Alt
698 13 4 Alt
707 34 24 Alt
711 47 4 Alt
731 18 11 Alt
775 10 4 Alt
[all …]
Dtestoutput8-32-330 9 5 Alt
45 8 5 Alt
206 9 4 Alt
554 15 2 Alt
571 12 2 Alt
698 13 4 Alt
707 34 24 Alt
711 47 4 Alt
731 18 11 Alt
775 10 4 Alt
[all …]
Dtestoutput8-8-430 16 8 Alt
45 14 8 Alt
206 16 7 Alt
554 30 5 Alt
571 23 5 Alt
698 20 7 Alt
707 51 37 Alt
711 71 7 Alt
731 37 24 Alt
775 23 8 Alt
[all …]
Dtestoutput8-32-430 9 5 Alt
45 8 5 Alt
206 9 4 Alt
554 15 2 Alt
571 12 2 Alt
698 13 4 Alt
707 34 24 Alt
711 47 4 Alt
731 18 11 Alt
775 10 4 Alt
[all …]
Dtestoutput8-16-430 11 6 Alt
45 10 6 Alt
206 11 5 Alt
554 19 3 Alt
571 15 3 Alt
698 15 5 Alt
707 39 28 Alt
711 54 5 Alt
731 23 15 Alt
775 14 5 Alt
[all …]
Dtestoutput8-8-330 14 7 Alt
45 12 7 Alt
206 14 6 Alt
554 26 4 Alt
571 20 4 Alt
698 18 6 Alt
707 46 33 Alt
711 64 6 Alt
731 32 20 Alt
775 19 7 Alt
[all …]
Dtestoutput8-16-330 11 6 Alt
45 10 6 Alt
206 11 5 Alt
554 19 3 Alt
571 15 3 Alt
698 15 5 Alt
707 39 28 Alt
711 54 5 Alt
731 23 15 Alt
775 14 5 Alt
[all …]
Dtestoutput8-8-230 12 6 Alt
45 10 6 Alt
206 12 5 Alt
554 22 3 Alt
571 17 3 Alt
698 16 5 Alt
707 41 29 Alt
711 57 5 Alt
731 27 16 Alt
775 15 6 Alt
[all …]
Dtestoutput8-16-230 9 5 Alt
45 8 5 Alt
206 9 4 Alt
554 15 2 Alt
571 12 2 Alt
698 13 4 Alt
707 34 24 Alt
711 47 4 Alt
731 18 11 Alt
775 10 4 Alt
[all …]
/third_party/rust/crates/nom/src/branch/
Dmod.rs13 pub trait Alt<I, O, E> { trait
47 pub fn alt<I: Clone, O, E: ParseError<I>, List: Alt<I, O, E>>( in alt()
132 > Alt<Input, Output, Error> for ( $($id),+ ) {
155 Err(Err::Error(Error::append($input, ErrorKind::Alt, $err)))
163 Alt<Input, Output, Error> for (A,)
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dwo.txt163 "Alt",
172 "Alt",
181 "Alt",
201 "Alt",
210 "Alt",
219 "Alt",
/third_party/python/Tools/peg_generator/scripts/
Dgrammar_grapher.py30 Alt,
56 if isinstance(item, Alt):
/third_party/icu/icu4c/source/data/locales/
Dwo.txt164 "Alt",
173 "Alt",
182 "Alt",
202 "Alt",
211 "Alt",
220 "Alt",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dwo.txt164 "Alt",
173 "Alt",
182 "Alt",
202 "Alt",
211 "Alt",
220 "Alt",
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.cpp256 if (event.Shift || event.Control || event.Alt || event.System) in KeyState()
269 if (event.Alt) in KeyState()
DEvent.h31 bool Alt; member
/third_party/skia/third_party/externals/angle2/util/
DEvent.h31 bool Alt; member

12345