- Sort Score
- Num 10 results
- Language All
Results 1351 - 1360 of 6,917 for sering (0.04 seconds)
-
src/main/java/jcifs/smb1/Config.java
* Retrieve a <code>String</code>. If the key cannot be found, * the provided <code>def</code> default parameter will be returned. * * @param key the property key to look up * @param def the default value to return if the property is not found * @return the property value, or the default value if not found */ public static String getProperty(final String key, final String def) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 14.5K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/GitWrapper.java
*/ public Map<String, String> listRemotes() { return runCommand("git", "remote", "-v").lines() .filter(l -> l.contains("(fetch)")) .map(line -> line.split("\\s+")) .collect(Collectors.toMap(parts -> parts[0], parts -> parts[1])); } String runCommand(String... args) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java
/** boostExpr */ protected String boostExpr; /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime; /** sortOrder */ protected Integer sortOrder; /** updatedBy */ protected String updatedBy; /** updatedTime */ protected Long updatedTime; /** urlExpr */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/dbmeta/RoleDbm.java
protected final String _tableDbName = "role"; protected final String _tableDispName = "role"; protected final String _tablePropertyName = "Role"; public String getTableDbName() { return _tableDbName; } @Override public String getTableDispName() { return _tableDispName; } @Override public String getTablePropertyName() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/RelatedContentHelperTest.java
results = relatedContentHelper.getRelatedContents("test"); assertEquals("Updated Content", results[0]); } // Helper methods private RelatedContent createRelatedContent(String term, String content, String virtualHost) { RelatedContent entity = new RelatedContent(); entity.setTerm(term); entity.setContent(content); entity.setVirtualHost(virtualHost); return entity;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 14.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/beans/util/CopyOptionsUtil.java
* @param propertyNames * An array of property names. Each element must not be {@literal null} or an empty string. * @return A {@link CopyOptions} with a date converter applied. * @see CopyOptions#dateConverter(String, CharSequence...) * @see DateConverter */ public static CopyOptions dateConverter(final String pattern, final CharSequence... propertyNames) {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 10.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/pathmap/CreateForm.java
*/ @Required @Size(max = 1000) public String regex; /** * The replacement pattern for matched paths. */ @Size(max = 1000) public String replacement; /** * The processing type for path mapping. */ @Required public String processType; /** * The sort order for this path mapping (0-2147483647). */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.5K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
class TestClassTime( val sourceSet: String, val buildTimeMs: Int, ) data class TestCoverageAndBucketSplits( val testCoverageUuid: Int, val buckets: List<FunctionalTestBucket>, ) data class FunctionalTestBucket( val subprojects: SortedSet<String>, val parallelizationMethod: ParallelizationMethod, ) { constructor(subprojectList: List<String>, parallelizationMethod: ParallelizationMethod) : this(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 3.4K bytes - Click Count (0) -
tests/test_tutorial/test_additional_responses/test_tutorial002.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 27 10:53:47 GMT 2026 - 5.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/ForbiddenPatternsTask.java
} @Input public Map<String, String> getPatterns() { return Collections.unmodifiableMap(patterns); } public void exclude(String... excludes) { filesFilter.exclude(excludes); } public void rule(Map<String, String> props) { String name = props.remove("name"); if (name == null) {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 6.8K bytes - Click Count (0)