Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for before8 (0.15 sec)

  1. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    255,255,.5)}.uk-card-primary.uk-card-body .uk-tab::before,.uk-card-primary>:not([class*=uk-card-media]) .uk-tab::before,.uk-card-secondary.uk-card-body .uk-tab::before,.uk-card-secondary>:not([class*=uk-card-media]) .uk-tab::before,.uk-light .uk-tab::before,.uk-offcanvas-bar .uk-tab::before,.uk-overlay-primary .uk-tab::before,.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,.uk-tile-primary:not(.uk-preserve-color) .uk-tab::...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  2. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    [["columns",["columns"]]]),breakBefore:({addUtilities:i})=>{i({".break-before-auto":{"break-before":"auto"},".break-before-avoid":{"break-before":"avoid"},".break-before-all":{"break-before":"all"},".break-before-avoid-page":{"break-before":"avoid-page"},".break-before-page":{"break-before":"page"},".break-before-left":{"break-before":"left"},".break-before-right":{"break-before":"right"},".break-before-column":{"break-before":"column"}})},breakInside:({addUtilities:i})=>{i({".break-inside-auto"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  3. pkg/registry/core/service/storage/storage_test.go

    			update := tc.update.DeepCopy()
    			patchAllocatedValues(After{update}, Before{tc.before})
    
    			beforeIP := tc.before.Spec.ClusterIP
    			updateIP := update.Spec.ClusterIP
    			if tc.expectSameClusterIPs || tc.expectReducedClusterIPs {
    				if beforeIP != updateIP {
    					t.Errorf("expected clusterIP to be patched: %q != %q", beforeIP, updateIP)
    				}
    			} else if beforeIP == updateIP {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  4. src/net/http/h2_bundle.go

    	// reqHeaderMu is a 1-element semaphore channel controlling access to sending new requests.
    	// Write to reqHeaderMu to lock it, read from it to unlock.
    	// Lock reqmu BEFORE mu or wmu.
    	reqHeaderMu chan struct{}
    
    	// wmu is held while writing.
    	// Acquire BEFORE mu when holding both, to avoid blocking mu on network writes.
    	// Only acquire both at the same time when changing peer settings.
    	wmu  sync.Mutex
    	bw   *bufio.Writer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.21.md

      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
      - [Changes by Kind](#changes-by-kind-13)
        - [Deprecation](#deprecation)
        - [API Change](#api-change-3)
        - [Feature](#feature-11)
        - [Documentation](#documentation)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      specific Hostname values to choose the correct Listener and its
                      associated set of Routes. \n Exact matches must be processed before
                      wildcard matches, and wildcard matches must be processed before
                      fallback (empty Hostname value) matches. For example, `\"foo.example.com\"`
                      takes precedence over `\"*.example.com\"`, and `\"*.example.com\"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.10.md

        - [Windows](#windows)
        - [OpenStack](#openstack)
        - [API-machinery](#api-machinery)
        - [Auth](#auth)
        - [Azure](#azure)
        - [CLI](#cli)
        - [Network](#network)
      - [Before Upgrading](#before-upgrading)
      - [Known Issues](#known-issues)
      - [Deprecations](#deprecations)
      - [Other Notable Changes](#other-notable-changes-13)
        - [Apps](#apps)
        - [AWS](#aws)
        - [Auth](#auth-1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

      - [1.14 What’s New](#114-whats-new)
      - [Known Issues](#known-issues-1)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
      - [Deprecations](#deprecations)
      - [Removed and deprecated metrics](#removed-and-deprecated-metrics)
        - [Removed metrics](#removed-metrics)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
  9. doc/go_spec.html

    the result parameters before they are returned.
    If the deferred function has any return values, they are discarded when
    the function completes.
    (See also the section on <a href="#Handling_panics">handling panics</a>.)
    </p>
    
    <pre>
    lock(l)
    defer unlock(l)  // unlocking happens before surrounding function returns
    
    // prints 3 2 1 0 before surrounding function returns
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.18.md

        - [Node binaries](#node-binaries-12)
      - [Changelog since v1.18.5](#changelog-since-v1185)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
      - [Changes by Kind](#changes-by-kind-13)
        - [API Change](#api-change-2)
        - [Bug or Regression](#bug-or-regression-12)
      - [Dependencies](#dependencies-14)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top