Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 441 - 450 of 909 for NOTE (0.01 seconds)

  1. src/cmd/asm/internal/asm/pseudo_test.go

    	testcats := []struct {
    		allowABI bool
    		tests    []errtest
    	}{
    		{
    			allowABI: false,
    			tests:    nonRuntimeTests,
    		},
    		{
    			allowABI: true,
    			tests:    runtimeTests,
    		},
    	}
    
    	// Note these errors should be independent of the architecture.
    	// Just run the test with amd64.
    	parser := newParser("amd64")
    	var buf strings.Builder
    	parser.errorWriter = &buf
    
    	for _, cat := range testcats {
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 3.1K bytes
    - Click Count (0)
  2. misc/ios/detect.go

    	}
    
    	mps := detectMobileProvisionFiles(udids)
    	if len(mps) == 0 {
    		fail("did not find mobile provision matching device udids %q", udids)
    	}
    
    	fmt.Println("# Available provisioning profiles below.")
    	fmt.Println("# NOTE: Any existing app on the device with the app id specified by GOIOS_APP_ID")
    	fmt.Println("# will be overwritten when running Go programs.")
    	for _, mp := range mps {
    		fmt.Println()
    		f, err := os.CreateTemp("", "go_ios_detect_")
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Oct 19 23:33:30 GMT 2023
    - 3.2K bytes
    - Click Count (0)
  3. ci/official/wheel.sh

      done
    fi
    
    if [[ "$TFCI_ARTIFACT_STAGING_GCS_ENABLE" == 1 ]]; then
      # Note: -n disables overwriting previously created files.
      # TODO(b/389744576): Remove when gsutil is made to work properly on MSYS2.
      if [[ $(uname -s) != MSYS_NT* ]]; then
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Mar 03 17:29:53 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/cookie-param-models.md

    Damit kรถnnen Sie das Modell an **mehreren Stellen wiederverwenden** und auch Validierungen und Metadaten fรผr alle Parameter gleichzeitig deklarieren. ๐Ÿ˜Ž
    
    /// note | Hinweis
    
    Dies wird seit FastAPI Version `0.115.0` unterstรผtzt. ๐Ÿค“
    
    ///
    
    /// tip | Tipp
    
    Diese gleiche Technik gilt fรผr `Query`, `Cookie` und `Header`. ๐Ÿ˜Ž
    
    ///
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 10 13:54:34 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  5. docs/ja/docs/tutorial/static-files.md

    # ้™็š„ใƒ•ใ‚กใ‚คใƒซ
    
    `StaticFiles` ใ‚’ไฝฟ็”จใ—ใฆใ€ใƒ‡ใ‚ฃใƒฌใ‚ฏใƒˆใƒชใ‹ใ‚‰้™็š„ใƒ•ใ‚กใ‚คใƒซใ‚’่‡ชๅ‹•็š„ใซๆไพ›ใงใใพใ™ใ€‚
    
    ## `StaticFiles` ใฎไฝฟ็”จ
    
    * `StaticFiles` ใ‚’ใ‚คใƒณใƒใƒผใƒˆใ€‚
    * `StaticFiles()` ใ‚คใƒณใ‚นใ‚ฟใƒณใ‚นใ‚’็”Ÿๆˆใ—ใ€็‰นๅฎšใฎใƒ‘ใ‚นใซใ€Œใƒžใ‚ฆใƒณใƒˆใ€ใ€‚
    
    {* ../../docs_src/static_files/tutorial001.py hl[2,6] *}
    
    /// note | ๆŠ€่ก“่ฉณ็ดฐ
    
    `from starlette.staticfiles import StaticFiles` ใ‚‚ไฝฟ็”จใงใใพใ™ใ€‚
    
    **FastAPI**ใฏใ€้–‹็™บ่€…ใฎๅˆฉไพฟๆ€งใฎใŸใ‚ใซใ€`starlette.staticfiles` ใจๅŒใ˜ `fastapi.staticfiles` ใ‚’ๆไพ›ใ—ใพใ™ใ€‚ใ—ใ‹ใ—ใ€ๅฎŸ้š›ใซใฏStarletteใ‹ใ‚‰็›ดๆŽฅๆธกใ•ใ‚Œใฆใ„ใพใ™ใ€‚
    
    ///
    
    ### ใ€Œใƒžใ‚ฆใƒณใƒˆใ€ใจใฏ
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  6. helm/minio/templates/_helper_create_bucket.txt

    			set -e # reset `e` as active
    		else
    			echo "Bucket '$BUCKET' does not exist, skipping purge."
    		fi
    	fi
    
    	# Create the bucket if it does not exist and set objectlocking if enabled (NOTE: versioning will be not changed if OBJECTLOCKING is set because it enables versioning to the Buckets created)
    	if ! checkBucketExists $BUCKET; then
    		if [ ! -z $OBJECTLOCKING ]; then
    			if [ $OBJECTLOCKING = true ]; then
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Aug 07 09:47:02 GMT 2025
    - 3.5K bytes
    - Click Count (0)
  7. docs/ko/docs/tutorial/response-model.md

    # ์‘๋‹ต ๋ชจ๋ธ
    
    ์–ด๋–ค *๊ฒฝ๋กœ ์ž‘๋™*์ด๋“  ๋งค๊ฐœ๋ณ€์ˆ˜ `response_model`๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์‘๋‹ต์„ ์œ„ํ•œ ๋ชจ๋ธ์„ ์„ ์–ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    * `@app.get()`
    * `@app.post()`
    * `@app.put()`
    * `@app.delete()`
    * ๊ธฐํƒ€.
    
    {* ../../docs_src/response_model/tutorial001.py hl[17] *}
    
    /// note | ์ฐธ๊ณ 
    
    `response_model`์€ "๋ฐ์ฝ”๋ ˆ์ดํ„ฐ" ๋ฉ”์†Œ๋“œ(`get`, `post`, ๋“ฑ)์˜ ๋งค๊ฐœ๋ณ€์ˆ˜์ž…๋‹ˆ๋‹ค. ๋ชจ๋“  ๋งค๊ฐœ๋ณ€์ˆ˜๋“ค๊ณผ ๋ณธ๋ฌธ(body)์ฒ˜๋Ÿผ *๊ฒฝ๋กœ ์ž‘๋™ ํ•จ์ˆ˜*๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค.
    
    ///
    
    Pydantic ๋ชจ๋ธ ์–ดํŠธ๋ฆฌ๋ทฐํŠธ๋ฅผ ์„ ์–ธํ•œ ๊ฒƒ๊ณผ ๋™์ผํ•œ ํƒ€์ž…์„ ์ˆ˜์‹ ํ•˜๋ฏ€๋กœ Pydantic ๋ชจ๋ธ์ด ๋  ์ˆ˜ ์žˆ์ง€๋งŒ, `List[Item]`๊ณผ ๊ฐ™์ด Pydantic ๋ชจ๋ธ๋“ค์˜ `list`์ผ ์ˆ˜๋„ ์žˆ์Šต๋‹ˆ๋‹ค.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 7.9K bytes
    - Click Count (0)
  8. helm-releases/minio-5.4.0.tgz

    # # bucket [true|false] # versioning: false # remove this key if you do not want versioning feature # # set objectlocking for # # bucket [true|false] NOTE: versioning is enabled by default if you use locking # objectlocking: false # - name: bucket2 # policy: none # purge: false # versioning: true # # set objectlocking for # # bucket [true|false] NOTE: versioning is enabled by default if you use locking # objectlocking: false ## Additional Annotations for the Kubernetes Job makeBucketJob makeBucketJob:...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Jan 03 05:34:47 GMT 2025
    - 21.7K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/body-fields.md

    ///
    
    ## ๋ชจ๋ธ ์–ดํŠธ๋ฆฌ๋ทฐํŠธ ์„ ์–ธ
    
    ๊ทธ ๋‹ค์Œ ๋ชจ๋ธ ์–ดํŠธ๋ฆฌ๋ทฐํŠธ์™€ ํ•จ๊ป˜ `Field`๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    {* ../../docs_src/body_fields/tutorial001_an_py310.py hl[11:14] *}
    
    `Field`๋Š” `Query`, `Path`์™€ `Body`์™€ ๊ฐ™์€ ๋ฐฉ์‹์œผ๋กœ ๋™์ž‘ํ•˜๋ฉฐ, ๋ชจ๋‘ ๊ฐ™์€ ๋งค๊ฐœ๋ณ€์ˆ˜๋“ค ๋“ฑ์„ ๊ฐ€์ง‘๋‹ˆ๋‹ค.
    
    /// note | ๊ธฐ์ˆ ์  ์„ธ๋ถ€์‚ฌํ•ญ
    
    ์‹ค์ œ๋กœ `Query`, `Path`๋“ฑ, ์—ฌ๋Ÿฌ๋ถ„์ด ์•ž์œผ๋กœ ๋ณผ ๋‹ค๋ฅธ ๊ฒƒ๋“ค์€ ๊ณตํ†ต ํด๋ž˜์Šค์ธ `Param` ํด๋ž˜์Šค์˜ ์„œ๋ธŒํด๋ž˜์Šค ๊ฐ์ฒด๋ฅผ ๋งŒ๋“œ๋Š”๋ฐ, ๊ทธ ์ž์ฒด๋กœ Pydantic์˜ `FieldInfo` ํด๋ž˜์Šค์˜ ์„œ๋ธŒํด๋ž˜์Šค์ž…๋‹ˆ๋‹ค.
    
    ๊ทธ๋ฆฌ๊ณ  Pydantic์˜ `Field` ๋˜ํ•œ `FieldInfo`์˜ ์ธ์Šคํ„ด์Šค๋ฅผ ๋ฐ˜ํ™˜ํ•ฉ๋‹ˆ๋‹ค.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 2.8K bytes
    - Click Count (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/Node.java

         */
        boolean accept(@Nonnull NodeVisitor visitor);
    
        /**
         * Returns a new tree starting at this node, filtering the children.
         * Note that this node will not be filtered and only the children
         * and its descendant will be checked.
         *
         * @param filter the filter to apply
         * @return a new filtered graph
         */
        @Nonnull
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Mon Mar 24 14:10:11 GMT 2025
    - 4.2K bytes
    - Click Count (0)
Back to Top