Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 97 for monday (0.17 sec)

  1. pkg/kube/krt/README.md

    #### Object optimizations
    
    One important aspect of `krt` is its ability to automatically detect if objects have changed, and only trigger dependencies if so.
    This works better when we only compare fields we actually use.
    Today, users can do this manually by making a transformation from the full object to a subset of the object.
    
    This could be improved by:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Dec 18 17:21:50 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    #e5e5e5}.uk-modal-body::after,.uk-modal-body::before,.uk-modal-footer::after,.uk-modal-footer::before,.uk-modal-header::after,.uk-modal-header::before{content:"";display:table}.uk-modal-body::after,.uk-modal-footer::after,.uk-modal-header::after{clear:both}.uk-modal-body>:last-child,.uk-modal-footer>:last-child,.uk-modal-header>:last-child{margin-bottom:0}.uk-modal-title{font-size:2rem;line-height:1.3}[class*=uk-modal-close-]{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*=uk-modal-c...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  3. cluster/get-kube-binaries.sh

            extract_arch_tarball "${KUBE_ROOT}/test/${TEST_PLATFORM_TAR}" "${OS}" "${ARCH}"
        done
      else
        echo "Failed to download portable test tarball, falling back to mondo test tarball."
        TESTS_MONDO_TAR="kubernetes-test.tar.gz"
        download_tarball "${KUBE_ROOT}/test" "${TESTS_MONDO_TAR}"
        echo "Extracting ${TESTS_MONDO_TAR} into ${KUBE_ROOT}"
        # Strip leading "kubernetes/"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 10:57:41 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  4. doc/go_spec.html

    Together with the <a href="#Iota"><code>iota</code> constant generator</a>
    this mechanism permits light-weight declaration of sequential values:
    </p>
    
    <pre>
    const (
    	Sunday = iota
    	Monday
    	Tuesday
    	Wednesday
    	Thursday
    	Friday
    	Partyday
    	numberOfDays  // this constant is not exported
    )
    </pre>
    
    
    <h3 id="Iota">Iota</h3>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  5. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	VSUMQG H_2, T_0, H_2
    
    	// reduce again after summation
    	// TODO(mundaym): there might be a more efficient way to do this
    	// now that we only have 1 active lane. For example, we could
    	// simultaneously pack the values as we reduce them.
    	REDUCE(H_0, H_1, H_2, H_3, H_4)
    
    	// carry h[1] through to h[4] so that only h[4] can exceed 2²⁶ - 1
    	// TODO(mundaym): in testing this final carry was unnecessary.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  6. src/crypto/aes/gcm_s390x.go

    // kmaGCM executes the encryption or decryption operation given by fn. The tag
    // will be calculated and written to tag. cnt should contain the current
    // counter state and will be overwritten with the updated counter state.
    // TODO(mundaym): could pass in hash subkey
    //
    //go:noescape
    func kmaGCM(fn code, key, dst, src, aad []byte, tag *[16]byte, cnt *gcmCount)
    
    // Seal encrypts and authenticates plaintext. See the [cipher.AEAD] interface for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/openapi-callbacks.md

    The user of your API (an external developer) will create an invoice in your API with a POST request.
    
    Then your API will (let's imagine):
    
    * Send the invoice to some customer of the external developer.
    * Collect the money.
    * Send a notification back to the API user (the external developer).
        * This will be done by sending a POST request (from *your API*) to some *external API* provided by that external developer (this is the "callback").
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_use_cases.adoc

    This translates into faster feedback for developers, and less money spent on the CI resources.
    Faster builds also mean fewer commits being part of each build, which makes debugging issues more efficient.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativePlatformSamplesIntegrationTest.groovy

            sharedLibrary(flavors.dir.file("build/libs/hello/shared/french/hello")).assertExists()
    
            and:
            installation(flavors.dir.file("build/install/main/french")).exec().out == "Bonjour monde!\n"
        }
    
        @RequiresInstalledToolChain(SUPPORTS_32_AND_64)
        @ToBeFixedForConfigurationCache
        def variants() {
            given:
            sample variants
    
            when:
            run "assemble"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/s390x/asm.go

    			return false
    		}
    	case objabi.R_PCREL, objabi.R_PCRELDBL, objabi.R_CALL:
    		elfrel := elf.R_390_NONE
    		rVariant := ldr.RelocVariant(s, ri)
    		isdbl := rVariant&sym.RV_TYPE_MASK == sym.RV_390_DBL
    		// TODO(mundaym): all DBL style relocations should be
    		// signalled using the variant - see issue 14218.
    		switch r.Type {
    		case objabi.R_PCRELDBL, objabi.R_CALL:
    			isdbl = true
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 13.7K bytes
    - Viewed (0)
Back to top