Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for shorterOf (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            outputContains("artifacts: [producer2.jar (producer2.jar)]")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/22735")
        def "transform selection prioritizes shorter transforms over attribute schema matching"() {
    
            // The lib project defines two variants:
            // primary:
            // - artifactType=jar
            // - extraAttribute=preferred
            // secondary:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. src/net/http/server.go

    		fmt.Fprintln(w, body)
    	}
    }
    
    var htmlReplacer = strings.NewReplacer(
    	"&", "&",
    	"<", "&lt;",
    	">", "&gt;",
    	// "&#34;" is shorter than "&quot;".
    	`"`, "&#34;",
    	// "&#39;" is shorter than "&apos;" and apos was not in HTML until HTML5.
    	"'", "&#39;",
    )
    
    func htmlEscape(s string) string {
    	return htmlReplacer.Replace(s)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm6.go

    }
    
    var yret = []ytab{
    	{Zo_iw, 1, argList{}},
    	{Zo_iw, 1, argList{Yi32}},
    }
    
    var ymovq = []ytab{
    	// valid in 32-bit mode
    	{Zm_r_xm_nr, 1, argList{Ym, Ymr}},  // 0x6f MMX MOVQ (shorter encoding)
    	{Zr_m_xm_nr, 1, argList{Ymr, Ym}},  // 0x7f MMX MOVQ
    	{Zm_r_xm_nr, 2, argList{Yxr, Ymr}}, // Pf2, 0xd6 MOVDQ2Q
    	{Zm_r_xm_nr, 2, argList{Yxm, Yxr}}, // Pf3, 0x7e MOVQ xmm1/m64 -> xmm2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    mouth and yawned once or twice, and shook itself.  Then it got
    down off the mushroom, and crawled away in the grass, merely
    remarking as it went, `One side will make you grow taller, and
    the other side will make you grow shorter.'
    
      `One side of WHAT?  The other side of WHAT?' thought Alice to
    herself.
    
      `Of the mushroom,' said the Caterpillar, just as if she had
    asked it aloud; and in another moment it was out of sight.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    the Glass be sufficiently soiled with Smoak) appears something more like a mathematical Point. And for the same Reason, the enormous Part of the Light in the Circumference of every lucid Point ought to be less discernible in shorter Telescopes than in longer, because the shorter transmit less Light to the Eye. Now, that the fix'd Stars, by reason of their immense Distance, appear like Points, unless so far as their Light is dilated by Refraction, may appear from hence; that when the Moon passes over...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    mouth and yawned once or twice, and shook itself.  Then it got
    down off the mushroom, and crawled away in the grass, merely
    remarking as it went, `One side will make you grow taller, and
    the other side will make you grow shorter.'
    
      `One side of WHAT?  The other side of WHAT?' thought Alice to
    herself.
    
      `Of the mushroom,' said the Caterpillar, just as if she had
    asked it aloud; and in another moment it was out of sight.
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // versions. Here we put a 16-byte dummy string as a placeholder. We choose
      // 16-byte because it's the alignment of buffers in flatbuffer, so it won't
      // cause any waste of space if the actual string is shorter than 16 bytes.
      constexpr std::size_t kByteStringSize = 16;
      metadata.push_back(
          BuildMetadata("min_runtime_version", std::string(kByteStringSize, '\0')));
      if (use_buffer_offset_) {
        metadata.push_back(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/crypto/chacha20poly1305/chacha20poly1305_amd64.s

    	MOVOU  (inp), T0
    	ADDQ   inl, inp
    	PAND   -16(t0)(itr2*1), T0
    	MOVO   T0, 0+tmpStore
    	MOVQ   T0, t0
    	MOVQ   8+tmpStore, t1
    	PXOR   A1, T0
    
    	// We can only store one byte at a time, since plaintext can be shorter than 16 bytes
    openSSETail16Store:
    	MOVQ T0, t3
    	MOVB t3, (oup)
    	PSRLDQ $1, T0
    	INCQ   oup
    	DECQ   inl
    	JNE    openSSETail16Store
    	ADDQ   t0, acc0; ADCQ t1, acc1; ADCQ $1, acc2
    	polyMul
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    	// Generic PLEG relies on relisting for discovering container events.
    	// A longer period means that kubelet will take longer to detect container
    	// changes and to update pod status. On the other hand, a shorter period
    	// will cause more frequent relisting (e.g., container runtime operations),
    	// leading to higher cpu usage.
    	// Note that even though we set the period to 1s, the relisting itself can
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__certificates.k8s.io__v1_openapi.json

                "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 151.7K bytes
    - Viewed (0)
Back to top