- Sort Score
- Result 10 results
- Languages All
Results 691 - 700 of 3,501 for final (0.02 sec)
-
android/guava-tests/benchmark/com/google/common/io/CharStreamsCopyBenchmark.java
} data = sb.toString(); } @Benchmark public long timeCopy(int reps) throws IOException { long r = 0; final String localData = data; final TargetSupplier localTarget = target; final CopyStrategy localStrategy = strategy; for (int i = 0; i < reps; i++) { Appendable appendable = localTarget.get(localData.length());
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 23 18:59:54 UTC 2023 - 3.2K bytes - Viewed (0) -
guava-tests/benchmark/com/google/common/io/CharStreamsCopyBenchmark.java
} data = sb.toString(); } @Benchmark public long timeCopy(int reps) throws IOException { long r = 0; final String localData = data; final TargetSupplier localTarget = target; final CopyStrategy localStrategy = strategy; for (int i = 0; i < reps; i++) { Appendable appendable = localTarget.get(localData.length());
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 23 18:59:54 UTC 2023 - 3.2K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/UpgradePropertiesRuleSetup.java
public class UpgradePropertiesRuleSetup implements SetupRule { private static final String CURRENT_UPGRADED_PROPERTIES_KEY = "currentUpgradedProperties"; private static final String BASELINE_UPGRADED_PROPERTIES_KEY = "baselineUpgradedProperties"; private final Map<String, String> params; public UpgradePropertiesRuleSetup(Map<String, String> params) { this.params = params;
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Aug 19 15:30:48 UTC 2024 - 4.5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ByFunctionOrdering.java
* elements. */ @GwtCompatible(serializable = true) @ElementTypesAreNonnullByDefault final class ByFunctionOrdering<F extends @Nullable Object, T extends @Nullable Object> extends Ordering<F> implements Serializable { final Function<F, ? extends T> function; final Ordering<T> ordering; ByFunctionOrdering(Function<F, ? extends T> function, Ordering<T> ordering) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sun Jun 20 14:22:42 UTC 2021 - 2.3K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/JapaneseStopTokenFilterFactory.java
public class JapaneseStopTokenFilterFactory extends AbstractTokenFilterFactory { private static final Map<String, Set<?>> NAMED_STOP_WORDS = singletonMap("_japanese_", JapaneseAnalyzer.getDefaultStopSet()); private final CharArraySet stopWords; private final boolean ignoreCase; private final boolean removeTrailing;
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NbtException.java
public static final int ACT_ERR = 0x6; public static final int CFT_ERR = 0x7; // session service error codes public static final int CONNECTION_REFUSED = -1; public static final int NOT_LISTENING_CALLED = 0x80; public static final int NOT_LISTENING_CALLING = 0x81; public static final int CALLED_NOT_PRESENT = 0x82; public static final int NO_RESOURCES = 0x83; public static final int UNSPECIFIED = 0x8F;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 3.8K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacConstants.java
public interface PacConstants { static final int PAC_VERSION = 0; static final int LOGON_INFO = 1; static final int CREDENTIAL_TYPE = 2; static final int SERVER_CHECKSUM = 6; static final int PRIVSVR_CHECKSUM = 7; static final int CLIENT_NAME_TYPE = 0xA; static final int CONSTRAINT_DELEGATIION_TYPE = 0xB; static final int CLIENT_UPN_TYPE = 0xC; static final int CLIENT_CLAIMS_TYPE = 0xD;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
public class QueryFieldConfig { private static final Logger logger = LogManager.getLogger(QueryFieldConfig.class); public static final String SCORE_FIELD = "score"; public static final String DOC_SCORE_FIELD = "_score"; public static final String SITE_FIELD = "site"; public static final String INURL_FIELD = "inurl"; protected static final String SCORE_SORT_VALUE = "score";
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 04:30:56 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/FessAppService.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.service; public abstract class FessAppService { protected static String wrapQuery(final String query) { final StringBuilder sb = new StringBuilder(); if (!query.startsWith("*")) { sb.append("*"); } sb.append(query); if (!query.endsWith("*")) { sb.append("*");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
try { return createProtwordsItem(this, form, hook); } catch (final ValidationErrorException e) { saveToken(); throw e; } } public static OptionalEntity<ProtwordsItem> createProtwordsItem(final FessBaseAction action, final CreateForm form,
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 17.2K bytes - Viewed (0)