Home
last modified time | relevance | path

Searched refs:opID (Results 51 – 75 of 2760) sorted by relevance

12345678910>>...111

/dports/net-im/ssh-chat/ssh-chat-1.10.1/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/text/text-0.3.0/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go48 type opID byte type
51 opMod opID = 0x1 // is '%' used?
52 opNotEqual opID = 0x2 // using "!=" to compare
53 opI opID = 0 << 2 // integers after taking the absolute value
54 opN opID = 1 << 2 // full number (must be integer)
55 opF opID = 2 << 2 // fraction
56 opV opID = 3 << 2 // number of visible digits
57 opW opID = 4 << 2 // number of visible digits without trailing zeros
58 opBretonM opID = 5 << 2 // hard-wired rule for Breton
59 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/text/feature/plural/
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/golang.org/x/text/feature/plural/
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/text/text-0.3.2/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/golang.org/x/text/feature/plural/
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go48 type opID byte type
51 opMod opID = 0x1 // is '%' used?
52 opNotEqual opID = 0x2 // using "!=" to compare
53 opI opID = 0 << 2 // integers after taking the absolute value
54 opN opID = 1 << 2 // full number (must be integer)
55 opF opID = 2 << 2 // fraction
56 opV opID = 3 << 2 // number of visible digits
57 opW opID = 4 << 2 // number of visible digits without trailing zeros
58 opBretonM opID = 5 << 2 // hard-wired rule for Breton
59 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/text/feature/plural/
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/golang.org/x/text/feature/plural/
H A Dcommon.go43 type opID byte type
46 opMod opID = 0x1 // is '%' used?
47 opNotEqual opID = 0x2 // using "!=" to compare
48 opI opID = 0 << 2 // integers after taking the absolute value
49 opN opID = 1 << 2 // full number (must be integer)
50 opF opID = 2 << 2 // fraction
51 opV opID = 3 << 2 // number of visible digits
52 opW opID = 4 << 2 // number of visible digits without trailing zeros
53 opBretonM opID = 5 << 2 // hard-wired rule for Breton
54 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/text/feature/plural/
H A Dgen_common.go47 type opID byte type
50 opMod opID = 0x1 // is '%' used?
51 opNotEqual opID = 0x2 // using "!=" to compare
52 opI opID = 0 << 2 // integers after taking the absolute value
53 opN opID = 1 << 2 // full number (must be integer)
54 opF opID = 2 << 2 // fraction
55 opV opID = 3 << 2 // number of visible digits
56 opW opID = 4 << 2 // number of visible digits without trailing zeros
57 opBretonM opID = 5 << 2 // hard-wired rule for Breton
58 opItalian800 opID = 6 << 2 // hard-wired rule for Italian
[all …]

12345678910>>...111