- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for projectName (0.07 seconds)
-
build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/Builders.kt
) { private val structure = settings.extensions.getByType(ProjectStructure::class.java) fun subproject(projectName: String) { settings.include(projectName) val projectDir = settings.rootDir.resolve("$basePath/$projectName") structure.projectBaseDirs.add(projectDir) settings.project(":$projectName").projectDir = projectDir } } class ElementId(val id: String) : Serializable {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 30 15:37:56 GMT 2026 - 3K bytes - Click Count (0) -
dbflute_fess/dfprop/littleAdjustmentMap.dfprop
# o refreshMap: (NotRequired - Default map:{projectName=$$AutoDetect$$ ; requestUrl=http://localhost:8386/}) # If you use synchronizer and specify this property, no need to refresh(F5) your eclipse project. # The projectName can be set plural names by slash '/'. e.g. sea/land # #; refreshMap = map:{ # ; projectName = $$AutoDetect$$ # ; requestUrl = http://localhost:8386/ #}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jul 25 06:04:16 GMT 2015 - 8.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProvider.java
//if (classificationName.contains(".")) { // final String dbName = Srl.substringFirstFront(classificationName, "."); // if (dbName.equals(DBCurrent.getInstance().projectName())) { // searchName = Srl.substringFirstRear(classificationName, "."); // } else { // return null; // } //} //try {
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) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/FixProjectHealthTask.kt
val projectDependencyRegex = Regex("""project\(["']([^"']+)["']\)""") return line.replace(projectDependencyRegex) { match -> val projectName = match.groupValues[1] val parts = projectName.split(":").last().split("-") "projects.${parts.first()}${parts.drop(1).joinToString("") { it.replaceFirstChar { c -> c.uppercaseChar() } }}" } }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 03 06:57:08 GMT 2025 - 6.2K bytes - Click Count (1)