- Sort Score
- Result 10 results
- Languages All
Results 81 - 85 of 85 for upgrades (0.05 sec)
-
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) -
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) -
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) -
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) -
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)