- Sort Score
- Num 10 results
- Language All
Results 1251 - 1260 of 1,732 for intent (0.05 seconds)
-
android/guava/src/com/google/common/net/MediaType.java
import java.util.Map; import java.util.Map.Entry; import org.jspecify.annotations.Nullable; /** * Represents an <a href="http://en.wikipedia.org/wiki/Internet_media_type">Internet Media Type</a> * (also known as a MIME Type or Content Type). This class also supports the concept of media ranges * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1">defined by HTTP/1.1</a>.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Oct 02 01:46:40 GMT 2025 - 48K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsClickLog.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7K bytes - Click Count (0) -
build-logic-commons/basics/src/test/kotlin/gradlebuild/basics/tasks/PackageListGeneratorIntegrationTest.kt
"org/gradle/fileevents" ) private val DEFAULT_EXCLUDES_FOR_TEST = listOf( "org/gradle", "java", "javax/xml", "javax/inject", "groovy", "groovyjarjarantlr", "net/rubygrapefruit", "org/codehaus/groovy", "org/apache/tools/ant", "org/apache/commons/logging",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Mar 25 08:50:34 GMT 2025 - 5.1K bytes - Click Count (0) -
docs/zh/docs/how-to/custom-docs-ui-assets.md
API 文档使用 Swagger UI 和 ReDoc,它们各自需要一些 JavaScript 和 CSS 文件。 默认情况下,这些文件从一个 <abbr title="Content Delivery Network - 内容分发网络: 一种服务,通常由多台服务器组成,用于提供静态文件,如 JavaScript 和 CSS。它常用于从更接近客户端的服务器提供这些文件,从而提升性能。">CDN</abbr> 提供。 不过你可以自定义:可以指定特定的 CDN,或自行提供这些文件。 ## 为 JavaScript 和 CSS 自定义 CDN { #custom-cdn-for-javascript-and-css } 假设你想使用不同的 <abbr title="Content Delivery Network - 内容分发网络">CDN</abbr>,例如使用 `https://unpkg.com/`。 如果你所在的国家/地区屏蔽了某些 URL,这会很有用。
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 7.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
*/ public String getSimpleName() { return new File(path).getName(); } /** * Updates the dictionary file with content from an input stream. * * @param in The input stream containing the new dictionary content. * @throws IOException if an I/O error occurs. */ public synchronized void update(final InputStream in) throws IOException {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 14.2K bytes - Click Count (0) -
docs/ko/README.md
## 테마 - [Simple](https://github.com/codelibs/fess-theme-simple) - [Classic](https://github.com/codelibs/fess-theme-classic) ## 인게스트 - [Logger](https://github.com/codelibs/fess-ingest-logger) - [NDJSON](https://github.com/codelibs/fess-ingest-ndjson) ## 스크립트 - [Groovy](https://github.com/codelibs/fess-script-groovy) - [OGNL](https://github.com/codelibs/fess-script-ognl) ## 개발 정보 ### 소스 코드 얻기
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Nov 11 22:42:32 GMT 2025 - 8K bytes - Click Count (1) -
src/main/java/jcifs/pac/PacLogonInfo.java
// Groups information final int groupCount = pacStream.readInt(); final int groupPointer = pacStream.readInt(); // User flags about PAC Logon Info content this.userFlags = pacStream.readInt(); final boolean hasExtraSids = (this.userFlags & PacConstants.LOGON_EXTRA_SIDS) == PacConstants.LOGON_EXTRA_SIDS;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/LicenseAnalyzer.java
return identifier; } public boolean matches(File licenseFile) { try { String content = Files.readString(licenseFile.toPath()).replaceAll("\\*", " "); return pattern.matcher(content).find(); } catch (IOException e) { throw new UncheckedIOException(e); } } }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jul 27 00:12:58 GMT 2021 - 12.8K bytes - Click Count (0) -
docs/zh/docs/_llm-test.md
测试如下: ## 代码片段 { #code-snippets } //// tab | 测试 这是一个代码片段:`foo`。这是另一个代码片段:`bar`。还有一个:`baz quux`。 //// //// tab | 信息 代码片段的内容应保持不变。 参见 `scripts/translate.py` 中通用提示的 `### Content of code snippets` 部分。 //// ## 引号 { #quotes } //// tab | 测试 昨天,我的朋友写道:"如果你把 incorrectly 拼对了,你就把它拼错了"。我回答:"没错,但 'incorrectly' 错的不是 '"incorrectly"'"。 /// note | 注意Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.7K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/tree/Smb2TreeConnectRequestTest.java
assertEquals(expectedPathOffset, SMBUtil.readInt2(buffer, bodyOffset + 4)); // Verify path length assertEquals(pathBytes.length, SMBUtil.readInt2(buffer, bodyOffset + 6)); // Verify path content byte[] actualPath = new byte[pathBytes.length]; System.arraycopy(buffer, bodyOffset + 8, actualPath, 0, pathBytes.length); assertArrayEquals(pathBytes, actualPath); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.6K bytes - Click Count (0)