- Sort Score
- Result 10 results
- Languages All
Results 441 - 450 of 1,028 for quer (0.27 sec)
-
android-test/src/androidTest/README.md
... 01-01 12:53:32.811 10999 11089 D OkHttp : [49 ms] responseHeadersEnd: Response{protocol=h2, code=200, message=, url=https://1.1.1.1/dns-query?dns=AAABAAABAAAAAAAAA3d3dwhmYWNlYm9vawNjb20AABwAAQ} 01-01 12:53:32.811 10999 11089 D OkHttp : [49 ms] responseBodyStart 01-01 12:53:32.811 10999 11089 D OkHttp : [49 ms] responseBodyEnd: byteCount=128
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 22 08:12:58 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
import jakarta.annotation.PostConstruct; /** * Configuration class for query field mappings in the Fess search engine. * This class manages field configurations for various query operations including * response fields, search fields, facet fields, sort fields, and highlighting. * It initializes field mappings from the FessConfig and provides methods to * query field properties and capabilities. */ public class QueryFieldConfig {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsRoleCB.java
// =================================================================================== // Query // ===== public BsRoleCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsRoleCQ doGetConditionQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.3K bytes - Viewed (0) -
docs/em/docs/tutorial/schema-extra-example.md
, ๐ `example` ๐ซ ๐ ๐ป ๐, โซ๏ธ ๐ ๐ ๐ โฌ ๐ป ๐, & ๐ โซ๏ธโ ๐ โ๏ธ ๐ฉบ ๐. โ๏ธ ๐โ ๐ โ๏ธ `example` โ๏ธ `examples` โฎ๏ธ ๐ ๐ ๐ (`Query()`, `Body()`, โ๏ธ.) ๐ ๐ผ ๐ซ ๐ฎ ๐ป ๐ ๐ ๐ฌ ๐ ๐ฝ (๐ซ ๐ ๐ โฌ ๐ป ๐), ๐ซ ๐ฎ ๐ *โก ๐ ๏ธ* ๐ ๐ (๐ ๐ ๐ ๐ โ๏ธ ๐ป ๐).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.6K bytes - Viewed (0) -
docs/pt/docs/advanced/security/http-basic-auth.md
Para lidar com isso, primeiramente nรณs convertemos o `username` e o `password` para `bytes`, codificando-os com UTF-8. Entรฃo nรณs podemos utilizar o `secrets.compare_digest()` para garantir que o `credentials.username` รฉ `"stanleyjobson"`, e que o `credentials.password` รฉ `"swordfish"`.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.1K bytes - Viewed (0) -
cmd/auth-handler_test.go
expectedResult bool }{ // Test case - 1. // Test case with query key "AWSAccessKeyId" set. {"", "", false}, // Test case - 2. {"AWSAccessKeyId", "", true}, // Test case - 3. {"X-Amz-Content-Sha256", "", false}, } for i, testCase := range testCases { // creating an input HTTP request. // Only the query parameters are relevant for this particular test.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 15.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsDuplicateHostCB.java
// Query // ===== public BsDuplicateHostCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsDuplicateHostCQ doGetConditionQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsRelatedQueryCB.java
// Query // ===== public BsRelatedQueryCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsRelatedQueryCQ doGetConditionQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/DeleteForm.java
* Contains query and document ID fields for targeted document deletion. */ public class DeleteForm { /** * Creates a new instance of DeleteForm. * This constructor initializes the form for deleting documents from search results * in the admin interface with validation rules for query and document identification. */ public DeleteForm() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
* * @param query the search query string * @param params the search request parameters including pagination, filters, etc. * @param userBean the optional user bean for access control and personalization * @return the search result containing matched documents and metadata */ protected abstract SearchResult search(String query, SearchRequestParams params, OptionalThing<FessUserBean> userBean);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0)