Home
last modified time | relevance | path

Searched refs:charSet (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_iptc.cpp781 charSet); in Spool()
801 charSet); in Spool()
829 charSet); in Spool()
872 charSet); in Spool()
878 charSet); in Spool()
884 charSet); in Spool()
890 charSet); in Spool()
896 charSet); in Spool()
913 charSet); in Spool()
919 charSet); in Spool()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_iptc.cpp753 charSet); in Spool()
773 charSet); in Spool()
801 charSet); in Spool()
888 charSet); in Spool()
894 charSet); in Spool()
900 charSet); in Spool()
906 charSet); in Spool()
912 charSet); in Spool()
918 charSet); in Spool()
924 charSet); in Spool()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/afp/fonts/
H A DAbstractOutlineFont.java32 protected CharacterSet charSet; field in AbstractOutlineFont
47 this.charSet = charSet; in AbstractOutlineFont()
61 return charSet; in getCharacterSet()
70 return charSet; in getCharacterSet()
82 return charSet.getAscender() * size; in getAscender()
103 return charSet.getCapHeight() * size; in getCapHeight()
115 return charSet.getDescender() * size; in getDescender()
125 return charSet.getXHeight() * size; in getXHeight()
132 return charSet.hasChar(c); in hasChar()
141 return charSet.mapChar(c); in mapChar()
[all …]
H A DFopCharacterSet.java34 private Typeface charSet; field in FopCharacterSet
49 this.charSet = charSet; in FopCharacterSet()
55 this.charSet = charSet; in FopCharacterSet()
71 return charSet.getAscender(1); in getAscender()
81 return charSet.getCapHeight(1); in getCapHeight()
91 return charSet.getDescender(1); in getDescender()
99 return charSet.getXHeight(1); in getXHeight()
104 return charSet.getWidth(character, size); in getWidth()
114 return charSet.getUnderlineThickness(1); in getUnderscoreWidth()
119 return charSet.getUnderlinePosition(1); in getUnderscorePosition()
[all …]
H A DDoubleByteFont.java62 public DoubleByteFont(String name, boolean embeddable, CharacterSet charSet, in DoubleByteFont() argument
64 super(name, embeddable, charSet, eventProducer); in DoubleByteFont()
72 charWidth = charSet.getWidth(toUnicodeCodepoint(character), size); in getWidth()
77 charSet.getName().trim()); in getWidth()
90 int nominalCharIncrement = charSet.getNominalCharIncrement(); in getDefaultCharacterWidth()
110 characterBox = charSet.getCharacterBox(toUnicodeCodepoint(character), size); in getBoundingBoxOrNull()
115 charSet.getName().trim()); in getBoundingBoxOrNull()
139 return charSet.getEmSpaceIncrement(); in inferCharWidth()
141 return charSet.getSpaceIncrement(); in inferCharWidth()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/java/org/apache/commons/httpclient/methods/multipart/
H A DPartBase.java48 private String charSet; field in PartBase
61 public PartBase(String name, String contentType, String charSet, String transferEncoding) { in PartBase() argument
68 this.charSet = charSet; in PartBase()
94 return this.charSet; in getCharSet()
111 public void setCharSet(String charSet) { in setCharSet() argument
112 this.charSet = charSet; in setCharSet()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSScanner/
H A Dtest00.m32 id charSet = nil;
34 charSet = [NSCharacterSet whitespaceAndNewlineCharacterSet];
37 PASS(scanThreeWords(str,charSet),
41 PASS(scanThreeWords(str,charSet),
45 PASS(scanThreeWords(str,charSet),
49 PASS(scanThreeWords(str,charSet),
52 charSet = [charSet mutableCopy];
53 [charSet addCharactersInString:@";"];
55 PASS(scanThreeWords(str,charSet),
/dports/graphics/quesoglc/quesoglc-0.7.2/src/
H A Docharmap.c48 This->charSet = FcCharSetCreate(); in __glcCharMapCreate()
49 if (!This->charSet) { in __glcCharMapCreate()
56 FcCharSet* charSet = NULL; in __glcCharMapCreate() local
64 FcCharSetDestroy(This->charSet); in __glcCharMapCreate()
121 FcCharSetDestroy(This->charSet); in __glcCharMapCreate()
133 &charSet); in __glcCharMapCreate()
136 newCharSet = FcCharSetUnion(This->charSet, charSet); in __glcCharMapCreate()
145 FcCharSetDestroy(This->charSet); in __glcCharMapCreate()
146 This->charSet = newCharSet; in __glcCharMapCreate()
156 FcCharSetDestroy(This->charSet); in __glcCharMapCreate()
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/security/vuls/vuls-0.13.7/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/security/vault/vault-1.8.2/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-sql-driver/mysql/
H A Dfields.go21 if mf.charSet != collations[binaryCollation] {
46 if mf.charSet != collations[binaryCollation] {
53 if mf.charSet != collations[binaryCollation] {
68 if mf.charSet == collations[binaryCollation] {
79 if mf.charSet != collations[binaryCollation] {
84 if mf.charSet == collations[binaryCollation] {
89 if mf.charSet == collations[binaryCollation] {
125 charSet uint8 member

12345678910>>...41