Searched refs:decoding (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/JSON-2.53/eg/
H A Dbench_decode.pl58 L<JSON::PP> and L<JSON::XS> decoding benchmark.
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Desh-proc.el249 proc decoding encoding changed)
267 (setq decoding (car coding-systems)
270 ;; decoding data sent from the process and the coding system
273 (if (vectorp (coding-system-eol-type decoding))
274 (setq decoding (coding-system-change-eol-conversion decoding 'dos)
278 ;; same one as what we use for decoding. But, we should
280 (if (and decoding (not encoding))
281 (setq encoding (coding-system-change-eol-conversion decoding 'unix)
284 (set-process-coding-system proc decoding encodin
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dhttp-support.c970 http_uri_coding_t decoding, /* I - Decoding flags */
1109 decoding & HTTP_URI_CODING_USERNAME);
1152 decoding & HTTP_URI_CODING_HOSTNAME);
1222 decoding & HTTP_URI_CODING_HOSTNAME);
1287 decoding & HTTP_URI_CODING_QUERY);
1294 decoding & HTTP_URI_CODING_RESOURCE);
1306 decoding & HTTP_URI_CODING_QUERY);
969 httpSeparateURI( http_uri_coding_t decoding, const char *uri, char *scheme, int schemelen, char *username, int usernamelen, char *host, int hostlen, int *port, char *resource, int resourcelen) argument
H A Dhttp.h548 extern http_uri_status_t httpSeparateURI(http_uri_coding_t decoding,
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DReleaseNotes.txt15 therefore doesn't perform XML ENTITY decoding.
H A DChanges148 and decoding. This enables a more seemless addition of DIME
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/
H A DReleaseNotes.txt15 doesn't perform XML ENTITY decoding.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/
H A DReleaseNotes.txt15 doesn't perform XML ENTITY decoding.
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm217 decoding style, within the limits of supported formats.
300 Unicode string. Any decoding or encoding (e.g. to UTF-8 or UTF-16) needs
344 This setting has no effect when decoding JSON texts.
356 This setting has no effect when decoding JSON texts. You will also
375 This setting has no effect when decoding JSON texts.
444 This setting has no effect when decoding JSON texts.
533 decoding considerably.
564 one, decoding speed will not usually suffer as much. Therefore, single-key
633 or decoding. If a higher nesting level is detected in JSON text or a Perl
658 Set the maximum length a JSON text may have (in bytes) where decoding i
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm217 decoding style, within the limits of supported formats.
300 Unicode string. Any decoding or encoding (e.g. to UTF-8 or UTF-16) needs
344 This setting has no effect when decoding JSON texts.
356 This setting has no effect when decoding JSON texts. You will also
375 This setting has no effect when decoding JSON texts.
444 This setting has no effect when decoding JSON texts.
533 decoding considerably.
564 one, decoding speed will not usually suffer as much. Therefore, single-key
633 or decoding. If a higher nesting level is detected in JSON text or a Perl
658 Set the maximum length a JSON text may have (in bytes) where decoding i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcomint.el781 proc decoding encoding changed)
788 (setq decoding (car coding-systems)
790 ;; If start-process decided to use some coding system for decoding
793 (if (vectorp (coding-system-eol-type decoding))
794 (setq decoding (coding-system-change-eol-conversion decoding 'dos)
798 ;; as what we use for decoding. But, we should suppress EOL
800 (if (and decoding (not encoding))
801 (setq encoding (coding-system-change-eol-conversion decoding 'unix)
804 (set-process-coding-system proc decoding encodin
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/language/
H A Dcyrillic.el48 ;; Customizing `utf-fragment-on-decoding' allows decoding characters
116 "Cyrillic KOI8-R decoding table.")
186 (dependency unify-8859-on-encoding-mode unify-8859-on-decoding-mode)))
286 "Cyrillic KOI8-U decoding table.")
330 (dependency unify-8859-on-encoding-mode unify-8859-on-decoding-mode)))
385 "Cyrillic ALTERNATIVNYJ decoding table.")
430 (dependency unify-8859-on-encoding-mode unify-8859-on-decoding-mode)))
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_ld.cpp60 // Why an encoding & decoding prefix? During compilation, the prefix may change...
104 #pragma mark stability encoding / decoding
224 return "/* Error decoding v1 stability string */";
257 #pragma mark typedef encoding / decoding
420 #pragma mark probe encoding / decoding
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm1882 Unicode string, while decode expects thus a Unicode string. Any decoding or encoding
1929 This setting has no effect when decoding JSON texts.
1949 This setting has no effect when decoding JSON texts.
2022 This setting has no effect when decoding JSON texts.
2118 hash will be inserted. This setting can slow down decoding considerably.
2151 one, decoding speed will not usually suffer as much. Therefore, single-key
2210 or decoding. If a higher nesting level is detected in JSON text or a Perl
2233 Set the maximum length a JSON text may have (in bytes) where decoding is
2294 mismatches. The only thing it guarantees is that it starts decoding as
2544 decoding i
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1004 Unicode string, while decode expects thus a Unicode string. Any decoding or encoding
1049 This setting has no effect when decoding JSON texts.
1067 This setting has no effect when decoding JSON texts.
1088 This setting has no effect when decoding JSON texts.
1163 This setting has no effect when decoding JSON texts.
1282 hash will be inserted. This setting can slow down decoding considerably.
1316 one, decoding speed will not usually suffer as much. Therefore, single-key
1380 or decoding. If a higher nesting level is detected in JSON text or a Perl
1408 Set the maximum length a JSON text may have (in bytes) where decoding is
1496 mismatches. The only thing it guarantees is that it starts decoding a
[all...]
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm876 Unicode string, while decode expects thus a Unicode string. Any decoding or encoding
921 This setting has no effect when decoding JSON texts.
939 This setting has no effect when decoding JSON texts.
960 This setting has no effect when decoding JSON texts.
1035 This setting has no effect when decoding JSON texts.
1154 hash will be inserted. This setting can slow down decoding considerably.
1188 one, decoding speed will not usually suffer as much. Therefore, single-key
1252 or decoding. If a higher nesting level is detected in JSON text or a Perl
1280 Set the maximum length a JSON text may have (in bytes) where decoding is
1576 decoding i
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/t/
H A D01-core.t172 skip(q!Entity decoding is not supported in XML::Parser::Lite! => undef);
243 skip(q!CDATA decoding is not supported in XML::Parser::Lite! => undef) :
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/t/
H A D01-core.t172 skip(q!Entity decoding is not supported in XML::Parser::Lite! => undef);
243 skip(q!CDATA decoding is not supported in XML::Parser::Lite! => undef) :
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/t/
H A D01-core.t172 skip(q!Entity decoding is not supported in XML::Parser::Lite! => undef);
243 skip(q!CDATA decoding is not supported in XML::Parser::Lite! => undef) :
/macosx-10.9.5/CPANInternal-140/JSON/lib/JSON/
H A DPP.pm1673 Unicode string, while decode expects thus a Unicode string. Any decoding or encoding
1786 or decoding. If a higher nesting level is detected in JSON text or a Perl
1809 Set the maximum length a JSON text may have (in bytes) where decoding is
2093 In decoding,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dcomponent.c1083 *text = "error decoding comp filter";
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dinffas32.asm1 ;/* inffas32.asm is a hand tuned assembler version of inffast.c -- fast decoding
85 db 'Fast decoding Code from Chris Anderson'
/macosx-10.9.5/zlib-53/zlib/contrib/masmx64/
H A Dinffasx64.asm1 ; inffasx64.asm is a hand tuned assembler version of inffast.c - fast decoding
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dmule.el56 ;; read it with real decoding, as a multibyte buffer,
750 4: private, CCL programs provide encoding/decoding algorithm,
792 decoding and encoding. CCL programs should be specified by their
818 The value is a translation table to be applied on decoding. See
1223 "Set coding system for decoding and encoding file names to CODING-SYSTEM.
1316 (defun set-buffer-process-coding-system (decoding encoding)
1327 (check-coding-system decoding)
1329 (set-process-coding-system proc decoding encoding)))
1408 On decoding CTEXT, all encoding names listed here are recognized.
1845 ;; This variable is used for decoding i
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DConstant.pm419 C<Net::LDAP> encountered an error while decoding a response packet from

Completed in 460 milliseconds

12