Search Options

Results per page
Sort
Preferred Languages
Advance

Results 601 - 610 of 610 for OPEN (0.05 sec)

  1. CHANGELOG/CHANGELOG-1.25.md

    - Panics while calling validating admission webhook are caught and honor the fail open or fail closed setting. ([#108746](https://github.com/kubernetes/kubernetes/pull/108746), [@deads2k](https://github.com/deads2k)) [SIG API Machinery]
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Mon May 06 09:23:20 UTC 2024
    - 419.1K bytes
    - Viewed (0)
  2. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    onojo.fukuoka.jp
    onomichi.hiroshima.jp
    onporter.run
    onrender.com
    onthewifi.com
    onza.mythic-beasts.com
    ooguy.com
    ookuwa.nagano.jp
    ooo
    oops.jp
    ooshika.nagano.jp
    oow.gov.pl
    opal.ne.jp
    open
    opencraft.hosting
    opensocial.site
    operaunite.com
    opoczno.pl
    opole.pl
    oppdal.no
    oppegard.no
    oppegÄrd.no
    or.at
    or.bi
    or.ci
    or.cr
    or.id
    or.it
    or.jp
    or.ke
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  3. lib/fips140/v1.1.0-rc1.zip

    panic("crypto/cipher: counter decreased or remained the same") } g.next = counter + 1 } fips140.RecordApproved() return g.g.sealAfterIndicator(dst, nonce, plaintext, data) } func (g *GCMWithCounterNonce) Open(dst, nonce, ciphertext, data []byte) ([]byte, error) { fips140.RecordApproved() return g.g.Open(dst, nonce, ciphertext, data) } // NewGCMWithXORCounter returns a new AEAD that works like GCM, but // enforces the construction of deterministic nonces. The nonce must be 96 bits, // the first 32 bits...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), func Munmap([]uint8) error
    pkg syscall (netbsd-arm64-cgo), func Nanosleep(*Timespec, *Timespec) error
    pkg syscall (netbsd-arm64-cgo), func Open(string, int, uint32) (int, error)
    pkg syscall (netbsd-arm64-cgo), func ParseDirent([]uint8, int, []string) (int, int, []string)
    pkg syscall (netbsd-arm64-cgo), func ParseRoutingMessage([]uint8) ([]RoutingMessage, error)
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Munmap([]uint8) error
    pkg syscall (freebsd-arm64), func Nanosleep(*Timespec, *Timespec) error
    pkg syscall (freebsd-arm64), func Open(string, int, uint32) (int, error)
    pkg syscall (freebsd-arm64), func ParseDirent([]uint8, int, []string) (int, int, []string)
    pkg syscall (freebsd-arm64), func ParseRoutingMessage //deprecated
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Munmap([]uint8) error #53466
    pkg syscall (freebsd-riscv64), func Nanosleep(*Timespec, *Timespec) error #53466
    pkg syscall (freebsd-riscv64), func Open(string, int, uint32) (int, error) #53466
    pkg syscall (freebsd-riscv64), func ParseDirent([]uint8, int, []string) (int, int, []string) #53466
    pkg syscall (freebsd-riscv64), func ParseRoutingMessage //deprecated #53466
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. src/main/webapp/css/bootstrap.min.css.map

    #{$dropdown-header-padding-x};\n  --#{$prefix}dropdown-header-padding-y: #{$dropdown-header-padding-y};\n  // scss-docs-end dropdown-css-vars\n\n  position: absolute;\n  z-index: var(--#{$prefix}dropdown-zindex);\n  display: none; // none by default, but block on \"open\" of the menu\n  min-width: var(--#{$prefix}dropdown-min-width);\n  padding: var(--#{$prefix}dropdown-padding-y) var(--#{$prefix}dropdown-padding-x);\n  margin: 0; // Override default margin of ul\n  @include font-size(var(--#{$prefix}dropdown-font-size));\n...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

    Structured logging reached its Beta milestone. Most log messages from kubelet and kube-scheduler have been converted. Users are encouraged to try out JSON output or parsing of the structured text format and provide feedback on possible solutions for the open issues, such as handling of multi-line strings in log values.
    
    ### Simplified Multi-point plugin configuration for scheduler
    
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. docs/en/docs/release-notes.md

        * It's now possible to use [Starlette's `StreamingResponse`](https://www.starlette.dev/responses/#streamingresponse) with iterators, like [file-like](https://docs.python.org/3/glossary.html#term-file-like-object) objects (as those returned by `open()`).
        * It's now possible to use the low level utility `iterate_in_threadpool` from `starlette.concurrency` (for advanced scenarios).
        * PR [#243](https://github.com/tiangolo/fastapi/pull/243).
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  10. CREDITS

    ================================================================
    
    github.com/munnerz/goautoneg
    https://github.com/munnerz/goautoneg
    ----------------------------------------------------------------
    Copyright (c) 2011, Open Knowledge Foundation Ltd.
    All rights reserved.
    
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions are
    met:
    
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Mar 13 05:29:51 UTC 2025
    - 1.8M bytes
    - Viewed (0)
Back to top