Home
last modified time | relevance | path

Searched refs:characters (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-wrapi18n-perl_0.06.bb2 fullwidth, and combining characters and languages without whitespaces \
6 EUC-KR, GB2312, and Big5. This module also supports characters with \
7 irregular widths, such as combining characters (which occupy zero columns \
8 on terminal, like diacritical marks in UTF-8) and fullwidth characters \
10 characters). Also, minimal handling of languages which doesn't use \
H A Dlibtext-charwidth-perl_0.04.bb5 example, ASCII characters occupy one column per character, east Asian \
6 fullwidth characters (like Hiragana or Han Ideograph) occupy two columns \
7 per character, and combining characters (apperaring in ISO-8859-11 Thai, \
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dascii_string.cpp95 char characters[3]; in setByte() local
96 sprintf(characters, "%02X", value); in setByte()
99 _string[writeOffset++] = characters[0]; in setByte()
100 _string[writeOffset] = characters[1]; in setByte()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst7 specified in this document. First of the characters defines the nature of
9 other three characters depends on the first one.
16 The following first characters are used by raw bayer formats:
H A Dext-ctrls-fm-rx.rst38 which can scroll strings sized as 8 x N characters. So, this control
39 must be configured with steps of 8 characters. The result is it must
52 x N or 64 x N characters. So, this control must be configured with
53 steps of 32 or 64 characters. The result is it must always contain a
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/
H A Dfiglet_git.bb1 SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
/openbmc/openbmc/poky/meta/recipes-graphics/libfakekey/
H A Dlibfakekey_git.bb1 SUMMARY = "Library for converting characters to X key-presses"
2 DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
/openbmc/linux/Documentation/filesystems/
H A Dvfat.rst58 characters on FAT filesystem.
64 Unicode characters. Long filenames are stored on disk
83 Translate unhandled Unicode characters to special
86 characters. Until Linux supports Unicode for real,
275 These names support up to 255 characters including spaces and lower
276 case characters as opposed to the traditional 8.3 short names.
322 struct slot { // Up to 13 characters of a long name
363 <slot #3, id = 0x43, characters = "h is long">
364 <slot #2, id = 0x02, characters = "xtension whic">
365 <slot #1, id = 0x01, characters = "My Big File.E">
[all …]
H A Dhfsplus.rst43 Decompose file name characters.
46 Do not decompose file name characters.
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst15 characters to fonts. By downloading a single Unicode-to-font table,
56 Actual characters assigned in the Linux Zone
59 In addition, the following characters not present in Unicode 1.1.4
70 The DEC VT220 uses a 6x10 character matrix, and these characters form
75 [v1.3]: These characters have been officially added to Unicode 3.2.0;
79 [v1.2]: The following characters have been added to represent common
106 Since the characters in the beginning of the Linux CZ have been more
118 Klingon has an alphabet of 26 characters, a positional numeric writing
H A Dlcd-panel-cgram.rst5 Some LCDs allow you to define up to 8 characters, mapped to ASCII
6 characters 0 to 7. The escape code to define a new character is
/openbmc/openbmc/poky/meta/recipes-core/readline/readline/
H A Dreadline82-010.patch16 assumes the match doesn't add any characters to the word and doesn't display
38 + /* If TEXT contains quote characters, it will be dequoted as part of
40 + characters. We need to dequote TEXT before performing the comparison.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-filter-buffertext-perl_1.01.bb1 SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
7 of putting all characters into a single event. \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-libbb-sockaddr2str-ensure-only-printable-characters-.patch4 Subject: [PATCH 1/2] libbb: sockaddr2str: ensure only printable characters are
23 + /* ensure host contains only printable characters */
/openbmc/openbmc/poky/meta/recipes-support/libunistring/
H A Dlibunistring_1.2.bb5 with many kinds of special characters accents, right-to-left writing\
8 particular properties of many Unicode characters. In fact, the POSIX\
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfw_search_path.rst16 only be up to 256 characters long. The kernel parameter passed would be:
26 for there first. Be aware that newline characters will be taken into account
/openbmc/linux/Documentation/driver-api/tty/
H A Dindex.rst23 short ldisc; in C, struct tty_ldisc_ops). Its task is to transform characters
25 implementing echoes, signal handling, jobs control, special characters
26 processing, and more. The transformed characters are passed further to
/openbmc/linux/Documentation/wmi/
H A Dacpi-interface.rst53 by this required ACPI method. The last two characters of the ACPI method name
69 characters of the ACPI method name are the method ID of the data block
80 Used for optionally enabling/disabling WMI events, the last two characters of
89 instead of events and thus the last two characters of the ACPI method name are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0005-adb-add-base64-implementation.patch113 + strings of 4 encoded characters. Proceeding from left to right, a
119 + characters. The character referenced by the index is placed in the
156 + output will be an integral multiple of 4 characters
160 + characters followed by two "=" padding characters, or
163 + characters followed by one "=" padding character.
228 + converts characters, four at a time, starting at (or after)
299 + * on a byte boundary, and/or with erroneous trailing characters.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/
H A D0001-bundle-own-base64-encode-decode-functions.patch122 + strings of 4 encoded characters. Proceeding from left to right, a
128 + characters. The character referenced by the index is placed in the
165 + output will be an integral multiple of 4 characters
169 + characters followed by two "=" padding characters, or
172 + characters followed by one "=" padding character.
237 + converts characters, four at a time, starting at (or after)
308 + * on a byte boundary, and/or with erroneous trailing characters.
/openbmc/linux/Documentation/usb/
H A Dmisc_usbsevseg.rst17 By default, the driver assumes the display is only 6 characters
18 The mode for 6 characters is:
/openbmc/linux/drivers/tty/vt/
H A Dcp437.uni6 # Latin characters should replaced with their nonaccented versions,
7 # and some upper case Greek characters could be replaced by Latin), however,
49 # The ASCII range is identity-mapped, but some of the characters also
50 # have to act as substitutes, especially the upper-case characters.
152 # Non-English characters, mostly lower case letters...
/openbmc/linux/fs/nls/
H A DKconfig283 If you want to display filenames with native language characters
292 If you want to display filenames with native language characters
317 non-ASCII characters to be translated.
322 If you want to display filenames with native language characters
334 If you want to display filenames with native language characters
345 If you want to display filenames with native language characters
355 If you want to display filenames with native language characters
365 If you want to display filenames with native language characters
376 If you want to display filenames with native language characters
385 If you want to display filenames with native language characters
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSOL.interface.yaml48 this number of characters as soon as this number of characters (or
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc8 # To allow the use of 8bit-characters like the german umlauts, comment out
10 # which is annoying to those which don't need to type in 8-bit characters.

12345678910>>...12