- Sort Score
- Result 10 results
- Languages All
Results 561 - 570 of 5,206 for RETURN (0.04 sec)
-
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProviderTest.java
@Override public String getCookieDefaultPath() { return "/test/path"; } @Override public Integer getCookieDefaultExpireAsInteger() { return 3600; } @Override public String getAppCipherAlgorism() { return "AES"; } @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/score/QueryRescorerTest.java
return createMockRescorerBuilder(); } if (params.containsKey("boolean") && params.get("boolean") instanceof Boolean) { return createMockRescorerBuilder(); } return null; } }; // Test with string parameter Map<String, Object> stringParams = new HashMap<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponseTest.java
} @Test @DisplayName("getAvailable should return initial value of 0") void testGetAvailableInitialValue() { // Assert assertEquals(0, response.getAvailable()); } @Test @DisplayName("writeSetupWireFormat should return 0") void testWriteSetupWireFormat() { // Arrange byte[] dst = new byte[100];Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/timepicker/bootstrap-timepicker.min.js
tMeridian();break;default:c>0?this.incrementHour():this.decrementHour(),this.highlightHour()}return!1}},changeToNearestStep:function(a,b){return a%b===0?a:Math.round(a%b/b)?(a+(b-a%b))%60:a-a%b},place:function(){if(!this.isInline){var c=this.$widget.outerWidth(),d=this.$widget.outerHeight(),e=10,f=a(b).width(),g=a(b).height(),h=a(b).scrollTop(),i=parseInt(this.$element.parents().filter(function(){return"auto"!==a(this).css("z-index")}).first().css("z-index"),10)+10,j=this.component?this.componen...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 04:21:06 UTC 2020 - 18.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
* @param value the object to convert to float * @return float representation of the value, or 0.0f if conversion fails */ protected float toFloat(final Object value) { if (value instanceof final Float f) { return f; } if (value instanceof final String s) { return Float.parseFloat(s); } return 0.0f; } /**Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
return 100; } @Override public String getIndexerWebfsMaxDocumentRequestSize() { return "1000"; } @Override public Integer getIndexerUnprocessedDocumentSizeAsInteger() { return 1000; } @Override public boolean getIndexerClickCountEnabledAsBoolean() { return true; }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtlmPasswordAuthentication.java
return true; } } } return false; } /** * Return the upcased username hash code. */ @Override public int hashCode() { return getName().toUpperCase().hashCode(); } /** * Return the domain and username in the format:Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 26.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/DurableHandleReconnectResponse.java
} // No data to decode return 0; } /** * Get the context name as string * @return the context name */ public String getContextName() { return CONTEXT_NAME; }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/net/UuidUtil.java
/** * Creates a UUID. * * @return the UUID string */ public static String create() { final StringBuilder buf = new StringBuilder(BASE.length() * 2); buf.append(BASE); final int lowTime = (int) (System.currentTimeMillis() >> 32); StringUtil.appendHex(buf, lowTime); StringUtil.appendHex(buf, RANDOM.nextInt()); return buf.toString(); }Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/jcifs/Credentials.java
* @return instance for type, null if the type cannot be unwrapped */ <T extends Credentials> T unwrap(Class<T> type); /** * Get the domain of the user account. * @return the domain the user account is in */ String getUserDomain(); /** * Check if these are anonymous credentials. * @return whether these are anonymous credentials */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.6K bytes - Viewed (0)