- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 44 for paste (0.14 sec)
-
guava-testlib/test/com/google/common/collect/testing/features/FeatureEnumTest.java
import java.lang.annotation.RetentionPolicy; import java.lang.reflect.Method; import java.util.Locale; import junit.framework.TestCase; /** * Since annotations have some reusability issues that force copy and paste all over the place, it's * worth having a test to ensure that all our Feature enums have their annotations correctly set up. * * @author George van den Driessche */ public class FeatureEnumTest extends TestCase {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 20:34:52 UTC 2025 - 4.3K bytes - Viewed (0) -
android/guava-testlib/test/com/google/common/collect/testing/features/FeatureEnumTest.java
import java.lang.annotation.RetentionPolicy; import java.lang.reflect.Method; import java.util.Locale; import junit.framework.TestCase; /** * Since annotations have some reusability issues that force copy and paste all over the place, it's * worth having a test to ensure that all our Feature enums have their annotations correctly set up. * * @author George van den Driessche */ public class FeatureEnumTest extends TestCase {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 20:34:52 UTC 2025 - 4.3K bytes - Viewed (0) -
mockwebserver/README.md
then verify that requests were made as expected. Because it exercises your full HTTP stack, you can be confident that you're testing everything. You can even copy & paste HTTP responses from your real web server to create representative test cases. Or test that your code survives in awkward-to-reproduce situations like 500 errors or slow-loading responses. ### Example
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 19 13:40:52 UTC 2025 - 8.1K bytes - Viewed (0) -
docs/recipes.md
--- # Recipes We've written some recipes that demonstrate how to solve common problems with OkHttp. Read through them to learn about how everything works together. Cut-and-paste these examples freely; that's what they're for. ### Synchronous Get ([.kt][SynchronousGetKotlin], [.java][SynchronousGetJava]) Download a file, print its headers, and print its response body as a string.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
src/main/resources/fess_message_fr.properties
errors.invalid_kuromoji_segmentation=Le nombre de segmentations pour {0} et {1} est différent. errors.invalid_str_is_included = {1} n'est pas valide pour {0}. errors.blank_password = Le mot de passe est requis. errors.invalid_confirm_password = Ne correspond pas à un mot de passe de confirmation. errors.cannot_delete_doc_because_of_running = Un robot d'exploration est en cours d'exécution. Vous ne pouvez pas supprimer de documents.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 13.1K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
constraints.ModCheck.message = Suma kontrolna {modType} dla {value} jest nieprawidłowa. constraints.NotBlank.message = {item} nie może być puste. constraints.NotEmpty.message = {item} nie może być puste. constraints.ParametersScriptAssert.message = Wyrażenie skryptowe "{script}" nie jest prawdziwe. constraints.Range.message = {item} musi być w zakresie od {min} do {max}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.suggestWord=Suggérer un mot labels.targetLabel=Étiquette labels.term=Terme labels.fields=Champs labels.ex_q=Requête étendue labels.oldPassword=Mot de passe actuel labels.newPassword=Nouveau mot de passe labels.confirmNewPassword=Nouveau mot de passe (confirmer) labels.menu_system=Système labels.menu_wizard=Assistant labels.menu_crawl_config=Général labels.menu_scheduler_config=Planificateur
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMapValues.java
* flavors can read old data or data from the other flavor. However, we strongly discourage * relying on this, as we have made incompatible changes to serialized forms in the past and * expect to do so again, as discussed in https://github.com/google/guava#important-warnings. */ @SuppressWarnings("unused") private static final class SerializedForm<V> implements Serializable {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/resources/fess_message.properties
constraints.Min.message = {item} must be greater than or equal to {value}. constraints.NotNull.message = {item} is required. constraints.Null.message = {item} must be null. constraints.Past.message = {item} must be a past value. constraints.Pattern.message = {item} does not match "{regexp}". constraints.Size.message = The size of {item} must be between {min} and {max}. # ----------------------------------------------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
constraints.Min.message = {item} must be greater than or equal to {value}. constraints.NotNull.message = {item} is required. constraints.Null.message = {item} must be null. constraints.Past.message = {item} must be a past value. constraints.Pattern.message = {item} does not match "{regexp}". constraints.Size.message = The size of {item} must be between {min} and {max}. # ----------------------------------------------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0)