Home
last modified time | relevance | path

Searched refs:constName (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/devel/pear-PHP_CodeSniffer/PHP_CodeSniffer-3.6.1/src/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php57 if (strtoupper($constName) !== $constName) {
58 if (strtolower($constName) === $constName) {
66 strtoupper($constName),
67 $constName,
108 $splitPos = strpos($constName, '::');
111 $constName = substr($constName, ($splitPos + 2));
115 $splitPos = strrpos($constName, '\\');
118 $constName = substr($constName, ($splitPos + 1));
121 if (strtoupper($constName) !== $constName) {
122 if (strtolower($constName) === $constName) {
[all …]
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/skyitems/
H A Dconstellationnamesitem.cpp50 SkyObject *p = constName->obj; in update()
53 constName->hide(); in update()
61 constName->hide(); in update()
71 if (!constName->latin) in update()
78 constName->latin->setLabelPos(o); in update()
79 if (constName->secondary) in update()
80 constName->secondary->hide(); in update()
86 if (!constName->secondary) in update()
93 constName->secondary->setLabelPos(o); in update()
94 if (constName->latin) in update()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/env/
H A DEnumConstantSignature.java24 char[] constName; field in EnumConstantSignature
26 public EnumConstantSignature(char[] typeName, char[] constName) { in EnumConstantSignature() argument
28 this.constName = constName; in EnumConstantSignature()
42 return this.constName; in getEnumConstantName()
49 buffer.append(this.constName); in toString()
56 result = prime * result + CharOperation.hashCode(this.constName); in hashCode()
72 if (!Arrays.equals(this.constName, other.constName)) { in equals()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/env/
H A DEnumConstantSignature.java27 char[] constName; field in EnumConstantSignature
29 public EnumConstantSignature(char[] typeName, char[] constName) { in EnumConstantSignature() argument
31 this.constName = constName; in EnumConstantSignature()
45 return this.constName; in getEnumConstantName()
53 buffer.append(this.constName); in toString()
61 result = prime * result + CharOperation.hashCode(this.constName); in hashCode()
78 if (!Arrays.equals(this.constName, other.constName)) { in equals()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 final String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
51 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 final String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
51 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 final String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
51 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 final String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
51 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java38 final String constName; field in EnumConstantNotPresentExceptionProxy
41 String constName) { in EnumConstantNotPresentExceptionProxy() argument
43 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
47 return new EnumConstantNotPresentException(enumType, constName); in generateException()
52 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java38 final String constName; field in EnumConstantNotPresentExceptionProxy
41 String constName) { in EnumConstantNotPresentExceptionProxy() argument
43 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
47 return new EnumConstantNotPresentException(enumType, constName); in generateException()
52 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java38 final String constName; field in EnumConstantNotPresentExceptionProxy
41 String constName) { in EnumConstantNotPresentExceptionProxy() argument
43 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
47 return new EnumConstantNotPresentException(enumType, constName); in generateException()
52 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java38 final String constName; field in EnumConstantNotPresentExceptionProxy
41 String constName) { in EnumConstantNotPresentExceptionProxy() argument
43 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
47 return new EnumConstantNotPresentException(enumType, constName); in generateException()
52 return constName + " /* Warning: constant not present! */"; in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DEnumConstantNotPresentExceptionProxy.java37 String constName; field in EnumConstantNotPresentExceptionProxy
40 String constName) { in EnumConstantNotPresentExceptionProxy() argument
42 this.constName = constName; in EnumConstantNotPresentExceptionProxy()
46 return new EnumConstantNotPresentException(enumType, constName); in generateException()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/code-generation/generator/src/main/resources/com/amazonaws/util/awsclientgenerator/velocity/cpp/
H A DServiceErrorsSource.vm35 #set($constName = ${CppViewHelper.computeCoreErrorConstName($error.name)})
37 #set($constName = ${ErrorFormatter.formatErrorConstName($error.name)})
41 assert(this->GetErrorType() == ${metadata.classNamePrefix}Errors::$constName);
55 #set($constName = ${ErrorFormatter.formatErrorConstName($error.name)})
56 static const int ${constName}_HASH = HashingUtils::HashString("${error.text}");
75 #set($constName = ${ErrorFormatter.formatErrorConstName($error.name)})
76 ${elseText}if (hashCode == ${constName}_HASH)
78 …CoreErrors>(static_cast<CoreErrors>(${metadata.classNamePrefix}Errors::$constName), ${error.retrya…
97 #set($constName = ${ErrorFormatter.formatErrorConstName($error.name)})
98 ${elseText}if (hashCode == ${constName}_HASH)
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
131 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
136 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
131 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
136 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
131 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
136 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/devel/gh/cli-2.4.0/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go59 constName := ""
63 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
66 if constName == "" {
69 constName = "HZGB2312" // Not listed as alias for some reason.
77 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
137 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
131 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/golang.org/x/text/text-0.3.2/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
136 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/golang.org/x/text/encoding/internal/identifier/
H A Dgen.go58 constName := ""
62 constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0])
65 if constName == "" {
68 constName = "HZGB2312" // Not listed as alias for some reason.
76 …fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.…
136 fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB)

12345678910>>...18