Home
last modified time | relevance | path

Searched refs:dry (Results 1 – 25 of 5061) sorted by relevance

12345678910>>...203

/dports/devel/git-p4/git-2.34.1/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/devel/git-svn/git-2.34.1/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/devel/git/git-2.34.1/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/devel/git-gui/git-2.34.1/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/devel/git-cvs/git-2.34.1/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dlib-read-tree.sh6 git ls-files -s >pre-dry-run &&
8 git ls-files -s >post-dry-run &&
9 test_cmp pre-dry-run post-dry-run &&
14 git ls-files -s >pre-dry-run &&
16 git ls-files -s >post-dry-run &&
17 test_cmp pre-dry-run post-dry-run &&
22 git ls-files -s >pre-dry-run &&
27 test_cmp pre-dry-run post-dry-run &&
28 test_cmp pre-dry-run-wt post-dry-run-wt &&
38 test_cmp pre-dry-run post-dry-run &&
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/HelpSource/Guides/
H A DEQExamples.schelp15 var dry, filter;
17 dry = SoundIn.ar([0,1]);
19 filter = BhobLoShelf.ar(dry, ffreq, boostcut.dbamp);
21 ((dry * bypass) + (filter * (bypass < 0.5))) * amp;
28 var dry, filter;
30 dry = SoundIn.ar([0,1]);
32 filter = BhobHiShelf.ar(dry, ffreq, boostcut.dbamp);
34 ((dry * bypass) + (filter * (bypass < 0.5))) * amp;
41 var dry, filter;
43 dry = SoundIn.ar([0,1]);
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/test/cmd/
H A Dtemplate-output.sh42 …output_message=$(kubectl "${kube_flags[@]:?}" label --dry-run=client pods/valid-pod label=value --…
46 …output_message=$(kubectl "${kube_flags[@]:?}" annotate --dry-run=client pods/valid-pod annotation=…
93 …output_message=$(kubectl "${kube_flags[@]:?}" create configmap cm --dry-run=client --template="{{ …
121 …output_message=$(kubectl "${kube_flags[@]:?}" create job foo --from=cronjob/pi --dry-run=client --…
125 …output_message=$(kubectl "${kube_flags[@]:?}" create ns bar --dry-run=client --template="{{ .metad…
137 …output_message=$(kubectl "${kube_flags[@]:?}" create quota foo --dry-run=client --template="{{ .me…
141 …output_message=$(kubectl "${kube_flags[@]:?}" create priorityclass foo --dry-run=client --template…
149 …output_message=$(kubectl "${kube_flags[@]:?}" create serviceaccount foo --dry-run=client --templat…
153 …output_message=$(kubectl "${kube_flags[@]:?}" set env pod/valid-pod --dry-run=client A=B --templat…
201 …output_message=$(kubectl "${kube_flags[@]:?}" create service nodeport foo --dry-run=client --tcp=8…
[all …]
H A Dnode-management.sh93 kubectl taint node 127.0.0.1 --dry-run=client dedicated=foo:PreferNoSchedule
94 kubectl taint node 127.0.0.1 --dry-run=server dedicated=foo:PreferNoSchedule
108 kubectl taint node 127.0.0.1 --dry-run=client dedicated-
109 kubectl taint node 127.0.0.1 --dry-run=server dedicated-
119 kubectl cordon "127.0.0.1" --dry-run=client
120 kubectl cordon "127.0.0.1" --dry-run=server
126 kubectl drain "127.0.0.1" --dry-run=client --force
127 kubectl drain "127.0.0.1" --dry-run=server --force
138 kubectl drain "127.0.0.1" --pod-selector 'e in (f)' --dry-run=client --force
156 response=$(kubectl uncordon "127.0.0.1" --dry-run=client)
[all …]
/dports/games/minetest_game/minetest_game-5.4.1/mods/farming/
H A Dnodes.lua9 dry = "farming:soil",
17 dry = "farming:soil",
25 dry = "farming:soil",
33 dry = "farming:soil",
41 dry = "farming:soil",
49 dry = "farming:dry_soil",
57 dry = "farming:dry_soil",
70 dry = "farming:soil",
83 dry = "farming:soil",
96 dry = "farming:dry_soil",
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/BhobUGens/sc/help/
H A DEQ.rtf12 \cf3 var\cf0 dry, filter;\
14 dry = \cf3 AudioIn\cf0 .ar([1,2]);\
16 filter = \cf3 LoShelf\cf0 .ar(dry, ffreq, boostcut.dbamp);\
18 ((dry * bypass) + (filter * (bypass < 0.5))) * amp;\
25 \cf3 var\cf0 dry, filter;\
27 dry = \cf3 AudioIn\cf0 .ar([1,2]);\
29 filter = \cf3 HiShelf\cf0 .ar(dry, ffreq, boostcut.dbamp);\
31 ((dry * bypass) + (filter * (bypass < 0.5))) * amp;\
38 \cf3 var\cf0 dry, filter;\
40 dry = \cf3 AudioIn\cf0 .ar([1,2]);\
[all …]
/dports/devel/automake/automake-1.16.5/t/
H A Dmake-dryrun.tap44 dry:
46 +$(am__make_dryrun) || exit 1; echo ok > from-dry
53 --dry) mode=dry;;
105 check_make --dry -C make_plus_silence 'recipe prefix "+" unsupported' -n
106 check_make --dry -C using_gmake "\$MAKE is not GNU make" --dry-run -k
119 -M "$pr" -I none --include dry-run
121 check_make --dry -C make_supports_option_I "-I make option unsupported" \
124 check_make --dry -C using_gmake "\$MAKE is not GNU make" \
125 -M "$pr" --dry-run -I none --include dry-run
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/1/
H A D4.230.table29 40000 40000 Sulphate dry aerosol
30 40001 40001 Black carbon dry aerosol
31 40002 40002 Particulate organic matter dry aerosol
32 40003 40003 Primary particulate organic matter dry aerosol
33 40004 40004 Secondary particulate organic matter dry aerosol
34 40005 40005 Sea salt dry aerosol
35 40006 40006 Dust dry aerosol
36 40007 40007 Mercury dry aerosol
40 40011 40011 Nitrate dry aerosol
41 40012 40012 Ammonium dry aerosol
/dports/graphics/proj/proj-7.2.1/data/
H A DITRF200835 <AMUR> +proj=helmert +drx=-0.000190 +dry=-0.000442 +drz=0.000915 +convention=position_vector
37 <ANTA> +proj=helmert +drx=-0.000252 +dry=-0.000302 +drz=0.000643 +convention=position_vector
39 <ARAB> +proj=helmert +drx=0.001202 +dry=-0.000054 +drz=0.001485 +convention=position_vector
41 <AUST> +proj=helmert +drx=0.001504 +dry=0.001172 +drz=0.001228 +convention=position_vector
43 <CARB> +proj=helmert +drx=0.000049 +dry=-0.001088 +drz=0.000664 +convention=position_vector
45 <EURA> +proj=helmert +drx=-0.000083 +dry=0.000534 +drz=0.000750 +convention=position_vector
47 <INDI> +proj=helmert +drx=0.001232 +dry=0.000303 +drz=0.001540 +convention=position_vector
51 <NOAM> +proj=helmert +drx=0.000035 +dry=-0.000662 +drz=0.0001 +convention=position_vector
53 <NUBI> +proj=helmert +drx=0.000095 +dry=-0.000598 +drz=0.000723 +convention=position_vector
55 <PCFC> +proj=helmert +drx=0.000411 +dry=0.001036 +drz=-0.002166 +convention=position_vector
[all …]
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/3/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/2/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/1/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/2/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/3/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib3/tables/1/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/4/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/4/
H A D4.230.table31 40000 40000 Sulphate dry aerosol
32 40001 40001 Black carbon dry aerosol
33 40002 40002 Particulate organic matter dry aerosol
34 40003 40003 Primary particulate organic matter dry aerosol
35 40004 40004 Secondary particulate organic matter dry aerosol
36 40005 40005 Sea salt dry aerosol
37 40006 40006 Dust dry aerosol
38 40007 40007 Mercury dry aerosol
42 40011 40011 Nitrate dry aerosol
43 40012 40012 Ammonium dry aerosol
/dports/science/dvc/dvc-0.30.1/dvc/repo/
H A Dreproduce.py9 def _reproduce_stage(stages, node, force, dry, interactive, no_commit): argument
19 force=force, dry=dry, interactive=interactive, no_commit=no_commit
24 if not dry:
35 dry=False, argument
78 dry=dry,
95 dry=False, argument
114 dry,
121 stages, node, force, dry, interactive, no_commit
128 G, stages, node, force, dry, interactive, ignore_build_cache, no_commit argument
136 stages, n, force, dry, interactive, no_commit
/dports/audio/tamgamp-lv2/tamgamp.lv2-590ced0a1da96ca481a1a719eebdb17f3af472e4/src/tamgamp.lv2/util/
H A DBypass.cpp95 void Bypass::process(float *dst, const float *dry, const float *wet, size_t count) in process() argument
101 if (dry != NULL) in process()
109 *dst = *dry + (*wet - *dry) * fGain; in process()
112 dry ++; in process()
131 *dst = *dry + (*wet - *dry) * fGain; in process()
134 dry ++; in process()
146 ::memcpy(dst, dry, count*sizeof(float)); in process()
/dports/audio/fluidsynth/fluidsynth-2.2.4/doc/examples/
H A Dfluidsynth_process.c22 float *dry[1 * 2], *fx[1 * 2]; in main() local
29 dry[0] = left; in main()
30 dry[1] = right; in main()
39 int err = fluid_synth_process(synth, SAMPLES, 2, fx, 2, dry); in main()
49 int err = fluid_synth_process(synth, SAMPLES, 0, NULL, 2, dry); in main()
88 float *dry[n_aud_chan * 2], *fx[n_fx_chan * 2]; in main() local
95 dry[i] = &samp_buf[i * SAMPLES]; in main()
108 int err = fluid_synth_process(synth, SAMPLES, n_fx_chan * 2, fx, n_aud_chan * 2, dry); in main()

12345678910>>...203