- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 121 for tuto (1.09 sec)
-
src/main/java/org/codelibs/fess/Constants.java
/** Status constant representing stopped state. */ public static final String STOP = "stop"; /** Constant representing automatic mode. */ public static final String AUTO = "auto"; /** Constant representing no value or empty state. */ public static final String NONE = "none"; // ============================================================ // Item/Field Identifiers
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/score/ScoreUpdaterTest.java
private static class NullPointerScoreBooster extends ScoreBooster { @Override public long process() { // This will cause NullPointerException when auto-unboxing Long nullValue = null; return nullValue; } } // Test class that throws RuntimeException
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionQuery.java
} protected MatchQueryBuilder regFuzzyQ(String name, Object value) { checkEsInvalidQuery(name, value); MatchQueryBuilder fuzzyQuery = QueryBuilders.matchQuery(name, value).fuzziness(Fuzziness.AUTO); regQ(fuzzyQuery); return fuzzyQuery; } protected PrefixQueryBuilder regPrefixQ(String name, String prefix) { checkEsInvalidQuery(name, prefix);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 21.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractConditionQuery.java
} protected MatchQueryBuilder regFuzzyQ(String name, Object value) { checkEsInvalidQuery(name, value); MatchQueryBuilder fuzzyQuery = QueryBuilders.matchQuery(name, value).fuzziness(Fuzziness.AUTO); regQ(fuzzyQuery); return fuzzyQuery; } protected PrefixQueryBuilder regPrefixQ(String name, String prefix) { checkEsInvalidQuery(name, prefix);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 21.1K bytes - Viewed (0) -
README.md
OkHttp depends on [Okio][okio] for high-performance I/O and the [Kotlin standard library][kotlin]. Both are small libraries with strong backward-compatibility. We highly recommend you keep OkHttp up-to-date. As with auto-updating web browsers, staying current with HTTPS clients is an important defense against potential security problems. [We track][tls_history] the dynamic TLS ecosystem and adjust OkHttp to improve connectivity and security.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* Azure Load Balancer Auto Mode: Services can be annotated to allow auto selection of available load balancers and to provide specific availability sets that host the load balancers (for example, `service.beta.kubernetes.io/azure-load-balancer-mode=auto|as1,as2...`) ### **CLI** #### **Kubectl**
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0) -
guava-tests/test/com/google/common/net/MediaTypeTest.java
MediaType.parse("text/plain; charset =UTF-8"), MediaType.parse("text/plain; charset= UTF-8"), MediaType.parse("text/plain; charset = UTF-8"), MediaType.parse("text/plain; charset=\tUTF-8")) .addEqualityGroup(MediaType.parse("text/plain; charset=utf-8; charset=utf-8")) .addEqualityGroup( MediaType.create("text", "plain").withParameter("a", "value"),
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/webapp/js/admin/jquery-3.7.1.min.js
5))||0),u+l}function ot(e,t,n){var r=Xe(e),i=(!le.boxSizingReliable()||n)&&"border-box"===ce.css(e,"boxSizing",!1,r),o=i,a=Ge(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if(_e.test(a)){if(!n)return a;a="auto"}return(!le.boxSizingReliable()&&i||!le.reliableTrDimensions()&&fe(e,"tr")||"auto"===a||!parseFloat(a)&&"inline"===ce.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===ce.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+it(e,t,n||(i?"border":"content"...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:07:52 UTC 2024 - 85.5K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.searchlog_requestedtime=Time labels.searchlog_accesstype=Access Type labels.maintenance_title_configuration=Maintenance labels.number_of_shards_for_doc=Number of Shards labels.auto_expand_replicas_for_doc=Auto-expand Replicas labels.clear_crawler_index=Crawler Index labels.clear_crawler_index_button=Delete Crawler Index labels.diagnostic_logs=Diagnostics labels.download_diagnostic_logs_button=Download Logs
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 0.01 */ String QUERY_BOOST_FUZZY_TITLE = "query.boost.fuzzy.title"; /** The key of the configuration. e.g. AUTO */ String QUERY_BOOST_FUZZY_TITLE_FUZZINESS = "query.boost.fuzzy.title.fuzziness"; /** The key of the configuration. e.g. 10 */ String QUERY_BOOST_FUZZY_TITLE_EXPANSIONS = "query.boost.fuzzy.title.expansions";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)