Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for listMaps (0.2 sec)

  1. istioctl/pkg/tag/tag.go

    	}
    
    	fmt.Fprintf(w, "Revision tag %s removed\n", tagName)
    	return nil
    }
    
    type uniqTag struct {
    	revision, tag string
    }
    
    // listTags lists existing revision.
    func listTags(ctx context.Context, kubeClient kubernetes.Interface, writer io.Writer) error {
    	tagWebhooks, err := GetRevisionWebhooks(ctx, kubeClient)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_activity_listener_test.cc

    #include "tensorflow/compiler/jit/xla_activity_listener.h"
    
    #include <cstdlib>
    
    #include "tensorflow/cc/framework/ops.h"
    #include "tensorflow/cc/ops/array_ops.h"
    #include "tensorflow/cc/ops/list_ops.h"
    #include "tensorflow/cc/ops/standard_ops.h"
    #include "tensorflow/compiler/jit/flags.h"
    #include "tensorflow/core/common_runtime/direct_session.h"
    #include "tensorflow/core/lib/core/status_test_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. test-site/activator-launch-1.3.2.jar

    ListMap $minus(Object); public final ListMap tail(); public void ListMap$Node(ListMap, Object, Object); } scala/collection/immutable/ListMap$EmptyListMap$.class package scala.collection.immutable; public final synchronized class ListMap$EmptyListMap$ extends ListMap { public static final ListMap$EmptyListMap$ MODULE$; public static void <clinit>(); public void ListMap$EmptyListMap$(); } scala/collection/immutable/ListMap$.class package scala.collection.immutable; public final synchronized class ListMap$...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
  4. docs/es/docs/deployment/versions.md

    Puedes crear aplicaciones listas para producción con **FastAPI** ahora mismo (y probablemente lo has estado haciendo por algún tiempo), solo tienes que asegurarte de usar la versión que funciona correctamente con el resto de tu código.
    
    ## Fijar la versión de `fastapi`
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Feb 07 11:55:38 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

            expect:
            createDirs("a", "b")
            file('settings.gradle') << 'include "a", "b"'
            file('build.gradle') << """
    subprojects {
        configurations {
            compile
        }
        task listDeps {
            def files = configurations.compile
            doLast { files.files }
        }
    }
    project(':a') {
        repositories {
            maven { url '${repo.uri}' }
        }
        dependencies {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  6. istioctl/pkg/tag/tag_test.go

    		t.Run(tc.name, func(t *testing.T) {
    			var out bytes.Buffer
    			client := fake.NewSimpleClientset(tc.webhooks.DeepCopyObject(), tc.namespaces.DeepCopyObject())
    			outputFormat = util.JSONFormat
    			err := listTags(context.Background(), client, &out)
    			if tc.error == "" && err != nil {
    				t.Fatalf("expected no error, got %v", err)
    			}
    			if tc.error != "" {
    				if err == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 22:41:06 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/reflect/TypeTokenTest.java

      }
    
      private interface ListMap<K, V> extends Map<K, List<V>> {}
    
      public void testGetSupertype_fullyGenericType() {
        ParameterizedType expectedType =
            Types.newParameterizedType(
                Map.class,
                ListMap.class.getTypeParameters()[0],
                Types.newParameterizedType(List.class, ListMap.class.getTypeParameters()[1]));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

      }
    
      private interface ListMap<K, V> extends Map<K, List<V>> {}
    
      public void testGetSupertype_fullyGenericType() {
        ParameterizedType expectedType =
            Types.newParameterizedType(
                Map.class,
                ListMap.class.getTypeParameters()[0],
                Types.newParameterizedType(List.class, ListMap.class.getTypeParameters()[1]));
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/extra-models.md

    ## Lista de modelos
    
    Da mesma forma, você pode declarar respostas de listas de objetos.
    
    Para isso, use o padrão Python `typing.List` (ou simplesmente `list` no Python 3.9 e superior):
    
    === "Python 3.8 and above"
    
        ```Python hl_lines="1  20"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. tensorflow/cc/BUILD

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top