Home
last modified time | relevance | path

Searched refs:tag (Results 58326 – 58350 of 405218) sorted by relevance

1...<<2331233223332334233523362337233823392340>>...16209

/dports/graphics/feh/feh-3.5/src/
H A Dexif_canon.c39 void exc_get_mnote_canon_tags(ExifData *ed, unsigned int tag, char * buffer, unsigned int maxsize) in exc_get_mnote_canon_tags() argument
47 switch(tag) in exc_get_mnote_canon_tags()
52 exif_get_mnote_tag(ed, tag, buffer, maxsize); in exc_get_mnote_canon_tags()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/scripts/
H A Dvcfplotaltdiscrepancy.sh4 tag=$2
10 $tag.has_variant \
12 | vcfplotsitediscrepancy.r $filename $tag
H A Dvcfplotaltdiscrepancy.r14 tag <- commandArgs(TRUE)[2] globalVar
16 tag.genotypes_count <- paste(tag, '.genotypes.alternate_count', sep='')
17 tag.genotypes_alternate_count <- paste(tag, '.genotypes.alternate_count', sep='')
24 tag.has_variant <- paste(tag, '.has_variant', sep='')
168 pdf(paste(filename, '.', tag, '.PD.vs.AC.smooth.pdf', sep=''))
178 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
208 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.pdf', sep=''))
247 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.simple.pdf', sep=''))
406 pdf(paste(filename, '.', tag, '.PD.vs.QUAL.smooth.pdf', sep=''))
416 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
[all …]
/dports/biology/vcflib/vcflib-1.0.2/scripts/
H A Dvcfplotaltdiscrepancy.r15 tag <- commandArgs(TRUE)[2] globalVar
17 tag.genotypes_count <- paste(tag, '.genotypes.alternate_count', sep='')
18 tag.genotypes_alternate_count <- paste(tag, '.genotypes.alternate_count', sep='')
25 tag.has_variant <- paste(tag, '.has_variant', sep='')
169 pdf(paste(filename, '.', tag, '.PD.vs.AC.smooth.pdf', sep=''))
179 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
209 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.pdf', sep=''))
248 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.simple.pdf', sep=''))
407 pdf(paste(filename, '.', tag, '.PD.vs.QUAL.smooth.pdf', sep=''))
417 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp361 CTag tag; in Parse() local
362 RINOK(tag.Parse(p, size)); in Parse()
363 if (tag.Id != DESC_TYPE_FileId) in Parse()
435 CTag tag; in ReadItem() local
437 RINOK(tag.Parse(p, size)); in ReadItem()
440 if (tag.Id != DESC_TYPE_File) in ReadItem()
608 CTag tag; in IsArc_Udf() local
668 CTag tag; in Open2() local
701 CTag tag; in Open2() local
872 CTag tag; in Open2() local
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp361 CTag tag; in Parse() local
362 RINOK(tag.Parse(p, size)); in Parse()
363 if (tag.Id != DESC_TYPE_FileId) in Parse()
435 CTag tag; in ReadItem() local
437 RINOK(tag.Parse(p, size)); in ReadItem()
440 if (tag.Id != DESC_TYPE_File) in ReadItem()
608 CTag tag; in IsArc_Udf() local
668 CTag tag; in Open2() local
701 CTag tag; in Open2() local
872 CTag tag; in Open2() local
[all …]
/dports/www/sfnt2woff/sfnt2woff-20091004/
H A Dwoff.c94 uint32_t tag; in calcChecksum() local
107 tag = READ32BE(dirEntry->tag); in calcChecksum()
108 if (tag == TABLE_TAG_head || tag == TABLE_TAG_bhed) { in calcChecksum()
138 uint32_t tag = 0; in woffEncode() local
167 tag = READ32BE(sfntDir[tableIndex].tag); in woffEncode()
171 if (tag == TABLE_TAG_head || tag == TABLE_TAG_bhed) { in woffEncode()
223 tag = READ32BE(sfntDir[tableIndex].tag); in woffEncode()
261 WOFFDIR[newIndex].tag = sfntDir[oldIndex].tag; in woffEncode()
796 sfntDir[tableIndex].tag = woffDir[tableIndex].tag; in woffDecodeToBufferInternal()
815 tag = READ32BE(sfntDir[tableIndex].tag); in woffDecodeToBufferInternal()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dreader.py79 if namespace(elem.tag) in ('', OPF1_NS) and ':' not in barename(elem.tag):
80 elem.tag = OPF(barename(elem.tag))
88 if elem.tag in ignored:
91 tag = barename(elem.tag).lower()
92 elem.tag = '{%s}%s' % (DC11_NS, tag)
93 if elem.tag.startswith('dc:'):
94 tag = elem.tag.partition(':')[-1].lower()
95 elem.tag = '{%s}%s' % (DC11_NS, tag)
100 for element in xpath(opf, tag):
124 ns = namespace(opf.tag)
[all …]
/dports/lang/zig/zig-0.9.0/src/
H A Dtarget.zig78 switch (target.os.tag) {
113 return switch (target.os.tag) {
142 return switch (target.os.tag) {
156 return switch (target.os.tag) {
177 target.os.tag == .windows or target.os.tag == .uefi or
185 return target.os.tag != .windows;
196 return target.os.tag == .linux or target.os.tag == .solaris or
272 return target.os.tag != .windows and target.os.tag != .uefi and
385 const ignore_case = target.os.tag.isDarwin() or target.os.tag == .windows;
423 const ignore_case = target.os.tag.isDarwin() or target.os.tag == .windows;
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dtarget.zig78 switch (target.os.tag) {
113 return switch (target.os.tag) {
142 return switch (target.os.tag) {
156 return switch (target.os.tag) {
177 target.os.tag == .windows or target.os.tag == .uefi or
185 return target.os.tag != .windows;
196 return target.os.tag == .linux or target.os.tag == .solaris or
272 return target.os.tag != .windows and target.os.tag != .uefi and
385 const ignore_case = target.os.tag.isDarwin() or target.os.tag == .windows;
423 const ignore_case = target.os.tag.isDarwin() or target.os.tag == .windows;
[all …]
/dports/net-im/libstrophe/libstrophe-0.11.0/src/
H A Dconn.c1212 char *tag; in _conn_build_stream_tag() local
1226 if (!tag) in _conn_build_stream_tag()
1229 strcpy(tag, tag_head); in _conn_build_stream_tag()
1232 strcat(tag, " "); in _conn_build_stream_tag()
1240 strcat(tag, tag_tail); in _conn_build_stream_tag()
1247 tag = NULL; in _conn_build_stream_tag()
1250 return tag; in _conn_build_stream_tag()
1257 char *tag; in _conn_open_stream_with_attributes() local
1260 if (!tag) in _conn_open_stream_with_attributes()
1315 char *tag; in _log_open_tag() local
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/htmlparse/
H A Dhtmlparse.md57 it and invokes a command prefix for every tag encountered\. It is not
59 responsibility of the command invoked for every tag to check this\. Another
60 responsibility of the invoked command is the handling of tag attributes and
123 * __\-vroot__ *tag*
125 The virtual root tag to add around the HTML in normal mode\. In
126 incremental mode it is the first tag in each chunk processed by the
176 The second argument, *tag*, contains the name of the tag which is
184 parameters to the tag\.
187 by the parser behind the tag named in *tag*\.
215 tag\. In other words, the command does *not* parse html attributes into
[all …]
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/htmlparse/
H A Dhtmlparse.md57 it and invokes a command prefix for every tag encountered\. It is not
59 responsibility of the command invoked for every tag to check this\. Another
60 responsibility of the invoked command is the handling of tag attributes and
123 * __\-vroot__ *tag*
125 The virtual root tag to add around the HTML in normal mode\. In
126 incremental mode it is the first tag in each chunk processed by the
176 The second argument, *tag*, contains the name of the tag which is
184 parameters to the tag\.
187 by the parser behind the tag named in *tag*\.
215 tag\. In other words, the command does *not* parse html attributes into
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.38/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.4/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.5/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.2/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/8.3/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/graphics/nip2/nip2-8.7.1/share/nip2/compat/7.40/
H A DColour.def139 tag dest x = class
150 action x = tag Image_type.B_W x;
155 action x = tag Image_type.sRGB x;
160 action x = tag Image_type.RGB16 x;
171 action x = tag Image_type.LAB x;
177 action x = tag Image_type.LABQ x;
183 action x = tag Image_type.LABS x;
188 action x = tag Image_type.LCH x;
193 action x = tag Image_type.XYZ x;
198 action x = tag Image_type.YXY x;
[all …]
/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/scripts/
H A Dvcfplotaltdiscrepancy.r14 tag <- commandArgs(TRUE)[2] globalVar
16 tag.genotypes_count <- paste(tag, '.genotypes.alternate_count', sep='')
17 tag.genotypes_alternate_count <- paste(tag, '.genotypes.alternate_count', sep='')
24 tag.has_variant <- paste(tag, '.has_variant', sep='')
168 pdf(paste(filename, '.', tag, '.PD.vs.AC.smooth.pdf', sep=''))
178 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
208 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.pdf', sep=''))
247 pdf(paste(filename, '.', tag, '.PD.vs.AC.cumulative.simple.pdf', sep=''))
406 pdf(paste(filename, '.', tag, '.PD.vs.QUAL.smooth.pdf', sep=''))
416 title(paste(filename, 'positive discrepancy versus', tag, '(smoothed)'))
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libsanitizer/lsan/
H A Dlsan_common.cpp184 CHECK(tag == kReachable || tag == kIndirectlyLeaked); in ScanRangeForPointers()
199 if (m.tag() == kReachable || m.tag() == kIgnored) continue; in ScanRangeForPointers()
211 m.set_tag(tag); in ScanRangeForPointers()
434 "HEAP", tag); in FloodFillTag()
453 if (!m.allocated() || m.tag() == kIgnored) in IgnoredSuppressedCb()
473 if (m.allocated() && m.tag() == kIgnored) { in CollectIgnoredCb()
499 if (m.allocated() && m.tag() != kReachable && m.tag() != kIgnored) { in MarkInvalidPCCb()
578 if (m.allocated() && m.tag() != kIgnored) in ResetTagsCb()
590 if (m.tag() == kDirectlyLeaked || m.tag() == kIndirectlyLeaked) { in CollectLeaksCb()
592 m.tag()); in CollectLeaksCb()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dmc6847.cpp134 : device_t(mconfig, type, tag, owner, clock) in mc6847_friend_device()
1705 std::string port_name = util::string_format("%s:%s", device->tag(), ARTIFACTING_TAG); in setup_config()
1863 : mc6847_base_device(mconfig, MC6847_NTSC, tag, owner, clock, ntsc_square_fontdata8x12, 262.0) in mc6847_ntsc_device()
1874 : mc6847_base_device(mconfig, MC6847_PAL, tag, owner, clock, pal_square_fontdata8x12, 313.0) in mc6847_pal_device()
1886 : mc6847_base_device(mconfig, MC6847Y_NTSC, tag, owner, clock, ntsc_square_fontdata8x12, 262.5) in mc6847y_ntsc_device()
1897 : mc6847_base_device(mconfig, MC6847Y_PAL, tag, owner, clock, pal_square_fontdata8x12, 313.0) in mc6847y_pal_device()
1909 : mc6847_base_device(mconfig, MC6847T1_NTSC, tag, owner, clock, ntsc_round_fontdata8x12, 262.0) in mc6847t1_ntsc_device()
1920 : mc6847_base_device(mconfig, MC6847T1_PAL, tag, owner, clock, pal_round_fontdata8x12, 313.0) in mc6847t1_pal_device()
1931 s68047_device::s68047_device(const machine_config &mconfig, const char *tag, device_t *owner, uint3… in s68047_device() argument
1932 : mc6847_base_device(mconfig, S68047, tag, owner, clock, s68047_fontdata8x12, 262.0) in s68047_device()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgcc/
H A Dlibgcov-util.c120 unsigned tag; member
210 tag_ix = GCOV_COUNTER_FOR_TAG (tag); in tag_counters()
318 unsigned tag, length; in read_gcda_file() local
324 tag = gcov_read_unsigned (); in read_gcda_file()
325 if (!tag) in read_gcda_file()
329 mask = GCOV_TAG_MASK (tag) >> 1; in read_gcda_file()
340 if (format->tag == tag) in read_gcda_file()
344 if (tag) in read_gcda_file()
350 filename, tag); in read_gcda_file()
353 tags[depth - 1] = tag; in read_gcda_file()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc371 WriteTagTo(md.tag, output); in Serialize()
380 WriteTagTo(md.tag, output); in Serialize()
394 WriteTagTo(md.tag, output); in Serialize()
397 WriteTagTo(md.tag + 1, output); in Serialize()
405 WriteTagTo(md.tag, output); in Serialize()
415 WriteTagTo(md.tag, output); in Serialize()
427 WriteTagTo(md.tag, output); in Serialize()
449 WriteTagTo(md.tag, output); in Serialize()
467 WriteTagTo(md.tag, output); in Serialize()
483 WriteTagTo(md.tag, output); in Serialize()
[all …]
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dgithub-stats-7.rst9 GitHub stats for 2020/06/26 - 2020/07/31 (tag: 7.16.1)
27 GitHub stats for 2020/05/29 - 2020/06/26 (tag: 7.15.0)
48 GitHub stats for 2020/05/01 - 2020/05/29 (tag: 7.14.0)
67 GitHub stats for 2020/02/29 - 2020/05/01 (tag: 7.13.0)
90 GitHub stats for 2020/02/29 - 2020/05/01 (tag: 7.13.0)
113 GitHub stats for 2020/02/01 - 2020/02/28 (tag: 7.12.0)
139 GitHub stats for 2020/01/01 - 2020/01/31 (tag: 7.11.1)
163 GitHub stats for 2019/12/01 - 2019/12/27 (tag: 7.10.1)
225 GitHub stats for 2019/10/25 - 2019/11/27 (tag: 7.9.0)
253 GitHub stats for 2019/08/30 - 2019/10/25 (tag: 7.8.0)
[all …]

1...<<2331233223332334233523362337233823392340>>...16209