Home
last modified time | relevance | path

Searched refs:has_default (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/r/
H A Dinstant_add_column_clear.result29 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
51 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
79 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
86 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
93 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
101 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
108 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
351 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
373 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
673 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/include/
H A Dinstant_add_column_clear.inc26 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
44 SELECT count(*) FROM information_schema.innodb_columns WHERE has_default = 1;
66 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
71 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
77 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
84 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
90 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
113 SELECT count(*) AS `Expect 0` FROM information_schema.innodb_columns WHERE has_default = 1;
118 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
124 SELECT count(*) AS `Expect 3` FROM information_schema.innodb_columns WHERE has_default = 1;
[all …]
/dports/www/p5-LWP-Authen-OAuth2/LWP-Authen-OAuth2-0.16/lib/LWP/Authen/OAuth2/
H A DArgs.pm20 my $has_default = @_;
26 elsif ($has_default) {
38 my $has_default = @_;
47 elsif ($has_default) {
54 elsif ($has_default) {
/dports/devel/py-mypy/mypy-0.910/mypy/plugins/
H A Ddataclasses.py37 has_default: bool,
46 self.has_default = has_default
57 kind=ARG_OPT if self.has_default else ARG_POS,
69 'has_default': self.has_default,
262 has_default = False
266 has_default = 'default' in field_args or 'default_factory' in field_args
270 has_default = True
272 if not has_default:
282 has_default=has_default,
329 if found_default and attr.is_in_init and not attr.has_default:
[all …]
/dports/devel/p5-Class-Tiny-Chained/Class-Tiny-Chained-0.004/lib/Class/Tiny/
H A DChained.pm11 my ($self, $name, $has_default, $default_type) = @_;
13 if ($has_default && $default_type eq 'CODE') {
24 elsif ($has_default) {
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Ddrawing_area.rs47 has_default: Option<bool>, field
86 has_default: None, in new()
140 if let Some(ref has_default) = self.has_default { in build()
141 properties.push(("has-default", has_default)); in build()
257 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
258 self.has_default = Some(has_default); in has_default()
H A Dseparator.rs45 has_default: Option<bool>, field
84 has_default: None, in new()
138 if let Some(ref has_default) = self.has_default { in build()
139 properties.push(("has-default", has_default)); in build()
255 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
256 self.has_default = Some(has_default); in has_default()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/beautifier/
H A Dgb-beautifier-config.c198 *has_default = FALSE; in add_entries_from_config_ini_file()
393 *has_default = entry.is_default = TRUE; in add_entries_from_config_ini_file()
444 *has_default = FALSE; in add_entries_from_base_path()
484 *has_default |= ret_has_default; in add_entries_from_base_path()
500 *has_default |= ret_has_default; in add_entries_from_base_path()
608 gboolean has_default = FALSE; in get_entries_worker() local
634 has_default |= ret_has_default; in get_entries_worker()
648 has_default |= ret_has_default; in get_entries_worker()
660 has_default |= ret_has_default; in get_entries_worker()
672 has_default |= ret_has_default; in get_entries_worker()
[all …]
/dports/devel/gengetopt/gengetopt-2.23/src/skels/
H A Doption_arg.h_skel3 @type@ @name@_arg; /**< @@brief @desc@@if@ has_default @then@ (default=@default_value@)@endif@. */
5 @longtype@ @name@_arg; /**< @@brief @desc@@if@ has_default @then@ (default=@default_value@)@endif@.…
12 enum enum_@name@ @if@ multiple @THEN@ *@ENDIF@@name@_arg; /**< @@brief @desc@@if@ has_default @then…
14 @type@ @name@_arg; /**< @@brief @desc@@if@ has_default @then@ (default='@default_value@')@endif@. …
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Ddrawing_area.rs49 has_default: Option<bool>, field
107 if let Some(ref has_default) = self.has_default { in build()
108 properties.push(("has-default", has_default)); in build()
224 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
225 self.has_default = Some(has_default); in has_default()
H A Dseparator.rs47 has_default: Option<bool>, field
106 if let Some(ref has_default) = self.has_default { in build()
107 properties.push(("has-default", has_default)); in build()
226 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
227 self.has_default = Some(has_default); in has_default()
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Ddrawing_area.rs49 has_default: Option<bool>, field
107 if let Some(ref has_default) = self.has_default { in build()
108 properties.push(("has-default", has_default)); in build()
224 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
225 self.has_default = Some(has_default); in has_default()
H A Dseparator.rs47 has_default: Option<bool>, field
106 if let Some(ref has_default) = self.has_default { in build()
107 properties.push(("has-default", has_default)); in build()
226 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
227 self.has_default = Some(has_default); in has_default()
/dports/databases/py-pgcli/pgcli-3.2.0/pgcli/packages/parseutils/
H A Dmeta.py8 def ColumnMetadata(name, datatype, foreignkeys=None, default=None, has_default=False): argument
9 return _ColumnMetadata(name, datatype, foreignkeys or [], default, has_default)
145 has_default = num + num_defaults >= num_args
148 if has_default
151 return ColumnMetadata(name, typ, [], default, has_default)
/dports/security/libgpg-error/libgpg-error-1.43/src/
H A Dmkstrtable.awk138 has_default = 1;
143 if (has_default)
184 if (has_default)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/src/
H A Dmkstrtable.awk138 has_default = 1;
143 if (has_default)
184 if (has_default)
/dports/security/libprelude/libprelude-1.2.6/src/libprelude-error/
H A Dmkstrtable.awk138 has_default = 1;
143 if (has_default)
181 if (has_default)
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dmkstrtable.awk137 has_default = 1;
142 if (has_default)
180 if (has_default)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dseparator.rs60 has_default: Option<bool>, field
121 if let Some(ref has_default) = self.has_default { in build()
122 properties.push(("has-default", has_default)); in build()
240 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
241 self.has_default = Some(has_default); in has_default()
H A Ddrawing_area.rs62 has_default: Option<bool>, field
122 if let Some(ref has_default) = self.has_default { in build()
123 properties.push(("has-default", has_default)); in build()
238 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
239 self.has_default = Some(has_default); in has_default()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dseparator.rs60 has_default: Option<bool>, field
121 if let Some(ref has_default) = self.has_default { in build()
122 properties.push(("has-default", has_default)); in build()
240 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
241 self.has_default = Some(has_default); in has_default()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Ddrawing_area.rs62 has_default: Option<bool>, field
122 if let Some(ref has_default) = self.has_default { in build()
123 properties.push(("has-default", has_default)); in build()
238 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
239 self.has_default = Some(has_default); in has_default()
H A Dseparator.rs60 has_default: Option<bool>, field
121 if let Some(ref has_default) = self.has_default { in build()
122 properties.push(("has-default", has_default)); in build()
240 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
241 self.has_default = Some(has_default); in has_default()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Ddrawing_area.rs62 has_default: Option<bool>, field
122 if let Some(ref has_default) = self.has_default { in build()
123 properties.push(("has-default", has_default)); in build()
238 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
239 self.has_default = Some(has_default); in has_default()
H A Dseparator.rs60 has_default: Option<bool>, field
121 if let Some(ref has_default) = self.has_default { in build()
122 properties.push(("has-default", has_default)); in build()
240 pub fn has_default(mut self, has_default: bool) -> Self { in has_default() method
241 self.has_default = Some(has_default); in has_default()

12345678910>>...68