Searched refs:encoding (Results 426 - 450 of 1075) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h125 struct encoding;
126 typedef struct encoding ENCODING;
133 struct encoding { struct
H A Dxmlparse.c166 version of the name (in the document encoding) is shared with the
176 const char *rawName; /* tagName in the original encoding */
178 TAG_NAME name; /* tagName in the API encoding */
575 #define encoding (parser->m_encoding) macro
809 XmlInitEncoding(&initEncoding, &encoding, 0);
1433 XmlUpdatePosition(encoding, positionPtr, end, &position);
1485 XmlUpdatePosition(encoding, positionPtr, bufferPtr, &position);
1605 XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
1615 XmlUpdatePosition(encoding, positionPtr, eventPtr, &position);
1655 reportDefault(parser, encoding, eventPt
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok.h125 struct encoding;
126 typedef struct encoding ENCODING;
133 struct encoding { struct
/macosx-10.10.1/libxml2-26/libxml2/
H A DtestHTML.c50 static char *encoding = NULL; variable
780 if (encoding)
781 htmlSaveFileEnc("-", doc, encoding);
787 if (encoding)
788 htmlSaveFileEnc("-", doc, encoding);
827 encoding = argv[i];
867 printf("\t--encode encoding : output in the given encoding\n");
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_extracted.c105 const char *encoding; local
187 if ((encoding = nvtable_find(state->attr, MAIL_ATTR_ENCODING)) != 0)
189 MAIL_ATTR_ENCODING, encoding);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DtestHTML.c50 static char *encoding = NULL; variable
780 if (encoding)
781 htmlSaveFileEnc("-", doc, encoding);
787 if (encoding)
788 htmlSaveFileEnc("-", doc, encoding);
827 encoding = argv[i];
867 printf("\t--encode encoding : output in the given encoding\n");
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dmsgcat.rb80 msg.instance_variable_set(:@encoding, 'utf-8')
205 eval(IO.read(file, :encoding=>"ASCII-8BIT"))
225 @namespace.eval(IO.read(file, :encoding=>"ASCII-8BIT"))
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dpstore.rb94 RDWR_ACCESS = {mode: IO::RDWR | IO::CREAT | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
95 RD_ACCESS = {mode: IO::RDONLY | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
96 WR_ACCESS = {mode: IO::WRONLY | IO::CREAT | IO::TRUNC | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dparser.rb78 have_encoding = s.respond_to? :encoding
85 encoding = s[/^\s*\#\s*(?:-\*-\s*)?(?:en)?coding:\s*([^\s;]+?)(?:-\*-|[\s;])/, 1]
86 mode = "r:#{encoding}" if encoding
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h150 struct encoding;
151 typedef struct encoding ENCODING;
153 struct encoding { struct
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok.h125 struct encoding;
126 typedef struct encoding ENCODING;
133 struct encoding { struct
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.h124 struct encoding;
125 typedef struct encoding ENCODING;
127 struct encoding { struct
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXInit.c44 * the encoding for that font. The set of numeric constants is fixed and
138 CFStringEncoding encoding;
328 encoding = CFStringGetSystemEncoding();
331 if (scriptMap[i].numKey == encoding) {
137 CFStringEncoding encoding; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIO.c95 Tcl_Encoding encoding));
208 * Depends on encoding and memory subsystems.
1199 * Set the channel to system default encoding.
1202 statePtr->encoding = NULL;
1205 statePtr->encoding = Tcl_GetEncoding(NULL, name);
1243 if ((statePtr->encoding != NULL) && (statePtr->flags & TCL_WRITABLE)) {
1872 * hold any bytes of a native-encoding character that got split by
1878 * hold any bytes of a native-encoding character (generated from a
2399 Tcl_FreeEncoding(statePtr->encoding);
2664 * When the channel has an escape sequence driven encoding suc
3168 Tcl_Encoding encoding; local
3596 Tcl_Encoding encoding; local
4506 Tcl_Encoding encoding; local
6624 Tcl_Encoding encoding; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm89 #data encoding
548 $Mail::Sender::Error="Unknown encoding '$_[0]'";
555 'Unknown encoding',
723 =item encoding
725 C<>=> encoding of a single part message or the body of a multipart message.
728 very long lines you should use 'encoding => "Quoted-printable"' in the
731 Keep in mind that if you use some encoding you should either use SendEnc()
792 You do not need to worry about encoding the ORCPT or ENVID parameters.
1244 delete $self->{'encoding'};
1374 if (defined $self->{'encoding'} o
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c138 Tcl_Encoding encoding; /* Encoding to apply when reading or writing member in struct:Channel
140 * encoding is applied to data. */
142 /* Current encoding state, used when converting
150 /* Current encoding state, used when converting
340 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes member in struct:GetsState
344 Tcl_EncodingState state; /* The encoding state just before the last
430 Tcl_Encoding encoding));
532 * Depends on encoding and memory subsystems.
1292 * Set the channel to system default encoding
2705 Tcl_Encoding encoding; local
3084 Tcl_Encoding encoding; local
3757 Tcl_Encoding encoding; local
5610 Tcl_Encoding encoding; local
[all...]
H A DtclIO.c.orig138 Tcl_Encoding encoding; /* Encoding to apply when reading or writing
140 * encoding is applied to data. */
142 /* Current encoding state, used when converting
150 /* Current encoding state, used when converting
327 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes
331 Tcl_EncodingState state; /* The encoding state just before the last
417 Tcl_Encoding encoding));
511 * Depends on encoding and memory subsystems.
1268 * Set the channel to system default encoding
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing member in struct:Channel
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
354 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes member in struct:GetsState
358 Tcl_EncodingState state; /* The encoding state just before the last
444 Tcl_Encoding encoding));
538 * Depends on encoding and memory subsystems.
1323 * Set the channel to system default encoding
2785 Tcl_Encoding encoding; local
3166 Tcl_Encoding encoding; local
3851 Tcl_Encoding encoding; local
5700 Tcl_Encoding encoding; local
[all...]
H A DtclIO.c.orig139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
328 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes
332 Tcl_EncodingState state; /* The encoding state just before the last
418 Tcl_Encoding encoding));
512 * Depends on encoding and memory subsystems.
1269 * Set the channel to system default encoding
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing member in struct:Channel
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
354 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes member in struct:GetsState
358 Tcl_EncodingState state; /* The encoding state just before the last
444 Tcl_Encoding encoding));
538 * Depends on encoding and memory subsystems.
1323 * Set the channel to system default encoding
2785 Tcl_Encoding encoding; local
3166 Tcl_Encoding encoding; local
3851 Tcl_Encoding encoding; local
5700 Tcl_Encoding encoding; local
[all...]
H A DtclIO.c.orig139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
328 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes
332 Tcl_EncodingState state; /* The encoding state just before the last
418 Tcl_Encoding encoding));
512 * Depends on encoding and memory subsystems.
1269 * Set the channel to system default encoding
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-proc.el249 proc decoding encoding changed)
268 encoding (cdr coding-systems)))
276 ;; Even if start-process left the coding system for encoding
280 (if (and decoding (not encoding))
281 (setq encoding (coding-system-change-eol-conversion decoding 'unix)
284 (set-process-coding-system proc decoding encoding))))
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclUnixFile.c47 Tcl_Encoding encoding;
137 encoding = Tcl_GetEncoding(NULL, NULL);
138 Tcl_ExternalToUtfDString(encoding, name, -1, &utfName);
140 Tcl_NewStringObj(Tcl_DStringValue(&utfName), -1), encoding);
171 encoding = Tcl_GetEncoding(NULL, NULL);
172 Tcl_ExternalToUtfDString(encoding, Tcl_DStringValue(&buffer), -1,
175 Tcl_NewStringObj(Tcl_DStringValue(&utfName), -1), encoding);
253 Tcl_DString ds; /* native encoding of dir */
254 Tcl_DString dsOrig; /* utf-8 encoding of dir */
46 Tcl_Encoding encoding; local
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1/
H A DtclIO.c.orig139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
328 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes
332 Tcl_EncodingState state; /* The encoding state just before the last
418 Tcl_Encoding encoding));
512 * Depends on encoding and memory subsystems.
1269 * Set the channel to system default encoding
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c.orig139 Tcl_Encoding encoding; /* Encoding to apply when reading or writing
141 * encoding is applied to data. */
143 /* Current encoding state, used when converting
151 /* Current encoding state, used when converting
328 Tcl_Encoding encoding; /* The encoding to use to convert raw bytes
332 Tcl_EncodingState state; /* The encoding state just before the last
418 Tcl_Encoding encoding));
512 * Depends on encoding and memory subsystems.
1269 * Set the channel to system default encoding
[all...]

Completed in 371 milliseconds

<<11121314151617181920>>