- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 3,104 for guyana (0.19 sec)
-
src/main/webapp/js/admin/plugins/form-validator/location.js
gypt","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 of...
JavaScript - Registered: 2023-12-04 08:04 - Last Modified: 2018-01-01 05:12 - 5.2K bytes - Viewed (0) -
lib/time/zoneinfo.zip
America/Eirunepe America/El_Salvador America/Ensenada America/Fort_Nelson America/Fort_Wayne America/Fortaleza America/Glace_Bay America/Godthab America/Goose_Bay America/Grand_Turk America/Grenada America/Guadeloupe America/Guatemala America/Guayaquil America/Guyana America/Halifax America/Havana America/Hermosillo America/Indiana/Indianapolis America/Indiana/Knox America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Tell_City America/Indiana/Vevay America/Indiana/Vincennes America/Indiana/Winamac...
ZIP Archive - Registered: 2023-11-28 11:13 - Last Modified: 2023-05-03 20:14 - 390.9K bytes - Viewed (1) -
guava-bom/pom.xml
<groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-gwt</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId>
XML - Registered: 2023-12-01 12:43 - Last Modified: 2020-12-10 15:48 - 1.7K bytes - Viewed (0) -
futures/listenablefuture9999/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>com.google.guava</groupId> <artifactId>guava-parent</artifactId> <version>26.0-android</version> </parent> <artifactId>listenablefuture</artifactId> <version>9999.0-empty-to-avoid-conflict-with-guava</version> <name>Guava ListenableFuture only</name> <description> An empty artifact that Guava depends on to signal that it is providing
XML - Registered: 2023-12-01 12:43 - Last Modified: 2018-09-12 21:42 - 2.2K bytes - Viewed (0) -
android/guava-testlib/pom.xml
<parent> <groupId>com.google.guava</groupId> <artifactId>guava-parent</artifactId> <version>HEAD-android-SNAPSHOT</version> </parent> <artifactId>guava-testlib</artifactId> <name>Guava Testing Library</name> <description> Guava testlib is a set of java classes used for more convenient unit testing - particularly to assist the tests for Guava itself. </description> <dependencies>
XML - Registered: 2023-12-01 12:43 - Last Modified: 2023-07-31 18:55 - 3.1K bytes - Viewed (0) -
guava/module.json
"dependencies": [ { "group": "com.google.guava", "module": "failureaccess", "version": { "requires": "1.0.2" } }, { "group": "com.google.guava", "module": "listenablefuture", "version": { "requires": "9999.0-empty-to-avoid-conflict-with-guava" } }, {
Json - Registered: 2023-11-24 12:43 - Last Modified: 2023-10-17 18:11 - 7.9K bytes - Viewed (0) -
guava-tests/pom.xml
<parent> <groupId>com.google.guava</groupId> <artifactId>guava-parent</artifactId> <version>HEAD-jre-SNAPSHOT</version> </parent> <artifactId>guava-tests</artifactId> <name>Guava Unit Tests</name> <description> The unit tests for the Guava libraries - separated into a separate artifact to allow for the testlibs to depend on guava itself. </description> <dependencies>
XML - Registered: 2023-12-01 12:43 - Last Modified: 2023-08-07 19:01 - 4.1K bytes - Viewed (0) -
futures/failureaccess/src/com/google/common/util/concurrent/internal/InternalFutures.java
/** * Static utilities for {@link InternalFutureFailureAccess}. Most users will never need to use this * class. * * <p>This class is GWT-compatible. * * @since {@code com.google.guava:failureaccess:1.0}, which was added as a dependency of Guava in * Guava 27.0 */ public final class InternalFutures { /** * Usually returns {@code null} but, if the given {@code Future} has failed, may <i>optionally</i>
Java - Registered: 2023-12-01 12:43 - Last Modified: 2023-04-04 09:45 - 1.7K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Comparators.java
* * <p>The recommended solution for finding the {@code minimum} of some values depends on the type * of your data and the number of elements you have. Read more in the Guava User Guide article on * <a href="https://github.com/google/guava/wiki/CollectionUtilitiesExplained#comparators">{@code * Comparators}</a>. * * @param a first value to compare, returned if less than or equal to b.
Java - Registered: 2023-12-01 12:43 - Last Modified: 2021-12-20 15:13 - 7.5K bytes - Viewed (0) -
guava-testlib/README.md
# Guava Testlib: Google Testing Libraries for Java Guava testlib is a set of Java classes for more convenient unit testing. ## Adding Guava Testlib to your build Guava testlib's Maven group ID is `com.google.guava` and its artifact ID is `guava-testlib`. To add a dependency on Guava testlib using Maven, use the following: ```xml <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId>
Plain Text - Registered: 2023-12-01 12:43 - Last Modified: 2023-11-17 18:47 - 1.7K bytes - Viewed (0)