- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 1,285 for Url (0.01 sec)
-
src/test/java/jcifs/dcerpc/DcerpcHandleTest.java
void testParseValidBindingUrls(String url, String expectedProto, String expectedServer, String expectedEndpoint) throws DcerpcException { // When: Parsing the binding URL DcerpcBinding binding = DcerpcHandle.parseBinding(url); // Then: Should parse correctly assertNotNull(binding);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.web_crawling_configuration=Scansione web labels.web_crawling_title_details=Configurazione scansione web labels.included_urls=URL da includere nella scansione labels.excluded_urls=URL da escludere dalla scansione labels.included_doc_urls=URL da includere nella ricerca labels.excluded_doc_urls=URL da escludere dalla ricerca labels.user_agent=User-Agent labels.web_crawling_button_create=Crea
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CrawlerStatsHelperTest.java
private String id; private String url; public TestUrlQueue(String id, String url) { this.id = id; this.url = url; } @Override public String getId() { return id; } @Override public String getUrl() { return url; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 15K bytes - Viewed (0) -
src/test/java/jcifs/util/PathValidatorTest.java
String url = "smb://user:pass@server/share"; String normalized = validator.validateSmbUrl(url); assertTrue(normalized.contains("user:pass@")); } @Test public void testSmbUrlWithPort() throws Exception { String url = "smb://server:445/share"; String normalized = validator.validateSmbUrl(url);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.6K bytes - Viewed (0) -
cmd/object-handlers.go
writeErrorResponse(ctx, w, errorCodes.ToAPIErr(s3Error), r.URL) return } // Get request range. rangeHeader := r.Header.Get(xhttp.Range) if rangeHeader != "" { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrUnsupportedRangeHeader), r.URL) return } if r.ContentLength <= 0 { writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrEmptyRequestBody), r.URL) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
android-test-app/src/main/kotlin/okhttp/android/testapp/MainActivity.kt
val client = OkHttpClient() // Ensure we are compiling against the right variant println(AndroidPlatform.isSupported) val url = "https://github.com/square/okhttp".toHttpUrl() println(url.topPrivateDomain()) client.newCall(Request(url)).enqueue( object : Callback { override fun onFailure( call: Call, e: IOException, ) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Aug 19 08:10:39 UTC 2025 - 1.7K bytes - Viewed (0) -
src/main/resources/fess_label_zh_CN.properties
labels.createdTime=创建时间 labels.depth=深度 labels.excludedPaths=要从爬网中排除的路径 labels.excludedUrls=要从爬网中排除的URL labels.excludedDocPaths=要从搜索中排除的路径 labels.excludedDocUrls=要从搜索中排除的URL labels.hostname=主机名 labels.id=ID labels.includedPaths=要包含在爬网中的路径 labels.includedUrls=要包含在爬网中的URL labels.includedDocPaths=要包含在搜索中的路径 labels.includedDocUrls=要包含在搜索中的URL labels.maxAccessCount=最大访问数 labels.name=名称 labels.numOfThread=线程数 labels.duplicateHostName=重复名称
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.5K bytes - Viewed (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/RecordingCookieJar.kt
assertThat(takeResponseCookies().map(Cookie::toString)).containsExactly(*cookies) } override fun saveFromResponse( url: HttpUrl, cookies: List<Cookie>, ) { responseCookies.add(cookies) } override fun loadForRequest(url: HttpUrl): List<Cookie> = if (requestCookies.isEmpty()) emptyList() else requestCookies.removeFirst()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 1.5K bytes - Viewed (0) -
cmd/generic-handlers.go
return (aType == authTypeAnonymous || aType == authTypeJWT) && req.URL.Path == minioReservedBucketPath+prometheusMetricsPathLegacy || req.URL.Path == minioReservedBucketPath+prometheusMetricsV2ClusterPath || req.URL.Path == minioReservedBucketPath+prometheusMetricsV2NodePath || req.URL.Path == minioReservedBucketPath+prometheusMetricsV2BucketPath || req.URL.Path == minioReservedBucketPath+prometheusMetricsV2ResourcePath ||
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 20.7K bytes - Viewed (1) -
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/CrawlerTest.java
file.deleteOnExit(); fileTransformer.setPath(file.getAbsolutePath()); crawler.addUrl(url); crawler.getCrawlerContext().setMaxAccessCount(maxCount); crawler.getCrawlerContext().setNumOfThread(numOfThread); crawler.urlFilter.addInclude(url + ".*"); final String sessionId = crawler.execute(); assertEquals(maxCount, dataService.getCount(sessionId));
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 7.7K bytes - Viewed (0)