Home
last modified time | relevance | path

Searched refs:hide (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/third_party/rust/crates/clap/tests/builder/
Dhidden_args.rs24 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 …]
Dpossible_values.rs29 .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/
Dpossible_value.rs39 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/
D06_rustup.rs45 .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/
Dfilecmp.py124 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/
Ddynsections.js33 content.hide();
39 summary.hide();
67 $(this).hide();
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
/third_party/libevdev/doc/style/
Ddynsections.js2hide();summary.show();$(linkObj).addClass('closed').removeClass('opened');$(trigger).attr('src',sr…
7 …').addClass('iconfclosed');a.html('&#9658;');$(this).show();}else{$(this).hide();}});updateStripes…
9 …RowSpans.filter(".arrow").html('&#9658;');rows.filter("[id^=row_"+id+"]").hide();}else{var current…
/third_party/skia/third_party/externals/oboe/docs/reference/
Ddynsections.js32 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/
Dannotations.rs34 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/
Dchangelog_search.js33 li.hide();
42 h3_parent.hide();
48 h2_parent.hide();
/third_party/node/deps/v8/tools/system-analyzer/view/
Dtool-tip.mjs17 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/
Dturbo-visualizer.ts48 sourceViews.forEach(sv => sv.hide());
49 if (multiview) multiview.hide();
54 if (disassemblyView) disassemblyView.hide();
Dgraphmultiview.ts42 hide() { method in GraphMultiView
44 super.hide();
163 this.currentPhaseView.hide();
Dsequence-view.ts66 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/
DInfoDialog.java54 me.hide(); in InfoDialog()
64 me.hide(); in InfoDialog()
/third_party/python/Doc/library/
Dfilecmp.rst73 .. 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/
Dvolume-ui.py272 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/
Doption.js152 hideHelp(hide = true) {
153 this.hidden = !!hide;
/third_party/node/deps/v8/tools/heap-stats/
Dhistogram-viewer.js50 hide() {
76 this.hide();
/third_party/rust/crates/clap/clap_mangen/tests/
Dcommon.rs258 .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/
Dsub-textenc46 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:
Dsub-webvttenc41 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/
DCurlSymbolHiding.cmake26 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/
Dsimple-headphones-mic.conf17 ; default.conf also works but using this one will hide some profiles
/third_party/skia/modules/canvaskit/
DBUILD.bazel71 # headers etc. Therefore, we hide it from wildcards.
154 # headers etc. Therefore, we hide it from wildcards.

12345678910>>...12