- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 145 for _scala (0.32 sec)
-
src/main/resources/fess_label_es.properties
labels.facet_filetype_perl=Perl labels.facet_filetype_php=PHP labels.facet_filetype_properties=Archivo de propiedades labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=Shell script labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=Otros labels.facet_label_reset=Restablecer labels.searchoptions_all=Todo
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.facet_filetype_ocaml=OCaml labels.facet_filetype_perl=Perl labels.facet_filetype_php=PHP labels.facet_filetype_properties=속성 파일 labels.facet_filetype_python=Python labels.facet_filetype_ruby=Ruby labels.facet_filetype_scala=Scala labels.facet_filetype_shell=셸 스크립트 labels.facet_filetype_vb=Visual Basic labels.facet_filetype_others=기타 labels.facet_label_reset=리셋 labels.searchoptions_all=모두 labels.searchoptions_score=점수
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.8.md
that provide new subcommands. Refer to the documentation for more information. - `kubectl rollout` and `rollback` now support StatefulSet. - `kubectl scale` now uses the Scale subresource for kinds in the apps/v1beta2 group. - `kubectl create configmap` and `kubectl create secret` subcommands now support the `--append-hash` flag, which enables unique but deterministic naming for
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 20 15:45:02 UTC 2024 - 312.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* The view role includes read permissions on poddisruptionbudget.policy resources. * RBAC rules can now match the same subresource on any resource using the form `*/(subresource)`. For example, `*/scale` matches requests to `replicationcontroller/scale`. ([#53722](https://github.com/kubernetes/kubernetes/pull/53722),[ @deads2k](https://github.com/deads2k))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
doc/asm.html
</li> <li> <code>64(DI)(BX*2)</code>: The location at address <code>DI</code> plus <code>BX*2</code> plus 64. These modes accept only 1, 2, 4, and 8 as scale factors. </li> </ul> <p> When using the compiler and assembler's <code>-dynlink</code> or <code>-shared</code> modes, any load or store of a fixed memory location such as a global variable
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.15.md
### Autoscaling - Horizontal Pod Autoscaling can now scale targets up even when one or more metrics are invalid/unavailable, as long as one metric indicates a scale up should occur. ([#78503](https://github.com/kubernetes/kubernetes/pull/78503), [@gjtempleton](https://github.com/gjtempleton)) ### AWS
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 278.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/asm.go
func (p *Parser) validSymbol(pseudo string, addr *obj.Addr, offsetOk bool) bool { if addr.Sym == nil || addr.Name != obj.NAME_EXTERN && addr.Name != obj.NAME_STATIC || addr.Scale != 0 || addr.Reg != 0 { p.errorf("%s symbol %q must be a symbol(SB)", pseudo, symbolName(addr)) return false } if !offsetOk && addr.Offset != 0 {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 17:31:25 UTC 2025 - 26.2K bytes - Viewed (0) -
docs/pt/docs/async.md
*Sim, essa é toda a história*. --- Não há espera 🕙 em lugar algum, apenas um monte de trabalho para ser feito, em múltiplos cômodos da casa. Você poderia ter turnos como no exemplo dos hambúrgueres, primeiro a sala de estar, então a cozinha, mas como você não está esperando por nada, apenas limpando e limpando, as chamadas não afetariam em nada.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 23.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableSet.java
< ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY) { return inputElementsIncludingAnyDuplicates; } // Guess the size is "halfway between" all duplicates and no duplicates, on a log scale. return max( ImmutableCollection.Builder.DEFAULT_INITIAL_CAPACITY, sqrt(inputElementsIncludingAnyDuplicates, RoundingMode.CEILING)); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 35.2K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
XVMOVQ X0, X31.B32 // 1f000777 XVMOVQ X1, X30.H16 // 3e800777 XVMOVQ X2, X29.W8 // 5dc00777 XVMOVQ X3, X28.V4 // 7ce00777 XVMOVQ X3, X27.Q2 // 7bf00777 // Move vector element to scalar. XVMOVQ X0, X31.W[7] // 1fdcff76 XVMOVQ X1, X29.W[0] // 3dc0ff76 XVMOVQ X3, X28.V[3] // 7cecff76 XVMOVQ X4, X27.V[0] // 9be0ff76 XVMOVQ X31.W[7], X0 // e0df0377
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0)