Searched refs:ASCII (Results 26 - 50 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp8 // code, support ASCII/Binary modes, better error reporting, more
373 case ASCII:
381 (transferMode == ASCII ? _("ASCII") : _("binary")));
866 // 150 Opening ASCII data connection for directory listing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtnoneng.tex95 ASCII strings) for msgids in the source code and write them in English.
132 ...failure (or we may try iso8859-1/7bit ASCII)...
H A Dtunicode.tex29 % TODO expand on it, say that Unicode extends ASCII, mention ISO8859, ...
38 Windows NT/2000 case, even the program which uses only standard ASCII can profit
169 representation which is either ASCII or Unicode). More rarely used, but still
H A Dtfontenc.tex16 letters. Probably the most well-known encoding is (7 bit) ASCII one which is
H A Dvaltext.tex41 \twocolitem{{\bf wxFILTER\_ASCII}}{Non-ASCII characters are filtered out.}
H A Dfiletype.tex25 above means just ASCII text without any formatting, while "text/html" is the
80 return "US-ASCII";
H A Dftp.tex83 ASCII,
214 Sets the transfer mode to ASCII. It will be used for the next transfer.
H A Dfontmap.tex49 ...failure (or we may try iso8859-1/7bit ASCII)...
H A Dtstring.tex9 arbitrary characters. The ASCII NUL character is allowed, but be aware that
13 wxString works with both ASCII (traditional, 7 or 8 bit, characters) as well as
H A Dtxtstrm.tex230 Unicode text into ASCII characters written to the output stream.}
H A Dtipc.tex144 The default data type is wxCF\_TEXT (ASCII text), and the default data
H A Dwxstring.tex780 Converts the string or character from an ASCII, 7-bit form
848 Returns \true if the string contains only ASCII characters.
1187 Converts the string to an ASCII, 7-bit string in the form of
1190 Note that this conversion only works if the string contains only ASCII
H A Dcmdlpars.tex265 platforms the command line arguments are passed as ASCII strings even to
H A Dlocale.tex139 to be in English and written only using 7-bit ASCII characters.
H A Dre_syntax.tex118 {\bf $[0-9]$} in ASCII matches any decimal digit. Two ranges may not share an endpoint,
274 ASCII, but {\bf $\backslash$135} does not terminate a bracket expression. Beware, however,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/lib/
H A Daliases.h193 char stringpool_str177[sizeof("ASCII")];
314 char stringpool_str380[sizeof("US-ASCII")];
534 "ASCII",
655 "US-ASCII",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-330 <property name="title" translatable="yes">gedit: ASCII table</property>
195 msgid "gedit: ASCII table"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsclp.S195 # R2 = address of nil-terminated ASCII text
257 # R2 = address of nil-terminated ASCII text
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile126 ascii.h : $(TABLESDIR)/glibc-2.1-iconv/ASCII.TXT 8bit_tab_to_h
127 ./8bit_tab_to_h ASCII ascii < $<
303 # - When JISX0208 is used as a CES (i.e. combined with ASCII) its mapping of
437 (echo '#' ; cat $(TABLESDIR)/glibc-2.2-iconv/ASCII.TXT ; grep -v '^0x[0-7]' $<) | ./8bit_tab_to_h CP1161 cp1161
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A DMakefile124 ascii.h : $(TABLESDIR)/glibc-2.1-iconv/ASCII.TXT 8bit_tab_to_h
125 ./8bit_tab_to_h ASCII ascii < $<
301 # - When JISX0208 is used as a CES (i.e. combined with ASCII) its mapping of
429 (echo '#' ; cat $(TABLESDIR)/glibc-2.2-iconv/ASCII.TXT ; grep -v '^0x[0-7]' $<) | ./8bit_tab_to_h CP1161 cp1161
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c494 ASCII :BINARY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp23 --ignore-case Consider upper and lower case ASCII characters as
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.h214 #define ASCII 1 macro
263 /* ASCII definitions for line terminators in text files: */
264 #define LF 10 /* '\n' on ASCII machines; must be 10 due to EBCDIC */
265 #define CR 13 /* '\r' on ASCII machines; must be 13 due to EBCDIC */
302 extern ZCONST uch ascii[256]; /* EBCDIC <--> ASCII translation tables */
463 extern int unicode_escape_all; /* 1=escape all non-ASCII characters in paths */
924 /* check if string is all ASCII */
H A Dtrees.c346 local ush *file_type; /* pointer to UNKNOWN, BINARY or ASCII */
1244 * Set the file type to TEXT (ASCII) or BINARY, using following algorithm:
1245 * - TEXT, either ASCII or an ASCII-compatible extension such as ISO-8859,
1283 *file_type = ASCII;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c105 #define ASCII 1 macro

Completed in 198 milliseconds

123