- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 201 for please (0.03 seconds)
-
architecture/standards/0010-gradle-properties-naming.md
Public properties are **stable properties**: they CANNOT be renamed or removed without notice. While we normally deprecate the feature or behavior itself, changes to the property cannot happen in a minor release. Public properties must be documented. **Internal properties** are not part of the Public API. Internal properties are **unstable properties**: they CAN be renamed or removed without notice.
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 06 09:25:54 GMT 2026 - 8K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
"subprojects/docs/src/docs/release/notes.md", "platforms/documentation/docs/src/docs/release/notes.md", "platforms/documentation/docs/src/docs/release/release-notes-assets/", "subprojects/launcher/src/main/resources/release-features.txt", "platforms/core-runtime/launcher/src/main/resources/release-features.txt" ));
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
# DEFAULT_BRANCH - The default branch to create the pull request on (e.g. "master"/"release") # GITHUB_TOKEN - GitHub bot token # TRIGGERED_BY - Optional. If it's "Release - Final", version will be from version-info-final-release/version-info.properties # If it's "Release - Release Candidate", version will be from version-info-release-candidate/version-info.properties post() { local endpoint="$1"
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
* we run each branch on different hours. * master - 0:00 * release - 1:00 * release6x - 2:00 * release7x - 3:00 * ... * releaseNx - (N-4):00 */ fun VersionedSettingsBranch.determineNightlyPromotionTriggerHour(): Int? { val oldReleasePattern = "release(\\d+)x".toRegex() return when (branchName) { "master" -> 0 "release" -> 1 else -> {
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 4.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishRelease.kt
requiredConfirmationCode = "rc", init = { id(RELEASE_CANDIDATE_BUILD_CONFIGURATION_ID) name = "Release - Release Candidate" description = "Promotes the latest successful change on 'release' as a new release candidate" }, ) class PublishMilestone( branch: VersionedSettingsBranch, ) : PublishRelease(
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jul 24 03:08:48 GMT 2025 - 4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/query/PhraseQueryCommand.java
"Unknown q: " + query.getClass() + " => " + query); } /** * Converts a phrase query to a query builder. * * @param context the query context * @param phraseQuery the phrase query * @param boost the boost factor * @return the query builder */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 4.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/chat/ChatPhaseCallback.java
/** * Called when a processing phase starts. * * @param phase the phase name (e.g., "intent", "search", "evaluate", "fetch", "answer") * @param message a human-readable message describing what's happening */ void onPhaseStart(String phase, String message); /** * Called when a processing phase starts with additional context data. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jan 15 12:32:04 GMT 2026 - 3.3K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/chat/ChatPhaseCallbackTest.java
@Override public void onPhaseStart(String phase, String message) { events.add("start:" + phase + ":" + message); } @Override public void onPhaseComplete(String phase) { events.add("complete:" + phase); } @Override public void onChunk(String content, boolean done) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 12 10:32:40 GMT 2026 - 7.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotes.java
public abstract class ReleaseNotes { /** * The source Markdown file for the release notes. */ public abstract RegularFileProperty getMarkdownFile(); /** * The base CSS file used by all documentation. */ public abstract RegularFileProperty getBaseCssFile(); /** * The release notes specific CSS file */ public abstract RegularFileProperty getReleaseNotesCssFile();Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 1.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * Takes a rendered release notes HTML file and decorates it with extra elements/content/links. */ @CacheableTask public abstract class DecorateReleaseNotes extends DefaultTask { /** * The rendered HTML release notes that need decoration. */ @InputFile @PathSensitive(PathSensitivity.NONE)Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 3.8K bytes - Click Count (0)