/third_party/rust/crates/clap/tests/builder/ |
D | hidden_args.rs | 24 arg!(-f --flag "some flag").hide(true), in hide_args() 27 Arg::new("DUMMY").hide(true), in hide_args() 198 Arg::new("pos").help("some pos").hide(true), in hide_pos_args() 217 .subcommand(Command::new("sub").hide(true)); in hide_subcmds() 235 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_opt_args_only() 236 .arg(arg!(-v - -version).hide(true)) in hide_opt_args_only() 237 .arg(arg!(--option <opt> "some option").hide(true)); in hide_opt_args_only() 255 .arg(arg!(-h - -help).action(ArgAction::Help).hide(true)) in hide_pos_args_only() 256 .arg(arg!(-v - -version).hide(true)) in hide_pos_args_only() 257 .args([Arg::new("pos").help("some pos").hide(true)]); in hide_pos_args_only() [all …]
|
D | possible_values.rs | 29 .hide(false) in possible_value_arg_value() 278 PossibleValue::new("forbidden speed").hide(true), in possible_values_hidden_output() 340 PossibleValue::new("forbidden speed").hide(true), in missing_possible_value_error()
|
/third_party/rust/crates/clap/src/builder/ |
D | possible_value.rs | 39 hide: bool, field 103 pub fn hide(mut self, yes: bool) -> Self { in hide() method 104 self.hide = yes; in hide() 164 if !self.hide { in get_visible_help() 174 self.hide in is_hide_set() 179 !self.hide && self.help.is_some() in should_show_help() 186 if !self.hide { in get_visible_quoted_name()
|
/third_party/rust/crates/clap/clap_bench/benches/ |
D | 06_rustup.rs | 45 .hide(true) // synonym for 'toolchain install' in build_cli() 58 .hide(true), in build_cli() 90 .hide(true) // synonym for 'install' in build_cli() 95 .hide(true) // synonym for 'install' in build_cli() 100 .hide(true) // synonym for 'uninstall' in build_cli() 138 .hide(true) // synonym for 'add' in build_cli() 148 .hide(true) // synonym for 'remove' in build_cli() 221 .hide(true) // synonym for 'set' in build_cli() 226 .hide(true) // synonym for 'unset' in build_cli() 298 .hide(true) in build_cli()
|
/third_party/python/Lib/ |
D | filecmp.py | 124 def __init__(self, a, b, ignore=None, hide=None): # Initialize argument 127 if hide is None: 128 self.hide = [os.curdir, os.pardir] # Names never to be shown 130 self.hide = hide 138 self.hide+self.ignore) 140 self.hide+self.ignore) 199 self.subdirs[x] = self.__class__(a_x, b_x, self.ignore, self.hide)
|
/third_party/libevdev/doc/html/ |
D | dynsections.js | 33 content.hide(); 39 summary.hide(); 67 $(this).hide(); 92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
|
/third_party/libevdev/doc/style/ |
D | dynsections.js | 2 …hide();summary.show();$(linkObj).addClass('closed').removeClass('opened');$(trigger).attr('src',sr… 7 …').addClass('iconfclosed');a.html('►');$(this).show();}else{$(this).hide();}});updateStripes… 9 …RowSpans.filter(".arrow").html('►');rows.filter("[id^=row_"+id+"]").hide();}else{var current…
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | dynsections.js | 32 content.hide(); 38 summary.hide(); 66 $(this).hide(); 91 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | annotations.rs | 34 hide: bool, field 96 pub fn hide(&self) -> bool { in hide() method 97 self.hide in hide() 179 "hide" => self.hide = true, in parse()
|
/third_party/python/Doc/tools/static/ |
D | changelog_search.js | 33 li.hide(); 42 h3_parent.hide(); 48 h2_parent.hide();
|
/third_party/node/deps/v8/tools/system-analyzer/view/ |
D | tool-tip.mjs | 17 this.hide(); 24 // Only hide the tooltip if we click anywhere outside of it. 30 this.hide() 88 if (!content) return this.hide(); 117 hide() {
|
/third_party/node/deps/v8/tools/turbolizer/src/ |
D | turbo-visualizer.ts | 48 sourceViews.forEach(sv => sv.hide()); 49 if (multiview) multiview.hide(); 54 if (disassemblyView) disassemblyView.hide();
|
D | graphmultiview.ts | 42 hide() { method in GraphMultiView 44 super.hide(); 163 this.currentPhaseView.hide();
|
D | sequence-view.ts | 66 hide() { method in SequenceView 75 if (this.showRangeView) this.rangeView.hide(); 355 this.rangeView.hide();
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | InfoDialog.java | 54 me.hide(); in InfoDialog() 64 me.hide(); in InfoDialog()
|
/third_party/python/Doc/library/ |
D | filecmp.rst | 73 .. class:: dircmp(a, b, ignore=None, hide=None) 77 :attr:`filecmp.DEFAULT_IGNORES`. *hide* is a list of names to hide, and 120 Files and subdirectories in *a*, filtered by *hide* and *ignore*. 125 Files and subdirectories in *b*, filtered by *hide* and *ignore*.
|
/third_party/pulseaudio/src/tests/ |
D | volume-ui.py | 272 balance_label.hide() 273 balance_scale.hide() 276 fade_label.hide() 277 fade_scale.hide()
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | option.js | 152 hideHelp(hide = true) { 153 this.hidden = !!hide;
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | histogram-viewer.js | 50 hide() { 76 this.hide();
|
/third_party/rust/crates/clap/clap_mangen/tests/ |
D | common.rs | 258 .hide(true) in hidden_option_command() 301 .hide(true), in possible_values_command() 311 PossibleValue::new("center").hide(true), in possible_values_command()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-textenc | 46 hide invalid html tags that are closed and show the text in them 54 hide invalid html tags with parameters that are closed and show the text in them 154 also hide these tags:
|
D | sub-webvttenc | 41 hide invalid html tags that are closed and show the text in them 48 hide invalid html tags with parameters that are closed and show the text in them 127 also hide these tags:
|
/third_party/curl/CMake/ |
D | CurlSymbolHiding.cmake | 26 option(CURL_HIDDEN_SYMBOLS "Set to ON to hide libcurl internal symbols (=hide all symbols that aren…
|
/third_party/pulseaudio/src/modules/alsa/mixer/profile-sets/ |
D | simple-headphones-mic.conf | 17 ; default.conf also works but using this one will hide some profiles
|
/third_party/skia/modules/canvaskit/ |
D | BUILD.bazel | 71 # headers etc. Therefore, we hide it from wildcards. 154 # headers etc. Therefore, we hide it from wildcards.
|