Searched refs:ascii (Results 151 - 175 of 254) sorted by relevance

1234567891011

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc64-darwin_closure.S316 .ascii "zR\0" ; CIE Augmentation
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Ddarwin64.S324 .ascii "zR\0" /* CIE Augmentation */
H A Dx86-darwin.S317 .ascii "zR\0"
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/powerpc/
H A Dppc-darwin.S292 .ascii "zR\0" ; CIE Augmentation
H A Dppc64-darwin_closure.S316 .ascii "zR\0" ; CIE Augmentation
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Ddarwin64.S326 .ascii "zR\0" /* CIE Augmentation */
H A Dx86-darwin.S321 .ascii "zR\0"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftp/
H A Dftp.tcl22 # ftp::Type <s> <?ascii|binary|tenex?>
412 if { [string equal $ftp(Type) "ascii"] } {
1070 # REPRESENTATION TYPE - Sets the file transfer type to ascii or binary.
1074 # type - specifies the representation type (ascii|binary)
1152 # save current type and force ascii mode
1154 if { $ftp(Type) != "ascii" } {
1158 Type $s ascii
1161 Type $s ascii
1223 # save current type and force ascii mode
1226 if { ![string equal "$ftp(Type)" "ascii"] } {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/lib/
H A Dtdom.tcl634 # macGreek ascii cp437 macRoman iso8859-1 iso8859-2 iso8859-3 ebcdic
658 "us-ascii" {return ascii}
/macosx-10.10.1/vim-55/src/
H A DMake_manx.mak83 INCL = vim.h feature.h keymap.h macros.h ascii.h term.h structs.h os_amiga.h
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif.h608 char ascii[IFSTATMAX + 1]; member in struct:ifstat
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm47 latin1 ascii utf8 indent canonical space_before space_after allow_nonref shrink
246 my $ascii;
274 ($ascii, $latin1, $utf8, $indent, $canonical, $space_before, $space_after, $allow_blessed,
296 unless ($ascii or $latin1 or $utf8) {
472 if ($ascii) {
1618 $coder = JSON::PP->new->ascii->pretty->allow_nonref;
1829 =head2 ascii
1831 $json = $json->ascii([$enable])
1846 JSON::PP->new->ascii(1)->encode([chr 0x10401])
/macosx-10.10.1/awk-20/src/
H A DFIXES202 tested on non-ascii character sets by me.
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dtibetan.el91 '(ascii tibetan nil nil
93 '((safe-charsets ascii tibetan)
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c870 ascii2unicode(u_char ascii[], int ascii_len, u_char unicode[]) argument
876 unicode[i * 2] = (u_char) ascii[i];
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftp/
H A Dftp_lib.tcl14 # FTP::Type <?ascii|binary?>
336 if { $ftp(Type) == "ascii" } {
925 # REPRESENTATION TYPE - Sets the file transfer type to ascii or binary.
929 # type - specifies the representation type (ascii|binary)
1000 # save current type and force ascii mode
1002 if { $ftp(Type) != "ascii" } {
1003 Type ascii
1061 # save current type and force ascii mode
1063 if { $ftp(Type) != "ascii" } {
1064 Type ascii
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl111 foreach {ascii uni f1 f2 f3 f4} $::vowels($lang) {
112 if [info exists ::UNICODE_IPA] {set sym $uni} else {set sym $ascii}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dspellfile.vim98 let fname = a:lang . '.ascii.spl'
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dbulgarian-bds.vim19 " Some punctuation characters present in ascii are mapped in BDS to keys
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhtmlos.vim33 syn keyword htmlosFunctions expand sleep getlink version system ascii getascii syslock sysunlock cr lf clean postprep listtorow split listtocol coltolist rowtolist tabletolist contained
H A Dicon.vim31 syn match iconKeyword "&ascii"
H A Dstp.vim51 syn keyword stpFunction abs acos ascii asin atan atn2 avg ceiling charindex
H A Dtf.vim79 syn keyword tfFunctions ascii char columns echo filename ftime fwrite getopts
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas43 data_type: Integer; (* best guess about the data type: ascii or binary *)
/macosx-10.10.1/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh429 _OPTS_MAN_LONG_NA="'all' 'ascii' 'catman' 'ditroff' \
3870 --all, --ascii, --ditroff, --extension=suffix, --locale=language,
4269 -7|--ascii)
4270 list_append mpm_list '--ascii';
4475 --ascii)
4823 ascii|cp1047|latin1|utf8)
4908 ascii|cp1047|latin1|utf8)
5550 ascii|cp1047|latin1|utf8)

Completed in 157 milliseconds

1234567891011