Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 241 - 250 of 377 for edited (0.23 seconds)

  1. src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java

                    logger.debug("Failed to log script execution", e);
                }
            }
        }
    
        /**
         * Holds a compiled Script class and its associated GroovyClassLoader.
         * When evicted from the cache, close() releases the class loader resources.
         */
        private static class CachedScript {
            final Class<? extends Script> scriptClass;
            private final GroovyClassLoader classLoader;
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/cache/AbstractCache.java

        void recordLoadException(long loadTime);
    
        /**
         * Records the eviction of an entry from the cache. This should only been called when an entry
         * is evicted due to the cache's eviction strategy, and not as a result of manual {@linkplain
         * Cache#invalidate invalidations}.
         */
        void recordEviction();
    
        /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 9.1K bytes
    - Click Count (0)
  3. docs/fr/docs/tutorial/body-nested-models.md

    ```Python
    images: list[Image]
    ```
    
    comme :
    
    {* ../../docs_src/body_nested_models/tutorial008_py310.py hl[13] *}
    
    ## Bénéficier de la prise en charge de l'éditeur partout { #editor-support-everywhere }
    
    Et vous bénéficiez de la prise en charge de l'éditeur partout.
    
    Même pour les éléments à l'intérieur des listes :
    
    <img src="/img/tutorial/body-nested-models/image01.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  4. docs/tr/docs/virtual-environments.md

    <div class="termy">
    
    ```console
    $ python main.py
    
    Hello World
    ```
    
    </div>
    
    ## Editörünüzü Yapılandırın { #configure-your-editor }
    
    Muhtemelen bir editör kullanırsınız; otomatik tamamlamayı ve satır içi hataları alabilmek için, editörünüzü oluşturduğunuz aynı virtual environment'i kullanacak şekilde yapılandırdığınızdan emin olun (muhtemelen otomatik algılar).
    
    Örneğin:
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 23.5K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType I_CALENDAR_UTF_8 = createConstantUtf8(TEXT_TYPE, "calendar");
    
      /**
       * As described in <a href="https://www.rfc-editor.org/rfc/rfc7763.html">RFC 7763</a>, this
       * constant ({@code text/markdown}) is used for Markdown documents.
       *
       * @since 33.3.0
       */
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 02 01:46:40 GMT 2025
    - 48K bytes
    - Click Count (0)
  6. docs/es/docs/tutorial/dependencies/classes-as-dependencies.md

    ```Python
    commons = Depends(CommonQueryParams)
    ```
    
    ////
    
    ...como en:
    
    {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *}
    
    Pero declarar el tipo es recomendable, ya que de esa manera tu editor sabrá lo que se pasará como el parámetro `commons`, y entonces podrá ayudarte con el autocompletado, chequeo de tipos, etc:
    
    <img src="/img/tutorial/dependencies/image02.png">
    
    ## Atajo { #shortcut }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:41:41 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  7. src/main/java/jcifs/ACE.java

         * not be set within all security descriptors even though the ACE was in
         * face inherited. If an inherited ACE is added to a parent the Windows
         * ACL editor will rebuild all children ACEs and set this flag accordingly.
         *
         * @return whether this is an inherited ACE
         */
        boolean isInherited();
    
        /**
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 7.1K bytes
    - Click Count (0)
  8. docs/de/docs/tutorial/dependencies/classes-as-dependencies.md

    ```Python
    commons = Depends(CommonQueryParams)
    ```
    
    ////
    
    ... wie in:
    
    {* ../../docs_src/dependencies/tutorial003_an_py310.py hl[19] *}
    
    Es wird jedoch empfohlen, den Typ zu deklarieren, da Ihr Editor so weiß, was als Parameter `commons` übergeben wird, und Ihnen dann bei der Codevervollständigung, Typprüfungen, usw. helfen kann:
    
    <img src="/img/tutorial/dependencies/image02.png">
    
    ## Abkürzung { #shortcut }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 07:57:30 GMT 2026
    - 7.6K bytes
    - Click Count (0)
  9. docs/zh-hant/docs/tutorial/body.md

    你的模型的 JSON Schema 會納入產生的 OpenAPI schema,並顯示在互動式 API 文件中:
    
    <img src="/img/tutorial/body/image01.png">
    
    也會用於每個需要它們的*路徑操作*內的 API 文件:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## 編輯器支援 { #editor-support }
    
    在編輯器裡、於你的函式中,你會在各處獲得型別提示與自動完成(如果你接收的是 `dict` 而不是 Pydantic 模型,就不會有這些):
    
    <img src="/img/tutorial/body/image03.png">
    
    你也會獲得對不正確型別操作的錯誤檢查:
    
    <img src="/img/tutorial/body/image04.png">
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6K bytes
    - Click Count (0)
  10. cmd/handler-api.go

    			globalHTTPStats.addRequestsInQueue(-1)
    			// When the client disconnects before getting the S3 handler
    			// status code response, set the status code to 499 so this request
    			// will be properly audited and traced.
    			w.WriteHeader(499)
    		default:
    			globalHTTPStats.addRequestsInQueue(-1)
    			if contextCanceled(ctx) {
    				w.WriteHeader(499)
    				return
    			}
    			// Send a http timeout message
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 10.4K bytes
    - Click Count (0)
Back to Top