Home
last modified time | relevance | path

Searched refs:TAG_NAMES (Results 1 – 25 of 72) sorted by relevance

123

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_tag_names.pro4 ; Preliminatry test suite for function TAG_NAMES
14 …if( min(TAG_NAMES(self) eq expected ) ne 1 ) then ERRORS_ADD, nb_errors, 'TH_STRUCT::PROC1 : TAG_N…
28 …if( min(TAG_NAMES(self) eq expected ) ne 1 ) then ERRORS_ADD, nb_errors, 'TH_STRUCT::FUNC1 : TAG_N…
54 …if( min(TAG_NAMES(anon_struct) eq expected ) ne 1 ) then ERRORS_ADD, cumul_errors, 'TAG_NAMES(anon…
55 …if( min(TAG_NAMES(anon_struct) eq expected ) ne 1 ) then ERRORS_ADD, cumul_errors, 'TAG_NAMES(name…
60 …;if( min(TAG_NAMES(my_obj) eq expected ) ne 1 ) then ERRORS_ADD, cumul_errors, 'TAG_NAMES(obj_inst…
H A Dtest_bug_635.pro121 print, 'field name : ', (TAG_NAMES(expected_group[ii]))[jj]
/dports/audio/picard/picard-release-2.6.2/picard/util/
H A Dtags.py33 TAG_NAMES = { variable
142 return '%s [%s]' % (_(TAG_NAMES.get(name, name)), desc)
143 return _(TAG_NAMES.get(name, name))
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Services/
H A DGedcomService.php35 private const TAG_NAMES = [ define in Fisharebest\\Webtrees\\Services\\GedcomService
181 $tag = self::TAG_NAMES[$tag] ?? self::TAG_SYNONYMS[$tag] ?? $tag;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java75 private static final byte TAG_NAMES = 1; field in AuthorityKeyIdentifierExtension
101 true, TAG_NAMES), tmp1); in encodeThis()
174 } else if (opt.isContextSpecific(TAG_NAMES) && in AuthorityKeyIdentifierExtension()
/dports/audio/picard/picard-release-2.6.2/picard/ui/widgets/
H A Dtaglisteditor.py24 from picard.util.tags import TAG_NAMES
44 sorted(TAG_NAMES.keys())))
H A Dscripttextedit.py41 TAG_NAMES,
167 yield from TAG_NAMES.keys()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dtag.h27 #define TAG_NAMES 2 // only return name of tag macro
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java92 public static final char[][] TAG_NAMES = { field
H A DJavadocParser.java438 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in parseTag()
850 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in refreshInlineTagPosition()
891 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in updateDocComment()
/dports/audio/picard/picard-release-2.6.2/picard/ui/
H A Dedittagdialog.py41 from picard.util.tags import TAG_NAMES
107 set(list(TAG_NAMES.keys()) + self.metadata_box.tag_diff.tag_names))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DJavadocTagConstants.java121 public static final char[][] TAG_NAMES = { field
H A DJavadocParser.java455 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in parseTag()
905 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in refreshInlineTagPosition()
949 …this.sourceParser.problemReporter().javadocMissingTagDescription(TAG_NAMES[this.tagWaitingForDescr… in updateDocComment()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/
H A DIndify.java1258 private static String[] TAG_NAMES; field in Indify.Constant
1260 if (TAG_NAMES == null) in tagName()
1261 TAG_NAMES = ("None Utf8 Unicode Integer Float Long Double Class String" in tagName()
1264 if ((tag & 0xFF) >= TAG_NAMES.length) return "#"+(tag & 0xFF); in tagName()
1265 return TAG_NAMES[tag & 0xFF]; in tagName()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/indify/
H A DIndify.java1296 private static String[] TAG_NAMES; field in Indify.Constant
1298 if (TAG_NAMES == null) in tagName()
1299 TAG_NAMES = ("None Utf8 Unicode Integer Float Long Double Class String" in tagName()
1302 if ((tag & 0xFF) >= TAG_NAMES.length) return "#"+(tag & 0xFF); in tagName()
1303 return TAG_NAMES[tag & 0xFF]; in tagName()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/tools/
H A DIndify.java1258 private static String[] TAG_NAMES; field in Indify.Constant
1260 if (TAG_NAMES == null) in tagName()
1261 TAG_NAMES = ("None Utf8 Unicode Integer Float Long Double Class String" in tagName()
1264 if ((tag & 0xFF) >= TAG_NAMES.length) return "#"+(tag & 0xFF); in tagName()
1265 return TAG_NAMES[tag & 0xFF]; in tagName()

123