Home
last modified time | relevance | path

Searched refs:stretch (Results 1 – 25 of 7372) sorted by relevance

12345678910>>...295

/dports/textproc/xmlroff/xmlroff-0.6.3/testsuite/property/font/
H A Dfont-stretch.fo20stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
21stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
25stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
26stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
30stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
31stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
36stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
41stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
46stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
51stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
[all …]
/dports/textproc/libfo/xmlroff-0.6.3/testsuite/property/font/
H A Dfont-stretch.fo20stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
21stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
25stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
26stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
30stretch="narrower">narrower <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline fon…
31stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
36stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
41stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
46stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
51stretch="wider">wider <fo:inline font-stretch="inherit">(inherit)</fo:inline> <fo:inline font-stre…
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A Dfont-stretch.css2 font-stretch: initial;
6 font-stretch: inherit;
10 font-stretch: unset;
14 font-stretch: ultra-condensed;
18 font-stretch: extra-condensed;
22 font-stretch: condensed;
26 font-stretch: semi-condensed;
30 font-stretch: normal;
34 font-stretch: semi-expanded;
38 font-stretch: expanded;
[all …]
H A Dfont-stretch.ref.css2 font-stretch: initial;
6 font-stretch: inherit;
10 font-stretch: unset;
14 font-stretch: ultra-condensed;
18 font-stretch: extra-condensed;
22 font-stretch: condensed;
26 font-stretch: semi-condensed;
30 font-stretch: normal;
34 font-stretch: semi-expanded;
38 font-stretch: expanded;
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/parser/
H A Dfont-stretch.css2 font-stretch: initial;
6 font-stretch: inherit;
10 font-stretch: unset;
14 font-stretch: ultra-condensed;
18 font-stretch: extra-condensed;
22 font-stretch: condensed;
26 font-stretch: semi-condensed;
30 font-stretch: normal;
34 font-stretch: semi-expanded;
38 font-stretch: expanded;
[all …]
H A Dfont-stretch.ref.css2 font-stretch: initial;
6 font-stretch: inherit;
10 font-stretch: unset;
14 font-stretch: ultra-condensed;
18 font-stretch: extra-condensed;
22 font-stretch: condensed;
26 font-stretch: semi-condensed;
30 font-stretch: normal;
34 font-stretch: semi-expanded;
38 font-stretch: expanded;
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-data/Skins/Default/gtk-2.0/
H A Dgtkrc88 stretch = TRUE
95 stretch = TRUE
104 stretch = TRUE
112 stretch = TRUE
131 stretch = TRUE
138 stretch = TRUE
178 stretch = TRUE
198 stretch = TRUE
206 stretch = TRUE
214 stretch = TRUE
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/font-kit-0.6.0/src/
H A Dmatching.rs34 .any(|&index| candidates[index].stretch == query.stretch) in find_best_match()
37 query.stretch in find_best_match()
38 } else if query.stretch <= Stretch::NORMAL { in find_best_match()
42 .filter(|&&index| candidates[index].stretch < query.stretch) in find_best_match()
43 .min_by_key(|&&index| FloatOrd(query.stretch.0 - candidates[index].stretch.0)) in find_best_match()
49 .min_by_key(|&&index| FloatOrd(candidates[index].stretch.0 - query.stretch.0)) in find_best_match()
51 candidates[matching_index].stretch in find_best_match()
58 .filter(|&&index| candidates[index].stretch > query.stretch) in find_best_match()
59 .min_by_key(|&&index| FloatOrd(candidates[index].stretch.0 - query.stretch.0)) in find_best_match()
65 .min_by_key(|&&index| FloatOrd(query.stretch.0 - candidates[index].stretch.0)) in find_best_match()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/
H A Dmpl_normalize.py76 if stretch is None:
81 self.stretch = stretch
283 if stretch == 'linear':
284 stretch = LinearStretch()
285 elif stretch == 'sqrt':
286 stretch = SqrtStretch()
287 elif stretch == 'power':
289 elif stretch == 'log':
290 stretch = LogStretch(log_a)
291 elif stretch == 'asinh':
[all …]
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWBoxLayout.h164 void addWidget(std::unique_ptr<WWidget> widget, int stretch,
167 void addWidget(std::unique_ptr<WWidget> widget, int stretch = 0,
183 Widget *addWidget(std::unique_ptr<Widget> widget, int stretch = 0,
194 Widget *addWidget(std::unique_ptr<Widget> widget, int stretch);
204 void addLayout(std::unique_ptr<WLayout> layout, int stretch,
207 void addLayout(std::unique_ptr<WLayout> layout, int stretch = 0,
247 void addStretch(int stretch = 0);
341 void insertStretch(int index, int stretch = 0);
350 bool setStretchFactor(WLayout *layout, int stretch);
359 bool setStretchFactor(WWidget *widget, int stretch);
[all …]
/dports/audio/festival/festival/src/modules/Duration/
H A Ddur_aux.cc47 float stretch; in dur_get_stretch() local
50 stretch = 1.0; in dur_get_stretch()
52 stretch = get_c_float(lstretch); in dur_get_stretch()
53 if (stretch < 0.1) in dur_get_stretch()
57 stretch = 1.0; in dur_get_stretch()
60 return stretch; in dur_get_stretch()
71 float stretch = 1.0; in dur_get_stretch_at_seg() local
79 stretch *= local_stretch; in dur_get_stretch_at_seg()
81 stretch *= syl_stretch; in dur_get_stretch_at_seg()
83 stretch *= seg_stretch; in dur_get_stretch_at_seg()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/visualization/tests/
H A Dtest_stretch.py43 def test_no_clip(self, stretch): argument
58 def test_clip(self, stretch): argument
64 def test_inplace(self, stretch): argument
67 stretch(data_in, out=result, clip=False)
72 def test_round_trip(self, stretch): argument
73 np.testing.assert_allclose(stretch.inverse(stretch(DATA, clip=False),
77 def test_inplace_roundtrip(self, stretch): argument
79 stretch(DATA, out=result, clip=False)
84 def test_double_inverse(self, stretch): argument
107 stretch = SqrtStretch()
[all …]
H A Dtest_norm.py174 def test_invalid_keyword(self, stretch): argument
175 norm1 = ImageNormalize(stretch=stretch, vmin=-1, vmax=1, clip=False,
177 norm2 = ImageNormalize(stretch=stretch, vmin=-1, vmax=1, clip=False)
178 norm3 = ImageNormalize(DATA3, stretch=stretch, vmin=-1, vmax=1,
194 norm = simple_norm(DATA2, stretch='linear')
199 norm1 = simple_norm(DATA2, stretch='sqrt')
204 stretch = SqrtStretch()
207 norm2 = ImageNormalize(stretch=stretch, vmin=-1, vmax=1, clip=False,
219 norm = simple_norm(DATA2, stretch='log')
232 norm = simple_norm(DATA2, stretch='asinh')
[all …]
/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Theme/Chicago95/gtk-2.0/
H A Dscrollbar.rc13 stretch = TRUE
24 stretch = FALSE
35 stretch = TRUE
47 stretch = TRUE
59 stretch = TRUE
71 stretch = TRUE
83 stretch = TRUE
95 stretch = TRUE
106 stretch = TRUE
118 stretch = TRUE
[all …]
/dports/x11-themes/metacity-aquaextremesunken-theme/AquaExtremeSunken/gtk-2.0/
H A Dgtkrc446 stretch = TRUE
519 stretch = TRUE
1263 stretch = TRUE
1329 stretch = TRUE
1339 stretch = TRUE
1349 stretch = TRUE
1359 stretch = TRUE
1368 stretch = TRUE
1377 stretch = TRUE
1386 stretch = TRUE
[all …]
/dports/x11-themes/gtk-aquaextremesunken-theme/AquaExtremeSunken/gtk-2.0/
H A Dgtkrc446 stretch = TRUE
519 stretch = TRUE
1263 stretch = TRUE
1329 stretch = TRUE
1339 stretch = TRUE
1349 stretch = TRUE
1359 stretch = TRUE
1368 stretch = TRUE
1377 stretch = TRUE
1386 stretch = TRUE
[all …]
/dports/x11-themes/gtk-gray-theme/Gray/gtk-2.0/
H A Dgtkrc272 stretch = TRUE
1182 stretch = TRUE
1344 stretch = TRUE
1354 stretch = TRUE
1364 stretch = TRUE
1374 stretch = TRUE
1383 stretch = TRUE
1392 stretch = TRUE
1401 stretch = TRUE
1410 stretch = TRUE
[all …]
/dports/x11-themes/gtk-gray-theme/Gray-Flat/gtk-2.0/
H A Dgtkrc272 stretch = TRUE
1182 stretch = TRUE
1344 stretch = TRUE
1354 stretch = TRUE
1364 stretch = TRUE
1374 stretch = TRUE
1383 stretch = TRUE
1392 stretch = TRUE
1401 stretch = TRUE
1410 stretch = TRUE
[all …]
/dports/sysutils/aptly/aptly-1.4.0/system/t04_mirror/
H A DUpdateMirror23Test_gold7 Downloading http://mirror.yandex.ru/debian/dists/stretch/InRelease...
8 Downloading http://mirror.yandex.ru/debian/dists/stretch/Release...
9 Downloading http://mirror.yandex.ru/debian/dists/stretch/Release.gpg...
10 Downloading http://mirror.yandex.ru/debian/dists/stretch/main/binary-s390x/Packages.gz...
11 Downloading http://mirror.yandex.ru/debian/dists/stretch/main/installer-s390x/current/images/MANIFE…
13 Downloading http://mirror.yandex.ru/debian/dists/stretch/main/installer-s390x/current/images/MD5SUM…
14 Downloading http://mirror.yandex.ru/debian/dists/stretch/main/installer-s390x/current/images/SHA256…
19 Downloading http://mirror.yandex.ru/debian/dists/stretch/main/installer-s390x/current/images/udeb.l…
20 Downloading http://mirror.yandex.ru/debian/dists/stretch/non-free/binary-s390x/Packages.gz...
22 Mirror `stretch` has been successfully updated.
[all …]
/dports/graphics/vcg/vcg.1.30/src/
H A DX11devst.c245 int stretch;
253 bufstretch = stretch;
267 fbuf_stretch[buf] = stretch;
278 int stretch; in new_scale_fontbuffers()
286 if (stretch>2*shrink) return;
287 if ((stretch!=1)||(shrink!=1)) fill_fontbuffer(1,stretch,shrink);
301 int set_fontbuffer(stretch,shrink) in set_fontbuffer()
302 int stretch; in set_fontbuffer()
310 if (stretch>2*shrink) return(0);
311 act_font_width = 8*stretch/shrink;
[all …]
/dports/x11-themes/gtk-milk-theme/Milk-2.1/gtk-2.0/
H A Dgtkrc324 stretch = TRUE
1511 stretch = TRUE
1613 stretch = TRUE
1623 stretch = TRUE
1633 stretch = TRUE
1643 stretch = TRUE
1653 stretch = TRUE
1663 stretch = TRUE
1673 stretch = TRUE
1683 stretch = TRUE
[all …]
/dports/x11-themes/metacity-milk-theme/Milk-2.1/gtk-2.0/
H A Dgtkrc324 stretch = TRUE
1511 stretch = TRUE
1613 stretch = TRUE
1623 stretch = TRUE
1633 stretch = TRUE
1643 stretch = TRUE
1653 stretch = TRUE
1663 stretch = TRUE
1673 stretch = TRUE
1683 stretch = TRUE
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-fonts/variations/
H A Dat-font-face-descriptors.html.ini50 [font-stretch(valid): 'condensed' keyword: condensed]
56 [font-stretch(valid): 'normal' keyword: normal]
62 [font-stretch(valid): 'expanded' keyword: expanded]
71 [font-stretch(valid): Legal percentage: 1%]
74 [font-stretch(valid): Legal percentage: 10.5%]
77 [font-stretch(valid): Legal percentage: 100%]
80 [font-stretch(valid): Legal percentage: 1000%]
83 [font-stretch(valid): Zero is legal: 0%]
86 [font-stretch(valid): Simple calc value: calc(200.5%)]
92 [font-stretch(valid): Simple range: 100% 200%]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-fonts/variations/
H A Dat-font-face-descriptors.html.ini50 [font-stretch(valid): 'condensed' keyword: condensed]
56 [font-stretch(valid): 'normal' keyword: normal]
62 [font-stretch(valid): 'expanded' keyword: expanded]
71 [font-stretch(valid): Legal percentage: 1%]
74 [font-stretch(valid): Legal percentage: 10.5%]
77 [font-stretch(valid): Legal percentage: 100%]
80 [font-stretch(valid): Legal percentage: 1000%]
83 [font-stretch(valid): Zero is legal: 0%]
86 [font-stretch(valid): Simple calc value: calc(200.5%)]
92 [font-stretch(valid): Simple range: 100% 200%]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-fonts/variations/
H A Dat-font-face-descriptors.html.ini50 [font-stretch(valid): 'condensed' keyword: condensed]
56 [font-stretch(valid): 'normal' keyword: normal]
62 [font-stretch(valid): 'expanded' keyword: expanded]
71 [font-stretch(valid): Legal percentage: 1%]
74 [font-stretch(valid): Legal percentage: 10.5%]
77 [font-stretch(valid): Legal percentage: 100%]
80 [font-stretch(valid): Legal percentage: 1000%]
83 [font-stretch(valid): Zero is legal: 0%]
86 [font-stretch(valid): Simple calc value: calc(200.5%)]
92 [font-stretch(valid): Simple range: 100% 200%]
[all …]

12345678910>>...295