- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for setSrc (0.06 seconds)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
} try { if (stdout != null) { System.setOut(stdout); } if (stderr != null) { System.setErr(stderr); } CliRequest cliRequest = new CliRequest(args, classWorld); cliRequest.workingDirectory = workingDirectory; return doMain(cliRequest);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 78.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/MavenProject.java
getModel().setInceptionYear(inceptionYear); } public String getInceptionYear() { return getModel().getInceptionYear(); } public void setUrl(String url) { getModel().setUrl(url); } public String getUrl() { return getModel().getUrl(); } public Prerequisites getPrerequisites() { return getModel().getPrerequisites();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:47:20 GMT 2025 - 67K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
if (!favoriteLogService.addUrl(userCode, (userInfo, favoriteLog) -> { favoriteLog.setUserInfoId(userInfo.getId()); favoriteLog.setUrl(favoriteUrl); favoriteLog.setDocId(docId); favoriteLog.setQueryId(queryId);Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 55.4K bytes - Click Count (1) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
}); a.map(Activation::getOs).ifPresent(oa -> { Interpolation nt = new Interpolation(oa, interpolator::interpolate); nt.performFor(oa.getArch(), "arch", oa::setArch); nt.performFor(oa.getFamily(), "family", oa::setFamily); nt.performFor(oa.getName(), "name", oa::setName); nt.performFor(oa.getVersion(), "version", oa::setVersion);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
url = url.replaceAll(entry.getKey(), entry.getValue()); } url = pathMappingHelper.replaceUrl(url); requestData.setUrl(replaceDuplicateHost(url)); } } return urlList; } /** * Gets the path mapping helper for URL transformations. *
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Dec 12 13:58:40 GMT 2025 - 54.6K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 12:19:14 GMT 2025 - 53.7K bytes - Click Count (0) -
fess-crawler-lasta/src/main/resources/crawler/extractor.xml
"text/x-python", "text/x-rst", "text/x-rexx", "text/x-ruby", "text/x-scala", "text/x-scheme", "text/x-sed", "text/x-sql", "text/x-setext", "text/x-stsrc", "text/x-tcl", "text/x-uuencode", "text/x-vbasic", "text/x-vbdotnet", "text/x-vbscript", "text/x-vcalendar", "text/x-vcard", "text/x-verilog",
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Nov 23 03:46:53 GMT 2025 - 50.1K bytes - Click Count (0)