Home
last modified time | relevance | path

Searched refs:comps (Results 1 – 25 of 4218) sorted by relevance

12345678910>>...169

/dports/textproc/p5-Lingua-EN-AddressParse/Lingua-EN-AddressParse-1.27/t/
H A Dmain.t28 my %comps = $address->components;
49 %comps = $address->components;
67 %comps = $address->components;
82 %comps = $address->components;
98 %comps = $address->components;
112 %comps = $address->components;
140 %comps = $address->components;
159 %comps = $address->components;
179 %comps = $address->components;
200 %comps = $address->components;
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dnetwork.py432 if "tcp" == comps[0] or "tcp4" == comps[0]:
436 elif "udp" == comps[0] or "udp4" == comps[0]:
777 "interface": comps[5] if len(comps) >= 6 else "",
791 "interface": comps[5] if len(comps) >= 6 else "",
813 "interface": comps[5] if len(comps) >= 6 else "",
1026 if len(comps) >= 2 and comps[1] == "* * *":
1102 ret[comps[-1]] = comps[1]
1104 if comps[0] == "Host" or comps[1] == "(incomplete)":
1106 ret[comps[1]] = comps[0]
1110 ret[comps[3]] = comps[1].strip("(").strip(")")
[all …]
H A Dstatus.py148 ret[comps[pind]] = {"user": comps[uind], "cmd": " ".join(comps[cind:])}
663 comps[0] = comps[0].strip()
685 comps[0] = comps[0].strip()
686 ret[comps[0]] = comps[1].strip()
703 comps[0] = comps[0].strip()
784 comps[0] = comps[0].rstrip()
801 comps[0] = comps[0].rstrip()
826 comps[0] = comps[0].rstrip()
1083 ret[comps[0]] = _number(comps[1])
1271 comps[0] = comps[0].strip()
[all …]
H A Ddnsutil.py51 comps = line.split()
52 ip = comps[0]
53 aliases = comps[1:]
144 comps = line.split()
146 zonedict[comps[0].replace("$", "")] = comps[1]
164 comps.pop(1)
175 if comps[0] == "IN":
178 comps[0] = "{}.{}".format(comps[0], zonedict["ORIGIN"])
184 {"priority": comps[3], "host": comps[4]}
187 zonedict.setdefault(comps[3], {})[comps[0]] = {
[all …]
H A Dquota.py64 comps = line.split()
79 ret[quotatype][comps[0]]["block-used"] = comps[2]
80 ret[quotatype][comps[0]]["block-soft-limit"] = comps[3]
81 ret[quotatype][comps[0]]["block-hard-limit"] = comps[4]
82 ret[quotatype][comps[0]]["block-grace"] = comps[5]
83 ret[quotatype][comps[0]]["file-used"] = comps[6]
84 ret[quotatype][comps[0]]["file-soft-limit"] = comps[7]
85 ret[quotatype][comps[0]]["file-hard-limit"] = comps[8]
86 ret[quotatype][comps[0]]["file-grace"] = comps[9]
188 ret[comps[0]] = comps[1]
[all …]
H A Dlinux_ip.py87 ret[if_]["link_layer"] = dict(list(zip(comps, comps)))
90 at_ = comps[0]
150 comps = line.split()
151 tmp["iface"] = comps[0]
155 tmp["refcnt"] = comps[4]
156 tmp["use"] = comps[5]
157 tmp["metric"] = comps[6]
159 tmp["mtu"] = comps[8]
161 tmp["irtt"] = comps[10]
162 if comps[0] not in ret:
[all …]
/dports/sysutils/dnf/dnf-4.9.0/tests/api/
H A Dtest_dnf_comps.py211 comps = dnf.comps.Comps()
218 comps = dnf.comps.Comps()
223 comps = dnf.comps.Comps()
228 comps = dnf.comps.Comps()
233 comps = dnf.comps.Comps()
240 comps = dnf.comps.Comps()
245 comps = dnf.comps.Comps()
250 comps = dnf.comps.Comps()
255 comps = dnf.comps.Comps()
262 comps = dnf.comps.Comps()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/common/
H A Dcolor.c232 img->comps[1].w = img->comps[2].w = img->comps[0].w; in sycc422_to_rgb()
233 img->comps[1].h = img->comps[2].h = img->comps[0].h; in sycc422_to_rgb()
234 img->comps[1].dx = img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
235 img->comps[1].dy = img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
390 img->comps[1].w = img->comps[2].w = img->comps[0].w; in sycc420_to_rgb()
391 img->comps[1].h = img->comps[2].h = img->comps[0].h; in sycc420_to_rgb()
392 img->comps[1].dx = img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
393 img->comps[1].dy = img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
724 image->comps[1] = image->comps[0]; in color_apply_icc_profile()
725 image->comps[2] = image->comps[0]; in color_apply_icc_profile()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Jpeg2000/
H A DJpeg2000Color.cpp163 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
164 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
165 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
166 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
230 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
231 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
232 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
233 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
466 image->comps[3] = image->comps[1]; in color_apply_icc_profile()
468 image->comps[1] = image->comps[0]; in color_apply_icc_profile()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/common/
H A Dcolor.c150 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
151 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
152 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
153 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
209 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
210 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
211 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
212 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
424 image->comps[3] = image->comps[1]; in color_apply_icc_profile()
426 image->comps[1] = image->comps[0]; in color_apply_icc_profile()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/common/
H A Dcolor.c150 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
151 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
152 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
153 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
209 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
210 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
211 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
212 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
429 image->comps[3] = image->comps[1]; in color_apply_icc_profile()
431 image->comps[1] = image->comps[0]; in color_apply_icc_profile()
[all …]
/dports/comms/qsstv/qsstv/utils/
H A Dcolor.cpp157 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
158 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
159 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
160 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
242 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
243 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
244 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
245 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
515 image->comps[3] = image->comps[1]; in color_apply_icc_profile()
517 image->comps[1] = image->comps[0]; in color_apply_icc_profile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jpx/
H A Dcjpx_decoder.cpp99 std::min({img->comps[0].w, img->comps[1].w, img->comps[2].w}); in sycc444_to_rgb()
101 std::min({img->comps[0].h, img->comps[1].h, img->comps[2].h}); in sycc444_to_rgb()
137 img->comps[1].h == img->comps[2].h; in sycc420_422_size_is_valid()
282 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
283 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
284 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
285 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
344 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
345 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
346 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jpx/
H A Dcjpx_decoder.cpp99 std::min({img->comps[0].w, img->comps[1].w, img->comps[2].w}); in sycc444_to_rgb()
101 std::min({img->comps[0].h, img->comps[1].h, img->comps[2].h}); in sycc444_to_rgb()
137 img->comps[1].h == img->comps[2].h; in sycc420_422_size_is_valid()
282 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
283 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
284 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
285 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
344 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
345 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
346 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp179 std::min({img->comps[0].w, img->comps[1].w, img->comps[2].w}); in sycc444_to_rgb()
181 std::min({img->comps[0].h, img->comps[1].h, img->comps[2].h}); in sycc444_to_rgb()
294 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
295 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
296 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
297 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
434 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
435 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
436 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
437 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp178 std::min({img->comps[0].w, img->comps[1].w, img->comps[2].w}); in sycc444_to_rgb()
180 std::min({img->comps[0].h, img->comps[1].h, img->comps[2].h}); in sycc444_to_rgb()
287 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
288 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
289 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
290 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
424 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
425 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
426 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
427 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dlocales.py53 comps = {}
57 comps["language"], comps["territory"] = split(work_st, "_")
58 return comps
61 def join_locale(comps):
65 loc = comps["language"]
68 if comps.get("codeset"):
70 if comps.get("modifier"):
72 if comps.get("charmap"):
82 comps["territory"] = comps["territory"].upper()
83 comps["codeset"] = comps["codeset"].lower().replace("-", "")
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/formats/
H A Dformatjp2k.cpp60 r += (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); in RGBAtoRGBA()
63 g += (image->comps[1].sgnd ? 1 << (image->comps[1].prec - 1) : 0); in RGBAtoRGBA()
66 b += (image->comps[2].sgnd ? 1 << (image->comps[2].prec - 1) : 0); in RGBAtoRGBA()
69 a += (image->comps[3].sgnd ? 1 << (image->comps[3].prec - 1) : 0); in RGBAtoRGBA()
83 cc += (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); in CMYKtoRGB()
87 cm += (image->comps[1].sgnd ? 1 << (image->comps[1].prec - 1) : 0); in CMYKtoRGB()
91 cy += (image->comps[2].sgnd ? 1 << (image->comps[2].prec - 1) : 0); in CMYKtoRGB()
112 r += (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); in RGBtoRGB()
363 if (image->comps[c].dx != image->comps[c + 1].dx in loadJp2k()
364 || image->comps[c].dy != image->comps[c + 1].dy in loadJp2k()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio_j2k.c588 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
589 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
590 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
591 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
663 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
664 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
665 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
666 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
677 …if((img->comps[0].dx == 1) && (img->comps[1].dx == 2) && (img->comps[2].dx == 2) && (img->comps[0]… in color_sycc_to_rgb()
682 else if((img->comps[0].dx == 1) && (img->comps[1].dx == 2) && (img->comps[2].dx == 2) in color_sycc_to_rgb()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dimageio_j2k.c591 img->comps[1].dx = img->comps[0].dx; in sycc422_to_rgb()
592 img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
593 img->comps[1].dy = img->comps[0].dy; in sycc422_to_rgb()
594 img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
666 img->comps[1].dx = img->comps[0].dx; in sycc420_to_rgb()
667 img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
668 img->comps[1].dy = img->comps[0].dy; in sycc420_to_rgb()
669 img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
680 …if((img->comps[0].dx == 1) && (img->comps[1].dx == 2) && (img->comps[2].dx == 2) && (img->comps[0]… in color_sycc_to_rgb()
685 else if((img->comps[0].dx == 1) && (img->comps[1].dx == 2) && (img->comps[2].dx == 2) in color_sycc_to_rgb()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/data/
H A Dquodlibet.bash91 comps="on off toggle"
98 comps="current all one off"
105 comps="random weighted off"
112 comps="0 1 t"
119 comps="$_ql_tags"
125 comps="$_ql_tags"
207 comps="$_ql_tags"
267 comps="--dry-run"
280 comps="--dry-run"
384 comps="--pattern"
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-jp2-load.c538 img->comps[1].w = img->comps[2].w = img->comps[0].w; in sycc420_to_rgb()
539 img->comps[1].h = img->comps[2].h = img->comps[0].h; in sycc420_to_rgb()
540 img->comps[1].dx = img->comps[2].dx = img->comps[0].dx; in sycc420_to_rgb()
541 img->comps[1].dy = img->comps[2].dy = img->comps[0].dy; in sycc420_to_rgb()
637 img->comps[1].w = img->comps[2].w = img->comps[0].w; in sycc422_to_rgb()
638 img->comps[1].h = img->comps[2].h = img->comps[0].h; in sycc422_to_rgb()
639 img->comps[1].dx = img->comps[2].dx = img->comps[0].dx; in sycc422_to_rgb()
640 img->comps[1].dy = img->comps[2].dy = img->comps[0].dy; in sycc422_to_rgb()
766 (image->comps[0].dx != image->comps[1].dx) || in color_cmyk_to_rgb()
771 (image->comps[0].dy != image->comps[3].dy)) in color_cmyk_to_rgb()
[all …]
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DJ2KHelper.cpp134 int wrr = int_ceildivpow2(image->comps[0].w, image->comps[0].factor); in J2KImageToFIBITMAP()
138 int hrr = int_ceildivpow2(image->comps[0].h, image->comps[0].factor); in J2KImageToFIBITMAP()
146 if( (image->comps[c].dx == image->comps[c+1].dx) && in J2KImageToFIBITMAP()
147 (image->comps[c].dy == image->comps[c+1].dy) && in J2KImageToFIBITMAP()
148 (image->comps[c].prec == image->comps[c+1].prec) ) { in J2KImageToFIBITMAP()
253 r += (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); in J2KImageToFIBITMAP()
256 g += (image->comps[1].sgnd ? 1 << (image->comps[1].prec - 1) : 0); in J2KImageToFIBITMAP()
259 b += (image->comps[2].sgnd ? 1 << (image->comps[2].prec - 1) : 0); in J2KImageToFIBITMAP()
286 r += (image->comps[0].sgnd ? 1 << (image->comps[0].prec - 1) : 0); in J2KImageToFIBITMAP()
289 g += (image->comps[1].sgnd ? 1 << (image->comps[1].prec - 1) : 0); in J2KImageToFIBITMAP()
[all …]
/dports/sysutils/dnf/dnf-4.9.0/tests/
H A Dtest_comps.py29 import dnf.comps
50 comps = dnf.comps.Comps()
52 self.comps = comps
55 comps = self.comps
64 cat = self.comps.categories[0]
108 comps = self.comps
121 comps = self.comps
129 comps = self.comps
130 self.assertLength(comps, 7)
137 comps = self.comps
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dformats.c908 *comps = 4; in _mesa_uncompressed_format_to_type_and_comps()
913 *comps = 3; in _mesa_uncompressed_format_to_type_and_comps()
920 *comps = 3; in _mesa_uncompressed_format_to_type_and_comps()
929 *comps = 4; in _mesa_uncompressed_format_to_type_and_comps()
938 *comps = 4; in _mesa_uncompressed_format_to_type_and_comps()
943 *comps = 4; in _mesa_uncompressed_format_to_type_and_comps()
950 *comps = 4; in _mesa_uncompressed_format_to_type_and_comps()
955 *comps = 2; in _mesa_uncompressed_format_to_type_and_comps()
961 *comps = 2; in _mesa_uncompressed_format_to_type_and_comps()
967 *comps = 2; in _mesa_uncompressed_format_to_type_and_comps()
[all …]

12345678910>>...169