Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 141 for Ford (0.07 sec)

  1. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

      // `lastTransitionTime` is the last time the condition transitioned from one status to another.
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 3;
    
      // `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
      optional string reason = 4;
    
      // `message` is a human-readable message indicating details about last transition.
      optional string message = 5;
    }
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. docs/en/docs/advanced/generate-clients.md

    ### Preprocess the OpenAPI Specification for the Client Generator
    
    The generated code still has some **duplicated information**.
    
    We already know that this method is related to the **items** because that word is in the `ItemsService` (taken from the tag), but we still have the tag name prefixed in the method name too. πŸ˜•
    
    We will probably still want to keep it for OpenAPI in general, as that will ensure that the operation IDs are **unique**.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. internal/s3select/select_test.go

    3`,
    		},
    		{
    			name:  "Select reserved word column",
    			query: `select "CAST"  from s3object`,
    			wantResult: `true
    false`,
    		},
    		{
    			name:  "Select reserved word column with table alias",
    			query: `select S3Object."CAST" from s3object`,
    			wantResult: `true
    false`,
    		},
    		{
    			name:  "Select reserved word column with unused table alias",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/path-params-numeric-validations.md

    Pass `*`, as the first parameter of the function.
    
    Python won't do anything with that `*`, but it will know that all the following parameters should be called as keyword arguments (key-value pairs), also known as <abbr title="From: K-ey W-ord Arg-uments"><code>kwargs</code></abbr>. Even if they don't have a default value.
    
    ```Python hl_lines="7"
    {!../../docs_src/path_params_numeric_validations/tutorial003.py!}
    ```
    
    ### Better with `Annotated`
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  5. manifests/charts/base/files/crd-all.gen.yaml

                          description: Resource Generation to which the Condition refers.
                          x-kubernetes-int-or-string: true
                        reason:
                          description: Unique, one-word, CamelCase reason for the condition's
                            last transition.
                          type: string
                        status:
                          description: Status is the status of the condition.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Nov 01 16:23:52 UTC 2024
    - 805K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/io/Closer.java

      }
    
      /**
       * Registers the given {@code closeable} to be closed when this {@code Closer} is {@linkplain
       * #close closed}.
       *
       * @return the given {@code closeable}
       */
      // close. this word no longer has any meaning to me.
      @CanIgnoreReturnValue
      @ParametricNullness
      public <C extends @Nullable Closeable> C register(@ParametricNullness C closeable) {
        if (closeable != null) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue May 07 15:26:58 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                buf.append("\"data\":[");
                boolean first1 = true;
                for (final String word : popularWordList) {
                    if (!first1) {
                        buf.append(',');
                    } else {
                        first1 = false;
                    }
                    buf.append(escapeJson(word));
                }
                buf.append(']');
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 12 01:54:46 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  8. docs/ko/docs/tutorial/path-params-numeric-validations.md

    `Query`λ‚˜ μ•„λ¬΄λŸ° κΈ°λ³Έκ°’μœΌλ‘œλ„ `q` 경둜 λ§€κ°œλ³€μˆ˜λ₯Ό μ„ μ–Έν•˜κ³  싢지 μ•Šμ§€λ§Œ `Path`λ₯Ό μ‚¬μš©ν•˜μ—¬ 경둜 λ§€κ°œλ³€μˆ˜λ₯Ό `item_id` λ‹€λ₯Έ μˆœμ„œλ‘œ μ„ μ–Έν•˜κ³  μ‹Άλ‹€λ©΄, νŒŒμ΄μ¬μ€ 이λ₯Ό μœ„ν•œ μž‘κ³  νŠΉλ³„ν•œ 문법이 μžˆμŠ΅λ‹ˆλ‹€.
    
    `*`λ₯Ό ν•¨μˆ˜μ˜ 첫 번째 λ§€κ°œλ³€μˆ˜λ‘œ μ „λ‹¬ν•˜μ„Έμš”.
    
    νŒŒμ΄μ¬μ€ `*`으둜 μ•„λ¬΄λŸ° 행동도 ν•˜μ§€ μ•Šμ§€λ§Œ, λ”°λ₯΄λŠ” λ§€κ°œλ³€μˆ˜λ“€μ€ <abbr title="유래: K-ey W-ord Arg-uments"><code>kwargs</code></abbr>λ‘œλ„ μ•Œλ €μ§„ ν‚€μ›Œλ“œ 인자(ν‚€-κ°’ 쌍)μ—¬μ•Ό 함을 μΈμ§€ν•©λ‹ˆλ‹€. 기본값을 가지고 μžˆμ§€ μ•Šλ”λΌλ„ κ·Έλ ‡μŠ΅λ‹ˆλ‹€.
    
    ```Python hl_lines="7"
    {!../../docs_src/path_params_numeric_validations/tutorial003.py!}
    ```
    
    ## 숫자 검증: ν¬κ±°λ‚˜ κ°™μŒ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ko.properties

    labels.facet_contentLength_1m=1mb - &nbsp;
    labels.facet_filetype_title = 파일 ν˜•μ‹
    labels.facet_filetype_html = HTML
    labels.facet_filetype_word = MS Word
    labels.facet_filetype_excel = MS Excel
    labels.facet_filetype_powerpoint = MS PowerPoint
    labels.facet_filetype_odt = ODF Word
    labels.facet_filetype_ods = ODF Spreadsheet
    labels.facet_filetype_odp = ODF Presentation
    labels.facet_filetype_pdf = PDF
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 44K bytes
    - Viewed (0)
  10. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            assertEquals("こめんと", extractData.getValues("w:Comments")[0]);
            assertEquals("たぐ|γ•γΆγŸγ„γ¨γ‚‹", String.join("|", extractData.getValues("dc:subject")));
            assertEquals("Microsoft Office Word", extractData.getValues("extended-properties:Application")[0]);
            assertEquals("sugaya", extractData.getValues("meta:last-author")[0]);
            assertEquals("ε€ͺιƒŽ", extractData.getValues("dc:creator")[0]);
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
Back to top