- Sort Score
- Result 10 results
- Languages All
Results 1211 - 1220 of 5,298 for recur2 (0.04 sec)
- 
				
				src/main/java/org/codelibs/fess/app/web/admin/dict/stopwords/AdminDictStopwordsAction.javareturn asHtml(path_AdminDictStopwords_AdminDictStopwordsJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Reset search criteria and return to default view. * * @param form the search form to reset * @return HTML response for the reset page */ @Execute Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.3K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/primitives/Shorts.java* * @param value a primitive {@code short} value * @return a hash code for the value */ @InlineMe(replacement = "Short.hashCode(value)") @InlineMeValidationDisabled( "The hash code of a short is the int version of the short itself, so it's simplest to return" + " that.") public static int hashCode(short value) { return value; } /**Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.8K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/primitives/Shorts.java* * @param value a primitive {@code short} value * @return a hash code for the value */ @InlineMe(replacement = "Short.hashCode(value)") @InlineMeValidationDisabled( "The hash code of a short is the int version of the short itself, so it's simplest to return" + " that.") public static int hashCode(short value) { return value; } /**Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.8K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/WebAuthenticationDbm.java} public ColumnInfo columnPassword() { return _columnPassword; } public ColumnInfo columnPort() { return _columnPort; } public ColumnInfo columnProtocolScheme() { return _columnProtocolScheme; } public ColumnInfo columnUpdatedBy() { return _columnUpdatedBy; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 13.1K bytes - Viewed (0)
- 
				
				docs/pt/docs/tutorial/handling-errors.mdPode ser que você precise comunicar ao cliente que: * O cliente não tem direitos para realizar aquela operação. * O cliente não tem acesso aquele recurso. * O item que o cliente está tentando acessar não existe. * etc. Nesses casos, você normalmente retornaria um **HTTP status code** próximo ao status code na faixa do status code **400** (do 400 ao 499). Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.9K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/CompactHashMap.javathis.values = new Object[expectedSize]; return expectedSize; } @SuppressWarnings("unchecked") @VisibleForTesting @Nullable Map<K, V> delegateOrNull() { if (table instanceof Map) { return (Map<K, V>) table; } return null; } Map<K, V> createHashFloodingResistantDelegate(int tableSize) { return new LinkedHashMap<>(tableSize, 1.0f); } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 39.6K bytes - Viewed (0)
- 
				
				compat/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.javareturn value == null || value.isBlank(); } @Override public String getClassifier() { return classifier; } @Override public boolean hasClassifier() { return classifier != null && !classifier.isEmpty(); } @Override public String getScope() { return scope; } @Override Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jul 23 17:27:08 UTC 2025 - 14.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/SmbBasicFileInfo.java/** * Gets the file attributes. * * @return file attributes */ int getAttributes(); /** * Gets the file creation time. * * @return file create time */ long getCreateTime(); /** * Gets the file last write time. * * @return file last write time */ long getLastWriteTime(); /**Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/JdkBackedImmutableSet.java} @Override E get(int index) { return delegateList.get(index); } @Override public boolean contains(@Nullable Object object) { return delegate.contains(object); } @Override boolean isPartialView() { return false; } @Override public int size() { return delegateList.size(); } // redeclare to help optimizers with b/310253115 Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 01 22:23:20 UTC 2025 - 1.8K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/SmbComWriteAndXResponseTest.java// This method does nothing and should return 0. assertEquals(0, bytesRead); } /** * Test the toString method. */ @Test void testToString() { SmbComWriteAndXResponse response = new SmbComWriteAndXResponse(); response.count = 12345L; String result = response.toString(); // The toString method should return a string containing the count.Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0)