Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,095 for Hafner (0.18 sec)

  1. docs/en/docs/img/sponsors/propelauth-banner.png

    propelauth-banner.png...
    PNG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Dec 06 11:33:48 GMT 2023
    - 12.5K bytes
    - Viewed (1)
  2. maven-core/src/test/resources/projects/transform/after.pom

    Slawomir Jaranowski <******@****.***> 1694625617 +0200
    Plain Text
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Thu Sep 14 07:51:37 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/bump-sh-banner.svg

    bump-sh-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Oct 04 22:51:10 GMT 2023
    - 37.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/jina-ai-banner.png

    jina-ai-banner.png...
    PNG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Jul 14 12:37:37 GMT 2022
    - 13.8K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/docarray-top-banner.svg

    docarray-top-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Wed Aug 24 08:43:44 GMT 2022
    - 107.4K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/bump-sh-banner.png

    bump-sh-banner.png...
    PNG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Sep 10 10:18:26 GMT 2023
    - 9.9K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/platform-sh-banner.png

    platform-sh-banner.png...
    PNG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Jun 10 20:58:15 GMT 2023
    - 6.2K bytes
    - Viewed (0)
  8. docs/en/docs/img/sponsors/jina-top-banner.svg

    jina-top-banner.svg...
    SVG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Aug 16 11:07:22 GMT 2022
    - 159.1K bytes
    - Viewed (0)
  9. common/scripts/fix_copyright_banner.sh

    WD=$(dirname "$0")
    WD=$(cd "$WD"; pwd)
    
    for fn in "$@"; do
      if ! grep -L -q -e "Apache License, Version 2" -e "Copyright" "${fn}"; then
        if [[ "${fn}" == *.go || "${fn}" == *.rs ]]; then
          newfile=$(cat "${WD}/copyright-banner-go.txt" "${fn}")
          echo "${newfile}" > "${fn}"
          echo "Fixing license: ${fn}"
        else
          echo "Cannot fix license: ${fn}. Unknown file type"
        fi
      fi
    Shell Script
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Thu Nov 17 04:35:57 GMT 2022
    - 1.3K bytes
    - Viewed (0)
  10. docs/bucket/replication/DESIGN.md

    ### Multi destination replication
    
    The replication design for multiple sites works in a similar manner as described above for two site scenario. However there are some
    important exceptions.
    
    Replication status on the source cluster will be marked as `COMPLETED` only after replication is completed on all targets. If one or more targets failed replication, the replication status is reflected as `PENDING`.
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 14.7K bytes
    - Viewed (0)
Back to top