Home
last modified time | relevance | path

Searched refs:test_translate (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/textproc/libtranslate/libtranslate-0.99/src/
H A Dtest-translate.sh39 test_translate () { function
48 test_translate babelfish fr it "Cet été sera chaud." "Quest'estate sarà calda."
49 test_translate systran fr it "Cet été sera chaud." "Quest'estate sarà calda."
50 test_translate google fr de "Cet été sera chaud." "Dieser Sommer wird heiß sein."
51 test_translate freetranslation fr en "Cet été sera chaud." "This summer will be hot. "
52 test_translate freetranslation en fr "This summer will be hot." "Cet été aura chaud. "
53 test_translate worldlingo fr it "Cet été sera chaud." "Quest'estate sarà calda."
54 test_translate 1800translate fr it "Cet été sera chaud." "Questa estate sarà calda."
55 test_translate tsunami fr it "Cet été sera chaud." "Quest'estate sarà calda."
56 test_translate kataku en id "This été will be hot." "Ini été akan panas."
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dcreate_genericudf.q2 CREATE TEMPORARY FUNCTION test_translate AS 'org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestTr…
4 CREATE TEMPORARY FUNCTION test_translate AS 'org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestTr…
11 test_translate('abc', 'a', 'b'),
12 test_translate('abc', 'ab', 'bc'),
13 test_translate(NULL, 'a', 'b'),
14 test_translate('a', NULL, 'b'),
15 test_translate('a', 'a', NULL),
16 test_translate('abc', 'ab', 'b'),
17 test_translate('abc', 'a', 'ab');
21 DROP TEMPORARY FUNCTION test_translate;
H A Ddrop_udf.q1 CREATE TEMPORARY FUNCTION test_translate AS 'org.apache.hadoop.hive.ql.udf.generic.GenericUDFTestTr…
4 DROP TEMPORARY FUNCTION test_translate;
6 DROP TEMPORARY FUNCTION test_translate;
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Denc.test84 set utf16le_sqlite3 [test_translate $str UTF8 UTF16LE]
94 set utf16be_sqlite3 [test_translate $str UTF8 UTF16BE]
109 set utf8_sqlite3 [test_translate $utf16 UTF16 UTF8]
114 set utf8_sqlite3 [test_translate $utf16le_bom UTF16 UTF8 1]
119 set utf8_sqlite3 [test_translate $utf16be_bom UTF16 UTF8]
123 set utf16_sqlite3 [test_translate $utf16le_bom UTF16LE UTF16LE]
127 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16BE]
131 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16LE]
135 set utf16_sqlite3 [test_translate $utf16le_bom UTF16 UTF16BE]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Denc.test84 set utf16le_sqlite3 [test_translate $str UTF8 UTF16LE]
94 set utf16be_sqlite3 [test_translate $str UTF8 UTF16BE]
109 set utf8_sqlite3 [test_translate $utf16 UTF16 UTF8]
114 set utf8_sqlite3 [test_translate $utf16le_bom UTF16 UTF8 1]
119 set utf8_sqlite3 [test_translate $utf16be_bom UTF16 UTF8]
123 set utf16_sqlite3 [test_translate $utf16le_bom UTF16LE UTF16LE]
127 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16BE]
131 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16LE]
135 set utf16_sqlite3 [test_translate $utf16le_bom UTF16 UTF16BE]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Denc.test84 set utf16le_sqlite3 [test_translate $str UTF8 UTF16LE]
94 set utf16be_sqlite3 [test_translate $str UTF8 UTF16BE]
109 set utf8_sqlite3 [test_translate $utf16 UTF16 UTF8]
114 set utf8_sqlite3 [test_translate $utf16le_bom UTF16 UTF8 1]
119 set utf8_sqlite3 [test_translate $utf16be_bom UTF16 UTF8]
123 set utf16_sqlite3 [test_translate $utf16le_bom UTF16LE UTF16LE]
127 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16BE]
131 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16LE]
135 set utf16_sqlite3 [test_translate $utf16le_bom UTF16 UTF16BE]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Denc.test84 set utf16le_sqlite3 [test_translate $str UTF8 UTF16LE]
94 set utf16be_sqlite3 [test_translate $str UTF8 UTF16BE]
109 set utf8_sqlite3 [test_translate $utf16 UTF16 UTF8]
114 set utf8_sqlite3 [test_translate $utf16le_bom UTF16 UTF8 1]
119 set utf8_sqlite3 [test_translate $utf16be_bom UTF16 UTF8]
123 set utf16_sqlite3 [test_translate $utf16le_bom UTF16LE UTF16LE]
127 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16BE]
131 set utf16_sqlite3 [test_translate $utf16be_bom UTF16 UTF16LE]
135 set utf16_sqlite3 [test_translate $utf16le_bom UTF16 UTF16BE]
/dports/databases/py-pylibmc/pylibmc-1.6.0/tests/
H A Dtest_translate.py5 def test_translate(): function
9 def test_translate(): function
/dports/devel/cutter/cutter-1.2.6/test/fixtures/loader/iterator/
H A Dsuccess-iterated-test.c8 void test_translate (const void *data);
61 test_translate(const void *data) in test_translate() function
/dports/math/glm/glm-0.9.9.8/test/gtc/
H A Dgtc_matrix_transform.cpp34 int test_translate() in test_translate() function
49 Error += test_translate(); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_matrix_transform.cpp33 int test_translate() in test_translate() function
48 Error += test_translate(); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/gtc/
H A Dgtc_matrix_transform.cpp33 int test_translate() in test_translate() function
48 Error += test_translate(); in main()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/gtc/
H A Dgtc_matrix_transform.cpp34 int test_translate() in test_translate() function
49 Error += test_translate(); in main()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/gtc/
H A Dgtc_matrix_transform.cpp33 int test_translate() in test_translate() function
48 Error += test_translate(); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/locale/test/
H A Dtest_message.cpp295 void test_translate(std::string original,std::string expected,std::locale const &l,std::string doma… in test_translate() function
371 test_translate("hello","שלום",l,"default"); in main()
372 test_translate("hello","היי",l,"simple"); in main()
373 test_translate("hello","hello",l,"undefined"); in main()
374 test_translate("untranslated","untranslated",l,"default"); in main()
376 test_translate("#untranslated","#untranslated",l,"default"); in main()
377 test_translate("##untranslated","##untranslated",l,"default"); in main()
379 test_translate("#hello","#שלום",l,"default"); in main()
413 test_translate("test","he_IL",g("he_IL.UTF-8"),"full"); in main()
414 test_translate("test","he",g("he_IL.UTF-8"),"fall"); in main()
/dports/math/glm/glm-0.9.9.8/test/ext/
H A Dext_matrix_transform.cpp8 static int test_translate() in test_translate() function
56 Error += test_translate(); in main()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/ext/
H A Dext_matrix_transform.cpp8 static int test_translate() in test_translate() function
56 Error += test_translate(); in main()

1234567