Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,158 for image1 (0.17 sec)

  1. hack/verify-test-images.sh

    }
    
    
    # Find mentions of latest gcr.io images in test/e2e/*.go
    find_e2e_test_latest_gcr_images() {
        grep -o -E -e 'gcr.io/.*:latest' test/e2e/*.go | cut -d ":" -f 1 | LC_ALL=C sort -u
    }
    
    if find_e2e_test_latest_gcr_images; then
      echo "!!! Found :latest gcr.io images in the above files"
      result=1
    fi
    
    if find_e2e_test_untagged_gcr_images; then
      echo "!!! Found untagged gcr.io images in the above files"
      result=1
    fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 21 10:10:46 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  2. scripts/playwright/separate_openapi_schemas/image01.py

        page.get_by_text("POST/items/Create Item").click()
        page.get_by_role("tab", name="Schema").first.click()
        page.screenshot(
            path="docs/en/docs/img/tutorial/separate-openapi-schemas/image01.png"
        )
    
        # ---------------------
        context.close()
        browser.close()
    
    
    process = subprocess.Popen(
        ["uvicorn", "docs_src.separate_openapi_schemas.tutorial001:app"]
    )
    try:
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - 819 bytes
    - Viewed (0)
  3. docs/en/docs/img/tutorial/graphql/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 93.3K bytes
    - Viewed (0)
  4. docs/en/docs/img/tutorial/openapi-webhooks/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 84.9K bytes
    - Viewed (0)
  5. docs/en/docs/img/tutorial/path-params/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 77.3K bytes
    - Viewed (0)
  6. docs/en/docs/img/tutorial/security/image12.png

    image12.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 67.7K bytes
    - Viewed (0)
  7. docs/en/docs/img/tutorial/sql-databases/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Mar 26 19:09:53 UTC 2020
    - 77.1K bytes
    - Viewed (0)
  8. docs/en/docs/img/deployment/deta/image01.png

    image01.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Nov 05 20:50:37 UTC 2020
    - 39.1K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/util/image/image.go

    	tagMatcher = regexp.MustCompile(`^(?U:.*)(?::([[:word:]][[:word:].-]*))?(?:@sha256:[a-fA-F\d]{64})?$`)
    )
    
    // TagFromImage extracts a tag from image. An empty string is returned if no tag is discovered.
    func TagFromImage(image string) string {
    	matches := tagMatcher.FindStringSubmatch(image)
    	if len(matches) >= 2 {
    		return matches[1]
    	}
    	return ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 19 21:21:34 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  10. docs/bigdata/images/image10.png

    image10.png...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 02:34:51 UTC 2019
    - 52.6K bytes
    - Viewed (0)
Back to top