- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 323 for concludes (0.06 sec)
-
compat/maven-model/src/test/java/org/apache/maven/model/pom/PomMemoryAnalyzer.java
* PomMemoryAnalyzer analyzer = new PomMemoryAnalyzer(); * Model model = reader.read(Files.newInputStream(pomPath)); * analyzer.analyzePom(model); * analyzer.printAnalysis(); * </pre> * * <p>The analysis output includes:</p> * <ul> * <li>Total memory usage per POM path</li> * <li>Potential memory savings through string deduplication</li> * <li>Most frequent string values and their occurrence counts</li>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 13.4K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/Cache.java
* unprivileged user may return a resource accessible only to a privileged user making a similar * call. To prevent this problem, create a key object that includes all values that affect the * result of the query. Or use {@code LoadingCache.get(K)}, which lacks the ability to refer to * state other than that in the key. *Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8.3K bytes - Viewed (0) -
LICENSES/vendor/cel.dev/expr/LICENSE
attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices containedRegistered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Nov 06 20:53:17 UTC 2024 - 11.2K bytes - Viewed (0) -
LICENSE
attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices containedRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Feb 22 18:59:39 UTC 2023 - 11.1K bytes - Viewed (0) -
docs/en/docs/management-tasks.md
* `docs`: Docs * Changes in docs. This includes updating the docs, fixing typos. But it doesn't include changes to translations.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/indexer/IndexUpdater.java
* <li>Manages cleanup of processed crawler session data</li> * </ul> * * <p>The updater runs continuously until crawling is finished and all documents are processed. * It includes error handling, retry logic, and performance monitoring capabilities. * */ public class IndexUpdater extends Thread { /** Logger for this class */
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 32.9K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
* <li>Object metadata retrieval</li> * <li>Directory listing capabilities</li> * </ul> * * <p>The client handles timeout management for access operations and includes proper * resource cleanup mechanisms. */ public class GcsClient extends AbstractCrawlerClient { private static final Logger logger = LogManager.getLogger(GcsClient.class); /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Request.kt
} open fun build(): Request = Request(this) } /** * Returns a cURL command equivalent to this request, useful for debugging and reproducing * requests. * * This includes the HTTP method, headers, request body (if present), and URL. * * Example: * * ``` * curl 'https://example.com/api' \ * -X PUT \ * -H 'Authorization: Bearer token' \Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Oct 30 13:46:58 UTC 2025 - 14.7K bytes - Viewed (1) -
docs/en/docs/advanced/custom-response.md
That way, you don't have to read it all first in memory, and you can pass that generator function to the `StreamingResponse`, and return it. This includes many libraries to interact with cloud storage, video processing, and others. {* ../../docs_src/custom_response/tutorial008_py39.py hl[2,10:12,14] *}
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 12.4K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
<type>int</type> </field> <field> <name>localCopy</name> <version>1.0.0+</version> <description>Whether to use a local copy instead (with filename that includes the base version)</description> <type>boolean</type> <defaultValue>false</defaultValue> </field> </fields> </class> <class java.clone="deep">
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0)