- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 16 for placeholders (0.06 sec)
-
apache-maven/src/assembly/maven/bin/JvmConfigParser.java
appendQuotedArguments(result, parsed); } return result.toString(); } /** * Process a single line: remove comments, trim whitespace, and replace placeholders. */ private static String processLine(String line, String mavenProjectBasedir) { // Remove comments int commentIndex = line.indexOf('#'); if (commentIndex >= 0) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 6.4K bytes - Viewed (0) -
scripts/docs.py
), dirty: bool = False, ) -> None: """ Serve with livereload a docs site for a specific language. This only shows the actual translated files, not the placeholders created with build-all. Takes an optional LANG argument with the name of the language to serve, by default en. """Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/CompatibilityFixStrategy.java
if (url.contains("${")) { // Allow repository URL interpolation; do not disable. // Keep a gentle warning to help users notice unresolved placeholders at build time. String repositoryId = repository.childText("id"); context.info("Detected interpolated expression in " + elementType + " URL (id: " + repositoryId
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 22.2K bytes - Viewed (0) -
tests/test_datastructures.py
def test_default_placeholder_equals(): placeholder_1 = Default("a") placeholder_2 = Default("a") assert placeholder_1 == placeholder_2 assert placeholder_1.value == placeholder_2.value def test_default_placeholder_bool(): placeholder_a = Default("a") placeholder_b = Default("") assert placeholder_a assert not placeholder_b def test_upload_file_is_closed(tmp_path: Path):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java
this.regexPrefix = regexPrefix; } /** * Sets the placeholder string used in regex-based related content templates. * This placeholder is replaced with the actual search query when * a regex pattern matches the query. * * @param queryPlaceHolder the placeholder string to be replaced with the query (default: "__QUERY__") */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 8.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/profile/index.jsp
<c:set var="ph_old_password"> <la:message key="labels.profile.placeholder_old_password" /> </c:set> <la:password property="oldPassword" class="form-control" placeholder="${ph_old_password}" /> <div class="input-group-append"> <span class="input-group-text"><i class="fa fa-lock fa-fw" aria-hidden="true"></i></span> </div> </div> <div class="input-group mb-3">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 3.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/login/newpassword.jsp
<div class="input-group mb-3"> <c:set var="ph_new_password"> <la:message key="labels.login.placeholder_new_password" /> </c:set> <la:password property="password" class="form-control" placeholder="${ph_new_password}" /> <div class="input-group-append"> <span class="input-group-text"> <i class="fa fa-lock fa-fw" aria-hidden="true"></i> </span> </div> </div>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 3.1K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ResourceIncludeTest.java
assertNull(nullTargetResult.getTargetPath(), "Null targetPath should remain null"); // Test property placeholder in targetPath Resource placeholderResource = new Resource(); placeholderResource.setDirectory("src/test/placeholder"); placeholderResource.setTargetPath("${project.build.directory}/custom"); DefaultSourceRoot placeholderSourceRoot =
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 12.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/storage/admin_storage_tag_edit.jsp
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/login/index.jsp
<c:set var="ph_username"> <la:message key="labels.login.placeholder_username" /> </c:set> <la:text property="username" styleId="username" class="form-control" placeholder="${ph_username}" /> <div class="input-group-append"> <span class="input-group-text"> <i class="fa fa-user fa-fw" aria-hidden="true"></i> </span> </div> </div>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 3K bytes - Viewed (1)