Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 2601 - 2610 of 3,147 for value5 (0.52 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/jcifs/smb/Kerb5Authenticator.java

            return this.service;
        }
    
        /**
         * Get lifetime of current user.
         *
         * @return the remaining lifetime in seconds. If the default lifetime is
         *         used, this value have no meaning.
         *
         */
        public int getUserLifeTime() {
            return this.userLifetime;
        }
    
        /**
         * Set lifetime of current user.
         *
         * @param time
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 13.2K bytes
    - Click Count (0)
  2. docs/es/docs/tutorial/handling-errors.md

    ```JSON
    {
        "detail": [
            {
                "loc": [
                    "path",
                    "item_id"
                ],
                "msg": "value is not a valid integer",
                "type": "type_error.integer"
            }
        ]
    }
    ```
    
    obtendrás una versión en texto, con:
    
    ```
    Validation errors:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 9.6K bytes
    - Click Count (0)
  3. docs/pt/docs/tutorial/handling-errors.md

    ```JSON
    {
        "detail": [
            {
                "loc": [
                    "path",
                    "item_id"
                ],
                "msg": "value is not a valid integer",
                "type": "type_error.integer"
            }
        ]
    }
    ```
    
    você receberá a versão em texto:
    
    ```
    Validation errors:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/app/pager/ProtwordsPager.java

        /** The current page number. */
        private int currentPageNumber;
    
        /** The dictionary ID */
        public String id;
    
        /**
         * Clears all pagination data and resets to default values.
         */
        public void clear() {
            allRecordCount = 0;
            allPageCount = 0;
            existPrePage = false;
            existNextPage = false;
            pageSize = getDefaultPageSize();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 5.3K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/web/base/SearchForm.java

     * Contains validation constraints and convenience methods for parameter processing.
     */
    public class SearchForm extends SearchRequestParams {
    
        /**
         * Map of additional search fields with their values.
         */
        public Map<String, String[]> fields = new HashMap<>();
    
        /**
         * Map of advanced search conditions.
         */
        public Map<String, String[]> as = new HashMap<>();
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 5.7K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/collect/StandardRowSortedTable.java

     * returns a {@link SortedMap}, instead of the {@link Set} and {@link Map} specified by the {@link
     * Table} interface.
     *
     * <p>Null keys and values are not supported.
     *
     * <p>See the {@link StandardTable} superclass for more information about the behavior of this
     * class.
     *
     * @author Jared Levy
     */
    @GwtCompatible
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Jul 18 15:05:43 GMT 2025
    - 4.4K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/body-multiple-params.md

    Birleşik verinin validasyonunu yapar ve OpenAPI şeması ile otomatik dokümantasyonda da bunu bu şekilde dokümante eder.
    
    ## Body içinde tekil değerler { #singular-values-in-body }
    
    Query ve path parametreleri için ek veri tanımlamak üzere `Query` ve `Path` olduğu gibi, **FastAPI** bunların karşılığı olarak `Body` de sağlar.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  8. docs/zh-hant/docs/advanced/templates.md

    ///
    
    ## 撰寫模板 { #writing-templates }
    
    接著你可以在 `templates/item.html` 編寫模板,例如:
    
    ```jinja hl_lines="7"
    {!../../docs_src/templates/templates/item.html!}
    ```
    
    ### 模板 context 值 { #template-context-values }
    
    在包含以下內容的 HTML 中:
    
    {% raw %}
    
    ```jinja
    Item ID: {{ id }}
    ```
    
    {% endraw %}
    
    ...它會顯示你在傳入的 context `dict` 中提供的 `id`:
    
    ```Python
    {"id": id}
    ```
    
    例如,若 ID 為 `42`,會渲染為:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 3.3K bytes
    - Click Count (0)
  9. tests/chainable_api_test.go

    		t.Fatalf("LIMIT clause expected")
    	} else {
    		if limit, ok := cl.Expression.(clause.Limit); !ok || limit.Limit == nil || *limit.Limit != 10 || limit.Offset != 5 {
    			t.Fatalf("LIMIT/Offset values unexpected: %v", cl.Expression)
    		}
    	}
    
    	// Joins
    	tx = tx.Joins("JOIN accounts ON accounts.user_id = users.id")
    	if len(tx.Statement.Joins) == 0 {
    		t.Fatalf("Joins expected")
    	}
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Sat Jan 31 08:39:40 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/cache/RequestCache.java

        /**
         * Executes and optionally caches a request using the provided supplier function. If caching is enabled
         * for this session, the result will be cached and subsequent identical requests will return the cached
         * value without re-executing the supplier.
         * <p>
         * The caching behavior is determined by the cache retention specified in the request's metadata.
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Feb 07 00:45:02 GMT 2025
    - 3.5K bytes
    - Click Count (0)
Back to Top