Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 125 for Alias (0.05 sec)

  1. src/cmd/cgo/doc.go

    	symbols, use _ for local and remote.
    
    	Example:
    	//go:cgo_import_dynamic _ _ "libc.so.6"
    
    	For compatibility with current versions of SWIG,
    	#pragma dynimport is an alias for //go:cgo_import_dynamic.
    
    //go:cgo_dynamic_linker "<path>"
    
    	In internal linking mode, use "<path>" as the dynamic linker
    	in the final binary. This directive is only needed from one
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Dec 11 23:57:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_fr.properties

    labels.upgrade_title_configuration=Mise à niveau
    labels.upgrade_data_migration=Migration de données
    labels.upgrade_reindex=Réindexation
    labels.upgrade_start_button=Démarrer
    labels.replace_aliases=Remplacer les alias
    labels.reset_dictionaries=Réinitialiser les dictionnaires
    labels.reindex_start_button=Démarrer
    labels.targetVersion=Version cible
    labels.target_version=Version cible
    labels.sereq_configuration=Requête à OpenSearch
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top