- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 184 for Upgrade (0.07 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) -
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) -
docs/zh-hant/docs/virtual-environments.md
在安裝套件時出現的許多奇怪的錯誤都可以透過先升級 `pip` 來解決。 /// tip 通常你只需要在建立虛擬環境後**執行一次**這個操作。 /// 確保虛擬環境是啟動的(使用上面的指令),然後運行: <div class="termy"> ```console $ python -m pip install --upgrade pip ---> 100% ``` </div> ## 加入 `.gitignore` 如果你使用 **Git**(這是你應該使用的),加入一個 `.gitignore` 檔案來排除你的 `.venv` 中的所有內容。 /// tip
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 09 22:39:33 UTC 2024 - 20.7K bytes - Viewed (0) -
docs/ko/docs/virtual-environments.md
/// tip | 팁 이 작업은 보통 가상 환경을 생성한 **직후 한 번만** 하면 됩니다. /// 가상 환경이 활성화된 상태인지 확인한 후(앞서 설명한 명령어 사용), 아래 명령어를 실행하세요: <div class="termy"> ```console $ python -m pip install --upgrade pip ---> 100% ``` </div> ## `.gitignore` 추가하기 **Git**을 사용하고 있다면 (사용하는 것이 좋습니다), `.gitignore` 파일을 추가해서 `.venv` 디렉터리 전체를 Git에서 제외하세요. /// tip | 팁
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
### Action required * Docker v1.9.1 is officially recommended. Docker v1.8.3 and Docker v1.10 are supported. If you are using an older release of Docker, please upgrade. Known issues with Docker 1.9.1 can be found below. * CPU hardcapping will be enabled by default for containers with CPU limit set, if supported by the kernel. You should either adjust your CPU limit, or set CPU
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
api/go1.4.txt
pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode pkg html/template, type Error struct, Node parse.Node # CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <******@****.***> pkg unicode, const Version = "7.0.0" pkg unicode, var Bassa_Vah *RangeTable pkg unicode, var Caucasian_Albanian *RangeTable pkg unicode, var Duployan *RangeTable
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
cmd/erasure-multipart.go
if parityDrives < 0 { parityDrives = er.defaultParityCount } if globalStorageClass.AvailabilityOptimized() { // If we have offline disks upgrade the number of erasure codes for this object. parityOrig := parityDrives var offlineDrives int for _, disk := range onlineDisks { if disk == nil || !disk.IsOnline() { parityDrives++
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 47.3K 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 (2) -
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)