- Sort Score
- Result 10 results
- Languages All
Results 1251 - 1260 of 1,878 for constructor (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* * ```java * client.cache().close(); * ``` * * OkHttp also uses daemon threads for HTTP/2 connections. These will exit automatically if they * remain idle. */ open class OkHttpClient internal constructor( builder: Builder, ) : Call.Factory, WebSocket.Factory { @get:JvmName("dispatcher") val dispatcher: Dispatcher = builder.dispatcher /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/FessCrawlerThread.java
* </ul> * * @see CrawlerThread * @see org.codelibs.fess.crawler.client.CrawlerClient */ public class FessCrawlerThread extends CrawlerThread { /** * Default constructor. */ public FessCrawlerThread() { super(); } private static final Logger logger = LogManager.getLogger(FessCrawlerThread.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/filter/WebApiFilterTest.java
webApiFilter = new WebApiFilter(); } @Override public void tearDown() throws Exception { // Clear WebApiManagerFactory super.tearDown(); } // Test constructor public void test_constructor() { assertNotNull(new WebApiFilter()); } // Test init method public void test_init() throws ServletException {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/session/Smb2SessionSetupRequestTest.java
// Then assertNotNull(response); assertTrue(response instanceof Smb2SessionSetupResponse); // The constructor calls getConfig once, createResponse calls it once verify(mockContext, times(2)).getConfig(); } @Test @DisplayName("Should set session binding flag correctly")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21.2K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
Object inputLocation) implements XmlNode, Serializable { private Impl { // Validation and normalization from the original constructor prefix = prefix == null ? "" : prefix; namespaceUri = namespaceUri == null ? "" : namespaceUri; name = Objects.requireNonNull(name);
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jul 19 11:09:56 UTC 2025 - 18.2K bytes - Viewed (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.js
o:"jQuery"+(t+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==i.call(e))&&(!(t=r(e))||"function"==typeof(n=ue.call(t,"constructor")&&t.constructor)&&o.call(n)===a)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t,n){m(e,{nonce:t&&t.nonce},n)},each:function(e,t){var n,r=0;if(c(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
*/ public class CrawlingConfigHelper { /** * Creates a new instance of CrawlingConfigHelper. */ public CrawlingConfigHelper() { // Default constructor } private static final Logger logger = LogManager.getLogger(CrawlingConfigHelper.class); /** * Map storing crawling configurations by session ID. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java
import jakarta.annotation.Resource; /** * Admin action for Mapping management. * */ public class AdminDictMappingAction extends FessAdminAction { /** * Default constructor. */ public AdminDictMappingAction() { super(); } /** * The role for this action. */ public static final String ROLE = "admin-dict";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
import jakarta.annotation.Resource; /** * Admin action for Web Authentication management. * */ public class AdminWebauthAction extends FessAdminAction { /** * Default constructor. */ public AdminWebauthAction() { super(); } /** Role name for admin web auth operations */ public static final String ROLE = "admin-webauth";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.3K bytes - Viewed (0) -
android/guava/src/com/google/common/escape/UnicodeEscaper.java
public abstract class UnicodeEscaper extends Escaper { /** The amount of padding (chars) to use when growing the escape buffer. */ private static final int DEST_PAD = 32; /** Constructor for use by subclasses. */ protected UnicodeEscaper() {} /** * Returns the escaped form of the given Unicode code point, or {@code null} if this code point
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 15:45:16 UTC 2025 - 13.2K bytes - Viewed (0)