Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 87 of 87 for upgrades (0.04 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

        - [Node Binaries](#node-binaries-15)
        - [Container Images](#container-images-15)
      - [Changelog since v1.25.0](#changelog-since-v1250)
      - [Urgent Upgrade Notes](#urgent-upgrade-notes)
        - [(No, really, you MUST read this before you upgrade)](#no-really-you-must-read-this-before-you-upgrade)
      - [Changes by Kind](#changes-by-kind-15)
        - [Deprecation](#deprecation)
        - [API Change](#api-change-8)
        - [Feature](#feature-15)
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    online.help.name.scheduler=scheduler
    # Online help key for crawling info.
    online.help.name.crawlinginfo=crawlinginfo
    # Online help key for backup.
    online.help.name.backup=backup
    # Online help key for upgrade.
    online.help.name.upgrade=upgrade
    # Online help key for search request.
    online.help.name.sereq=sereq
    # Online help key for access token.
    online.help.name.accesstoken=accesstoken
    # Online help key for suggest.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: Unknown version for upgrade. */
        public static final String ERRORS_unknown_version_for_upgrade = "{errors.unknown_version_for_upgrade}";
    
        /** The key of the message: Failed to upgrade from {0}. */
        public static final String ERRORS_failed_to_upgrade_from = "{errors.failed_to_upgrade_from}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_2x.md

     * Use `Protocol` to describe framing.
     * Implement write timeouts for HTTP/1.1 streams.
     * Avoid use of SPDY stream ID 1, as that's typically used for UPGRADE.
     * Support OAuth in `Authenticator`.
     * Permit a dangling semicolon in media type parsing.
    
    
    ## Version 1.x
    
    [Change log](changelog_1x.md)
    
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 26.6K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http2/Http2Connection.kt

          while (awaitPongsReceived < awaitPingsSent) {
            wait()
          }
        }
      }
    
      @Throws(IOException::class)
      fun flush() {
        writer.flush()
      }
    
      /**
       * Degrades this connection such that new streams can neither be created locally, nor accepted
       * from the remote peer. Existing streams are not impacted. This is intended to permit an endpoint
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Thu Jul 31 04:18:40 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        String getOnlineHelpNameBackup();
    
        /**
         * Get the value for the key 'online.help.name.upgrade'. <br>
         * The value is, e.g. upgrade <br>
         * comment: Online help key for upgrade.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getOnlineHelpNameUpgrade();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  7. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Home Directory */
        public static final String LABELS_HOME_DIRECTORY = "{labels.homeDirectory}";
    
        /** The key of the message: Upgrade */
        public static final String LABELS_upgrade_title_configuration = "{labels.upgrade_title_configuration}";
    
        /** The key of the message: Data Migration */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
Back to top