Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 139 of 139 for discard (0.14 sec)

  1. api/go1.txt

    pkg io/ioutil, func TempDir(string, string) (string, error)
    pkg io/ioutil, func TempFile(string, string) (*os.File, error)
    pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error
    pkg io/ioutil, var Discard io.Writer
    pkg log, const Ldate ideal-int
    pkg log, const Llongfile ideal-int
    pkg log, const Lmicroseconds ideal-int
    pkg log, const Lshortfile ideal-int
    pkg log, const LstdFlags ideal-int
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.32.md

    - Discarded the output streams of destination path check in kubectl cp when copying from local to pod and added a 3 seconds timeout to this check ([#126652](https://github.com/kubernetes/kubernetes/pull/126652), [@ardaguclu](https://github.com/ardaguclu)) [SIG...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const TOSTOP = 4194304
    pkg syscall (netbsd-arm64-cgo), const TOSTOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VDISCARD = 15
    pkg syscall (netbsd-arm64-cgo), const VDISCARD ideal-int
    pkg syscall (netbsd-arm64-cgo), const VDSUSP = 11
    pkg syscall (netbsd-arm64-cgo), const VDSUSP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VEOF = 0
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        // individual read took longer than 100ms.
        assertThat(elapsedMillis).isLessThan(500L)
    
        // Do another request to confirm that the discarded connection was not pooled.
        assertContent("A", getResponse(newRequest("/")))
        assertThat(server.takeRequest().sequenceNumber).isEqualTo(0)
        // Connection is not pooled.
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  5. guava/src/com/google/common/cache/LocalCache.java

              return 0;
            }
    
            @Override
            public Iterator<Object> iterator() {
              return ImmutableSet.of().iterator();
            }
          };
    
      /** Queue that discards all elements. */
      @SuppressWarnings("unchecked") // impl never uses a parameter or returns any non-null value
      static <E> Queue<E> discardingQueue() {
        return (Queue) DISCARDING_QUEUE;
      }
    
      /*
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int
    pkg syscall (freebsd-arm64), const TOSTOP = 4194304
    pkg syscall (freebsd-arm64), const TOSTOP ideal-int
    pkg syscall (freebsd-arm64), const VDISCARD = 15
    pkg syscall (freebsd-arm64), const VDISCARD ideal-int
    pkg syscall (freebsd-arm64), const VDSUSP = 11
    pkg syscall (freebsd-arm64), const VDSUSP ideal-int
    pkg syscall (freebsd-arm64), const VEOF = 0
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    deta.app
    deta.dev
    
    // Diher Solutions : https://diher.solutions
    // Submitted by Didi Hermawan <******@****.***ons>
    *.rss.my.id
    *.diher.solutions
    
    // Discord Inc : https://discord.com
    // Submitted by Sahn Lam <******@****.***>
    discordsays.com
    discordsez.com
    
    // DNS Africa Ltd https://dns.business
    // Submitted by Calvin Browne <******@****.***ss>
    jozi.biz
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const TOSTOP = 4194304 #53466
    pkg syscall (freebsd-riscv64), const TOSTOP ideal-int #53466
    pkg syscall (freebsd-riscv64), const VDISCARD = 15 #53466
    pkg syscall (freebsd-riscv64), const VDISCARD ideal-int #53466
    pkg syscall (freebsd-riscv64), const VDSUSP = 11 #53466
    pkg syscall (freebsd-riscv64), const VDSUSP ideal-int #53466
    pkg syscall (freebsd-riscv64), const VEOF = 0 #53466
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.28.md

    - Added new `CRDValidationRatcheting` alpha feature. During a PATCH or UPDATE Validation Ratcheting discards errors thrown by unchanged portions of the resource from most OpenAPI schema validations. ([#118990](https://github.com/kubernetes/kubernetes/pull/118990), [@alexzielenski](https://github.com/alexzielenski))
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:34:59 UTC 2024
    - 456.9K bytes
    - Viewed (0)
Back to top