Home
last modified time | relevance | path

Searched full:language (Results 1 – 25 of 15480) sorted by relevance

12345678910>>...620

/third_party/tex-hyphen/data/language-codes/
Dlanguage-subtag-registry3 Type: language
8 Type: language
14 Type: language
19 Type: language
25 Type: language
31 Type: language
37 Type: language
42 Type: language
49 Type: language
55 Type: language
[all …]
Dbcp47.txt28 semantics of language tags for use in cases where it is desirable to
29 indicate the language used in an information object. It also
30 describes how to register values for use in language tags and the
65 2. The Language Tag ................................................4
67 2.2. Language Subtag Sources and Interpretation .................7
68 2.2.1. Primary Language Subtag .............................8
69 2.2.2. Extended Language Subtags ..........................10
78 3.1. Format of the IANA Language Subtag Registry ...............18
79 3.2. Language Subtag Reviewer ..................................24
86 4. Formation and Processing of Language Tags ......................38
[all …]
/third_party/cups-filters/filter/braille/filters/
Dliblouis1.defs.gen.in32 echo ' *Choice "Locale/Default for language" ""'
33 echo ' Choice "Locale-g0/Default for language grade 0" ""'
34 echo ' Choice "Locale-g1/Default for language grade 1" ""'
35 echo ' Choice "Locale-g2/Default for language grade 2" ""'
36 echo ' Choice "Locale-g3/Default for language grade 3" ""'
37 echo ' Choice "HyphLocale/Default hyphenation rules for language" ""'
46 LANGUAGE="$name"
54 LANGUAGE=$DISPLAY_NAME
57 "afr-za-g1") LANGUAGE=Afrikaans TYPE="grade 1" ;;
58 "ar-ar-g1") LANGUAGE=Arabic TYPE="grade 1" ;;
[all …]
/third_party/tex-hyphen/collaboration/repository/offo/info/
Dlanguages-info.xml4 <language>
9 </language>
10 <language>
15 </language>
16 <language>
21 </language>
22 <language>
27 </language>
28 <language>
33 </language>
[all …]
/third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/spec/tex/hyphen/
Dlanguage_spec.rb4 include Language::TeXLive
96 describe Language do describe
99 expect(Language.class_variable_get :@@eohmarker).to match /^\={42}$/
104 it "creates a new Language instance" do
105 expect(Language.new).to be_a Language
109 language = Language.new('ro')
110 expect(language.instance_variable_get :@bcp47).to eq 'ro'
114 # expect(Language).to receive(:languages).and_return({ 'pa' => nil })
115 # Language.new('pa')
121 Language.languages
[all …]
/third_party/tex-hyphen/
Dtex-hyphen.gni11 # See the License for the specific language governing permissions and
20 language = "hyph-as"
24 language = "hyph-be"
28 language = "hyph-bg"
32 language = "hyph-bn"
36 language = "hyph-cs"
40 language = "hyph-cy"
44 language = "hyph-da"
48 language = "hyph-de-1996"
52 language = "hyph-de-1901"
[all …]
/third_party/cups/cups/
DDependencies2 language.h pwg.h string-private.h ../config.h ../cups/versioning.h \
6 ipp-private.h ../cups/cups.h file.h ipp.h http.h array.h language.h \
7 pwg.h http-private.h ../cups/language.h ../cups/http.h \
8 language-private.h ../cups/transcode.h pwg-private.h thread-private.h \
12 ipp-private.h ../cups/cups.h file.h ipp.h http.h array.h language.h \
13 pwg.h http-private.h ../cups/language.h ../cups/http.h \
14 language-private.h ../cups/transcode.h pwg-private.h thread-private.h \
18 ipp-private.h ../cups/cups.h file.h ipp.h http.h array.h language.h \
19 pwg.h http-private.h ../cups/language.h ../cups/http.h \
20 language-private.h ../cups/transcode.h pwg-private.h thread-private.h \
[all …]
Dtestlang.c37 static int test_string(cups_lang_t *language, const char *msgid);
42 * 'main()' - Load the specified language and show the strings for yes and no.
53 const char *lang = NULL; /* Single language test? */ in main()
54 cups_lang_t *language = NULL; /* Message catalog */ in main() local
109 if (!language) in main()
110 language = cupsLangGet(lang); in main()
113 errors += test_string(language, argv[i]); in main()
122 * Test a single language... in main()
143 // No LOCALEDIR, just use the default language... in main()
226 language_id; /* Current language ID */ in test_apple()
[all …]
Dlanguage.c2 * I18N/language support for CUPS.
37 /* Language string cache */
112 const char * const language; /* Language ID */ member
117 { /* Language to locale ID LUT */
159 * '_cupsAppleLanguage()' - Get the Apple language identifier associated with a
163 const char * /* O - Language ID */
165 char *language,/* I - Language ID buffer */ in _cupsAppleLanguage() argument
166 size_t langsize) /* I - Size of language ID buffer */ in _cupsAppleLanguage()
170 langid; /* CF language identifier */ in _cupsAppleLanguage()
185 strlcpy(language, "en", langsize); in _cupsAppleLanguage()
[all …]
/third_party/cups/test/
D4.2-cups-printer-ops.test22 ATTR language attributes-natural-language en
32 EXPECT attributes-natural-language
45 ATTR language attributes-natural-language en
53 EXPECT attributes-natural-language
66 ATTR language attributes-natural-language en
74 EXPECT attributes-natural-language
87 ATTR language attributes-natural-language en
95 EXPECT attributes-natural-language
108 ATTR language attributes-natural-language en
121 EXPECT attributes-natural-language
[all …]
D4.1-requests.test5 # attributes-natural-language
27 EXPECT attributes-natural-language
45 EXPECT attributes-natural-language
49 NAME "Language Attribute"
56 ATTR language attributes-natural-language en
63 EXPECT attributes-natural-language
67 NAME "Language + Charset Attributes"
74 ATTR language attributes-natural-language en
82 EXPECT attributes-natural-language
86 NAME "Charset + Language Attributes"
[all …]
D4.3-job-ops.test22 ATTR language attributes-natural-language en
43 ATTR language attributes-natural-language en
54 EXPECT attributes-natural-language
68 ATTR language attributes-natural-language en
77 EXPECT attributes-natural-language
93 ATTR language attributes-natural-language en
107 EXPECT attributes-natural-language
122 ATTR language attributes-natural-language en
131 EXPECT attributes-natural-language
147 ATTR language attributes-natural-language en
[all …]
/third_party/tex-hyphen/collaboration/source/conversion-to-xml/org/tug/texhyphen/
Dlanguages.xml7 …<language fop-code="ar" code="ar" name="arabic" use-new-loader="false" use-old-patterns="false" en…
11 </language>
14 …<language fop-code="fa" code="fa" name="farsi" use-new-loader="false" use-old-patterns="false" enc…
19 </language>
24 …<language fop-code="grc_X_ibycus" code="grc-x-ibycus" name="ibycus" use-new-loader="false" use-old…
29 </language>
35 …<language fop-code="el_Polyton" code="el-polyton" name="greek" use-new-loader="true" use-old-patte…
47 </language>
49 …<language fop-code="el" code="el-monoton" name="monogreek" use-new-loader="true" use-old-patterns=…
57 </language>
[all …]
/third_party/spirv-headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
75 Language = spv::ELangAll; in ProcessArguments()
82 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
84 if (language == "c") { in ProcessArguments()
85 Language = spv::ELangC; in ProcessArguments()
86 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
87 Language = spv::ELangCPP; in ProcessArguments()
88 } else if (language == "c++11") { in ProcessArguments()
89 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
74 Language = spv::ELangAll; in ProcessArguments()
81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
83 if (language == "c") { in ProcessArguments()
84 Language = spv::ELangC; in ProcessArguments()
85 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
86 Language = spv::ELangCPP; in ProcessArguments()
87 } else if (language == "c++11") { in ProcessArguments()
88 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
Dmain.cpp40 spv::TLanguage Language; variable
46 " -h <language> print header for given language to stdout, from one of:\n" in Usage()
74 Language = spv::ELangAll; in ProcessArguments()
81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local
83 if (language == "c") { in ProcessArguments()
84 Language = spv::ELangC; in ProcessArguments()
85 } else if (language == "c++" || language == "c++03") { in ProcessArguments()
86 Language = spv::ELangCPP; in ProcessArguments()
87 } else if (language == "c++11") { in ProcessArguments()
88 Language = spv::ELangCPP11; in ProcessArguments()
[all …]
/third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/
Dgenerate-ptex-patterns.rb24 %% language: %s (%s)
34 Language.all.sort.each do |language|
35 if language.use_old_patterns_comment || !language.encoding || language.encoding == 'ascii'
36 if language.use_old_patterns_comment
39 reason = sprintf 'encoding: %s', language.encoding.inspect
41 print '(', language.bcp47, ' # ', reason, ') '
45 encoding = encodings[language.encoding]
48 bcp47 = language.bcp47
51 …File.open(File.join(PATH::PTEX, sprintf('hyph-%s.%s.tex', bcp47, language.encoding)), 'w') do |fil…
52 patterns = language.patterns
[all …]
Dgenerate-tl-files.rb31 package.languages.each do |language|
32 …file_tlpsrc.printf "execute AddHyphen \\\n\tname=%s%s \\\n", language.babelname, language.list_sy…
33 file_tlpsrc.printf "\t%s \\\n\t%s", language.list_hyphenmins, language.list_loader
34 if language.patterns_line + language.exceptions_line != ""
35 file_tlpsrc.printf " \\\n\t%s \\\n\t%s", language.patterns_line, language.exceptions_line
37 if language.bcp47 == "mn-cyrl-x-lmc" then
62 # language.dat and friends #
64 ldatfile = File.join PATH::LANGUAGE_DAT, 'language.dat'
66 puts 'Generating language.dat'
68 package.languages.each do |language|
[all …]
/third_party/grpc/tools/run_tests/generated/
Dtests.json17 "language": "c", string
40 "language": "c", string
63 "language": "c", string
86 "language": "c", string
109 "language": "c++", string
131 "language": "c++", string
154 "language": "c++", string
177 "language": "c++", string
200 "language": "c++", string
224 "language": "c++", string
[all …]
/third_party/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
DIANA-LANGUAGE-MIB2 IANA-LANGUAGE-MIB DEFINITIONS ::= BEGIN
23 language registration MUST describe the format used
24 when transferring scripts written in this language.
36 normative with regard to the language version. Other
38 versions of this language. The references are only
68 "The Tool Command Language (Tcl). A script written in the
69 Tcl language is transferred in Tcl source code format."
78 "The Perl language. A script written in the Perl language
88 "The Scheme language. A script written in the Scheme
89 language is transferred in Scheme source code format."
[all …]
/third_party/grpc/test/core/util/
DBUILD12 # See the License for the specific language governing permissions and
41 language = "C++",
59 language = "C++",
87 language = "C++",
104 language = "C++",
117 language = "C++",
131 language = "C++",
143 language = "C++",
155 language = "C++",
167 language = "C++",
[all …]
/third_party/flatbuffers/docs/source/
DTutorial.md21 Please select your desired language for our quest:
24 <input type="radio" name="language" value="cpp" checked="checked">C++</input>
25 <input type="radio" name="language" value="java">Java</input>
26 <input type="radio" name="language" value="kotlin">Kotlin</input>
27 <input type="radio" name="language" value="csharp">C#</input>
28 <input type="radio" name="language" value="go">Go</input>
29 <input type="radio" name="language" value="python">Python</input>
30 <input type="radio" name="language" value="javascript">JavaScript</input>
31 <input type="radio" name="language" value="typescript">TypeScript</input>
32 <input type="radio" name="language" value="php">PHP</input>
[all …]
/third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/texlive/
Dpackage.rb14 def add_language(language) argument
15 @languages << language
24 # a hash with the names of TeX Live packages, either individual language names,
26 @@packages ||= Language.all.inject(Hash.new) do |packages, language|
27 … if name = language.package || language.babelname # Package name, otherwise single language
29 packages[name].add_language language
100 files = languages.inject(files) do |files, language|
101 files + language.list_run_files
105 languages.each do |language|
106 …if language.use_old_patterns_comment and language.legacy_patterns != "zerohyph.tex" and language.b…
[all …]
/third_party/openGLES/docs/
DGLSLExtensionRules.txt1 OpenGL(R) Shading Language Extension Conventions
21 The ARB OpenGL Shading Language working group has defined the following
23 Shading Language syntax or semantics.
29 We expect the Shading Language to continue to evolve through the
31 revisions to the core language specification itself. As a result,
34 language.
47 The fact that the Shading Language is modeled after C/C++ means
48 that we have some additional requirements for what the language
53 Shading Language.
62 shading language extensions do not conflict in syntax or
[all …]
/third_party/skia/third_party/externals/opengl-registry/docs/
DGLSLExtensionRules.txt1 OpenGL(R) Shading Language Extension Conventions
21 The ARB OpenGL Shading Language working group has defined the following
23 Shading Language syntax or semantics.
29 We expect the Shading Language to continue to evolve through the
31 revisions to the core language specification itself. As a result,
34 language.
47 The fact that the Shading Language is modeled after C/C++ means
48 that we have some additional requirements for what the language
53 Shading Language.
62 shading language extensions do not conflict in syntax or
[all …]

12345678910>>...620