Search Options

Results per page
Sort
Preferred Languages
Advance

Results 811 - 820 of 924 for rquery (1.09 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: The specified query has an unknown condition. */
        public static final String ERRORS_invalid_query_unknown = "{errors.invalid_query_unknown}";
    
        /** The key of the message: The given query is invalid. */
        public static final String ERRORS_invalid_query_parse_error = "{errors.invalid_query_parse_error}";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 119.6K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/security/oauth2-scopes.md

    /// info | ๐Ÿ“ก โ„น
    
    `Security` ๐Ÿค™ ๐Ÿฟ `Depends`, & โšซ๏ธ โœ”๏ธ 1๏ธโƒฃ โž• ๐Ÿ”ข ๐Ÿ‘ˆ ๐Ÿ‘ฅ ๐Ÿ”œ ๐Ÿ‘€ โช.
    
    โœ‹๏ธ โš™๏ธ `Security` โ†ฉ๏ธ `Depends`, **FastAPI** ๐Ÿ”œ ๐Ÿ’ญ ๐Ÿ‘ˆ โšซ๏ธ ๐Ÿ’ช ๐Ÿ“ฃ ๐Ÿ’‚โ€โ™‚ โ†”, โš™๏ธ ๐Ÿ‘ซ ๐Ÿ”˜, & ๐Ÿ“„ ๐Ÿ› ๏ธ โฎ๏ธ ๐Ÿ—„.
    
    โœ‹๏ธ ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ—„ `Query`, `Path`, `Depends`, `Security` & ๐ŸŽ โšช๏ธโžก๏ธ `fastapi`, ๐Ÿ‘ˆ ๐Ÿค™ ๐Ÿ”ข ๐Ÿ‘ˆ ๐Ÿ“จ ๐ŸŽ ๐ŸŽ“.
    
    ///
    
    ## โš™๏ธ `SecurityScopes`
    
    ๐Ÿ”œ โ„น ๐Ÿ”— `get_current_user`.
    
    ๐Ÿ‘‰ 1๏ธโƒฃ โš™๏ธ ๐Ÿ”— ๐Ÿ”›.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:03:10 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  3. docs/en/docs/advanced/security/oauth2-scopes.md

    But by using `Security` instead of `Depends`, **FastAPI** will know that it can declare security scopes, use them internally, and document the API with OpenAPI.
    
    But when you import `Query`, `Path`, `Depends`, `Security` and others from `fastapi`, those are actually functions that return special classes.
    
    ///
    
    ## Use `SecurityScopes` { #use-securityscopes }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java

        /**
         * Open does not cause an opportunistic lock break for the file
         */
        public static final int FILE_NOP_RECALL = 0x400000;
        /**
         * The file is being opened solely to query its free space
         */
        public static final int FILE_OPEN_FOR_FREE_SPACE_QUERY = 0x800000;
    
        private byte securityFlags;
        private byte requestedOplockLevel = SMB2_OPLOCK_LEVEL_NONE;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 23 02:21:31 UTC 2025
    - 22.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ko.properties

    labels.lastAccessTime=์ตœ์ข… ์ ‘๊ทผ ์ผ์‹œ
    labels.notificationTo=์•Œ๋ฆผ ๋Œ€์ƒ
    labels.num=์ˆ˜
    labels.pn=ํŽ˜์ด์ง€ ๋ฒˆํ˜ธ
    labels.protocolScheme=์Šคํ‚ค๋งˆ
    labels.purgeByBots=๋ด‡ ์‚ญ์ œ
    labels.logLevel=๋กœ๊ทธ ๋ ˆ๋ฒจ
    labels.purgeSearchLogDay=๊ฒ€์ƒ‰ ๋กœ๊ทธ ์‚ญ์ œ
    labels.query=์ฟผ๋ฆฌ
    labels.queryId=์ฟผ๋ฆฌ ID
    labels.rt=rt
    labels.searchLog=๊ฒ€์ƒ‰ ๋กœ๊ทธ
    labels.sort=์ •๋ ฌ
    labels.start=์‹œ์ž‘ ์œ„์น˜
    labels.loginRequired=๋กœ๊ทธ์ธ ํ•„์š”
    labels.loginLink=๋กœ๊ทธ์ธ ๋งํฌ ํ‘œ์‹œ
    labels.threadName=์Šค๋ ˆ๋“œ ์ด๋ฆ„
    labels.url=URL
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  6. configure.py

        resolve_symlinks: (Bool) Translate symbolic links into the real filepath.
        n_ask_attempts: (Integer) Number of times to query for valid input before
          raising an error and quitting.
    
      Returns:
        [String] The value of var_name after querying for input.
    
      Raises:
        UserInputError: if a query has been attempted n_ask_attempts times without
          success, assume that the user has made a scripting error, and will
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Wed Apr 30 15:18:54 UTC 2025
    - 48.3K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/api/WebApiManagerTest.java

            WebApiManager manager = new TestWebApiManager("/api/");
    
            TestHttpServletRequest request = new TestHttpServletRequest();
            request.setRequestURI("/api/search?query=test");
            assertTrue(manager.matches(request));
    
            request.setRequestURI("/api/data#anchor");
            assertTrue(manager.matches(request));
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.6K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/helper/ViewHelperTest.java

        }
    
        public void test_getCachedFacetResponse() {
            ViewHelper viewHelper = new ViewHelper();
            viewHelper.init();
    
            try {
                viewHelper.getCachedFacetResponse("test query");
                assertTrue(true);
            } catch (Exception e) {
                assertTrue(true);
            }
        }
    
        public void test_asContentResponse() {
            ViewHelper viewHelper = new ViewHelper();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 27.3K bytes
    - Viewed (0)
  9. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

        }
      }
    
      fun buildCloudflareIp(bootstrapClient: OkHttpClient): DnsOverHttps =
        DnsOverHttps
          .Builder()
          .client(bootstrapClient)
          .url("https://1.1.1.1/dns-query".toHttpUrl())
          .build()
    
      private fun enableTls() {
        client =
          client
            .newBuilder()
            .sslSocketFactory(
              handshakeCertificates.sslSocketFactory(),
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
  10. docs/es/docs/python-types.md

    * **Soporte del editor**.
    * **Chequeo de tipos**.
    
    ...y **FastAPI** usa las mismas declaraciones para:
    
    * **Definir requerimientos**: de parรกmetros de path de la request, parรกmetros de query, headers, bodies, dependencias, etc.
    * **Convertir datos**: de la request al tipo requerido.
    * **Validar datos**: provenientes de cada request:
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 17.6K bytes
    - Viewed (1)
Back to top