Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 939 for image1 (0.26 sec)

  1. build/root/Makefile

    #           information.
    endef
    .PHONY: release-images
    ifeq ($(PRINT_HELP),y)
    release-images: KUBE_BUILD_CONFORMANCE = y
    release-images:
    	echo "$$RELEASE_IMAGES_HELP_INFO"
    else
    release-images:
    	build/release-images.sh
    endif
    
    define RELEASE_SKIP_TESTS_HELP_INFO
    # Build a release, but skip tests
    #
    # Args:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. src/image/jpeg/writer_test.go

    	imgRGBA := image.NewRGBA(bo)
    	// Must use 444 subsampling to avoid lossy RGBA to YCbCr conversion.
    	imgYCbCr := image.NewYCbCr(bo, image.YCbCrSubsampleRatio444)
    	rnd := rand.New(rand.NewSource(123))
    	// Create identical rgba and ycbcr images.
    	for y := bo.Min.Y; y < bo.Max.Y; y++ {
    		for x := bo.Min.X; x < bo.Max.X; x++ {
    			col := color.RGBA{
    				uint8(rnd.Intn(256)),
    				uint8(rnd.Intn(256)),
    				uint8(rnd.Intn(256)),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:49:30 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  3. docs/en/docs/img/tutorial/extending-openapi/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jan 16 19:26:24 UTC 2022
    - 11K bytes
    - Viewed (0)
  4. docs/en/docs/img/tutorial/generate-clients/image04.png

    image04.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 52.6K bytes
    - Viewed (0)
  5. docs/en/docs/img/tutorial/generate-clients/image05.png

    image05.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 30.4K bytes
    - Viewed (0)
  6. docs/en/docs/img/tutorial/generate-clients/image07.png

    image07.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 04 22:02:18 UTC 2022
    - 48.8K bytes
    - Viewed (0)
  7. docs/en/docs/img/tutorial/separate-openapi-schemas/image02.png

    image02.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - 90.3K bytes
    - Viewed (0)
  8. docs/en/docs/img/tutorial/separate-openapi-schemas/image05.png

    image05.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Aug 25 19:10:22 UTC 2023
    - 44.5K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/deta/image03.png

    image03.png...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 08 12:32:02 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  10. scripts/playwright/separate_openapi_schemas/image03.py

        page.get_by_role("tab", name="Schema").click()
        page.get_by_label("Schema").get_by_role("button", name="Expand all").click()
        page.screenshot(
            path="docs/en/docs/img/tutorial/separate-openapi-schemas/image03.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
    - 892 bytes
    - Viewed (0)
Back to top