Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 1,107 for quer (0.03 sec)

  1. src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java

        }
    
        public static List<TermQuery> getTermQueryList(final Query query, final String[] fields) {
            if (query instanceof final BooleanQuery booleanQuery) {
                final List<BooleanClause> clauses = booleanQuery.clauses();
                final List<TermQuery> queryList = new ArrayList<>();
                for (final BooleanClause clause : clauses) {
                    final Query q = clause.getQuery();
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Sat Oct 12 00:10:39 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/body-multiple-params.md

    # ๐Ÿ’ช - ๐Ÿ’— ๐Ÿ”ข
    
    ๐Ÿ”œ ๐Ÿ‘ˆ ๐Ÿ‘ฅ โœ”๏ธ ๐Ÿ‘€ โ” โš™๏ธ `Path` &amp; `Query`, โžก๏ธ ๐Ÿ‘€ ๐ŸŒ… ๐Ÿง โš™๏ธ ๐Ÿ“จ ๐Ÿ’ช ๐Ÿ“„.
    
    ## ๐ŸŒ€ `Path`, `Query` &amp; ๐Ÿ’ช ๐Ÿ”ข
    
    ๐Ÿฅ‡, โ†—๏ธ, ๐Ÿ‘† ๐Ÿ’ช ๐ŸŒ€ `Path`, `Query` &amp; ๐Ÿ“จ ๐Ÿ’ช ๐Ÿ”ข ๐Ÿ“„ โžก &amp; **FastAPI** ๐Ÿ”œ ๐Ÿ’ญ โšซ๏ธโ”.
    
    &amp; ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ’ช ๐Ÿ”ข ๐Ÿ“ฆ, โš’ ๐Ÿ”ข `None`:
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.6๏ธโƒฃ &amp; ๐Ÿ”›
    
    ```Python hl_lines="19-21"
    {!> ../../docs_src/body_multiple_params/tutorial001.py!}
    ```
    
    ////
    
    //// tab | ๐Ÿ 3๏ธโƒฃ.1๏ธโƒฃ0๏ธโƒฃ &amp; ๐Ÿ”›
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. docs/ja/docs/tutorial/cookie-params.md

    `Cookie`ใฏ`Path`ใจ`Query`ใฎใ€Œๅง‰ๅฆนใ€ใ‚ฏใƒฉใ‚นใงใ™ใ€‚ใพใŸใ€ๅŒใ˜ๅ…ฑ้€šใฎ`Param`ใ‚ฏใƒฉใ‚นใ‚’็ถ™ๆ‰ฟใ—ใฆใ„ใพใ™ใ€‚
    
    ใ—ใ‹ใ—ใ€`fastapi`ใ‹ใ‚‰`Query`ใ‚„`Path`ใ€`Cookie`ใชใฉใ‚’ใ‚คใƒณใƒใƒผใƒˆใ™ใ‚‹ๅ ดๅˆใ€ใใ‚Œใ‚‰ใฏๅฎŸ้š›ใซใฏ็‰นๆฎŠใชใ‚ฏใƒฉใ‚นใ‚’่ฟ”ใ™้–ขๆ•ฐใงใ‚ใ‚‹ใ“ใจใ‚’่ฆšใˆใฆใŠใ„ใฆใใ ใ•ใ„ใ€‚
    
    ///
    
    /// info | "ๆƒ…ๅ ฑ"
    
    ใ‚ฏใƒƒใ‚ญใƒผใ‚’ๅฎฃ่จ€ใ™ใ‚‹ใซใฏใ€`Cookie`ใ‚’ไฝฟใ†ๅฟ…่ฆใŒใ‚ใ‚Šใพใ™ใ€‚ใชใœใชใ‚‰ใ€ใใ†ใ—ใชใ„ใจใƒ‘ใƒฉใƒกใƒผใ‚ฟใŒใ‚ฏใ‚จใƒชใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใจใ—ใฆ่งฃ้‡ˆใ•ใ‚Œใฆใ—ใพใ†ใ‹ใ‚‰ใงใ™ใ€‚
    
    ///
    
    ## ใพใจใ‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. tests/test_tutorial/test_websockets/test_tutorial002.py

                assert data == "Session cookie or query token value is: fakesession"
                data = websocket.receive_text()
                assert data == f"Message text was: {message}, for item ID: foo"
                message = "Message two"
                websocket.send_text(message)
                data = websocket.receive_text()
                assert data == "Session cookie or query token value is: fakesession"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Nov 13 14:26:09 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/cbean/cq/bs/BsBadWordCQ.java

    import org.opensearch.index.query.RangeQueryBuilder;
    import org.opensearch.index.query.RegexpQueryBuilder;
    import org.opensearch.index.query.SpanTermQueryBuilder;
    import org.opensearch.index.query.TermQueryBuilder;
    import org.opensearch.index.query.TermsQueryBuilder;
    import org.opensearch.index.query.WildcardQueryBuilder;
    import org.opensearch.index.query.functionscore.FunctionScoreQueryBuilder;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  6. tests/test_security_api_key_query_description.py

            "components": {
                "securitySchemes": {
                    "APIKeyQuery": {
                        "type": "apiKey",
                        "name": "key",
                        "in": "query",
                        "description": "API Key Query",
                    }
                }
            },
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. .github/actions/notify-translations/app/main.py

            "body": body,
        }
        response = httpx.post(
            github_graphql_url,
            headers=headers,
            timeout=settings.httpx_timeout,
            json={"query": query, "variables": variables, "operationName": "Q"},
        )
        if response.status_code != 200:
            logging.error(
                f"Response was not 200, after: {after}, category_id: {category_id}"
            )
            logging.error(response.text)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsDataConfigCB.java

        // ===================================================================================
        //                                                                               Query
        //                                                                               =====
        public BsDataConfigCQ query() {
            assertQueryPurpose();
            return doGetConditionQuery();
        }
    
        protected BsDataConfigCQ doGetConditionQuery() {
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch_edit.jsp

                                        <label for="query" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.key_match_query"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="query"/>
                                            <la:text styleId="query" property="query" styleClass="form-control"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6K bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/cookie-params.md

    ```
    
    ////
    
    /// note | "๊ธฐ์ˆ  ์„ธ๋ถ€์‚ฌํ•ญ"
    
    `Cookie`๋Š” `Path` ๋ฐ `Query`์˜ "์ž๋งค"ํด๋ž˜์Šค์ž…๋‹ˆ๋‹ค. ์ด ์—ญ์‹œ ๋™์ผํ•œ ๊ณตํ†ต `Param` ํด๋ž˜์Šค๋ฅผ ์ƒ์†ํ•ฉ๋‹ˆ๋‹ค.
    
    `Query`, `Path`, `Cookie` ๊ทธ๋ฆฌ๊ณ  ๋‹ค๋ฅธ ๊ฒƒ๋“ค์€ `fastapi`์—์„œ ์ž„ํฌํŠธ ํ•  ๋•Œ, ์‹ค์ œ๋กœ๋Š” ํŠน๋ณ„ํ•œ ํด๋ž˜์Šค๋ฅผ ๋ฐ˜ํ™˜ํ•˜๋Š” ํ•จ์ˆ˜์ž„์„ ๊ธฐ์–ตํ•˜์„ธ์š”.
    
    ///
    
    /// info | "์ •๋ณด"
    
    ์ฟ ํ‚ค๋ฅผ ์„ ์–ธํ•˜๊ธฐ ์œ„ํ•ด์„œ๋Š” `Cookie`๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. ๊ทธ๋ ‡์ง€ ์•Š์œผ๋ฉด ํ•ด๋‹น ๋งค๊ฐœ๋ณ€์ˆ˜๋ฅผ ์ฟผ๋ฆฌ ๋งค๊ฐœ๋ณ€์ˆ˜๋กœ ํ•ด์„ํ•˜๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.
    
    ///
    
    ## ์š”์•ฝ
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top