Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 636 for descriptor (0.32 sec)

  1. cmd/kubeadm/app/phases/upgrade/compute.go

    		versionLabel := fmt.Sprintf("stable-%s", currentBranch)
    		description := fmt.Sprintf("version in the v%s series", currentBranch)
    
    		// Get and output the latest patch version for the cluster branch
    		patchVersionStr, patchVersion, err := versionGetterImpl.VersionFromCILabel(versionLabel, description)
    		if err != nil {
    			klog.Warningf("[upgrade/versions] WARNING: %v\n", err)
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

            failure.assertHasCause("Could not resolve project :.")
            assertFullMessageCorrect("""     Required by:
             project :
          > A dependency was declared on configuration 'absent' which is not declared in the descriptor for project :.""")
    
            and: "Helpful resolutions are provided"
            assertSuggestsReviewingAlgorithm()
            // TODO: Nothing specific here
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoExecutor.java

    import org.apache.maven.plugin.PluginConfigurationException;
    import org.apache.maven.plugin.PluginIncompatibleException;
    import org.apache.maven.plugin.PluginManagerException;
    import org.apache.maven.plugin.descriptor.MojoDescriptor;
    import org.apache.maven.project.MavenProject;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
     * <p>
     * Executes an individual mojo
     * </p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:09 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/execution/MavenSession.java

    import org.apache.maven.internal.impl.SettingsUtilsV4;
    import org.apache.maven.model.Profile;
    import org.apache.maven.monitor.event.EventDispatcher;
    import org.apache.maven.plugin.descriptor.PluginDescriptor;
    import org.apache.maven.project.MavenProject;
    import org.apache.maven.project.ProjectBuildingRequest;
    import org.apache.maven.settings.Mirror;
    import org.apache.maven.settings.Proxy;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  5. src/runtime/asm_ppc64x.s

    	// If there is a _cgo_init, call it using the gcc ABI.
    	MOVD	_cgo_init(SB), R12
    	CMP	R12, $0
    	BEQ	nocgo
    
    #ifdef GO_PPC64X_HAS_FUNCDESC
    	// Load the real entry address from the first slot of the function descriptor.
    	MOVD	8(R12), R2
    	MOVD	(R12), R12
    #endif
    	MOVD	R12, CTR		// r12 = "global function entry point"
    	MOVD	R13, R5			// arg 2: TLS base pointer
    	MOVD	$setg_gcc<>(SB), R4 	// arg 1: setg
    	MOVD	g, R3			// arg 0: G
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 45.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admission/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AdmissionRequest) Reset()      { *m = AdmissionRequest{} }
    func (*AdmissionRequest) ProtoMessage() {}
    func (*AdmissionRequest) Descriptor() ([]byte, []int) {
    	return fileDescriptor_d8f147b43c61e73e, []int{0}
    }
    func (m *AdmissionRequest) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  7. src/unsafe/unsafe.go

    // of a hypothetical variable v as if v was declared via var v = x.
    // The size does not include any memory possibly referenced by x.
    // For instance, if x is a slice, Sizeof returns the size of the slice
    // descriptor, not the size of the memory referenced by the slice;
    // if x is an interface, Sizeof returns the size of the interface value itself,
    // not the size of the value stored in the interface.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:45:20 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    such as a module in a Maven repository. This is often called a "package" in many repository formats.
    
    The module metadata file is a JSON file published alongside the existing repository-specific metadata files, such as a Maven POM or Ivy descriptor. It adds additional metadata that can be used by Gradle versions and other tooling that understand the format. This allows the rich Gradle model to be mapped to and "tunneled" through existing repository formats while continuing to support existing...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. src/internal/fuzz/worker.go

    // while the underlying reader is blocked, Read returns immediately.
    //
    // This is useful for reading from a pipe. Closing a pipe file descriptor does
    // not unblock pending Reads on that file descriptor. All copies of the pipe's
    // other file descriptor (the write end) must be closed in all processes that
    // inherit it. This is difficult to do correctly in the situation we care about
    // (process group termination).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admission/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AdmissionRequest) Reset()      { *m = AdmissionRequest{} }
    func (*AdmissionRequest) ProtoMessage() {}
    func (*AdmissionRequest) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7b47d27831186ccf, []int{0}
    }
    func (m *AdmissionRequest) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 46K bytes
    - Viewed (0)
Back to top