Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 177 for greatest (0.13 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

            dep.scope == MavenScope.Compile
            hasDefaultDependencyArtifact(dep)
        }
    
        @Issue("GRADLE-2076")
        def "pom with packaging of type eclipse-plugin creates jar artifact"() {
            given:
            pomFile << """
    <project>
        <modelVersion>4.0.0</modelVersion>
        <groupId>group-one</groupId>
        <artifactId>artifact-one</artifactId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	if probe != nil && probe.TerminationGracePeriodSeconds != nil {
    		if *probe.TerminationGracePeriodSeconds > *pod.Spec.TerminationGracePeriodSeconds {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    				xcoffSect.Snreloc = relocsect(sect, si.syms, sect.Vaddr)
    				continue dwarfLoop
    			}
    		}
    		Errorf(nil, "emitRelocations: could not find %q section", sect.Name)
    	}
    }
    
    // xcoffCreateExportFile creates a file with exported symbols for
    // -Wl,-bE option.
    // ld won't export symbols unless they are listed in an export file.
    func xcoffCreateExportFile(ctxt *Link) (fname string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. cmd/bucket-handlers.go

    			continue
    		}
    		os.Sweep()
    	}
    }
    
    // PutBucketHandler - PUT Bucket
    // ----------
    // This implementation of the PUT operation creates a new bucket for authenticated request
    func (api objectAPIHandlers) PutBucketHandler(w http.ResponseWriter, r *http.Request) {
    	ctx := newContext(r, w, "PutBucket")
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    	"ԽՄխ"
    
    // lookup returns the trie value for the first UTF-8 encoding in s and
    // the width in bytes of this encoding. The size will be 0 if s does not
    // hold enough bytes to complete the encoding. len(s) must be greater than 0.
    func (t *caseTrie) lookup(s []byte) (v uint16, sz int) {
    	c0 := s[0]
    	switch {
    	case c0 < 0x80: // is ASCII
    		return caseValues[c0], 1
    	case c0 < 0xC2:
    		return 0, 1 // Illegal UTF-8: not a starter, not ASCII.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  6. cmd/batch-handlers.go

    	jobCancelers map[string]context.CancelFunc
    	workerKillCh chan struct{}
    	workerSize   int
    }
    
    var globalBatchJobPool *BatchJobPool
    
    // newBatchJobPool creates a pool of job manifest workers of specified size
    func newBatchJobPool(ctx context.Context, o ObjectLayer, workers int) *BatchJobPool {
    	jpool := &BatchJobPool{
    		ctx:          ctx,
    		objLayer:     o,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    				instanceFn: func() *unstructured.Unstructured {
    					instance := newNoxuValidationInstance(ns, "foo")
    					instance.Object["beta"] = 5
    					return instance
    				},
    				expectedErrors: []string{"beta in body should be greater than or equal to 10"},
    			},
    			{
    				name: "bad gamma",
    				instanceFn: func() *unstructured.Unstructured {
    					instance := newNoxuValidationInstance(ns, "foo")
    					instance.Object["gamma"] = "qux"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        Value logits = op.getLogits();
        auto loc = op.getLoc();
    
        // Note that the TensorFlow Softmax op verifies that the input rank is
        // greater than or equal to one so the following sequence is valid.
        auto reduce_dim =
            rewriter.create<TF::ConstOp>(loc, GetI64ElementsAttr({-1}, &rewriter));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    	EnvelopeKMSv2ServiceFactory = newMockEnvelopeKMSv2Service
    	defer func() {
    		envelopeServiceFactory = factory
    		EnvelopeKMSv2ServiceFactory = factoryKMSv2
    	}()
    
    	ctx := testContext(t)
    
    	// Creates compound/prefix transformers with different ordering of available transformers.
    	// Transforms data using one of them, and tries to untransform using the others.
    	// Repeats this for all possible combinations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  10. src/crypto/tls/conn.go

    			m = maxPayload
    		}
    
    		_, outBuf = sliceForAppend(outBuf[:0], recordHeaderLen)
    		outBuf[0] = byte(typ)
    		vers := c.vers
    		if vers == 0 {
    			// Some TLS servers fail if the record version is
    			// greater than TLS 1.0 for the initial ClientHello.
    			vers = VersionTLS10
    		} else if vers == VersionTLS13 {
    			// TLS 1.3 froze the record layer version to 1.2.
    			// See RFC 8446, Section 5.1.
    			vers = VersionTLS12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top