- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 27 for germany (0.24 sec)
-
guava/src/com/google/common/graph/ImmutableGraph.java
* <pre>{@code * static final ImmutableGraph<Country> COUNTRY_ADJACENCY_GRAPH = * GraphBuilder.undirected() * .<Country>immutable() * .putEdge(FRANCE, GERMANY) * .putEdge(FRANCE, BELGIUM) * .putEdge(GERMANY, BELGIUM) * .addNode(ICELAND) * .build(); * }</pre> * * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build
Java - Registered: 2023-10-20 12:43 - Last Modified: 2022-02-01 16:30 - 7.1K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ImmutableGraph.java
* <pre>{@code * static final ImmutableGraph<Country> COUNTRY_ADJACENCY_GRAPH = * GraphBuilder.undirected() * .<Country>immutable() * .putEdge(FRANCE, GERMANY) * .putEdge(FRANCE, BELGIUM) * .putEdge(GERMANY, BELGIUM) * .addNode(ICELAND) * .build(); * }</pre> * * <p>Builder instances can be reused; it is safe to call {@link #build} multiple times to build
Java - Registered: 2023-12-01 12:43 - Last Modified: 2022-02-01 16:30 - 7.1K bytes - Viewed (0) -
src/test/java/org/codelibs/core/convert/NumberConversionUtilTest.java
} /** * @throws Exception */ public void testFindIntegerDelimeter2() throws Exception { final String delim = NumberConversionUtil.findGroupingSeparator(Locale.GERMANY); assertEquals(".", delim); } /** * @throws Exception */ public void testFindIntegerDelimeter3() throws Exception {
Java - Registered: 2023-12-01 20:58 - Last Modified: 2022-01-19 23:41 - 3.1K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/form-validator/location.js
republic","ecuador","egypt","el salvador","equatorial guinea","eritrea","estonia","ethiopia","falkland islands","faroe islands","fiji","finland","france","french guiana","french polynesia","french southern territories","gabon","gambia","georgia","germany","ghana","gibraltar","greece","greenland","grenada","guadeloupe","guam","guatemala","guernsey","guinea","guinea-bissau","guyana","haiti","heard island and mcdonald islands","honduras","hong kong","hungary","iceland","india","indonesia","iran","iraq","ireland","isle...
JavaScript - Registered: 2023-12-04 08:04 - Last Modified: 2018-01-01 05:12 - 5.2K bytes - Viewed (0) -
src/test/java/org/codelibs/core/text/DecimalFormatSymbolsUtilTest.java
/** * @throws Exception */ public void testGetDecimalFormatSymbols() throws Exception { final DecimalFormatSymbols symbols = DecimalFormatSymbolsUtil.getDecimalFormatSymbols(Locale.GERMAN); System.out.println("DecimalSeparator:" + symbols.getDecimalSeparator()); System.out.println("GroupingSeparator:" + symbols.getGroupingSeparator()); }
Java - Registered: 2023-12-01 20:58 - Last Modified: 2022-01-19 23:41 - 1.2K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
"galician_stemmer" ] }, "german_analyzer": { "type": "custom", "tokenizer": "standard", "filter": [ "truncate20_filter", "lowercase", "german_stop", "german_normalization", "german_override", "german_stemmer" ] }, "greek_analyzer": {
Json - Registered: 2023-12-04 08:04 - Last Modified: 2022-08-11 01:26 - 39.9K bytes - Viewed (0) -
src/main/resources/fess_indices/fess/de/stopwords.txt
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt aber alle allem allen aller alles als also am an ander andere anderem anderen anderer anderes anderm andern anderr anders auch auf aus bei bin bis bist da damit dann der den des dem die das daß derselbe
Plain Text - Registered: 2023-12-04 08:04 - Last Modified: 2023-11-27 12:59 - 1.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/text/DecimalFormatUtilTest.java
assertEquals("2", "1000", DecimalFormatUtil.normalize("1,000", Locale.JAPAN)); assertEquals("3", "1000.00", DecimalFormatUtil.normalize("1.000,00", Locale.GERMAN)); }
Java - Registered: 2023-12-01 20:58 - Last Modified: 2022-01-19 23:41 - 1.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/BenchmarkHelpers.java
HEX_22( CharMatcher.inRange('0', '9') .or(CharMatcher.inRange('A', 'F')) .or(CharMatcher.inRange('a', 'f')), "0123456789ABCDEFabcdef"), GERMAN_59( CharMatcher.inRange('a', 'z') .or(CharMatcher.inRange('A', 'Z')) .or(CharMatcher.anyOf("äöüßÄÖÜ")), "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZäöüßÄÖÜ");
Java - Registered: 2023-12-01 12:43 - Last Modified: 2017-12-04 17:37 - 3K bytes - Viewed (0) -
gradle/verification-keyring.keys
AhsMAAoJEIDAixwpEAlV3nwAnRgDzG/RTk52by7bUG/LGMZLe0FkAKCAXo/oqOFQ +kgBhNLq/dO3OGQl2g== =DXa/ -----END PGP PUBLIC KEY BLOCK----- pub CF9F3090CE4CB752 uid abego Software GmbH, Germany (Key for Maven) <******@****.***> sub CFA67E8582F7E9FB sub D02A13F078CB2E94 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: BCPG v1.68
Plain Text - Registered: 2023-09-27 11:36 - Last Modified: 2023-09-14 23:27 - 490.9K bytes - Viewed (0)