- Sort Score
- Num 10 results
- Language All
Results 131 - 140 of 304 for Upgraded (0.05 seconds)
-
CHANGELOG/CHANGELOG-1.20.md
- [Summary API in kubelet doesn't have accelerator metrics](#summary-api-in-kubelet-doesnt-have-accelerator-metrics) - [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-14) - [Deprecation](#deprecation) - [API Change](#api-change-4) - [Feature](#feature-6)
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Jan 19 21:05:45 GMT 2022 - 409K bytes - Click Count (0) -
docs/en/docs/deployment/versions.md
You should add tests for your app. With **FastAPI** it's very easy (thanks to Starlette), check the docs: [Testing](../tutorial/testing.md){.internal-link target=_blank} After you have tests, then you can upgrade the **FastAPI** version to a more recent one, and make sure that all your code is working correctly by running your tests.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 3.5K bytes - Click Count (0) -
.github/workflows/iam-integrations.yaml
if: matrix.ldap == 'ldaphost:389' env: _MINIO_LDAP_TEST_SERVER: ${{ matrix.ldap }} run: | make test-iam-ldap-upgrade-import - name: Test LDAP for automatic site replication if: matrix.ldap == 'localhost:389' run: | make test-site-replication-ldap - name: Test OIDC for automatic site replicationCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/resources/fess_message_id.properties
errors.no_user_for_changing_password=Kata sandi saat ini tidak benar. errors.failed_to_change_password=Gagal mengubah kata sandi Anda. errors.unknown_version_for_upgrade=Versi untuk upgrade tidak diketahui. errors.failed_to_upgrade_from=Gagal melakukan upgrade dari {0}. errors.failed_to_reindex=Gagal memulai pengindeksan ulang dari {0} ke {1}. errors.failed_to_read_request_file=Gagal membaca berkas permintaan: {0}Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 07 14:12:58 GMT 2025 - 11.8K bytes - Click Count (0) -
docs/ko/docs/deployment/docker.md
/// <details> <summary>도커파일 미리보기 👀</summary> ```Dockerfile FROM python:3.9 WORKDIR /code COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Nov 09 16:39:20 GMT 2024 - 42.7K bytes - Click Count (0) -
docs/pt/docs/deployment/docker.md
/// <details> <summary>Visualização do Dockerfile 👀</summary> ```Dockerfile FROM python:3.9 WORKDIR /code COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["fastapi", "run", "app/main.py", "--port", "80"] # Se estiver executando atrás de um proxy como Nginx ou Traefik, adicione --proxy-headers
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 32.1K bytes - Click Count (0) -
android/guava/src/com/google/common/net/HttpHeaders.java
/** The HTTP {@code Upgrade} header field name. */ public static final String UPGRADE = "Upgrade"; /** * The HTTP <a href="https://w3c.github.io/webappsec-upgrade-insecure-requests/#preference">{@code * Upgrade-Insecure-Requests}</a> header field name. * * @since 28.1 */ public static final String UPGRADE_INSECURE_REQUESTS = "Upgrade-Insecure-Requests";Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Mar 27 20:37:16 GMT 2025 - 35.4K bytes - Click Count (0) -
ci/official/containers/ml_build/setup.python.sh
fi # Install pip wget --retry-connrefused --waitretry=1 --read-timeout=20 --timeout=15 --tries=5 https://bootstrap.pypa.io/get-pip.py /usr/bin/$VERSION get-pip.py /usr/bin/$VERSION -m pip install --no-cache-dir --upgrade pip /usr/bin/$VERSION -m pip install -U setuptools # For Python 3.13t, do not install twine as it does not have pre-built wheels # for this Python version and building it from source fails. We only need twine
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 30 20:25:44 GMT 2025 - 2.5K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.no_user_for_changing_password=Das aktuelle Passwort ist nicht korrekt. errors.failed_to_change_password=Fehler beim Ändern Ihres Passworts. errors.unknown_version_for_upgrade=Unbekannte Version für Upgrade. errors.failed_to_upgrade_from=Fehler beim Upgrade von {0}. errors.failed_to_reindex=Fehler beim Starten der Neuindizierung von {0} nach {1}. errors.failed_to_read_request_file=Fehler beim Lesen einer Anforderungsdatei: {0}Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jul 05 02:36:47 GMT 2025 - 12.7K bytes - Click Count (0) -
docs/ru/docs/virtual-environments.md
<div class="termy"> ```console $ python -m pip install --upgrade pip ---> 100% ``` </div> /// tip | Подсказка Иногда при попытке обновить pip вы можете получить ошибку **`No module named pip`**. Если это произошло, установите и обновите pip с помощью команды ниже: <div class="termy"> ```console $ python -m ensurepip --upgrade ---> 100% ``` </div>
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 34.2K bytes - Click Count (0)