Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 538 for description_ (0.09 sec)

  1. cmd/metrics-v2_gen.go

    	o = msgp.Require(b, z.Msgsize())
    	// map header, size 6
    	// string "Description"
    	o = append(o, 0x86, 0xab, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e)
    	o, err = z.Description.MarshalMsg(o)
    	if err != nil {
    		err = msgp.WrapError(err, "Description")
    		return
    	}
    	// string "StaticLabels"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 23 20:56:18 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/classificationDefinitionMap.dfprop

        #    ; map:{topComment=status of member from entry to withdrawal; codeType=String}
        #    ; map:{
        #        ; table=MEMBER_STATUS
        #        ; code=MEMBER_STATUS_CODE; name=MEMBER_STATUS_NAME
        #        ; comment=DESCRIPTION; orderBy=DISPLAY_ORDER
        #    }
        #}
    }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.2K bytes
    - Viewed (0)
  3. api/maven-api-cli/pom.xml

        <artifactId>maven-api</artifactId>
        <version>4.1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api-cli</artifactId>
      <name>Maven 4 API :: CLI</name>
      <description>Maven 4 API - CLI.</description>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-annotations</artifactId>
        </dependency>
        <dependency>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  4. src/main/config/es/fess_config_web_config.json

                "type" : "keyword"
              },
              "createdTime" : {
                "type" : "long"
              },
              "depth" : {
                "type" : "integer"
              },
              "description" : {
                "type" : "text"
              },
              "excludedDocUrls" : {
                "type" : "keyword"
              },
              "excludedUrls" : {
                "type" : "keyword"
              },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  5. cmd/data-usage-utils.go

    	for tier, st := range dui.TierStats.Tiers {
    		metrics = append(metrics, MetricV2{
    			Description:    getClusterTransitionedBytesMD(),
    			Value:          float64(st.TotalSize),
    			VariableLabels: map[string]string{"tier": tier},
    		})
    		metrics = append(metrics, MetricV2{
    			Description:    getClusterTransitionedObjectsMD(),
    			Value:          float64(st.NumObjects),
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Mar 10 09:15:15 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. .github/ISSUE_TEMPLATE/bug-report.yaml

    name: Bug Report
    description: Report a bug encountered while operating Kubernetes
    labels: kind/bug
    body:
      - type: textarea
        id: problem
        attributes:
          label: What happened?
          description: |
            Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner.
            If this matter is security related, please disclose it privately via https://kubernetes.io/security
        validations:
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Feb 28 09:34:43 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  7. api/maven-api-plugin/pom.xml

        <artifactId>maven-api</artifactId>
        <version>4.1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api-plugin</artifactId>
    
      <name>Maven 4 API :: Plugin</name>
      <description>Maven 4 API - Immutable Plugin model.</description>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-annotations</artifactId>
        </dependency>
        <dependency>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  8. docs/em/docs/tutorial/body-nested-models.md

    ### βš™οΈ πŸ“Š πŸ†Ž
    
    &amp; ‴️ πŸ‘₯ πŸ’ͺ βš™οΈ ⚫️ πŸ†Ž πŸ”’:
    
    {* ../../docs_src/body_nested_models/tutorial004.py hl[20] *}
    
    πŸ‘‰ πŸ”œ β›“ πŸ‘ˆ **FastAPI** πŸ”œ βŒ› πŸ’ͺ 🎏:
    
    ```JSON
    {
        "name": "Foo",
        "description": "The pretender",
        "price": 42.0,
        "tax": 3.2,
        "tags": ["rock", "metal", "bar"],
        "image": {
            "url": "http://example.com/baz.jpg",
            "name": "The Foo live"
        }
    }
    ```
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  9. api/maven-api-spi/pom.xml

        <artifactId>maven-api</artifactId>
        <version>4.1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api-spi</artifactId>
      <name>Maven 4 API :: SPI</name>
      <description>Maven 4 API - Maven SPI.</description>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-annotations</artifactId>
        </dependency>
        <dependency>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/metadata.md

    λ¦¬μŠ€νŠΈλŠ” 각 νƒœκ·Έμ— λŒ€ν•΄ ν•˜λ‚˜μ˜ λ”•μ…”λ„ˆλ¦¬λ₯Ό 포함해야 ν•©λ‹ˆλ‹€.
    
    각 λ”•μ…”λ„ˆλ¦¬μ—λŠ” λ‹€μŒμ΄ 포함될 수 μžˆμŠ΅λ‹ˆλ‹€:
    
    * `name` (**ν•„μˆ˜**): `tags` λ§€κ°œλ³€μˆ˜μ—μ„œ *경둜 μž‘λ™*κ³Ό `APIRouter`에 μ‚¬μš©λœ νƒœκ·Έ 이름과 λ™μΌν•œ `str`μž…λ‹ˆλ‹€.
    * `description`: νƒœκ·Έμ— λŒ€ν•œ κ°„λ‹¨ν•œ μ„€λͺ…을 담은 `str`μž…λ‹ˆλ‹€. λ§ˆν¬λ‹€μš΄μ„ μ‚¬μš©ν•  수 있으며 λ¬Έμ„œ UI에 ν‘œμ‹œλ©λ‹ˆλ‹€.
    * `externalDocs`: μ™ΈλΆ€ λ¬Έμ„œλ₯Ό μ„€λͺ…ν•˜λŠ” `dict`이며:
        * `description`: μ™ΈλΆ€ λ¬Έμ„œμ— λŒ€ν•œ κ°„λ‹¨ν•œ μ„€λͺ…을 담은 `str`μž…λ‹ˆλ‹€.
        * `url` (**ν•„μˆ˜**): μ™ΈλΆ€ λ¬Έμ„œμ˜ URL을 담은 `str`μž…λ‹ˆλ‹€.
    
    ### νƒœκ·Έμ— λŒ€ν•œ 메타데이터 생성
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top