Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1171 - 1180 of 1,570 for ciInfo (0.28 seconds)

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

  1. docs/pt/docs/how-to/separate-openapi-schemas.md

    Nesse caso, vocรช pode desativar esse recurso no **FastAPI**, com o parรขmetro `separate_input_output_schemas=False`.
    
    /// info | Informaรงรฃo
    
    O suporte para `separate_input_output_schemas` foi adicionado no FastAPI `0.102.0`. ๐Ÿค“
    
    ///
    
    {* ../../docs_src/separate_openapi_schemas/tutorial002_py310.py hl[10] *}
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Nov 12 16:23:57 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  2. cmd/erasure-object-conditional_test.go

    		mustGetPutObjReader(t, bytes.NewReader([]byte("initial-value")),
    			int64(len("initial-value")), "", ""), ObjectOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	// Get object info to capture the ETag
    	objInfo, err := obj.GetObjectInfo(ctx, bucket, object, ObjectOptions{})
    	if err != nil {
    		t.Fatal(err)
    	}
    	existingETag := objInfo.ETag
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 24 04:05:31 GMT 2025
    - 4.9K bytes
    - Click Count (0)
  3. cmd/ftp-server.go

    		PassivePorts:   portRange,
    		PublicIP:       publicIP,
    		ForceTLS:       forceTLS,
    	})
    	if err != nil {
    		logger.Fatal(err, "unable to initialize FTP server")
    	}
    
    	logger.Info(fmt.Sprintf("%s listening on %s", name, net.JoinHostPort(publicIP, strconv.Itoa(port))))
    
    	if err = ftpServer.ListenAndServe(); err != nil {
    		logger.Fatal(err, "unable to start FTP server")
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: System Info */
        public static final String LABELS_menu_system_log = "{labels.menu_system_log}";
    
        /** The key of the message: Config Info */
        public static final String LABELS_menu_system_info = "{labels.menu_system_info}";
    
        /** The key of the message: Crawling Info */
        public static final String LABELS_menu_crawling_info = "{labels.menu_crawling_info}";
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 156.4K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_edit.jsp

                                <div class="card-body">
                                    <div>
                                        <la:info id="msg" message="true">
                                            <div class="alert alert-info">${msg}</div>
                                        </la:info>
                                        <la:errors property="_global"/>
                                    </div>
                                    <div class="form-group row">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 9.6K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/design/admin_design.jsp

            </div>
            <section class="content">
                <div class="row">
                    <div class="col-md-12">
                        <la:info id="msg" message="true">
                            <div class="alert alert-info">${msg}</div>
                        </la:info>
                        <la:errors property="_global"/>
                    </div>
                    <div class="col-md-6">
                        <div class="card card-outline card-primary">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 11.2K bytes
    - Click Count (0)
  7. fess-crawler/src/test/java/org/codelibs/fess/crawler/util/CrawlerWebServer.java

            final ResourceHandler resource_handler = new ResourceHandler();
            resource_handler.setWelcomeFiles(new String[] { "index.html" });
            resource_handler.setResourceBase(docRoot.getAbsolutePath());
            Log.info("serving " + resource_handler.getBaseResource());
            final HandlerList handlers = new HandlerList();
            handlers.setHandlers(new Handler[] { resource_handler, new DefaultHandler() });
            server.setHandler(handlers);
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Mar 15 06:52:00 GMT 2025
    - 6.3K bytes
    - Click Count (0)
  8. docs/ko/docs/tutorial/path-operation-configuration.md

    <img src="/img/tutorial/path-operation-configuration/image02.png">
    
    ## ์‘๋‹ต ๊ธฐ์ˆ 
    
    `response_description` ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ ์‘๋‹ต์— ๊ด€ํ•œ ์„ค๋ช…์„ ๋ช…์‹œํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    {* ../../docs_src/path_operation_configuration/tutorial005.py hl[21] *}
    
    /// info | ์ •๋ณด
    
    `response_description`์€ ๊ตฌ์ฒด์ ์œผ๋กœ ์‘๋‹ต์„ ์ง€์นญํ•˜๋ฉฐ, `description`์€ ์ผ๋ฐ˜์ ์ธ *๊ฒฝ๋กœ ์ž‘๋™*์„ ์ง€์นญํ•ฉ๋‹ˆ๋‹ค.
    
    ///
    
    /// check | ํ™•์ธ
    
    OpenAPI๋Š” ๊ฐ *๊ฒฝ๋กœ ์ž‘๋™*์ด ์‘๋‹ต์— ๊ด€ํ•œ ์„ค๋ช…์„ ์š”๊ตฌํ•  ๊ฒƒ์„ ๋ช…์‹œํ•ฉ๋‹ˆ๋‹ค.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 3.9K bytes
    - Click Count (0)
  9. docs/en/docs/tutorial/body-multiple-params.md

    ```
    
    Or in Python 3.10 and above:
    
    ```Python
    q: str | None = None
    ```
    
    For example:
    
    {* ../../docs_src/body_multiple_params/tutorial004_an_py310.py hl[28] *}
    
    
    /// info
    
    `Body` also has all the same extra validation and metadata parameters as `Query`, `Path` and others you will see later.
    
    ///
    
    ## Embed a single body parameter { #embed-a-single-body-parameter }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Sep 20 12:58:04 GMT 2025
    - 4.9K bytes
    - Click Count (0)
  10. docs/ko/docs/advanced/events.md

    ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์ด ์ข…๋ฃŒ๋  ๋•Œ ์‹คํ–‰๋˜์–ด์•ผ ํ•˜๋Š” ํ•จ์ˆ˜๋ฅผ ์ถ”๊ฐ€ํ•˜๋ ค๋ฉด, `"shutdown"` ์ด๋ฒคํŠธ๋กœ ์„ ์–ธํ•ฉ๋‹ˆ๋‹ค:
    
    {* ../../docs_src/events/tutorial002.py hl[6] *}
    
    ์—ฌ๊ธฐ์„œ, `shutdown` ์ด๋ฒคํŠธ ํ•ธ๋“ค๋Ÿฌ ํ•จ์ˆ˜๋Š” `"Application shutdown"`์ด๋ผ๋Š” ํ…์ŠคํŠธ๋ฅผ `log.txt` ํŒŒ์ผ์— ๊ธฐ๋กํ•ฉ๋‹ˆ๋‹ค.
    
    /// info | ์ •๋ณด
    
    `open()` ํ•จ์ˆ˜์—์„œ `mode="a"`๋Š” "์ถ”๊ฐ€"๋ฅผ ์˜๋ฏธํ•˜๋ฏ€๋กœ, ํŒŒ์ผ์— ์žˆ๋Š” ๊ธฐ์กด ๋‚ด์šฉ์€ ๋ฎ์–ด์“ฐ์ง€ ์•Š๊ณ  ์ƒˆ๋กœ์šด ์ค„์ด ์ถ”๊ฐ€๋ฉ๋‹ˆ๋‹ค.
    
    ///
    
    /// tip | ํŒ
    
    ์ด ๊ฒฝ์šฐ, ์šฐ๋ฆฌ๋Š” ํ‘œ์ค€ ํŒŒ์ด์ฌ `open()` ํ•จ์ˆ˜๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ํŒŒ์ผ๊ณผ ์ƒํ˜ธ์ž‘์šฉํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 9.2K bytes
    - Click Count (0)
Back to Top