/third_party/python/Lib/idlelib/ |
D | config-keys.def | 17 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/ |
D | debug.rs | 10 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/ |
D | metagrammar.gram | 5 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) }
|
D | validator.py | 3 Alt, 42 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> bool: argument
|
D | parser_generator.py | 11 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))],)
|
D | grammar_parser.py | 11 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 )
|
D | c_generator.py | 10 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
|
D | first_sets.py | 10 Alt, 50 def visit_Alt(self, item: Alt) -> Set[str]: argument
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput8-32-2 | 30 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 …]
|
D | testoutput8-32-3 | 30 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 …]
|
D | testoutput8-8-4 | 30 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 …]
|
D | testoutput8-32-4 | 30 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 …]
|
D | testoutput8-16-4 | 30 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 …]
|
D | testoutput8-8-3 | 30 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 …]
|
D | testoutput8-16-3 | 30 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 …]
|
D | testoutput8-8-2 | 30 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 …]
|
D | testoutput8-16-2 | 30 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/ |
D | mod.rs | 13 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/ |
D | wo.txt | 163 "Alt", 172 "Alt", 181 "Alt", 201 "Alt", 210 "Alt", 219 "Alt",
|
/third_party/python/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 30 Alt, 56 if isinstance(item, Alt):
|
/third_party/icu/icu4c/source/data/locales/ |
D | wo.txt | 164 "Alt", 173 "Alt", 182 "Alt", 202 "Alt", 211 "Alt", 220 "Alt",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | wo.txt | 164 "Alt", 173 "Alt", 182 "Alt", 202 "Alt", 211 "Alt", 220 "Alt",
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | OSWindow.cpp | 256 if (event.Shift || event.Control || event.Alt || event.System) in KeyState() 269 if (event.Alt) in KeyState()
|
D | Event.h | 31 bool Alt; member
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Event.h | 31 bool Alt; member
|