- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 163 for Upgraded (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt
} /** * Invoked immediately after receiving a response body and completing reading it. * * Will only be invoked for requests having a response body e.g. won't be invoked for a web socket * upgrade. * * If the response body is closed before the response body is exhausted, this is invoked at the * time it is closed. In such calls [byteCount] is the number of bytes returned to the
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:03:04 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.user_gidNumber=gidNumber labels.group_gidNumber=gidNumber labels.gidNumber=gidNumber labels.user_homeDirectory=Home Directory labels.homeDirectory=Home Directory labels.upgrade_title_configuration=Upgrade labels.upgrade_data_migration=Data Migration labels.upgrade_reindex=Re-indexing labels.upgrade_start_button=Start labels.replace_aliases=Replace Aliases labels.reset_dictionaries=Reset Dictionaries
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.user_gidNumber=gidNumber labels.group_gidNumber=gidNumber labels.gidNumber=gidNumber labels.user_homeDirectory=Home-directory labels.homeDirectory=Home-directory labels.upgrade_title_configuration=Upgrade labels.upgrade_data_migration=Gegevensmigratie labels.upgrade_reindex=Herindexeren labels.upgrade_start_button=Starten labels.replace_aliases=Aliassen bijwerken labels.reset_dictionaries=Woordenboeken resetten
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.1K bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
peer.sendFrame().data(false, 3, Buffer().writeUtf8("abc"), 3) peer.acceptFrame() // RST_STREAM peer.acceptFrame() // DEGRADED PING peer.acceptFrame() // AWAIT PING peer.sendFrame().ping(true, Http2Connection.DEGRADED_PING, 1) // DEGRADED PONG peer.sendFrame().ping(true, Http2Connection.AWAIT_PING, 0) // AWAIT PONG peer.play() // Play it back.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
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: Sat Dec 20 09:19:18 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 Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K 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 Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 09 22:39:33 UTC 2024 - 20.7K bytes - Viewed (0) -
docs/zh/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 Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 08 19:23:26 UTC 2024 - 21K 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 Dec 28 07:19:09 UTC 2025 - Last Modified: Fri May 30 13:10:41 UTC 2025 - 25.8K bytes - Viewed (0)