- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 93 for padded (0.03 seconds)
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/BinaryBreakingChangesRule.java
JApiCompatibilityChangeType.INTERFACE_REMOVED, // the removed methods will be reported JApiCompatibilityChangeType.INTERFACE_ADDED // the added methods will be reported ); private static final Set<JApiCompatibilityChangeType> ANNOTATION_RELATED_CHANGES = Set.of( JApiCompatibilityChangeType.ANNOTATION_MODIFIED,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/parser/QueryParser.java
/** * Parses the given query string and returns a Lucene Query object. * The query is processed through the filter chain before being parsed. * * @param query the query string to parse * @return the parsed Query object * @throws QueryParseException if the query cannot be parsed */ public Query parse(final String query) { return filterChain.parse(query); } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 10.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/thumbnail/impl/BaseThumbnailGeneratorTest.java
generator.addCondition("field1", "value2"); // Test adding conditions for different fields generator.addCondition("field2", "pattern.*"); // Verify conditions can be added without errors assertNotNull(generator); } @Test public void test_getName() { // Test getName and setName methods generator = new TestThumbnailGenerator();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Feb 04 14:24:39 GMT 2026 - 17.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
/** The writer for the temporary file. */ protected Writer writer; /** The stopword item being added or updated. */ protected StopwordsItem item; /** * Constructs a new updater for a stopword item. * * @param newItem The item to be added or updated. * @throws DictionaryException if the temporary file cannot be created. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 13K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/SinceAndIncubatingRulesKotlinTest.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 06 17:52:09 GMT 2025 - 17.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java
protected Writer writer; /** The stemmer override item being added or updated. */ protected StemmerOverrideItem item; /** * Constructs a new updater for a stemmer override item. * * @param newItem The item to be added or updated. * @throws DictionaryException if the temporary file cannot be created. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 14.2K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/UpgradedPropertiesChangesTest.kt
"Method com.example.Task.getFailOnError(): Is not annotated with @since 2.0. Reason for accepting this: Upgraded property" to listOf("Method added to public class", "Abstract method has been added to this class"),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 26.2K bytes - Click Count (0) -
architecture/standards/0010-gradle-properties-naming.md
Practically every Gradle feature is behind a flag, and additional sub-flags or options provide further control. The number of existing Gradle properties is already in the double digits. More properties will be added in the future. Although properties offer the benefit of precise user-side control and support gradual evolution practices, the high number of properties also presents challenges.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
src/test/resources/thumbnail/test_generate_thumbnail.sh
echo -e "${GREEN}PASSED${NC}" ((TESTS_PASSED++)) else echo -e "${RED}FAILED${NC}" ((TESTS_FAILED++)) fi echo "" echo "--- ImageMagick version detection tests ---" echo -n "Testing: get_imagemagick_cmd function exists... " if grep -q 'get_imagemagick_cmd()' "${GENERATE_THUMBNAIL}"; then echo -e "${GREEN}PASSED${NC}" ((TESTS_PASSED++)) elseCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 04 08:02:36 GMT 2025 - 7.9K bytes - Click Count (0)