Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for Distinguishes (0.22 sec)

  1. pilot/pkg/model/service.go

    func (st ServiceTarget) NamespacedName() types.NamespacedName {
    	return st.Service.NamespacedName()
    }
    
    type (
    	ServicePort = *Port
    	// ServiceInstancePort defines a port that has both a port and targetPort (which distinguishes it from model.Port)
    	// Note: ServiceInstancePort only makes sense in the context of a specific ServiceInstance, because TargetPort depends on a specific instance.
    	ServiceInstancePort struct {
    		ServicePort
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/implementing_custom_tasks.adoc

    The class extends `DefaultTask` and it has one `@Input`, which is of type `Property<String>`.
    It has one method that is annotated with `@TaskAction`, which prints out the version.
    
    Note that the task implementation clearly distinguishes between "Configuration code" and "Execution code".
    
    The configuration code is executed during Gradle's configuration phase.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:34:54 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  3. doc/asm.html

    in the range [−framesize, 0):
    <code>x-8(SP)</code>, <code>y-4(SP)</code>, and so on.
    </p>
    
    <p>
    On architectures with a hardware register named <code>SP</code>,
    the name prefix distinguishes
    references to the virtual stack pointer from references to the architectural
    <code>SP</code> register.
    That is, <code>x-8(SP)</code> and <code>-8(SP)</code>
    are different memory locations:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (1)
  4. src/cmd/compile/internal/ssa/_gen/genericOps.go

    	// InlMark marks the start of an inlined function body. Its AuxInt field
    	// distinguishes which entry in the local inline tree it is marking.
    	{name: "InlMark", argLength: 1, aux: "Int32", typ: "Void"}, // arg[0]=mem, returns void.
    
    	// Ops for breaking 64-bit operations on 32-bit architectures
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  5. src/internal/fuzz/worker.go

    	// responding to the coordinator before being stopped.
    	workerTimeoutDuration = 1 * time.Second
    
    	// workerExitCode is used as an exit code by fuzz worker processes after an internal error.
    	// This distinguishes internal errors from uncontrolled panics and other crashes.
    	// Keep in sync with internal/fuzz.workerExitCode.
    	workerExitCode = 70
    
    	// workerSharedMemSize is the maximum size of the shared memory file used to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

    Even more information on the differences between `api` and `implementation` is provided in the Java Library Plugin chapter linked above.
    
    `runtime`::
    Use the `runtimeOnly` configuration.
    
    `test`::
    Gradle distinguishes between those dependencies that are required to _compile_ a project's tests and those that are only needed to _run_ them.
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  7. pkg/apis/flowcontrol/types.go

    	// +optional
    	Rules []PolicyRulesWithSubjects
    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 24.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/model/LocalComponentDependencyMetadataTest.groovy

                assert result == [expected] as Set
            } catch (VariantSelectionException e) {
                if (expected == null) {
                    def distinguisher = queryAttributes.containsKey('flavor') ? 'extra' : 'flavor'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 25.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta3/types.go

    }
    
    // FlowDistinguisherMethodType is the type of flow distinguisher method
    type FlowDistinguisherMethodType string
    
    // These are valid flow-distinguisher methods.
    const (
    	// FlowDistinguisherMethodByUserType specifies that the flow distinguisher is the username in the request.
    	// This type is used to provide some insulation between users.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 31.9K bytes
    - Viewed (0)
Back to top