- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 5,520 for AsString (0.11 sec)
-
guava-tests/benchmark/com/google/common/base/JoinerBenchmark.java
@Param({"0", "1", "16", "32", "100"}) int componentLength; private Iterable<String> components; @BeforeExperiment void setUp() { String component = Strings.repeat("a", componentLength); String[] raw = new String[count]; Arrays.fill(raw, component); components = Arrays.asList(raw); } /** {@link Joiner} with a string delimiter. */ @Benchmark int joinerWithStringDelimiter(int reps) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 4.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/xml/XmlReaderRequest.java
* @param fieldName A description of the field being interpolated. The implementation may use this to * log stuff. * @return the interpolated value */ String transform(String source, String fieldName); } @Nonnull static XmlReaderRequestBuilder builder() { return new XmlReaderRequestBuilder(); } @NotThreadSafe class XmlReaderRequestBuilder {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jul 09 12:10:26 UTC 2024 - 6.8K bytes - Viewed (0) -
utils/utils.go
// NestedRelationName nested relationships like `Manager__Company` func NestedRelationName(prefix, name string) string { return prefix + nestedRelationSplit + name } // SplitNestedRelationName Split nested relationships to `[]string{"Manager","Company"}` func SplitNestedRelationName(name string) []string { return strings.Split(name, nestedRelationSplit) }
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Thu Aug 22 11:03:42 UTC 2024 - 4.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsBadWord.java
/** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** suggestWord */ protected String suggestWord; /** targetLabel */ protected String targetLabel; /** targetRole */ protected String targetRole; /** updatedBy */ protected String updatedBy; /** updatedTime */
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsFailureUrl.java
/** configId */ protected String configId; /** errorCount */ protected Integer errorCount; /** errorLog */ protected String errorLog; /** errorName */ protected String errorName; /** lastAccessTime */ protected Long lastAccessTime; /** threadName */ protected String threadName; /** url */ protected String url;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsRelatedQuery.java
/** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** queries */ protected String[] queries; /** term */ protected String term; /** updatedBy */ protected String updatedBy; /** updatedTime */ protected Long updatedTime; /** virtualHost */ protected String virtualHost;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java
/** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** name */ protected String name; /** updatedBy */ protected String updatedBy; /** updatedTime */ protected Long updatedTime; /** value */ protected String value; /** webConfigId */ protected String webConfigId;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/dict/StemmerOverrideTests.java
private static final String NAME_PREFIX = "stemmerOvberrideTest_"; private static final String API_PATH = "/api/admin/dict/stemmeroverride"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String DICT_TYPE = "stemmeroverride"; private static final String KEY_PROPERTY = "input"; @Override
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
protected String rolePrefix = "{role}"; protected String groupPrefix = "{group}"; protected String userPrefix = "{user}"; protected String allowPrefix = "(allow)"; protected String denyPrefix = "(deny)"; @Resource protected SystemHelper systemHelper; public String encode(final String value) { if (StringUtil.isBlank(value)) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/FileConfigTests.java
private static final String NAME_PREFIX = "fileConfigTest_"; private static final String API_PATH = "/api/admin/fileconfig"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String KEY_PROPERTY = "name"; @Override protected String getNamePrefix() { return NAME_PREFIX; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 2.5K bytes - Viewed (0)