Searched refs:lang (Results 276 - 300 of 578) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dassertions.h27 #include <isc/lang.h>
H A Devent.h25 #include <isc/lang.h>
H A Dfile.h27 #include <isc/lang.h>
H A Dnetaddr.h25 #include <isc/lang.h>
H A Dresult.h25 #include <isc/lang.h>
H A Drwlock.h26 #include <isc/lang.h>
H A Dsha2.h60 #include <isc/lang.h>
H A Dstring.h27 #include <isc/lang.h>
H A Dtimer.h78 #include <isc/lang.h>
/macosx-10.10.1/ntp-92/lib/isc/unix/include/isc/
H A Dtime.h25 #include <isc/lang.h>
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dthread.h25 #include <isc/lang.h>
H A Dtime.h25 #include <isc/lang.h>
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DGoogle.tcl55 array set opts {start 0 max 10 filter false restrict "" safe false lang ""}
63 -lang* {set opts(lang) [Pop args 1]}
76 $opts(restrict) $opts(safe) $opts(lang) utf-8 utf-8]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/xml/
H A DxmlExample.xotcl55 <rdf:li xml:lang="en">The Coolest Web Page</rdf:li>
56 <rdf:li xml:lang="it">Il Pagio di Web Fuba</rdf:li>
/macosx-10.10.1/man-16/man/src/
H A Dman.c457 is_lang_page (char *lang, const char *file) { argument
460 snprintf(lang_path, sizeof(lang_path), "/%s/", lang);
463 if (strlen(lang) > 2) {
1199 char *lang; local
1203 if ((lang = getenv("LANG")) == NULL &&
1204 (lang = getenv("LC_ALL")) == NULL &&
1205 (lang = getenv("LC_CTYPE")) == NULL)
1208 language = lang;
1209 is_japanese = (lang && strncmp(lang, "j
[all...]
H A Dman.c.orig455 is_lang_page (char *lang, const char *file) {
458 snprintf(lang_path, sizeof(lang_path), "/%s/", lang);
461 if (strlen(lang) > 2) {
1197 char *lang;
1201 if ((lang = getenv("LANG")) == NULL &&
1202 (lang = getenv("LC_ALL")) == NULL &&
1203 (lang = getenv("LC_CTYPE")) == NULL)
1206 language = lang;
1207 is_japanese = (lang && strncmp(lang, "j
[all...]
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_negotiation.c97 const char *lang)
106 *langp = lang;
208 apr_array_header_t *content_languages; /* list of lang. for this variant */
252 float default_lang_quality; /* fiddle lang q for variants with no lang */
1451 static int find_lang_index(apr_array_header_t *accept_langs, char *lang) argument
1456 if (!lang || !accept_langs) {
1463 if (!strncmp(lang, *alang, strlen(*alang))) {
1577 char *lang, *p; local
1588 /* lang i
96 set_language_priority(cmd_parms *cmd, void *n_, const char *lang) argument
1709 char *lang = ((char **) (variant->content_languages->elts))[j]; local
2246 variant_has_language(var_rec *variant, const char *lang) argument
2455 char *lang; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DReflectionAccessor.java11 import java.lang.reflect.AccessibleObject;
12 import java.lang.reflect.Array;
13 import java.lang.reflect.Constructor;
14 import java.lang.reflect.Field;
15 import java.lang.reflect.InvocationTargetException;
16 import java.lang.reflect.Modifier;
H A DEnhancedAccessor.java11 import java.lang.reflect.Array;
12 import java.lang.reflect.Modifier;
/macosx-10.10.1/Heimdal-398.1.2/packages/windows/installer/
H A DNTMakefile197 $(INSTALLER): $(WIXOBJ) $(THIRDPARTYOBJS) $(INSTDEPS) lang\en-us.wxl
199 -sval -cultures:en-us -loc lang\en-us.wxl \
200 -dWixUILicenseRtf=lang\license-en-us.rtf \
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dos9k.h81 #define mktypelang(type, lang) (((type) << 8) | (lang))
115 unsigned char m_tylan[2]; /* Type/lang. */
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_httprequest.rb81 Host: test.ruby-lang.org:8080
98 URI.parse("http://test.ruby-lang.org:8080/path"), req.request_uri)
99 assert_equal("test.ruby-lang.org", req.host)
139 Host: test.ruby-lang.org
144 assert_equal(URI.parse("http://test.ruby-lang.org/path"), req.request_uri)
145 assert_equal("test.ruby-lang.org", req.host)
199 Host: test.ruby-lang.org:8080
216 Host: test.ruby-lang.org:8080
236 Host: test.ruby-lang.org:8080
374 Host: test.ruby-lang
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Djstring.i71 java::lang::String *);
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/stringfileinfo/
H A Dstringfileinfo.tcl37 if {![regexp {(.)\000(.)StringFileInfo\000(.)\000(.)(....)(....)\000} [string range $data $s end] --> len type len2 type2 lang code]} {
40 array set ret [list Language $lang CodePage $code]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java11 import java.lang.reflect.Field;
12 import java.lang.reflect.Modifier;
13 import java.lang.reflect.ParameterizedType;
14 import java.lang.reflect.Type;

Completed in 506 milliseconds

<<11121314151617181920>>