Home
last modified time | relevance | path

Searched refs:extra_features (Results 1 – 25 of 43) sorted by relevance

12

/dports/games/dose-response/dose-response-179c326/ci/
H A Dbefore_deploy.sh8 extra_features=
13 extra_features=""
17 extra_features="sdl-static-link"
23 …cross rustc --target $TARGET --release --no-default-features --features "prod $extra_features" -- …
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dtool.rs33 extra_features: Vec<String>, field
72 &self.extra_features, in run()
236 extra_features: &[String], in prepare_tool_cargo()
351 extra_features: vec![],
435 extra_features: Vec::new(), in run()
471 extra_features: Vec::new(), in run()
622 extra_features: Vec::new(), in run()
637 extra_features: Vec::new(), in run()
708 pub extra_features: Vec<String>,
752 extra_features: $sel.extra_features,
[all …]
H A Ddist.rs1045 .ensure(tool::Rls { compiler, target, extra_features: Vec::new() }) in run()
1104 .ensure(tool::RustAnalyzer { compiler, target, extra_features: Vec::new() }) in run()
1151 .ensure(tool::Clippy { compiler, target, extra_features: Vec::new() }) in run()
1154 .ensure(tool::CargoClippy { compiler, target, extra_features: Vec::new() }) in run()
1205 .ensure(tool::Miri { compiler, target, extra_features: Vec::new() }) in run()
1211 .ensure(tool::CargoMiri { compiler, target, extra_features: Vec::new() }) in run()
1259 .ensure(tool::Rustfmt { compiler, target, extra_features: Vec::new() }) in run()
1265 .ensure(tool::Cargofmt { compiler, target, extra_features: Vec::new() }) in run()
1325 .ensure(tool::RustDemangler { compiler, target, extra_features: Vec::new() }) in run()
H A Dtest.rs332 builder.ensure(tool::Rls { compiler, target: self.host, extra_features: Vec::new() }); in run()
383 .ensure(tool::Rustfmt { compiler, target: self.host, extra_features: Vec::new() }) in run()
432 .ensure(tool::RustDemangler { compiler, target: self.host, extra_features: Vec::new() }) in run()
483 builder.ensure(tool::Miri { compiler, target: self.host, extra_features: Vec::new() }); in run()
487 extra_features: Vec::new(), in run()
657 .ensure(tool::Clippy { compiler, target: self.host, extra_features: Vec::new() }) in run()
1315 .ensure(tool::RustDemangler { compiler, target, extra_features: Vec::new() }) in run()
/dports/devel/mercurial/mercurial-6.0/contrib/packaging/hgpackaging/
H A Dwix.py308 extra_features: typing.Optional[typing.List[str]] = None,
377 extra_features=extra_features,
388 extra_features: typing.Optional[typing.List[str]] = None,
410 if extra_features:
411 build_vars["EXTRA_MSI_FEATURES"] = ";".join(extra_features)
469 extra_features: typing.Optional[typing.List[str]] = None,
535 if extra_features:
536 assert all(';' not in f for f in extra_features)
537 defines['MercurialExtraFeatures'] = ';'.join(extra_features)
H A Dcli.py66 extra_features=None, argument
98 if extra_features:
99 kwargs["extra_features"] = extra_features.split(",")
/dports/net-im/jggtrans/jggtrans-2.2.6/src/
H A Ddisco.c29 static const char *extra_features[]={NULL}; variable
145 for(i=0;extra_features[i];i++){ in jabber_iq_get_server_disco_info()
147 xmlnode_put_attrib(n,"var",extra_features[i]); in jabber_iq_get_server_disco_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/
H A Dcompal-laptop.c186 static bool extra_features; variable
777 extra_features = false; in dmi_check_cb()
785 extra_features = true; in dmi_check_cb_extra()
1040 if (!extra_features) in compal_probe()
1098 if (!extra_features) in compal_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/
H A Dcompal-laptop.c186 static bool extra_features; variable
777 extra_features = false; in dmi_check_cb()
785 extra_features = true; in dmi_check_cb_extra()
1040 if (!extra_features) in compal_probe()
1098 if (!extra_features) in compal_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/
H A Dcompal-laptop.c186 static bool extra_features; variable
777 extra_features = false; in dmi_check_cb()
785 extra_features = true; in dmi_check_cb_extra()
1040 if (!extra_features) in compal_probe()
1098 if (!extra_features) in compal_remove()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dshade.rs810 let mut extra_features = Vec::new(); in new() localVariable
812 extra_features.push(PIXEL_LOCAL_STORAGE_FEATURE); in new()
817 &extra_features, in new()
836 &extra_features, in new()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_smtplib.py318 def __init__(self, extra_features, *args, **kw): argument
320 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py347 def __init__(self, extra_features, *args, **kw): argument
349 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_smtplib.py347 def __init__(self, extra_features, *args, **kw): argument
349 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7pypy/
H A Dtest_smtplib.py345 def __init__(self, extra_features, *args, **kw): argument
347 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/2.7/
H A Dtest_smtplib.py347 def __init__(self, extra_features, *args, **kw): argument
349 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/lang/zig/zig-0.9.0/tools/
H A Dupdate_cpu_features.zig42 extra_features: []const Feature = &.{},
200 .extra_features = &.{
1021 for (llvm_target.extra_features) |extra_feature| {
/dports/lang/zig-devel/zig-0.9.0/tools/
H A Dupdate_cpu_features.zig42 extra_features: []const Feature = &.{},
200 .extra_features = &.{
1021 for (llvm_target.extra_features) |extra_feature| {
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_export.h422 Set<String> extra_features; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_export.h422 Set<String> extra_features; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dfeaturesourcetestbase.py72 … def testGetFeatures(self, source=None, extra_features=[], skip_features=[], changed_attributes={}, argument
111 for f in extra_features:
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dfeaturesourcetestbase.py71 … def testGetFeatures(self, source=None, extra_features=[], skip_features=[], changed_attributes={}, argument
110 for f in extra_features:
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_smtplib.py738 def __init__(self, extra_features, *args, **kw): argument
740 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/devel/py-gevent/gevent-21.8.0/src/greentest/3.6pypy/
H A Dtest_smtplib.py680 def __init__(self, extra_features, *args, **kw): argument
682 [ "250-{0}\r\n".format(x) for x in extra_features ])
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_smtplib.py775 def __init__(self, extra_features, *args, **kw): argument
777 [ "250-{0}\r\n".format(x) for x in extra_features ])

12