Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 251 for virtual (0.57 sec)

  1. CHANGELOG/CHANGELOG-1.16.md

    - `kube-proxy --cleanup will` return the correct exit code if the cleanup was successful ([#78775](https://github.com/kubernetes/kubernetes/pull/78775), [@johscheuer](https://github.com/johscheuer))
    - Fix a bug in the IPVS proxier where virtual servers are not cleaned up even though the corresponding Service object was deleted. ([#80942](https://github.com/kubernetes/kubernetes/pull/80942), [@gongguan](https://github.com/gongguan))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 345.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Added `/sys/devices/virtual/powercap` to default masked paths. It avoids the potential security risk that the ability to read these files may offer a power-based sidechannel attack against any workloads running on the same kernel. ([#125970](https://github.com/kubernetes/ku...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
  3. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    video.hu
    vig
    vik.no
    viking
    vikna.no
    villas
    vin
    vindafjord.no
    vinhlong.vn
    vinhphuc.vn
    vinnica.ua
    vinnytsia.ua
    vip
    vip.jelastic.cloud
    vipsinaapp.com
    virgin
    virtual-user.de
    virtualserver.io
    virtualuser.de
    visa
    vision
    viterbo.it
    viva
    vivian.jp
    vivo
    vix.br
    vlaanderen
    vladikavkaz.ru
    vladikavkaz.su
    vladimir.ru
    vladimir.su
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  4. ci/devinfra/docker/windows/Dockerfile

        Remove-Item .\7z.msi;
    
    # Download the Visual Studio 2022 Installer.
    RUN (New-Object Net.WebClient).DownloadFile('https://aka.ms/vs/17/release/vs_community.exe', 'C:\TEMP\vs_community.exe');
    # Install Visual Studio 2022 Build Tools + Compiler
    SHELL ["cmd", "/S", "/C"]
    # Packages, and component versions, can be found here:
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Fri Jan 17 16:35:57 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  5. src/main/webapp/js/bootstrap.min.js.map

    relatedTarget)\n  }\n\n  _getConfig(config) {\n    config = super._getConfig(config)\n\n    if (typeof config.reference === 'object' && !isElement(config.reference) &&\n      typeof config.reference.getBoundingClientRect !== 'function'\n    ) {\n      // Popper virtual elements require a getBoundingClientRect method\n      throw new TypeError(`${NAME.toUpperCase()}: Option \"reference\" provided type \"object\" without a required \"getBoundingClientRect\" method.`)\n    }\n\n    return config\n  }\n\n  _createPopper()...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 211.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.14.md

    * Fix a bug in server printer that could cause kube-apiserver to panic. ([#79349](https://github.com/kubernetes/kubernetes/pull/79349), [@roycaihw](https://github.com/roycaihw))
    * Fix a bug in the IPVS proxier where virtual servers are not cleaned up even though the corresponding Service object was deleted. ([#80942](https://github.com/kubernetes/kubernetes/pull/80942), [@gongguan](https://github.com/gongguan))
    
    # v1.14.6
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_nl.properties

    labels.max_access_count=Maximaal aantal toegangspogingen
    labels.number_of_thread=Aantal threads
    labels.interval_time=Interval
    labels.millisec=milliseconden
    labels.permissions=Machtigingen
    labels.virtual_hosts=Virtuele hosts
    labels.virtual_host=Virtuele host
    labels.label_type=Label
    labels.file_crawling_button_create=Maken
    labels.file_crawling_button_create_job=Nieuwe taak maken
    labels.web_crawling_configuration=Webcrawlen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  8. docs/uk/docs/tutorial/debugging.md

    # Налагодження (Debugging)
    
    Ви можете під'єднати дебагер у Вашому редакторі коду, наприклад, у Visual Studio Code або PyCharm.
    
    ## Виклик `uvicorn`
    
    У Вашому FastAPI-додатку імпортуйте та запустіть `uvicorn` безпосередньо:
    
    {* ../../docs_src/debugging/tutorial001.py hl[1,15] *}
    
    ### Про `__name__ == "__main__"`
    
    Головна мета використання `__name__ == "__main__"` — це забезпечення виконання певного коду тільки тоді, коли файл запускається безпосередньо:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Feb 28 14:24:45 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  9. ci/devinfra/docker/windows2022/Dockerfile

        Remove-Item .\7z.msi;
    
    # Download the Visual Studio 2022 Installer.
    RUN (New-Object Net.WebClient).DownloadFile('https://aka.ms/vs/17/release/vs_community.exe', 'C:\TEMP\vs_community.exe');
    # Install Visual Studio 2022 Build Tools + Compiler
    SHELL ["cmd", "/S", "/C"]
    # Packages, and component versions, can be found here:
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jan 13 18:59:55 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  10. docs/es/docs/tutorial/debugging.md

    # Depuración
    
    Puedes conectar el depurador en tu editor, por ejemplo con Visual Studio Code o PyCharm.
    
    ## Llama a `uvicorn`
    
    En tu aplicación de FastAPI, importa y ejecuta `uvicorn` directamente:
    
    {* ../../docs_src/debugging/tutorial001.py hl[1,15] *}
    
    ### Acerca de `__name__ == "__main__"`
    
    El objetivo principal de `__name__ == "__main__"` es tener algo de código que se ejecute cuando tu archivo es llamado con:
    
    <div class="termy">
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top