- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 17 for eran (0.03 sec)
-
guava-tests/test/com/google/common/util/concurrent/WrappingExecutorServiceTest.java
/** * Test for {@link WrappingExecutorService} * * @author Chris Nokleberg */ @NullUnmarked public class WrappingExecutorServiceTest extends TestCase { private static final String RESULT_VALUE = "ran"; // Uninteresting delegations public void testDelegations() throws InterruptedException { MockExecutor mock = new MockExecutor(); TestExecutor testExecutor = new TestExecutor(mock);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 9.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/TaskRunner.kt
currentThread.name = task.name val delayNanos = logger.logElapsed(task, task.queue!!) { task.runOnce() } // A task ran successfully. Update the execution state and take the next task. task = withLock { afterRun(task, delayNanos, true) awaitTaskToRun() } ?: return }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:30:11 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} jest nieprawidłowym numerem karty kredytowej. constraints.EAN.message = {item} jest nieprawidłowym kodem kreskowym {type}. constraints.Email.message = {item} nie jest prawidłowym adresem e-mail. constraints.Length.message = Długość {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) -
android/guava/src/com/google/common/util/concurrent/SequentialExecutor.java
return; } else { // Increment the run counter to avoid the ABA problem of a submitter marking the // thread as QUEUED after it already ran and exhausted the queue before returning // from execute(). workerRunCount++; workerRunningState = RUNNING; hasSetRunning = true; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 10.6K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} não é um número de cartão de crédito válido. constraints.EAN.message = {item} não é um código de barras {type} válido. constraints.Email.message = {item} não é um endereço de e-mail válido. constraints.Length.message = O comprimento de {item} deve estar entre {min} e {max}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} ist eine ungültige Kreditkartennummer. constraints.EAN.message = {item} ist ein ungültiger {type}-Barcode. constraints.Email.message = {item} ist keine gültige E-Mail-Adresse. constraints.Length.message = Die Länge von {item} muss zwischen {min} und {max} liegen.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/resources/fess_message_zh_TW.properties
constraints.Size.message = {item} 的大小必須在 {min} 到 {max} 個字元之間。 # ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} 不是有效的信用卡號。 constraints.EAN.message = {item} 不是有效的 {type} 條碼。 constraints.Email.message = {item} 不是有效的電子郵件地址。 constraints.Length.message = {item} 的長度必須在 {min} 到 {max} 之間。 constraints.LuhnCheck.message = {value} 的 Luhn Modulo 11 檢查碼不正確。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/resources/fess_message.properties
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} is an invalid credit card number. constraints.EAN.message = {item} is an invalid {type} barcode. constraints.Email.message = {item} is not a valid email address. constraints.Length.message = The length 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
# ---------------------------------------------------------- # Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} is an invalid credit card number. constraints.EAN.message = {item} is an invalid {type} barcode. constraints.Email.message = {item} is not a valid email address. constraints.Length.message = The length 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) -
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
options.webConfigIds = "web1"; options.dataConfigIds = "data1"; int result = crawler.doCrawl(options); assertEquals(Constants.EXIT_OK, result); // Verify both crawlers ran assertEquals(4, executionOrder.size()); assertTrue(executionOrder.contains("web-start")); assertTrue(executionOrder.contains("web-end")); assertTrue(executionOrder.contains("data-start"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 30.5K bytes - Viewed (0)