Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for modelled (0.27 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    |===
    
    So for GCC running on linux, the supported target platforms are 'linux/x86' and 'linux/x86_64'. For GCC running on Windows via Cygwin, platforms 'windows/x86' and 'windows/x86_64' are supported. (The Cygwin POSIX runtime is not yet modelled as part of the platform, but will be in the future.)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

                        .toList());
    
                project.setInjectedProfileIds("external", getProfileIds(result.getActiveExternalProfiles()));
                for (String modelId : result.getModelIds()) {
                    project.setInjectedProfileIds(modelId, getProfileIds(result.getActivePomProfiles(modelId)));
                }
    
                //
                // All the parts that were taken out of MavenProject for Maven 4.0.0
                //
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  3. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

            List<Model> lineage = new ArrayList<>();
    
            for (ModelData currentData = resultData; ; ) {
                String modelId = currentData.getId();
                result.addModelId(modelId);
    
                Model model = currentData.getModel();
                result.setRawModel(modelId, model);
                problems.setSource(model);
                org.apache.maven.api.model.Model modelv4 = model.getDelegate();
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  4. docs/changelogs/changelog_3x.md

        new cookie follows the latest RFC and supports the same cookie attributes
        as modern web browsers.
    
     *  **Form and Multipart bodies are now modeled.** We've replaced the opaque
        `FormEncodingBuilder` with the more powerful `FormBody` and
        `FormBody.Builder` combo. Similarly we've upgraded `MultipartBuilder` into
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
  5. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/atomcat+xml",
    				"application/atomicmail",
    				"application/atomsvc+xml",
    				"application/auth-policy+xml",
    				"application/batch-smtp",
    				"application/beep+xml",
    				"application/bizagi-modeler",
    				"application/cals-1840",
    				"application/ccxml+xml",
    				"application/cea-2018+xml",
    				"application/cellml+xml",
    				"application/cnrp+xml",
    				"application/commonground",
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    You can always use the `--rerun` <<command_line_interface.adoc#sec:builtin_task_options,built-in task option>> to force a task to rerun.
    
        gradle test --rerun
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    === Accessing task extensions or conventions
    
    Tasks should not access conventions and extensions, including extra properties, at execution time.
    Instead, any value that's relevant for the execution of the task should be modeled as a task property.
    
    [[config_cache:requirements:build_listeners]]
    === Using build listeners
    
    Plugins and build scripts must not register any build listeners.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
Back to top