- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 19 for godine (0.05 sec)
-
src/main/resources/fess_label_pl.properties
labels.searchlog_log_type_search_count_hour=Liczba wyszukiwań/godzinę labels.searchlog_log_type_search_count_day=Liczba wyszukiwań/dzień labels.searchlog_log_type_search_user_hour=Liczba użytkowników/godzinę labels.searchlog_log_type_search_user_day=Liczba użytkowników/dzień labels.searchlog_log_type_search_reqtimeavg_hour=Średni czas żądania/godzinę labels.searchlog_log_type_search_reqtimeavg_day=Średni czas żądania/dzień
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
android/guava-tests/benchmark/com/google/common/math/ApacheBenchmark.java
public class ApacheBenchmark { private enum Impl { GUAVA { @Override public double factorialDouble(int n) { return DoubleMath.factorial(n); } @Override public int gcdInt(int a, int b) { return IntMath.gcd(a, b); } @Override public long gcdLong(long a, long b) { return LongMath.gcd(a, b); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 6.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
result = KuromojiCSVUtil.parse(value); assertEquals(4, result.length); assertEquals("John Doe", result[0]); assertEquals("Software Engineer", result[1]); assertEquals("******@****.***", result[2]); assertEquals("\"Loves \"\"coding\"\" and coffee\"", result[3]);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 18.7K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
# Hibernate Validator # ------------------- constraints.CreditCardNumber.message = {item} non è un numero di carta di credito valido. constraints.EAN.message = {item} non è un codice a barre {type} valido. constraints.Email.message = {item} non è un indirizzo email valido. constraints.Length.message = La lunghezza di {item} deve essere compresa tra {min} e {max}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
README.md
### Development Workflow 1. **Fork** the repository on GitHub 2. **Create** your feature branch: `git checkout -b feature/amazing-feature` 3. **Follow** the coding standards: `mvn formatter:format` 4. **Add** comprehensive tests for new functionality 5. **Commit** your changes: `git commit -m 'Add amazing feature'` 6. **Push** to the branch: `git push origin feature/amazing-feature`
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/Graphs.java
* is always detected before reusing an edge, so no special logic is required. In the undirected * case, we must take care not to "backtrack" over an edge (i.e. going from A to B and then going * from B to A). */ private static boolean canTraverseWithoutReusingEdge( Graph<?> graph, Object nextNode, @Nullable Object previousNode) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 01 00:26:14 UTC 2025 - 22.7K bytes - Viewed (0) -
guava/src/com/google/common/graph/Graphs.java
* is always detected before reusing an edge, so no special logic is required. In the undirected * case, we must take care not to "backtrack" over an edge (i.e. going from A to B and then going * from B to A). */ private static boolean canTraverseWithoutReusingEdge( Graph<?> graph, Object nextNode, @Nullable Object previousNode) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Aug 01 00:26:14 UTC 2025 - 23.3K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/DuplexTest.kt
assumeNotWindows() enableProtocol(Protocol.HTTP_2) val body = MockSocketHandler() .exhaustResponse() .receiveRequest("hey\n") .receiveRequest("whats going on\n") .exhaustRequest() server.enqueue( MockResponse .Builder() .clearHeaders() .addHeader("h1", "v1") .addHeader("h2", "v2") .socketHandler(body)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 12:28:21 UTC 2025 - 24.8K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.password=Password labels.paths=Percorsi labels.port=Porta labels.regex=Espressione regolare labels.regularName=Nome regolare labels.replacement=Sostituzione labels.sessionId=ID sessione labels.sortOrder=Ordine di ordinamento labels.updatedBy=Aggiornato da labels.updatedTime=Ora di aggiornamento labels.urls=URL labels.userAgent=User-Agent labels.username=Nome utente labels.value=Valore labels.versionNo=Numero di versione
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java
*/ private static TestCase generateGuardWithWrongMonitorTestCase( Method method, boolean fair1, boolean fair2) { boolean timed = isTimed(method); // Not going to bother with all timeouts, just 0ms. return new TestCase(method.getName() + (timed ? "(0ms)" : "()") + "/WrongMonitor->IMSE") { @Override protected void runTest() throws Throwable {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 27K bytes - Viewed (0)