Home
last modified time | relevance | path

Searched defs:proportion (Results 1 – 25 of 793) sorted by relevance

12345678910>>...32

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/
H A Dclothing_mods.json10 { "type": "bash", "value": 1, "proportion": [ "thickness" ] }, array
11 { "type": "cut", "value": 1, "proportion": [ "thickness" ] }, array
12 { "type": "bullet", "value": 1, "proportion": [ "thickness" ] }, array
26 { "type": "bash", "value": 3, "proportion": [ "thickness" ] }, array
27 { "type": "cut", "value": 3, "proportion": [ "thickness" ] }, array
28 { "type": "bullet", "value": 1.5, "proportion": [ "thickness" ] }, array
41 { "type": "bash", "value": 1, "proportion": [ "thickness" ] }, array
42 { "type": "cut", "value": 1.5, "proportion": [ "thickness" ] }, array
43 { "type": "bullet", "value": 2.5, "proportion": [ "thickness" ] }, array
58 { "type": "warmth", "value": 35, "proportion": [ "coverage" ] } array
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/
H A Dclothing_mods.json10 { "type": "bash", "value": 1, "proportion": [ "thickness" ] }, array
11 { "type": "cut", "value": 1, "proportion": [ "thickness" ] }, array
12 { "type": "bullet", "value": 1, "proportion": [ "thickness" ] }, array
26 { "type": "bash", "value": 3, "proportion": [ "thickness" ] }, array
27 { "type": "cut", "value": 3, "proportion": [ "thickness" ] }, array
28 { "type": "bullet", "value": 1.5, "proportion": [ "thickness" ] }, array
41 { "type": "bash", "value": 1, "proportion": [ "thickness" ] }, array
42 { "type": "cut", "value": 1.5, "proportion": [ "thickness" ] }, array
43 { "type": "bullet", "value": 2.5, "proportion": [ "thickness" ] }, array
58 { "type": "warmth", "value": 35, "proportion": [ "coverage" ] } array
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dblocked_rangeNd.h105 …blocked_rangeNd_impl(blocked_rangeNd_impl& r, proportional_split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
110 blocked_rangeNd_impl(blocked_rangeNd_impl& r, split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
121 void do_split(blocked_rangeNd_impl& r, split_type proportion) { in do_split()
H A Dblocked_range.h114 blocked_range( blocked_range& r, proportional_split& proportion ) : in blocked_range()
140 static Value do_split( blocked_range& r, proportional_split& proportion ) in do_split()
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dblocked_rangeNd.h105 …blocked_rangeNd_impl(blocked_rangeNd_impl& r, proportional_split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
110 blocked_rangeNd_impl(blocked_rangeNd_impl& r, split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
121 void do_split(blocked_rangeNd_impl& r, split_type proportion) { in do_split()
H A Dblocked_range.h114 blocked_range( blocked_range& r, proportional_split& proportion ) : in blocked_range()
140 static Value do_split( blocked_range& r, proportional_split& proportion ) in do_split()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dblocked_rangeNd.h105 …blocked_rangeNd_impl(blocked_rangeNd_impl& r, proportional_split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
110 blocked_rangeNd_impl(blocked_rangeNd_impl& r, split proportion) : my_dims(r.my_dims) { in blocked_rangeNd_impl()
121 void do_split(blocked_rangeNd_impl& r, split_type proportion) { in do_split()
H A Dblocked_range.h114 blocked_range( blocked_range& r, proportional_split& proportion ) : in blocked_range()
140 static Value do_split( blocked_range& r, proportional_split& proportion ) in do_split()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dfilter_func.rs64 proportion: Option<f64>, field
72 proportion: Option<f64>, field
91 proportion: Option<f64>, field
107 proportion: Option<f64>, field
115 proportion: Option<f64>, field
123 proportion: Option<f64>, field
131 proportion: Option<f64>, field
175 let proportion = parse_num_or_percentage(parser); in parse_brightness() localVariable
182 let proportion = parse_num_or_percentage(parser); in parse_contrast() localVariable
224 let proportion = parse_num_or_percentage_clamped(parser); in parse_grayscale() localVariable
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Pagespeedonline/
H A DPagespeedApiLoadingExperienceV5MetricsElementDistributions.php22 public $proportion; variable in Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions
40 public function setProportion($proportion)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PagespeedInsights/
H A DBucket.php22 public $proportion; variable in Google_Service_PagespeedInsights_Bucket
40 public function setProportion($proportion)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Pagespeedonline/
H A DPagespeedApiLoadingExperienceV5MetricsElementDistributions.php22 public $proportion; variable in Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElementDistributions
40 public function setProportion($proportion)
/dports/math/R-cran-Amelia/Amelia/R/
H A Dmo.R71 moPrep <- function(x, formula, subset, error.proportion, gold.standard=!missing(subset), error.sd) {
76 moPrep.molist <- function(x, formula, subset, error.proportion, gold.standard=FALSE, error.sd) {
88 moPrep.default <- function(x, formula, subset, error.proportion, gold.standard=!missing(subset), er…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/portmapper/
H A Dproxy.go23 // proxies as separate processes.
58 select {
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dsizer.h48 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
57 wxSizerFlags& Proportion(int proportion) in Proportion()
323 void SetProportion( int proportion ) in SetProportion()
944 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
950 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
956 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
992 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
998 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1036 int proportion, in Insert()
1047 int proportion, in Insert()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dsizer.h48 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
57 wxSizerFlags& Proportion(int proportion) in Proportion()
323 void SetProportion( int proportion ) in SetProportion()
944 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
950 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
956 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
992 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
998 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1036 int proportion, in Insert()
1047 int proportion, in Insert()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dsizer.h48 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
57 wxSizerFlags& Proportion(int proportion) in Proportion()
323 void SetProportion( int proportion ) in SetProportion()
944 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
950 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
956 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
992 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
998 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1036 int proportion, in Insert()
1047 int proportion, in Insert()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dsizer.h48 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
57 wxSizerFlags& Proportion(int proportion) in Proportion()
323 void SetProportion( int proportion ) in SetProportion()
944 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
950 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
956 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
992 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
998 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1036 int proportion, in Insert()
1047 int proportion, in Insert()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dblocked_range.h107 blocked_range( blocked_range& r, proportional_split& proportion ) : in blocked_range()
133 static Value do_split( blocked_range& r, proportional_split& proportion ) in do_split()
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dblocked_range.h107 blocked_range( blocked_range& r, proportional_split& proportion ) : in blocked_range()
134 static Value do_split( blocked_range& r, proportional_split& proportion ) in do_split()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/message_center/
H A Dmessage_center_style.cc21 double proportion = in GetImageSizeForContainerSize() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/message_center/
H A Dmessage_center_style.cc21 double proportion = in GetImageSizeForContainerSize() local
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-paned.c40 gdouble proportion; member
112 gdouble proportion; in paned_recalc_positions() local
276 gdouble proportion, old_proportion = -1.0; in paned_size_allocate() local
544 gdouble proportion) in e_paned_set_proportion()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dsizer.h45 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
54 wxSizerFlags& Proportion(int proportion) in Proportion()
360 void SetProportion( int proportion ) in SetProportion()
1150 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
1156 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
1162 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
1204 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1210 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1254 int proportion, in Insert()
1265 int proportion, in Insert()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dsizer.h40 wxSizerFlags(int proportion = 0) : m_proportion(proportion) in m_proportion() argument
49 wxSizerFlags& Proportion(int proportion) in Proportion()
385 void SetProportion( int proportion ) in SetProportion()
1189 wxSizer::Add( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Add()
1195 wxSizer::Add( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Add()
1201 wxSizer::Add( int width, int height, int proportion, int flag, int border, wxObject* userData ) in Add()
1243 wxSizer::Prepend( wxWindow *window, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1249 wxSizer::Prepend( wxSizer *sizer, int proportion, int flag, int border, wxObject* userData ) in Prepend()
1293 int proportion, in Insert()
1304 int proportion, in Insert()
[all …]

12345678910>>...32