Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for MISC (0.06 sec)

  1. CHANGELOG/CHANGELOG-1.16.md

          - [Deprecated/changed metrics](#deprecated/changed-metrics)
        - [Notable Features](#notable-features)
          - [Beta](#beta)
          - [Alpha](#alpha)
          - [CLI Improvements](#cli-improvements)
          - [Misc](#misc)
        - [API Changes](#api-changes)
        - [Other notable changes](#other-notable-changes-5)
          - [API Machinery](#api-machinery)
          - [Apps](#apps)
          - [Auth](#auth)
          - [CLI](#cli)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  2. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="@inproceedings{" type="stringignorecase" offset="0"/>
          <match value="@manual{" type="stringignorecase" offset="0"/>
          <match value="@misc{" type="stringignorecase" offset="0"/>
          <match value="@preamble{" type="stringignorecase" offset="0"/>
          <match value="@phdthesis{" type="stringignorecase" offset="0"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.10.md

        * Remove deprecated ContainerVM support from GCE kube-up.  ([#58247](https://github.com/kubernetes/kubernetes/pull/58247), [@mikedanese](https://github.com/mikedanese))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.23.md

    verbosity and flush frequency can also be configured via the configuration file and not just via command line flags. In other commands (kube-apiserver, kube-controller-manager), the flags are listed in the "Logs flags" group and not under "Global" or "Misc". The type for `-vmodule` was made a bit more descriptive (`pattern=N,...` instead of `moduleSpec`). ([#106090](https://github.com/kubernetes/kubernetes/pull/106090), [@pohly](https://github.com/pohly)) [SIG API Machinery, Architecture, CLI, Cluster...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.15.md

    ### Misc
    
    - Service account controller clients to now use the TokenRequest API, and tokens are periodically rotated. ([#72179](https://github.com/kubernetes/kubernetes/pull/72179), [@WanLinghao](https://github.com/WanLinghao))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.17.md

    - github.com/go-toolsmith/typep: v1.0.0
    - github.com/gobwas/glob: v0.2.3
    - github.com/golangci/check: cfe4005
    - github.com/golangci/dupl: 3e9179a
    - github.com/golangci/errcheck: ef45e06
    - github.com/golangci/go-misc: 927a3d8
    - github.com/golangci/go-tools: e32c541
    - github.com/golangci/goconst: 041c5f2
    - github.com/golangci/gocyclo: 2becd97
    - github.com/golangci/gofmt: 0b8337e
    - github.com/golangci/golangci-lint: v1.18.0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	wroteFrameCh     chan http2frameWriteResult  // from writeFrameAsync -> serve, tickles more frame writes
    	bodyReadCh       chan http2bodyReadMsg       // from handlers -> serve
    	serveMsgCh       chan interface{}            // misc messages & code to send to / run on the serve loop
    	flow             http2outflow                // conn-wide (not stream-specific) outbound flow control
    	inflow           http2inflow                 // conn-wide inbound flow control
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    * 🐛 Fix edge case with repeated aliases names not shown in OpenAPI. PR [#2351](https://github.com/tiangolo/fastapi/pull/2351) by [@klaa97](https://github.com/klaa97).
    * 📝 Add misc dependency installs to tutorial docs. PR [#2126](https://github.com/tiangolo/fastapi/pull/2126) by [@TeoZosa](https://github.com/TeoZosa).
    
    ### Docs
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top