- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 135 for Alias (0.05 sec)
-
src/main/resources/fess_label_es.properties
labels.upgrade_title_configuration=Actualización labels.upgrade_data_migration=Migración de datos labels.upgrade_reindex=Reindexación labels.upgrade_start_button=Iniciar labels.replace_aliases=Actualizar alias labels.reset_dictionaries=Restablecer diccionarios labels.reindex_start_button=Iniciar labels.targetVersion=Versión de destino labels.target_version=Versión de destino labels.sereq_configuration=Solicitud a OpenSearch
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMap.java
Entry<K, V> onlyEntry = requireNonNull(entries[0]); return of(onlyEntry.getKey(), onlyEntry.getValue()); default: break; } // localEntries is an alias for the entries field, except if we end up removing duplicates in // a copy of the entries array. Likewise, localSize is the same as size except in that case.
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 44.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/parse.go
return } a.Type = obj.TYPE_REGREG a.Offset = int64(r2) // Nothing may follow return } if p.arch.Family == sys.PPC64 { // Special form for PPC64: (R1+R2); alias for (R1)(R2). if prefix != 0 || scale != 0 { p.errorf("illegal address mode for register+register") return } a.Type = obj.TYPE_MEM a.Scale = 0 a.Index = r2
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 37.3K bytes - Viewed (0) -
.bazelrc
# with Eigen threadpool support build:mkl_aarch64_threadpool --define=build_with_mkl_aarch64=true build:mkl_aarch64_threadpool -c opt # This is an alias for the mkl_aarch64_threadpool build. build:mkl_aarch64 --config=mkl_aarch64_threadpool # Default CUDA, CUDNN and NVSHMEM versions. build:cuda_version --repo_env=HERMETIC_CUDA_VERSION="12.5.1"
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
* affect the original array), and future build() calls will always copy any entry * objects that cannot be safely reused. */ // localAlternatingKeysAndValues is an alias for the alternatingKeysAndValues field, except if // we end up removing duplicates in a copy of the array. @Nullable Object[] localAlternatingKeysAndValues; int localSize = size;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 41.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* Add MAX_PODS_PER_NODE env so that GCE/GKE user can use it to specify the default max pods per node for the cluster. IP_ALIAS_SIZE will be changed accordingly. Must have ip alias enabled. ([#63621](https://github.com/kubernetes/kubernetes/pull/63621), [@grayluck](https://github.com/grayluck))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
doc/asm.html
</p> <p> Addressing modes: </p> <ul> <li> <code>16(R1)</code>: The location at <code>R1</code> plus 16. </li> <li> <code>(R1)</code>: Alias for <code>0(R1)</code>. </li> </ul> <p> The value of <code>GOMIPS</code> environment variable (<code>hardfloat</code> or <code>softfloat</code>) is made available to assembly code by predefining either
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Nov 28 19:15:27 UTC 2023 - 36.3K bytes - Viewed (0) -
RELEASE.md
update your imports accordingly, the old files will be removed in Release 2.11. * `tf.keras.optimizers.experimental.Optimizer` will graduate in Release 2.11, which means `tf.keras.optimizers.Optimizer` will be an alias of `tf.keras.optimizers.experimental.Optimizer`. The current `tf.keras.optimizers.Optimizer` will continue to be supported as `tf.keras.optimizers.legacy.Optimizer`,
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
(*aes.CBCDecrypter)(nil) var _ cipher.BlockMode = (*aes.CBCEncrypter)(nil) golang.org/fips140@v1.0.0/fips140/v1.0.0/alias/alias.go // Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package alias implements memory aliasing tests. // This code also exists as golang.org/x/crypto/internal/alias. package alias import "unsafe" // AnyOverlap reports whether x and y share memory at any (not necessarily // corresponding)...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- When the `PodObservedGenerationTracking` feature gate was set,...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0)