- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 17 for reverting (0.11 seconds)
-
docs/en/docs/_llm-test.md
//// tab | Info This is a not complete and not normative list of (mostly) technical terms seen in the docs. It may be helpful for the prompt designer to figure out for which terms the LLM needs a helping hand. For example when it keeps reverting a good translation to a suboptimal translation. Or when it has problems conjugating/declinating a term in your language. See e.g. section `### List of English terms and their preferred German translations` in `docs/de/llm-prompt.md`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 14:48:47 GMT 2025 - 11.4K bytes - Click Count (0) -
.teamcity/subprojects.json
"unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "instrumentation-reporting", "path": "platforms/core-runtime/instrumentation-reporting", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "integ-test", "path": "testing/integ-test",
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 18 18:40:11 GMT 2025 - 37.5K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<description>The group ID of the reporting plugin in the repository.</description> </field> <field> <name>artifactId</name> <version>4.0.0+</version> <type>String</type> <required>true</required> <description>The artifact ID of the reporting plugin in the repository.</description> </field> <field>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/XmlNode.java
*/ @Nullable XmlNode child(String name); /** * Returns the input location information for this node, if available. * This can be useful for error reporting and debugging. * * @return the input location object, or {@code null} if not available */ @Nullable Object inputLocation(); // Deprecated methods that delegate to new onesCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 15:20:44 GMT 2025 - 18.3K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/core-runtime/instrumentation-declarations" /> <option value="$PROJECT_DIR$/platforms/core-runtime/instrumentation-reporting" /> <option value="$PROJECT_DIR$/platforms/core-runtime/internal-instrumentation-api" /> <option value="$PROJECT_DIR$/platforms/core-runtime/internal-instrumentation-processor" />Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
apache-maven/src/assembly/maven/bin/mvn
echo "Error: Java not found. Please set JAVA_HOME." >&2 return 1 } # Run the parser using source-launch mode # Capture both stdout and stderr for comprehensive error reporting parser_output=$("$JAVACMD" "$MAVEN_HOME/bin/JvmConfigParser.java" "$1" "$MAVEN_PROJECTBASEDIR" 2>&1) parser_exit=$? if [ -n "$MAVEN_DEBUG_SCRIPT" ]; then
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 10 16:40:06 GMT 2025 - 9.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java
&& profile.getReporting() == null; } private static <T extends ModelBase.Builder> T prune(T builder, ModelBase model) { builder.properties(null).reporting(null); if (model.getDistributionManagement() != null && model.getDistributionManagement().getRelocation() != null) { // keep relocation only
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Nov 27 07:40:26 GMT 2025 - 21.2K bytes - Click Count (0) -
impl/maven-core/pom.xml
<include>org.apache.maven.plugin</include> <include>org.apache.maven.profiles</include> <include>org.apache.maven.project</include> <include>org.apache.maven.reporting</include> <include>org.apache.maven.repository</include> <include>org.apache.maven.rtinfo</include> <include>org.apache.maven.rtinfo.internal</include>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java
* module path, but is also compatible with placement on the class path. Compatibility can * be achieved, for example, by repeating in the {@code META-INF/services/} directory the services * that are declared in the {@code module-info.class} file. In that case, the path type can be chosen * by the plugin.</li>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:13:42 GMT 2025 - 15.7K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/exec/Crawler.java
public Integer hotThread; /** * Default constructor for Options. * Protected to allow subclassing while preventing direct instantiation. */ protected Options() { // nothing } /** * Parses the web configuration IDs string into a list. *Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 31.4K bytes - Click Count (0)