Home
last modified time | relevance | path

Searched refs:FNC1 (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/lego/lego-4.5.3/vendor/github.com/boombuler/barcode/code128/
H A Dencode_test.go46 …testEncode(t, string(FNC1)+"A23", encStartB+encFNC1+"10100011000"+"11001110010"+"11001011100"+"101…
65 testEncode(t, string(FNC1)+"1234",
75 if !shouldUseCTable([]rune{FNC1, '1', '2'}, startCSymbol) {
78 if shouldUseCTable([]rune{FNC1, '1'}, startCSymbol) {
81 if shouldUseCTable([]rune{'0', FNC1, '1'}, startCSymbol) {
84 if !shouldUseCTable([]rune{'0', '1', FNC1, '2', '3'}, startBSymbol) {
87 if shouldUseCTable([]rune{'0', '1', FNC1}, startBSymbol) {
96 if !shouldUseATable([]rune{FNC1, '\r'}, 0) {
99 if shouldUseATable([]rune{FNC1, '1', '2', '3'}, 0) {
H A Dencode.go32 if i%2 == 0 && nextRunes[i] == FNC1 {
47 return strings.ContainsRune(table, r) || r == FNC1 || r == FNC2 || r == FNC3 || r == FNC4
82 if content[i] == FNC1 {
101 case FNC1:
132 case FNC1:
H A Dencodingtable.go125 FNC1 = '\u00f1' const
/dports/net/storj/storj-1.45.3/vendor/github.com/boombuler/barcode/code128/
H A Dencode_test.go46 …testEncode(t, string(FNC1)+"A23", encStartB+encFNC1+"10100011000"+"11001110010"+"11001011100"+"101…
65 testEncode(t, string(FNC1)+"1234",
75 if !shouldUseCTable([]rune{FNC1, '1', '2'}, startCSymbol) {
78 if shouldUseCTable([]rune{FNC1, '1'}, startCSymbol) {
81 if shouldUseCTable([]rune{'0', FNC1, '1'}, startCSymbol) {
84 if !shouldUseCTable([]rune{'0', '1', FNC1, '2', '3'}, startBSymbol) {
87 if shouldUseCTable([]rune{'0', '1', FNC1}, startBSymbol) {
96 if !shouldUseATable([]rune{FNC1, '\r'}, 0) {
99 if shouldUseATable([]rune{FNC1, '1', '2', '3'}, 0) {
H A Dencode.go32 if i%2 == 0 && nextRunes[i] == FNC1 {
47 return strings.ContainsRune(table, r) || r == FNC1 || r == FNC2 || r == FNC3 || r == FNC4
82 if content[i] == FNC1 {
101 case FNC1:
132 case FNC1:
H A Dencodingtable.go125 FNC1 = '\u00f1' const
/dports/security/vault/vault-1.8.2/vendor/github.com/boombuler/barcode/code128/
H A Dencode_test.go46 …testEncode(t, string(FNC1)+"A23", encStartB+encFNC1+"10100011000"+"11001110010"+"11001011100"+"101…
65 testEncode(t, string(FNC1)+"1234",
75 if !shouldUseCTable([]rune{FNC1, '1', '2'}, startCSymbol) {
78 if shouldUseCTable([]rune{FNC1, '1'}, startCSymbol) {
81 if shouldUseCTable([]rune{'0', FNC1, '1'}, startCSymbol) {
84 if !shouldUseCTable([]rune{'0', '1', FNC1, '2', '3'}, startBSymbol) {
87 if shouldUseCTable([]rune{'0', '1', FNC1}, startBSymbol) {
96 if !shouldUseATable([]rune{FNC1, '\r'}, 0) {
99 if shouldUseATable([]rune{FNC1, '1', '2', '3'}, 0) {
H A Dencode.go32 if i%2 == 0 && nextRunes[i] == FNC1 {
47 return strings.ContainsRune(table, r) || r == FNC1 || r == FNC2 || r == FNC3 || r == FNC4
82 if content[i] == FNC1 {
101 case FNC1:
132 case FNC1:
H A Dencodingtable.go125 FNC1 = '\u00f1' const
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/rss/
H A DODRSSGenericAppIdDecoder.cpp45 static const char FNC1 = '$'; // It's not in Alphanumeric neither in ISO/IEC 646 charset member
52 bool isFNC1() const { return value == FNC1; } in isFNC1()
77 static const int FNC1 = 10; member
94 return firstDigit == FNC1; in isFirstDigitFNC1()
98 return secondDigit == FNC1; in isSecondDigitFNC1()
102 return firstDigit == FNC1 || secondDigit == FNC1; in isAnyFNC1()
192 return DecodedChar(pos + 5, DecodedChar::FNC1); in DecodeAlphanumeric()
306 return DecodedChar(pos + 5, DecodedChar::FNC1);
/dports/devel/awless/awless-0.1.11/vendor/github.com/boombuler/barcode/code128/
H A Dencode.go32 if i%2 == 0 && nextRunes[i] == FNC1 {
47 return strings.ContainsRune(table, r) || r == FNC1 || r == FNC2 || r == FNC3 || r == FNC4
82 if content[i] == FNC1 {
101 case FNC1:
132 case FNC1:
H A Dencodingtable.go125 FNC1 = '\u00f1' const
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBarcode128.java220 public static final char FNC1 = '\u00ca'; field in Barcode128
272 String fnc1 = String.valueOf(FNC1); in getHumanReadableUCCEAN()
301 int idx = code.indexOf(FNC1); in getHumanReadableUCCEAN()
326 if (text.charAt(textIndex) == FNC1) { in isNextDigits()
354 if (text.charAt(textIndex) == FNC1) { in getPackedRawDigits()
386 if (c > 127 && c != FNC1) in getRawText()
413 if (c == FNC1) in getRawText()
432 if (c == FNC1) in getRawText()
457 if (c == FNC1) in getRawText()
479 if (c == FNC1) in getRawText()
[all …]
/dports/textproc/kreport/kreport-3.2.0/src/plugins/barcode/
H A Dcode128.cpp37 static const char FNC1 = (char)130; variable
164 { FNC1, FNC1, FNC1, { 4, 1, 1, 1, 3, 1 }, false }, // FNC1 FNC1 FNC1
H A Dcode128paint.cpp38 static const char FNC1 = (char)130; variable
165 { FNC1, FNC1, FNC1, { 4, 1, 1, 1, 3, 1 }, false }, // FNC1 FNC1 FNC1
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/test/unit/oned/
H A DODCode128WriterTest.cpp29 static const std::string FNC1 = "11110101110"; variable
60 …auto expected = QUIET_SPACE + START_CODE_C + FNC1 + "10110011100" + SWITCH_CODE_B + "11001011100" … in TEST()
99 …auto expected = QUIET_SPACE + START_CODE_A + LF + FNC1 + FNC4A + "10011100110" + LF + "10101111000… in TEST()
/dports/security/lego/lego-4.5.3/vendor/github.com/boombuler/barcode/code93/
H A Dencoder.go19 FNC1 = '\u00f1' const
43 '%': encodeInfo{42, 0x1AE}, FNC1: encodeInfo{43, 0x126}, FNC2: encodeInfo{44, 0x1DA},
/dports/net/storj/storj-1.45.3/vendor/github.com/boombuler/barcode/code93/
H A Dencoder.go19 FNC1 = '\u00f1' const
43 '%': encodeInfo{42, 0x1AE}, FNC1: encodeInfo{43, 0x126}, FNC2: encodeInfo{44, 0x1DA},
/dports/security/vault/vault-1.8.2/vendor/github.com/boombuler/barcode/code93/
H A Dencoder.go19 FNC1 = '\u00f1' const
43 '%': encodeInfo{42, 0x1AE}, FNC1: encodeInfo{43, 0x126}, FNC2: encodeInfo{44, 0x1DA},
/dports/devel/awless/awless-0.1.11/vendor/github.com/boombuler/barcode/code93/
H A Dencoder.go19 FNC1 = '\u00f1' const
43 '%': encodeInfo{42, 0x1AE}, FNC1: encodeInfo{43, 0x126}, FNC2: encodeInfo{44, 0x1DA},
/dports/graphics/p5-Imager-QRCode/Imager-QRCode-0.035/vendor/qrencode-3.4.2/
H A Dqrencode.spec.in16 …SO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code…
24 …SO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code…
H A Dqrencode.spec16 …SO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code…
24 …SO/IEC 18004. Currently the following features are not supported: ECI and FNC1 mode, Micro QR Code…
/dports/graphics/zint/zint-2.10.0-src/debian/
H A Dcontrol17 full GS1 data support including verification and automated insertion of FNC1 characters and
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/decoder/
H A Dcode128.c43 FNC1 = 0x66, enumerator
390 else if(code == FNC1) in postprocess()
/dports/graphics/zbar/zbar-0.23.90/
H A DTODO.md34 * handle Code 128 function characters (FNC1-4)

12