| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/ |
| H A D | libtext-charwidth-perl_0.04.bb | 5 example, ASCII characters occupy one column per character, east Asian \ 7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \ 8 Unicode, and so on) occupy zero columns per character. mbwidth() gives the \ 9 width of the first character of the given string and mbswidth() gives the \
|
| /openbmc/qemu/docs/system/ |
| H A D | mux-chardev.rst | 1 .. _keys in the character backend multiplexer: 3 Keys in the character backend multiplexer
|
| H A D | mux-chardev.rst.inc | 1 During emulation, if you are using a character backend multiplexer 4 start with an escape character, which is :kbd:`Ctrl+a` by default, but can be 33 - Send the escape character to the frontend
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 05_wildcard_matching.patch | 68 + /* If next character in pattern is known, optimize. */ 71 + /* Look instances of the next character in pattern, and try 81 + /* Move ahead one character at a time and try to match at each 90 + /* There must be at least one more character in the string. If we are 95 + /* Check if the next character of the string is acceptable. */ 99 + /* Move to the next character, both in string and in pattern. */
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | dammit.py | 94 for name_with_semicolon, character in sorted(html5.items()): 113 name_to_unicode[name] = character 118 unicode_to_name[character] = name 126 if (len(character) == 1 and ord(character) < 128 127 and character not in '<>&'): 134 if len(character) > 1 and all(ord(x) < 128 for x in character): 153 if len(character) == 1: 154 short_entities.add(character) 156 long_entities_by_first_character[character[0]].add(character) 184 character = chr(codepoint) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml/ |
| H A D | CVE-2021-42260.patch | 5 the start byte of a three byte character) this leads to an infinite 17 { p +=3; ++col; } // A normal character. 21 + // TIXML_UTF_LEAD_0 (239) is the start character of a 3 byte sequence, so
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 8 Add a checking on the first character to fix it. 26 + /* Check the first character together with prevchar */ 34 c = *p++; /* pick up a character */
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch | 4 Subject: [PATCH] Adapt to linux-wrs kernel version, which has character '_' 28 return dpkg_put_warn(err, _("invalid character in version number")); 33 return dpkg_put_warn(err, _("invalid character in revision number"));
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 185 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ 186 + -I CHARSET specify a character encoding for UNIX and other archives\n"; 204 + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ 205 + -I CHARSET specify a character encoding for UNIX and other archives\n\n"; 247 + "error: a valid character encoding should follow the -I argument")); 255 + "error: a valid character encoding should follow the -I argument")); 283 + "error: a valid character encoding should follow the -I argument")); 291 + "error: a valid character encoding should follow the -O argument")); 347 + "error: a valid character encoding should follow the -I argument")); 355 + "error: a valid character encoding should follow the -I argument")); [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | char.json | 16 # Information about a character device. 18 # @label: the label of the character device 20 # @filename: the filename of the character device 26 # .. note:: @filename is encoded using the QEMU command line character 39 # Return information about current character devices. 72 # Information about a character device backend 83 # Return information about character device backends. 126 # Write to a ring buffer character device. 128 # @device: the ring buffer character device name 158 # Read from a ring buffer character device. [all …]
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sol.robot | 108 [Documentation] Verify invalid SOL's character accumulate level via IPMI. 111 # Any integer above 255 is invalid for SOL character accumulate level. 115 ... sol set character-accumulate-level ${value} 120 [Documentation] Verify invalid SOL's character send threshold via IPMI. 123 # Any integer above 255 is invalid for SOL character send threshold. 127 ... sol set character-send-threshold ${value} 188 [Documentation] Verify valid SOL's character accumulate level via IPMI. 193 character-accumulate-level 1 255 197 [Documentation] Verify valid SOL's character send threshold via IPMI. 202 character [all...] |
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/espeak/files/ |
| H A D | 0002-tr_languages-cast-string_ordinal-init-values.patch | 27 -const char string_ordinal[] = {0xc2,0xba,0}; // masculine ordinal character, UTF-8 28 +const char string_ordinal[] = {(char)0xc2,(char)0xba,0}; // masculine ordinal character, UTF-8
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/ |
| H A D | 0001-libgeis-Compare-the-first-character-of-string-to-nul.patch | 4 Subject: [PATCH] libgeis: Compare the first character of string to null 12 …is/libgeis/geis_v1.c:613:20: error: comparison between pointer and zero character constant [-Werro…
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 226.out | 15 qemu-io: can't open: 'host_device' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or … 22 qemu-io: can't open: 'host_cdrom' driver requires 'TEST_DIR/t.IMGFMT' to be either a character or b…
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | string-code-point-31.err | 1 string-code-point-31.json:2:14: funny character in string
|
| H A D | string-code-point-127.err | 1 string-code-point-127.json:2:14: funny character in string
|
| H A D | command-int.json | 2 { 'command': 'int', 'data': { 'character': 'str' } }
|
| /openbmc/bmcweb/http/ |
| H A D | utility.hpp | 44 char character = url[urlIndex]; in getParameterTag() local 45 if (character == '<') in getParameterTag() 53 if (character == '>') in getParameterTag() 95 char character = base64key[index]; in getDecodeTable() local 96 decodeTable[std::bit_cast<uint8_t>(character)] = in getDecodeTable()
|
| H A D | server_sent_event_impl.hpp | 209 for (char character : msg) in dataFormat() local 211 rawData += character; in dataFormat() 212 if (character == '\n') in dataFormat()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-cchardet_2.1.7.bb | 1 SUMMARY = "Universal character encoding detector"
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
| H A D | _htmlparser.py | 229 character = EntitySubstitution.HTML_ENTITY_TO_CHARACTER.get(name) 230 if character is not None: 231 data = character
|
| /openbmc/u-boot/doc/ |
| H A D | README.autoboot | 32 It's not so good if the key press was a stray character on the 37 character at the wrong time and the system hangs, with no clue as to 86 they are used a specific character or string is required to 123 partial match is detected, the first non-matching character 126 character of a key string does not appear in the rest of the
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pytesseract/ |
| H A D | pytesseract_0.3.13.bb | 1 SUMMARY = "Python-tesseract is an optical character recognition (OCR) tool for python. That is, it …
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0005-adb-add-base64-implementation.patch | 108 + A 65-character subset of US-ASCII is used, enabling 6 bits to be 109 + represented per printable character. (The extra 65th character, "=", 119 + characters. The character referenced by the index is placed in the 148 + end of the data is performed using the '=' character. 163 + characters followed by one "=" padding character. 249 + if (pos == 0) /* A non-base64 character. */
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/ |
| H A D | libmime-charset-perl_1.013.1.bb | 2 DESCRIPTION = "MIME::Charset provides information about character sets used for MIME \
|