Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for changed (0.7 sec)

  1. CHANGELOG/CHANGELOG-1.27.md

      - [Changes by Kind](#changes-by-kind-5)
        - [API Change](#api-change)
        - [Feature](#feature-5)
        - [Bug or Regression](#bug-or-regression-5)
      - [Dependencies](#dependencies-5)
        - [Added](#added-5)
        - [Changed](#changed-5)
        - [Removed](#removed-5)
    - [v1.27.7](#v1277)
      - [Downloads for v1.27.7](#downloads-for-v1277)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.26.md

      - [Changes by Kind](#changes-by-kind-4)
        - [API Change](#api-change)
        - [Feature](#feature-4)
        - [Bug or Regression](#bug-or-regression-4)
      - [Dependencies](#dependencies-4)
        - [Added](#added-4)
        - [Changed](#changed-4)
        - [Removed](#removed-4)
    - [v1.26.10](#v12610)
      - [Downloads for v1.26.10](#downloads-for-v12610)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Mar 14 16:24:51 GMT 2024
    - 425.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

      - [Changelog since v1.29.0](#changelog-since-v1290)
      - [Changes by Kind](#changes-by-kind-3)
        - [API Change](#api-change)
        - [Feature](#feature-3)
        - [Bug or Regression](#bug-or-regression-3)
        - [Other (Cleanup or Flake)](#other-cleanup-or-flake-1)
      - [Dependencies](#dependencies-3)
        - [Added](#added-3)
        - [Changed](#changed-3)
        - [Removed](#removed-3)
    - [v1.29.0](#v1290)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 21:41:06 GMT 2024
    - 299.9K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.28.md

      - [Changes by Kind](#changes-by-kind-5)
        - [API Change](#api-change)
        - [Feature](#feature-5)
        - [Bug or Regression](#bug-or-regression-5)
      - [Dependencies](#dependencies-5)
        - [Added](#added-5)
        - [Changed](#changed-5)
        - [Removed](#removed-5)
    - [v1.28.3](#v1283)
      - [Downloads for v1.28.3](#downloads-for-v1283)
    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)
  5. common-protos/k8s.io/api/core/v1/generated.proto

      // service; otherwise creation of the service will fail. This field may not
      // be changed through updates unless the type field is also being changed
      // to ExternalName (which requires this field to be blank) or the type
      // field is being changed from ExternalName (in which case this field may
      // optionally be specified, as describe above).  Valid values are "None",
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes)
    - [v1.8.14](#v1814)
      - [Downloads for v1.8.14](#downloads-for-v1814)
        - [Client Binaries](#client-binaries-1)
        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
      - [Changelog since v1.8.13](#changelog-since-v1813)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.8.13](#v1813)
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Feb 20 15:45:02 GMT 2024
    - 312.2K bytes
    - Viewed (1)
  7. doc/go_spec.html

    <p>
    A send statement sends a value on a channel.
    The channel expression's <a href="#Core_types">core type</a>
    must be a <a href="#Channel_types">channel</a>,
    the channel direction must permit send operations,
    and the type of the value to be sent must be <a href="#Assignability">assignable</a>
    to the channel's element type.
    </p>
    
    <pre class="ebnf">
    SendStmt = Channel "&lt;-" Expression .
    Channel  = Expression .
    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. docs/en/docs/release-notes.md

    These last **three consecutive releases** are independent so that you can **migrate gradually**:
    
    * First to FastAPI `0.68.2`, with no breaking changes, but upgrading all the sub-dependencies.
    * Next to FastAPI `0.69.0`, which upgrades Starlette to `0.15.0`, with AnyIO support, and a higher chance of having breaking changes in your code.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. aes */
        String APP_CIPHER_ALGORISM = "app.cipher.algorism";
    
        /** The key of the configuration. e.g. ___change__me___ */
        String APP_CIPHER_KEY = "app.cipher.key";
    
        /** The key of the configuration. e.g. sha256 */
        String APP_DIGEST_ALGORISM = "app.digest.algorism";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
Back to top