Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 560) sorted by relevance

12345678910>>...23

/external/libvpx/examples/includes/geshi/docs/
DCHANGES16 - Added language files
25 the language file as "any whitespace" in the source (i.e. "CREATE TABLE"
28 - Improvements to language files (BenBE)
43 - Added language files
57 - Updated the language file check script in contrib/ (BenBE)
60 - Improvements to language files (BenBE)
71 * Added missing keywords to the Python language file,
75 * Improved MySQL language file (BenBE, JavaWoman)
79 - Added language files
86 * TeraTerm macro language (Boris Maisuradze)
[all …]
Dgeshi-doc.txt54 + 3.6.5 Using load_from_file to change the language and source code
101language file for almost any computer language - whether it be a scripting language, object orient…
144 Many people have helped out with GeSHi, whether by creating language files, submitting bug reports,…
146language file, or submit a valid bug? Or perhaps help me with an added feature I can't get my head…
174language files (over 100!). If you're pushed for space, make sure you don't upload to your server …
199language support files. Those of you familiar with PHP can then guess how easy the installation wi…
203 http://mysite.com/myfolder/geshi/[language files]
208 http://mysite.com/myfolder/includes/geshi/[language files]
224 // Define some source to highlight, a language to use
225 // and the path to the language files
[all …]
DTHANKS11 - Andreas Gohr - Thanks for language files and for using GeSHi for DokuWiki
20 - Ben Keen - Thanks for the language files and pointing out some
24 extension => language lookup
42 - Sterling Christensen - Thanks for those links to language specs
43 - Tux - Thanks for making all those language files :D
162 Do you want your name in here? Help me out! Make a language file, or suggest a new
/external/clearsilver/python/examples/trans/
DREADME3 * trans.py - language extraction toolkit
28 prefer files in the language specific template directory first,
29 the language directory second, and your template directories last.
34 language files.
39 5) When you want to translate into a new language, take the
47 every language which has any strings at all. Simply follow the same
49 translation in that language.
54 This tools allows you to (mostly) automatically extract language
59 reference language strings, and dumps lang_XX.hdf files which
63 Two mechanisms are used to find language strings:
[all …]
/external/openssl/crypto/x509v3/
Dv3_pci.c76 ASN1_OBJECT **language, ASN1_INTEGER **pathlen, in process_pci_value() argument
83 if (*language) in process_pci_value()
89 if (!(*language = OBJ_txt2obj(val->value, 0))) in process_pci_value()
248 ASN1_OBJECT *language = NULL; in r2i_pci() local
279 &language, &pathlen, &policy); in r2i_pci()
288 &language, &pathlen, &policy)) in r2i_pci()
297 if (!language) in r2i_pci()
302 i = OBJ_obj2nid(language); in r2i_pci()
316 pci->proxyPolicy->policyLanguage = language; language = NULL; in r2i_pci()
321 if (language) { ASN1_OBJECT_free(language); language = NULL; } in r2i_pci()
/external/svox/pico/src/com/svox/pico/
DGetSampleText.java40 String language = i.getExtras().getString("language"); in onCreate() local
44 if (language.equals("eng")) { in onCreate()
50 } else if (language.equals("fra")) { in onCreate()
52 } else if (language.equals("ita")) { in onCreate()
54 } else if (language.equals("deu")) { in onCreate()
56 } else if (language.equals("spa")) { in onCreate()
/external/clearsilver/
DREADME29 * language neutral (C,C++,Python,Ruby,Perl,Java,C#)
34 Supported language information:
46 language strings into a translation database. You can then translate
48 per-language files for shipping to translators). Occasionally trans
49 isn't smart enough to find your language strings, in this case you can
50 manually extract them into static language string files and trans will
52 generates language-independent templates, and a set of language files
/external/nist-sip/java/gov/nist/javax/sip/header/
DAcceptLanguage.java188 public void setAcceptLanguage(Locale language) { in setAcceptLanguage() argument
190 if ( "".equals(language.getCountry())) { in setAcceptLanguage()
191 this.languageRange = language.getLanguage(); in setAcceptLanguage()
193 this.languageRange = language.getLanguage() + '-' + language.getCountry(); in setAcceptLanguage()
/external/e2fsprogs/intl/
Dexplodename.c53 const char **language, const char **modifier, in _nl_explode_name() argument
75 *language = cp = name; in _nl_explode_name()
76 cp = _nl_find_language (*language); in _nl_explode_name()
78 if (*language == cp) in _nl_explode_name()
81 cp = strchr (*language, '\0'); in _nl_explode_name()
Dl10nflist.c171 int mask, const char *language, const char *territory, in _nl_make_l10nflist() argument
187 if (IS_ABSOLUTE_PATH (language)) in _nl_make_l10nflist()
192 + strlen (language) in _nl_make_l10nflist()
225 cp = stpcpy (cp, language); in _nl_make_l10nflist()
347 cnt, language, territory, codeset, in _nl_make_l10nflist()
354 cnt, language, territory, codeset, in _nl_make_l10nflist()
Dfinddomain.c54 const char *language; in _nl_find_domain() local
137 mask = _nl_explode_name (locale, &language, &modifier, &territory, in _nl_find_domain()
144 strlen (dirname) + 1, mask, language, territory, in _nl_find_domain()
/external/chromium/base/
Dfile_version_info.cc16 FileVersionInfo::FileVersionInfo(void* data, int language, int code_page) in FileVersionInfo() argument
17 : language_(language), code_page_(code_page) { in FileVersionInfo()
29 WORD language; member
66 return new FileVersionInfo(data, translate->language, in CreateFileVersionInfo()
165 WORD language = lang_codepage[i++]; in GetValue() local
168 L"\\StringFileInfo\\%04x%04x\\%ls", language, code_page, name); in GetValue()
/external/chromium/third_party/icu/source/test/letest/
Dcfonts.cpp34 …String(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) in le_getNameString() argument
38 return pfi->getNameString(nameID, platform, encoding, language); in le_getNameString()
41 …String(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) in le_getUnicodeNameString() argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language); in le_getUnicodeNameString()
/external/icu4c/test/letest/
Dcfonts.cpp34 …String(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) in le_getNameString() argument
38 return pfi->getNameString(nameID, platform, encoding, language); in le_getNameString()
41 …String(le_font *font, le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) in le_getUnicodeNameString() argument
45 return pfi->getUnicodeNameString(nameID, platform, encoding, language); in le_getUnicodeNameString()
/external/icu4c/tools/genrb/
Dwrtxml.cpp219 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U…
672 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml() argument
692 res_write_xml(current, subId, language, FALSE, status); in array_write_xml()
908 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErr… in table_write_xml() argument
930 res_write_xml(current, sid, language, FALSE, status); in table_write_xml()
950 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErro… in res_write_xml() argument
959 string_write_xml (res, id, language, status); in res_write_xml()
963 alias_write_xml (res, id, language, status); in res_write_xml()
967 intvector_write_xml (res, id, language, status); in res_write_xml()
971 bin_write_xml (res, id, language, status); in res_write_xml()
[all …]
/external/chromium/third_party/icu/source/tools/genrb/
Dwrtxml.cpp219 void res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, U…
671 array_write_xml(struct SResource *res, const char* id, const char* language, UErrorCode *status) { in array_write_xml() argument
691 res_write_xml(current, subId, language, FALSE, status); in array_write_xml()
907 table_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErr… in table_write_xml() argument
929 res_write_xml(current, sid, language, FALSE, status); in table_write_xml()
949 res_write_xml(struct SResource *res, const char* id, const char* language, UBool isTopLevel, UErro… in res_write_xml() argument
958 string_write_xml (res, id, language, status); in res_write_xml()
962 alias_write_xml (res, id, language, status); in res_write_xml()
966 intvector_write_xml (res, id, language, status); in res_write_xml()
970 bin_write_xml (res, id, language, status); in res_write_xml()
[all …]
/external/webkit/WebCore/svg/
DSVGFont.cpp156 …sCompatibleGlyph(const SVGGlyphIdentifier& identifier, bool isVerticalText, const String& language, in isCompatibleGlyph() argument
180 if (language.isEmpty()) in isCompatibleGlyph()
186 int subCodeSeparator = language.find('-'); in isCompatibleGlyph()
188 languagePrefix = language.left(subCodeSeparator); in isCompatibleGlyph()
196 if (cur == language || cur == languagePrefix) { in isCompatibleGlyph()
241 void walk(const TextRun& run, bool isVerticalText, const String& language, int from, int to) in walk()
286 …if (identifier.isValid && isCompatibleGlyph(identifier, isVerticalText, language, chars, i, i + id… in walk()
404 String language; in floatWidthOfSubStringUsingSVGFont() local
412 language = element->getAttribute(XMLNames::langAttr); in floatWidthOfSubStringUsingSVGFont()
416 runWalker.walk(run, isVerticalText, language, 0, run.length()); in floatWidthOfSubStringUsingSVGFont()
[all …]
DSVGGlyphElement.cpp170 String language = getAttribute(SVGNames::langAttr); in buildGlyphIdentifier() local
171 if (!language.isEmpty()) in buildGlyphIdentifier()
172 identifier.languages = parseDelimitedString(language, ','); in buildGlyphIdentifier()
/external/qemu/
Dkeymaps.c63 const char *language, in parse_keyboard_layout() argument
71 filename = qemu_find_file(QEMU_FILE_TYPE_KEYMAP, language); in parse_keyboard_layout()
77 "Could not read keymap file: '%s'\n", language); in parse_keyboard_layout()
145 void *init_keyboard_layout(const name2keysym_t *table, const char *language) in init_keyboard_layout() argument
147 return parse_keyboard_layout(table, language, NULL); in init_keyboard_layout()
/external/srec/tools/cmd/
Dpht_to_long.pl36 my $language = lc($1);
38 $language =~ s/\-/\./g;
41 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
Dpht_to_short.pl39 my $language = lc($1);
41 $language =~ s/\-/\./g;
44 $phtfile = "$ENV{ESRSDK}/config/$language/models/generic.pht";
/external/webkit/WebCore/dom/
DScriptElement.cpp102 static bool isSupportedJavaScriptLanguage(const String& language) in isSupportedJavaScriptLanguage() argument
122 return languages.contains(language); in isSupportedJavaScriptLanguage()
236 String language = m_scriptElement->languageAttributeValue(); in shouldExecuteAsJavaScript() local
237 if (!language.isEmpty() && !isSupportedJavaScriptLanguage(language)) in shouldExecuteAsJavaScript()
/external/stlport/test/compiler/
DREADME3 This is tests to check whether compiler understand or not some language
4 construction. It is NOT tests for language support libraries, only tests for
8 workarounds, if compiler don't understand some (correct) language constructions.
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebsettings.cpp772 SpellLanguage* language = static_cast<SpellLanguage*>(data); in free_spell_checking_language() local
773 if (language->config) { in free_spell_checking_language()
774 if (language->speller) in free_spell_checking_language()
775 enchant_broker_free_dict(language->config, language->speller); in free_spell_checking_language()
777 enchant_broker_free(language->config); in free_spell_checking_language()
779 g_slice_free(SpellLanguage, language); in free_spell_checking_language()
918 const char* language = pango_language_to_string(gtk_get_default_language()); in webkit_web_settings_set_property() local
920 if (enchant_broker_dict_exists(broker, language)) { in webkit_web_settings_set_property()
923 lang->speller = enchant_broker_request_dict(lang->config, language); in webkit_web_settings_set_property()
/external/clearsilver/python/examples/trans/testroot/tmpl/
Dtest1.hdf2 hdfdata = This is hdf data, not language data
4 hdflang [Lang] = This is a language string and should be translated

12345678910>>...23