- Sort Score
- Num 10 results
- Language All
Results 331 - 340 of 2,307 for Less (0.03 seconds)
-
CHANGELOG/CHANGELOG-1.34.md
support for a new kubectl output format, `kyaml`. KYAML was a strict subset of YAML and should be accepted by any YAML processor. The formatting of KYAML was halfway between JSON and YAML. Because it was more explicit than the default YAML style, it was less error-prone. ([#132942](https://github.com/kubernetes/kubernetes/pull/132942), [@thockin](https://github.com/thockin)) [SIG API Machinery, Architecture, Auth, CLI, Cloud Provider, Cluster Lifecycle, Contributor Experience, Instrumentation, Network,...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:19:43 GMT 2026 - 368.7K bytes - Click Count (2) -
docs/es/docs/_llm-test.md
### El abbr da una frase completa { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - Hacer las cosas">GTD</abbr> * <abbr title="less than - menor que"><code>lt</code></abbr> * <abbr title="XML Web Token - Token web XML">XWT</abbr> * <abbr title="Parallel Server Gateway Interface - Interfaz de pasarela de servidor paralela">PSGI</abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
### L’abbr fournit une expression complète { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - S'organiser pour réussir">GTD</abbr> * <abbr title="less than - inférieur à"><code>lt</code></abbr> * <abbr title="XML Web Token - Jeton Web XML">XWT</abbr> * <abbr title="Parallel Server Gateway Interface - Interface passerelle serveur parallèle">PSGI</abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
### O abbr fornece uma frase completa { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done – Fazer as Coisas">GTD</abbr> * <abbr title="less than – menos que"><code>lt</code></abbr> * <abbr title="XML Web Token – Token Web XML">XWT</abbr> * <abbr title="Parallel Server Gateway Interface – Interface de Gateway de Servidor Paralelo">PSGI</abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
guava/src/com/google/common/collect/MapMakerInternalMap.java
* traverse. When nodes would otherwise be changed, new nodes are created to replace them. This * works well for hash tables since the bin lists tend to be short. (The average length is less * than two.) * * Read operations can thus proceed without locking, but rely on selected uses of volatiles to * ensure that completed write operations performed by other threads are noticed. For mostCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 89.9K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
//// tab | 測試 以下是一些包在 HTML「abbr」元素中的內容(部分為杜撰): ### abbr 提供完整詞組 { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - 搞定工作法">GTD</abbr> * <abbr title="less than - 小於"><code>lt</code></abbr> * <abbr title="XML Web Token - XML 網路權杖">XWT</abbr> * <abbr title="Parallel Server Gateway Interface - 平行伺服器閘道介面">PSGI</abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
//// tab | 테스트 여기 HTML "abbr" 요소로 감싼 몇 가지가 있습니다(일부는 임의로 만든 것입니다): ### abbr가 전체 문구를 제공 { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - 일을 끝내는 방법론">GTD</abbr> * <abbr title="less than - 보다 작음"><code>lt</code></abbr> * <abbr title="XML Web Token - XML 웹 토큰">XWT</abbr> * <abbr title="Parallel Server Gateway Interface - 병렬 서버 게이트웨이 인터페이스">PSGI</abbr>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.18.md
- Count pod overhead against an entity's ResourceQuota ([#99600](https://github.com/kubernetes/kubernetes/pull/99600), [@gjkim42](https://github.com/gjkim42)) [SIG API Machinery and Node] - EndpointSlice controller is now less likely to emit FailedToUpdateEndpointSlices events. ([#100146](https://github.com/kubernetes/kubernetes/pull/100146), [@robscott](https://github.com/robscott)) [SIG Apps and Network]
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Jun 16 17:18:28 GMT 2021 - 373.2K bytes - Click Count (0) -
cmd/erasure-server-pool.go
// we multiply by the number of sets in the pool. // This will compensate for differences in set sizes // when choosing destination pool. // Different set sizes are already compensated by less disks. available *= uint64(nSets[i]) serverPools[i] = poolAvailableSpace{ Index: i, Available: available, MaxUsedPct: maxUsedPct, } } return serverPools }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/riscv64.s
RORW X15, X16 // 3b58f860 or b30ff040bb1ff8013b58f80033e80f01 RORW $31, X13 // 9bd6f661 or 9bdff6019b961600b3e6df00 ORCB X5, X6 // 13d37228 REV8 X7, X8 // 13d4836b // 28.4.3: Carry-less multiplication (Zbc) CLMUL X5, X6, X7 // b313530a CLMUL X5, X6 // 3313530a CLMULH X5, X6, X7 // b333530a CLMULH X5, X6 // 3333530a CLMULR X5, X6, X7 // b323530a
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Sat Apr 04 05:25:40 GMT 2026 - 74.2K bytes - Click Count (0)