- Sort Score
- Result 10 results
- Languages All
Results 191 - 200 of 335 for uris (0.01 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/CrawlingParameterUtil.java
* * <p>This class is final and cannot be instantiated.</p> * * <p>The following parameters are managed:</p> * <ul> * <li>{@link UrlQueue} - The queue of URLs to be crawled.</li> * <li>{@link CrawlerContext} - The context of the current crawling process.</li> * <li>{@link UrlQueueService} - The service for managing the URL queue.</li>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 6.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
StatefulTransformer transformer = new StatefulTransformer("statefulTransformer"); // Process multiple URLs String[] urls = { "http://example1.com", "http://example2.com", "http://example3.com" }; for (String url : urls) { ResponseData responseData = new ResponseData(); responseData.setUrl(url);
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
docs/en/docs/advanced/openapi-webhooks.md
And **your users** define in some way (for example in a web dashboard somewhere) the **URL** where your app should send those requests. All the **logic** about how to register the URLs for webhooks and the code to actually send those requests is up to you. You write it however you want to in **your own code**. ## Documenting webhooks with **FastAPI** and OpenAPI { #documenting-webhooks-with-fastapi-and-openapi }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/WebAuthTests.java
} @BeforeEach void createWebConfig() { final Map<String, Object> requestBody = new HashMap<>(); requestBody.put("name", "test_webconfig"); requestBody.put("urls", "http://www.example.com"); requestBody.put("user_agent", "Mozilla/5.0"); requestBody.put("num_of_thread", 5); requestBody.put("interval_time", 1000); requestBody.put("boost", 100.0);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 3.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/api/WebApiRequestTest.java
mockRequest.setMethod("POST"); mockRequest.setRequestURI("/test/uri"); webApiRequest = new WebApiRequest(mockRequest, customPath); // Verify that other methods are properly delegated assertEquals("POST", webApiRequest.getMethod()); assertEquals("/test/uri", webApiRequest.getRequestURI()); assertEquals(testHeaderValue, webApiRequest.getHeader(testHeader));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.5K bytes - Viewed (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
* * @return the node name, never {@code null} */ @Nonnull String name(); /** * Returns the namespace URI of this XML node. * * @return the namespace URI, never {@code null} (empty string if no namespace) */ @Nonnull String namespaceUri(); /** * Returns the namespace prefix of this XML node. *
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/java/jcifs/context/SingletonContext.java
} } return INSTANCE; } /** * This static method registers the SMB URL protocol handler which is * required to use SMB URLs with the <code>java.net.URL</code> class. If this * method is not called before attempting to create an SMB URL with the * URL class the following exception will occur: * <blockquote> * * <pre>
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/exception/CrawlingAccessException.java
* It extends CrawlerSystemException and provides functionality to set and check the log level for the exception. * * <p> * This exception can be thrown when there are problems accessing URLs, files, or any other resources needed for crawling. * It includes constructors to handle messages, causes, or both. * </p> * * <p>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.8K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java
@Override public void startDocument() { dataMap.clear(); } @Override public void startElement(final String uri, final String localName, final String qName, final Attributes attributes) { if ("field".equals(qName)) { fieldName = attributes.getValue("name"); if (StringUtil.isBlank(fieldName)) {
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 9.4K bytes - Viewed (0) -
docs/sts/assume-role.md
- To be able to easily get the temporary credentials to upload to a prefix. Make it possible for a client to upload a whole folder using the session. The server side applications need not create a presigned URL and serve to the client for each...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 7.2K bytes - Viewed (0)