- Sort Score
- Result 10 results
- Languages All
Results 171 - 180 of 213 for 25 (0.02 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/ftp/FtpClient.java
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 39.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/QueryHelperTest.java
length\":0,\"max_expansions\":10,\"transpositions\":true,\"boost\":0.005}}}],\"adjust_pure_negative\":true,\"boost\":1.0}},{\"bool\":{\"should\":[{\"match_phrase\":{\"title\":{\"query\":\"QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":2.5}}},{\"match_phrase\":{\"content\":{\"query\":\"QUERY2\",\"slop\":0,\"zero_terms_query\":\"NONE\",\"boost\":0.25}}},{\"fuzzy\":{\"title\":{\"value\":\"QUERY2\",\"fuzziness\":\"AUTO\",\"prefix_length\":0,\"max_expansions\":10,\"transpositions\":true,...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ListsTest.java
// Changes before the partition is retrieved are reflected list.set(1, 4); List<Integer> first = iterator.next(); // Changes after are too (unlike Iterables.partition) list.set(2, 5); assertEquals(asList(3, 4, 5), first); // Changes to a sublist also write through to the original list first.set(1, 6); assertEquals(asList(3, 6, 5), list); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.4K bytes - Viewed (0) -
docs/ko/docs/tutorial/sql-databases.md
`yield`를 사용해 FastAPI의 **의존성**을 생성하여 각 요청마다 새로운 `Session`을 제공합니다. 이는 요청당 하나의 세션만 사용되도록 보장합니다. 🤓 그런 다음 이 의존성을 사용하는 코드를 간소화하기 위해 `Annotated` 의존성 `SessionDep`을 생성합니다. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[25:30] hl[25:27,30] *} ### 시작 시 데이터베이스 테이블 생성하기 애플리케이션 시작 시 데이터베이스 테이블을 생성합니다. {* ../../docs_src/sql_databases/tutorial001_an_py310.py ln[32:37] hl[35:37] *} 여기서는 애플리케이션 시작 이벤트 시 테이블을 생성합니다.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Dec 24 16:14:29 UTC 2024 - 18K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ENOTRECOVERABLE Errno pkg syscall (darwin-arm64), const ENOTSOCK = 38 pkg syscall (darwin-arm64), const ENOTSUP = 45 pkg syscall (darwin-arm64), const ENOTTY = 25 pkg syscall (darwin-arm64), const ENXIO = 6 pkg syscall (darwin-arm64), const EOPNOTSUPP = 102 pkg syscall (darwin-arm64), const EOVERFLOW = 84 pkg syscall (darwin-arm64), const EOWNERDEAD = 105
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- github.com/containerd/errdefs: [v0.1.0 → v1.0.0](https://github.com/containerd/errdefs/compare/v0.1.0...v1.0.0) - github.com/containerd/ttrpc: [v1.2.5 → v1.2.6](https://github.com/containerd/ttrpc/compare/v1.2.5...v1.2.6) - github.com/containerd/typeurl/v2: [v2.2.0 → v2.2.2](https://github.com/containerd/typeurl/compare/v2.2.0...v2.2.2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/CompactHashMap.java
// in the short hash. We saw that a mask of 0x7f would keep the 7-bit value 0x6f from a full // hashcode of 0x89abcdef. The imaginary `hash` value would then be the remaining top 25 bits, // 0x89abcd80. To this is added (or'd) the `next` value, which is an index within `entries` // (and therefore within `keys` and `values`) of another entry that has the same short hash
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 35.7K bytes - Viewed (0) -
api/go1.11.txt
pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV pkg debug/elf, const R_RISCV_PCREL_LO12_I = 24 pkg debug/elf, const R_RISCV_PCREL_LO12_I R_RISCV pkg debug/elf, const R_RISCV_PCREL_LO12_S = 25 pkg debug/elf, const R_RISCV_PCREL_LO12_S R_RISCV pkg debug/elf, const R_RISCV_RELATIVE = 3 pkg debug/elf, const R_RISCV_RELATIVE R_RISCV pkg debug/elf, const R_RISCV_RELAX = 51 pkg debug/elf, const R_RISCV_RELAX R_RISCV
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/elf, const R_PPC64_TPREL16_HIGHA = 113 pkg debug/elf, const R_PPC64_TPREL16_HIGHA R_PPC64 pkg debug/elf, const R_X86_64_GOT64 = 27 pkg debug/elf, const R_X86_64_GOT64 R_X86_64 pkg debug/elf, const R_X86_64_GOTOFF64 = 25 pkg debug/elf, const R_X86_64_GOTOFF64 R_X86_64 pkg debug/elf, const R_X86_64_GOTPC32 = 26 pkg debug/elf, const R_X86_64_GOTPC32 R_X86_64 pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC = 34
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
PodSecurityPolicy is Removed, Pod Security Admission graduates to Stable PodSecurityPolicy was initially [deprecated in v1.21](https://kubernetes.io/blog/2021/04/06/podsecuritypolicy-deprecation-past-present-and-future/), and with the release of v1.25, it has been removed. The updates required to improve its usability would have introduced breaking changes, so it became necessary to remove it in favor of a more friendly replacement. That replacement is [Pod Security Admission](https://kubernetes...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0)