- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 23 for toXml (0.04 seconds)
-
compat/maven-model/src/test/java/org/apache/maven/model/v4/ModelXmlTest.java
props.put("lombok.version", "1.18.6"); props.put("junit.version", "4.12"); Model model = Model.newBuilder(true).properties(props).build(); String xml = toXml(model); for (int i = 0; i < 10; i++) { String newStr = toXml(fromXml(xml)); assertEquals(newStr, xml); } } @Test void testNamespaceInXmlNode() throws XMLStreamException {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/configuration/internal/DefaultBeanConfigurator.java
try { return toXml(configuration, evaluator); } catch (ExpressionEvaluationException e) { throw new ComponentConfigurationException("Unable to convert configuration to xml node", e); } } XmlNode toXml(PlexusConfiguration config, ExpressionEvaluator evaluator) throws ExpressionEvaluationException {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/DomUtils.java
* * @param document the domtrip Document * @return the XML string with preserved formatting * */ public static String toXml(Document document) { Editor editor = new Editor(document); return editor.toXml(); } /** * Removes an element from its parent. * * @param element the element to remove * */Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 7.4K bytes - Click Count (0) -
.typos.toml
Krishnan Parthasarathi <******@****.***> 1743662706 -0700
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Apr 03 06:45:06 GMT 2025 - 1.2K bytes - Click Count (0) -
pyproject.toml
Sebastián RamÃrez <******@****.***> 1766840096 -0800
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 9.3K bytes - Click Count (0) -
gradle/libs.versions.toml
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1766181950 -0500
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 19 22:05:50 GMT 2025 - 8.5K bytes - Click Count (0) -
.github/labeler.yml
- '!fastapi/**' - '!pyproject.toml' - '!docs/en/data/sponsors.yml' - '!docs/en/overrides/main.html' lang-all: - all: - changed-files: - any-glob-to-any-file: - docs/*/docs/** - all-globs-to-all-files: - '!docs/en/docs/**' - '!docs/*/**/_*.md' - '!fastapi/**' - '!pyproject.toml' internal: - all: - changed-files:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Nov 23 20:10:04 GMT 2025 - 921 bytes - Click Count (0) -
.github/workflows/build-docs.yml
id: filter with: filters: | docs: - README.md - docs/** - docs_src/** - requirements-docs.txt - pyproject.toml - mkdocs.yml - mkdocs.env.yml - .github/workflows/build-docs.yml - .github/workflows/deploy-docs.yml - scripts/mkdocs_hooks.py langs: needs:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Dec 21 17:40:17 GMT 2025 - 3.3K bytes - Click Count (0) -
.github/workflows/translate.yml
with: python-version: "3.11" - name: Setup uv uses: astral-sh/setup-uv@v7 with: cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install Dependencies run: uv pip install -r requirements-github-actions.txt -r requirements-translations.txt - name: Export Language Codes id: show-langs run: |Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:48:45 GMT 2025 - 3.6K bytes - Click Count (0) -
.github/workflows/test.yml
- name: Setup uv uses: astral-sh/setup-uv@v7 with: version: "0.4.15" enable-cache: true cache-dependency-glob: | requirements**.txt pyproject.toml - name: Install Dependencies run: uv pip install -r requirements-tests.txt - run: mkdir coverage - name: Test if: matrix.codspeed != 'codspeed' run: bash scripts/test.shCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 08:53:59 GMT 2025 - 4.4K bytes - Click Count (0)