- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 396 for url (0.01 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
*/ public void test_protocol() throws Exception { URL url = new URL("storage://bucket/object"); assertEquals("storage", url.getProtocol()); } /** * Test URL parsing with bucket and object path. */ public void test_urlParsing_bucketAndObject() throws Exception { URL url = new URL("storage://mybucket/path/to/object.txt"); Handler handler = new Handler();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/java/org/codelibs/curl/Curl.java
return new CurlRequest(Method.DELETE, url); } /** * Creates a new CurlRequest with the HTTP HEAD method for the specified URL. * * @param url the URL to which the HEAD request is to be made * @return a CurlRequest object configured with the HEAD method and the specified URL */ public static CurlRequest head(final String url) { return new CurlRequest(Method.HEAD, url); }
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 5.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PluginHelper.java
/** * Retrieves the content of a repository URL. * * @param url the URL to retrieve content from * @return the content as a string * @throws IORuntimeException if I/O error occurs */ protected String getRepositoryContent(final String url) { if (logger.isDebugEnabled()) { logger.debug("Loading: url={}", url); }Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 24.9K bytes - Viewed (0) -
docs/en/data/github_sponsors.yml
url: https://github.com/zuplo - login: coderabbitai avatarUrl: https://avatars.githubusercontent.com/u/132028505?v=4 url: https://github.com/coderabbitai - login: greptileai avatarUrl: https://avatars.githubusercontent.com/u/140149887?v=4 url: https://github.com/greptileai - login: subtotal avatarUrl: https://avatars.githubusercontent.com/u/176449348?v=4 url: https://github.com/subtotalRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:30:56 UTC 2025 - 20.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
*/ public void test_protocol() throws Exception { URL url = new URL("gcs://bucket/object"); assertEquals("gcs", url.getProtocol()); } /** * Test URL parsing with bucket and object path. */ public void test_urlParsing_bucketAndObject() throws Exception { URL url = new URL("gcs://mybucket/path/to/object.txt"); Handler handler = new Handler();Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
docs/en/data/translators.yml
url: https://github.com/ceb10n valentinDruzhinin: login: valentinDruzhinin count: 29 avatarUrl: https://avatars.githubusercontent.com/u/12831905?u=aae1ebc675c91e8fa582df4fcc4fc4128106344d&v=4 url: https://github.com/valentinDruzhinin tokusumi: login: tokusumi count: 23 avatarUrl: https://avatars.githubusercontent.com/u/41147016?u=55010621aece725aa702270b54fed829b6a1fe60&v=4 url: https://github.com/tokusumi
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 06:27:43 UTC 2025 - 19.3K bytes - Viewed (0) -
pom.xml
<url>https://github.com/codelibs/fess-crawler</url> <inceptionYear>2009</inceptionYear> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>CodeLibs</name> <url>https://fess.codelibs.org/</url> </organization>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Dec 20 06:34:36 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
/** * Displays the main failure URL management page. * * @return HTML response for the failure URL list page */ @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse index() { saveToken(); return asListHtml(); } /** * Displays the failure URL list page with pagination support. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 20 13:56:35 UTC 2025 - 9.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/builder/RequestDataBuilderTest.java
assertEquals(Method.HEAD, data.getMethod()); } public void test_url() { // Test url() method String url = "https://example.com/path"; RequestData data = RequestDataBuilder.newRequestData().url(url).build(); assertEquals(url, data.getUrl()); } public void test_weight() { // Test weight() methodRegistered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 10.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessTransformer.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 14.1K bytes - Viewed (0)