- Sort Score
- Result 10 results
- Languages All
Results 811 - 820 of 924 for rquery (1.09 sec)
-
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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) -
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)