Searched refs:translation (Results 51 - 75 of 266) sorted by relevance

1234567891011

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dquotearg.c147 /* MSGID approximates a quotation mark. Return its translation if it
152 char const *translation = _(msgid); local
153 if (translation == msgid && s == clocale_quoting_style)
154 translation = "\"";
155 return translation;
214 "'". If the catalog has no translation,
/macosx-10.9.5/gpatch-3/patch/
H A Dquotearg.c193 /* MSGID approximates a quotation mark. Return its translation if it
198 char const *translation = _(msgid); local
199 if (translation == msgid && s == clocale_quoting_style)
200 translation = "\"";
201 return translation;
259 "'". If the catalog has no translation,
/macosx-10.9.5/tcl-102/tcl/tcl/library/http1.0/
H A Dhttp.tcl152 fconfigure $s -translation {auto crlf} -buffersize $state(-blocksize)
183 fconfigure $s -translation {auto binary}
226 fconfigure $s -translation binary
228 fconfigure $state(-channel) -translation binary
/macosx-10.9.5/tcl-102/tcl84/tcl/library/http1.0/
H A Dhttp.tcl152 fconfigure $s -translation {auto crlf} -buffersize $state(-blocksize)
183 fconfigure $s -translation {auto binary}
226 fconfigure $s -translation binary
228 fconfigure $state(-channel) -translation binary
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/tequila/
H A Dtequilas.tcl142 fconfigure $fd -translation binary
158 fconfigure $fd -translation binary
183 fconfigure $fd -translation binary
385 fconfigure $sock -translation binary -buffering none
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dfetch.tcl66 fconfigure $out -translation binary
H A Dhttpd.tcl91 -translation {auto crlf}
181 fconfigure $sock -translation binary -blocking $Httpd(-sockblock)
182 fconfigure $in -translation binary -blocking 0
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Drecrplay.tcl21 fconfigure $sock -translation binary
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/compat/
H A Dcopyfile.test27 fconfigure $fh1 -translation binary
31 fconfigure $fh2 -translation binary
/macosx-10.9.5/text_cmds-87/sort/
H A Dquotearg.c163 /* MSGID approximates a quotation mark. Return its translation if it
168 char const *translation = _(msgid); local
169 if (translation == msgid && s == clocale_quoting_style)
170 translation = "\"";
171 return translation;
230 "'". If the catalog has no translation,
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/tcl/phttpd/
H A Dphttpd.tcl199 fconfigure $sock -blocking 0 -translation {auto crlf}
406 fconfigure $data(sock) -translation binary -blocking 0
407 fconfigure $i -translation binary
H A Duhttpd.tcl125 fconfigure $newsock -blocking 0 -translation {auto crlf}
240 fconfigure $s -translation binary -blocking 0
241 fconfigure $i -translation binary
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl193 fconfigure $cb(data) -translation $cb(type)
229 fconfigure $cb(data) -translation $cb(type)
243 fconfigure $cb(data) -translation $cb(type)
391 fconfigure $fd -translation binary
411 fconfigure $fd -translation binary
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A Ddcigettext.c235 /* And finally the translation. */
236 const char *translation; member in struct:known_translation_t
313 const char *translation,
492 /* Try to find the translation among those which we found at
506 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
509 retval = (char *) (*foundp)->translation;
592 got an ordered list of languages to consider for the translation. */
602 by implicitly appending a "C" entry, i.e. no translation
654 /* Found the translation of MSGID1 in domain DOMAIN:
674 newp->translation
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c231 /* And finally the translation. */
232 const char *translation; member in struct:known_translation_t
309 const char *translation,
484 /* Try to find the translation among those which we found at
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
501 retval = (char *) (*foundp)->translation;
584 got an ordered list of languages to consider for the translation. */
594 by implicitly appending a "C" entry, i.e. no translation
646 /* Found the translation of MSGID1 in domain DOMAIN:
666 newp->translation
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dmk4vfs.tcl174 fconfigure $fd -translation binary
178 fconfigure $fd -translation auto
183 fconfigure $fd -translation binary
186 fconfigure $fd -translation auto
217 fconfigure $fd -translation binary
228 fconfigure $fd -translation auto
476 fconfigure $fd -translation binary
H A Dftpvfs.tcl136 fconfigure $filed -translation binary
139 fconfigure $filed -translation auto
170 set trans [fconfigure $filed -translation]
H A Dtarvfs.tcl109 fconfigure $nfd -translation binary
117 fconfigure $nfd -translation auto
342 fconfigure $fd -translation binary ;#-buffering none
/macosx-10.9.5/emacs-92/emacs/lisp/international/
H A Dquail.el35 ;; defining a translation table (named Quail map) which maps ASCII key
39 ;; We use words "translation" and "conversion" differently. The
73 ;; A string containing available key sequences or translation list.
87 "Overlay which covers the current translation region of Quail.")
95 "Current key for translation in Quail mode.")
99 "Currently selected translation of the current key.")
105 CURRENT is an index of the current translation,
108 BLOCKS is a number of blocks of translation.")
112 "Any Lisp object holding information of current translation status.
114 of actual translation an
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontMac.mm110 CGSize translation = CGSizeApplyAffineTransform(translations[i], translationsTransform);
111 positions[i] = CGPointApplyAffineTransform(CGPointMake(position.x - translation.width, position.y + translation.height), transform);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pop3/
H A Dpop3.tcl29 # The value of "msex" influences how the translation for the
297 fconfigure $chan -translation binary
299 fconfigure $chan -translation {binary crlf}
314 fconfigure $chan -translation binary
581 # Map both cr+lf and cr to lf to simulate auto EOL translation, then
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest093.tcl256 fconfigure $fid -translation binary
263 fconfigure $fcopy -translation binary
283 fconfigure $fid -translation binary
402 fconfigure $fid -translation binary
/macosx-10.9.5/tcl-102/tcl/tcl/tests/
H A Dremote.tcl83 fconfigure $s -buffering line -translation crlf
/macosx-10.9.5/tcl-102/tcl84/tcl/tests/
H A Dhttpd41 fconfigure $newsock -blocking 0 -translation {auto crlf}
210 fconfigure $sock -translation binary
H A Dremote.tcl83 fconfigure $s -buffering line -translation crlf

Completed in 293 milliseconds

1234567891011