- Sort Score
- Num 10 results
- Language All
Results 381 - 390 of 686 for tested (0.21 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/zh/docs/_llm-test.md
# LLM 测试文件 { #llm-test-file } 本文用于测试用于翻译文档的 <abbr title="Large Language Model - 大型语言模型">LLM</abbr> 是否理解 `scripts/translate.py` 中的 `general_prompt` 以及 `docs/{language code}/llm-prompt.md` 中的语言特定提示。语言特定提示会追加到 `general_prompt` 之后。 这里添加的测试会被所有语言特定提示的设计者看到。 用法如下: * 准备语言特定提示——`docs/{language code}/llm-prompt.md`。 * 将本文重新翻译为你的目标语言(例如使用 `translate.py` 的 `translate-page` 命令)。这会在 `docs/{language code}/docs/_llm-test.md` 下创建翻译。 * 检查翻译是否正确。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) -
buildscripts/test-timeout.sh
Anis Eleuch <******@****.***> 1733145677 +0100
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Dec 02 13:21:17 GMT 2024 - 2.9K bytes - Click Count (0) -
.ci/scripts/packaging-test.sh
sudo chmod 0440 /etc/sudoers.d/elasticsearch_vars # Bats tests still use this locationa sudo rm -Rf /elasticsearch sudo mkdir -p /elasticsearch/qa/ && sudo chown jenkins /elasticsearch/qa/ && ln -s $PWD/qa/vagrant /elasticsearch/qa/ # sudo sets it's own PATH thus we use env to override that and call sudo annother time so we keep the secure root PATH # run with --continue to run both bats and java tests even if one fails
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 2.3K bytes - Click Count (0) -
build-tools-internal/src/main/resources/test/ssl/test-client.crt
Rene Groeschke <******@****.***> 1622539170 +0200
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 927 bytes - Click Count (0) -
build-tools-internal/src/main/resources/test/ssl/test-client.jks
Rene Groeschke <******@****.***> 1622539170 +0200
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 3.6K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/MinMaxPriorityQueueTest.java
} @J2ktIncompatible @GwtIncompatible // NullPointerTester public void testNullPointers() { NullPointerTester tester = new NullPointerTester(); tester.testAllPublicConstructors(MinMaxPriorityQueue.class); tester.testAllPublicStaticMethods(MinMaxPriorityQueue.class); tester.testAllPublicInstanceMethods(MinMaxPriorityQueue.<String>create()); }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 13:11:08 GMT 2026 - 36.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/KuromojiPagerTest.java
assertEquals(pageNumberList, kuromojiPager.getPageNumberList()); } public void test_clear() { KuromojiPager kuromojiPager = new KuromojiPager(); kuromojiPager.id = "testId"; kuromojiPager.setAllRecordCount(100); kuromojiPager.setAllPageCount(10); kuromojiPager.setExistPrePage(true); kuromojiPager.setExistNextPage(true); kuromojiPager.clear();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 2.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/ProtwordsPagerTest.java
assertEquals(pageNumberList, protwordsPager.getPageNumberList()); } public void test_clear() { ProtwordsPager protwordsPager = new ProtwordsPager(); protwordsPager.id = "testId"; protwordsPager.setAllRecordCount(100); protwordsPager.setAllPageCount(10); protwordsPager.setExistPrePage(true); protwordsPager.setExistNextPage(true); protwordsPager.clear();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/app/pager/StopwordsPagerTest.java
assertEquals(pageNumberList, stopwordsPager.getPageNumberList()); } public void test_clear() { StopwordsPager stopwordsPager = new StopwordsPager(); stopwordsPager.id = "testId"; stopwordsPager.setAllRecordCount(100); stopwordsPager.setAllPageCount(10); stopwordsPager.setExistPrePage(true); stopwordsPager.setExistNextPage(true); stopwordsPager.clear();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 12:58:11 GMT 2026 - 3K bytes - Click Count (0) -
src/test/java/jcifs/smb/MIENameTest.java
assertNotNull(t, "Exception should be thrown"); } @Nested @DisplayName("equals, hashCode, toString") class EqualityContract { @Test void equalsIgnoresCaseForName() { ASN1ObjectIdentifier oid = testOid(); MIEName a = new MIEName(oid, "Alice"); MIEName b = new MIEName(oid, "alice");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8.6K bytes - Click Count (0)