Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for says (0.23 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_BIND ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_BREAK = 17
    pkg syscall (netbsd-arm64-cgo), const SYS_BREAK ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR = 12
    pkg syscall (netbsd-arm64-cgo), const SYS_CHDIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS = 34
    pkg syscall (netbsd-arm64-cgo), const SYS_CHFLAGS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/moment-with-locales.min.js

    eturn"P0D";var l=u<0?"-":"",M=Jt(this._months)!==Jt(u)?"-":"",h=Jt(this._days)!==Jt(u)?"-":"",L=Jt(this._milliseconds)!==Jt(u)?"-":"";return l+"P"+(d?M+d+"Y":"")+(r?M+r+"M":"")+(_?h+_+"D":"")+(i||o||m?"T":"")+(i?L+i+"H":"")+(o?L+o+"M":"")+(m?L+m+"S":"")}var Rt=Pa.prototype;Rt.isValid=function(){return this._isValid},Rt.abs=function(){var e=this._data;return this._milliseconds=ht(this._milliseconds),this._days=ht(this._days),this._months=ht(this._months),e.milliseconds=ht(e.milliseconds),e.second...
    JavaScript
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jul 12 13:18:07 GMT 2018
    - 319K bytes
    - Viewed (4)
  3. CHANGELOG/CHANGELOG-1.24.md

    - github.com/google/cel-go: [v0.9.0 → v0.10.1](https://github.com/google/cel-go/compare/v0.9.0...v0.10.1)
    - github.com/moby/sys/mountinfo: [v0.4.1 → v0.6.0](https://github.com/moby/sys/mountinfo/compare/v0.4.1...v0.6.0)
    - github.com/moby/term: [9d4ed18 → 3f7ff69](https://github.com/moby/term/compare/9d4ed18...3f7ff69)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Aug 24 00:02:43 GMT 2023
    - 473.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    - github.com/miekg/dns: [v1.1.35 → v1.0.14](https://github.com/miekg/dns/compare/v1.1.35...v1.0.14)
    - github.com/moby/sys/mountinfo: [v0.4.0 → v0.4.1](https://github.com/moby/sys/mountinfo/compare/v0.4.0...v0.4.1)
    - github.com/moby/term: [df9cb8a → 9d4ed18](https://github.com/moby/term/compare/df9cb8a...9d4ed18)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  5. CHANGELOG/CHANGELOG-1.28.md

    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    - golang.org/x/crypto: v0.16.0 → v0.21.0
    - golang.org/x/net: v0.19.0 → v0.23.0
    - golang.org/x/sys: v0.15.0 → v0.18.0
    - golang.org/x/term: v0.15.0 → v0.18.0
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.28.8
    
    
    ## Downloads for v1.28.8
    
    
    
    ### Source Code
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 20:44:48 GMT 2024
    - 385.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.20.md

    - Server Side Apply now treats LabelSelector fields as atomic (meaning the entire selector is managed by a single writer and updated together), since they contain interrelated and inseparable fields that do not merge in intuitive ways. ([#93901](https://github.com/kubernetes/kubernetes/pull/93901), [@jpbetz](https://github.com/jpbetz)) [SIG API Machinery, Auth, CLI, Cloud Provider, Cluster Lifecycle, Instrumentation, Network, Node, Storage and Testing]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 19 21:05:45 GMT 2022
    - 409K bytes
    - Viewed (0)
  7. doc/go_spec.html

    to the maximum element index plus one.
    </p>
    
    <pre>
    buffer := [10]string{}             // len(buffer) == 10
    intSet := [6]int{1, 2, 3, 5}       // len(intSet) == 6
    days := [...]string{"Sat", "Sun"}  // len(days) == 2
    </pre>
    
    <p>
    A slice literal describes the entire underlying array literal.
    Thus the length and capacity of a slice literal are the maximum
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.25.md

    ### Changed
    - github.com/vmware/govmomi: [v0.30.0 → v0.30.6](https://github.com/vmware/govmomi/compare/v0.30.0...v0.30.6)
    - golang.org/x/crypto: 3147a52 → v0.14.0
    - golang.org/x/net: v0.8.0 → v0.17.0
    - golang.org/x/sys: v0.6.0 → v0.13.0
    - golang.org/x/term: v0.6.0 → v0.13.0
    - golang.org/x/text: v0.8.0 → v0.13.0
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.25.14
    
    
    ## Downloads for v1.25.14
    
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Nov 16 11:30:31 GMT 2023
    - 419K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.23.md

    After migration, Kubernetes users may continue to rely on all the functionality of in-tree storage plugins using the existing interface.
    - CSI Migration feature is turned on by default but stays in Beta for GCE PD, AWS EBS, and Azure Disk in 1.23.
    - CSI Migration is introduced as an Alpha feature for Ceph RBD and Portworx in 1.23.
    
    ## Urgent Upgrade Notes 
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 28 21:06:52 GMT 2023
    - 424.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.9.md

    *   Added extra_sans config option to kubeapi-load-balancer charm. This allows the user to specify extra SAN entries on the certificate generated for the load balancer. ([#54947](https://github.com/kubernetes/kubernetes/pull/54947),[ @hyperbolic2346](https://github.com/hyperbolic2346))...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
Back to top