Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 37 for Implicits (0.14 sec)

  1. src/cmd/go/internal/modload/buildlist.go

    }
    
    // A ModuleGraph represents the complete graph of module dependencies
    // of a main module.
    //
    // If the main module supports module graph pruning, the graph does not include
    // transitive dependencies of non-root (implicit) dependencies.
    type ModuleGraph struct {
    	g         *mvs.Graph
    	loadCache par.ErrCache[module.Version, *modFileSummary]
    
    	buildListOnce sync.Once
    	buildList     []module.Version
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    [[sec:implicit_imports]]
    === Implicit imports
    
    All Kotlin DSL build scripts have implicit imports consisting of:
    
    * The <<writing_build_scripts#script-default-imports,default Gradle API imports>>
    * The Kotlin DSL API, which is all types within the following packages:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/sidecar_simulation_test.go

    			routeName: "8080",
    			expected: map[string][]string{
    				"known.default.svc.cluster.local": {"outbound|8080||alt-known.default.svc.cluster.local"},
    			},
    			expectedGateway: map[string][]string{ // No implicit port matching for gateway
    				"known.default.svc.cluster.local": {"outbound|80||alt-known.default.svc.cluster.local"},
    			},
    		},
    		{
    			name: "consumer rule port 80",
    			cfg: []Configer{vsArgs{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    graph.
    ### `-tf-batch-matmul-to-tf-einsum`
    
    _Replace TF BatchMatMul op by TF Einsum op._
    
    ### `-tf-broadcast-fold`
    
    _Fold explicit broadcasts into the following operations if they support implicit broadcasting on their operand._
    
    ### `-tf-canonicalize-compile-and-replicate-attributes`
    
    _Canonicalize compilation and replication attributes._
    
    A pass that converts existing compilation and replication attributes into
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	preserveUnknownFields   bool
    	returnUnknownFieldPaths bool
    }
    
    func (v *unstructuredSchemaCoercer) apply(u *unstructured.Unstructured) (unknownFieldPaths []string, err error) {
    	// save implicit meta fields that don't have to be specified in the validation spec
    	kind, foundKind, err := unstructured.NestedString(u.UnstructuredContent(), "kind")
    	if err != nil {
    		return nil, err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  6. src/html/template/escape_test.go

    		}
    		if got.String() != want {
    			t.Errorf("after executing template \"hello\", got:\n\t%q\nwant:\n\t%q\n", got.String(), want)
    		}
    		got.Reset()
    	}
    	// Ensure that the implicit re-execution of "hello" during the execution of
    	// "main" does not cause the output of "hello" to change.
    	err = tmpl.ExecuteTemplate(got, "main", nil)
    	if err != nil {
    		t.Errorf("unexpected error: %s", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

        // NOTE: if timeout < 0, remainingNanos will be < 0 and we will fall into the while(true) loop
        // at the bottom and throw a timeoutexception.
        final long timeoutNanos = unit.toNanos(timeout); // we rely on the implicit null check on unit.
        long remainingNanos = timeoutNanos;
        if (Thread.interrupted()) {
          throw new InterruptedException();
        }
        Object localValue = value;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  8. guava/src/com/google/common/util/concurrent/AbstractFuture.java

        // NOTE: if timeout < 0, remainingNanos will be < 0 and we will fall into the while(true) loop
        // at the bottom and throw a timeoutexception.
        final long timeoutNanos = unit.toNanos(timeout); // we rely on the implicit null check on unit.
        long remainingNanos = timeoutNanos;
        if (Thread.interrupted()) {
          throw new InterruptedException();
        }
        Object localValue = value;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  9. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        }
    
        /** MNG-522, MNG-3018 */
        @Test
        void testManagedPluginConfigurationAppliesToImplicitPluginsIntroducedByPackaging() throws Exception {
            PomTestWrapper pom = buildPom("plugin-management-for-implicit-plugin/child");
            assertEquals(
                    "passed.txt",
                    pom.getValue("build/plugins[@artifactId='maven-resources-plugin']/configuration/pathname"));
            assertEquals(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  10. src/runtime/asm_amd64.s

    // to keep running g.
    TEXT runtime·mcall<ABIInternal>(SB), NOSPLIT, $0-8
    	MOVQ	AX, DX	// DX = fn
    
    	// Save state in g->sched. The caller's SP and PC are restored by gogo to
    	// resume execution in the caller's frame (implicit return). The caller's BP
    	// is also restored to support frame pointer unwinding.
    	MOVQ	SP, BX	// hide (SP) reads from vet
    	MOVQ	8(BX), BX	// caller's PC
    	MOVQ	BX, (g_sched+gobuf_pc)(R14)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
Back to top