Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,512 for Configuration (0.21 sec)

  1. maven-core/src/test/resources-project-builder/plugin-interpolation-reporting/pom.xml

            <artifactId>plugin-all-profiles</artifactId>
            <reportSets>
              <reportSet>
                <id>Outside ||${project.basedir}||</id>
                <configuration>
                  <plugin-all-profiles-out>Outside ||${project.basedir}||</plugin-all-profiles-out>
                </configuration>
              </reportSet>
            </reportSets>
          </plugin>
        </plugins>
      </reporting>
    
      <profiles>
        <profile>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 12 10:26:40 GMT 2023
    - 4K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/dependencyInjectionMap.dfprop

        #  Does it generate JavaConfig for DBFluteBeans? (not use XML configuration)
        #
        # @SpringOnly
        #; isDBFluteBeansGeneratedAsJavaConfig = false
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o dbfluteBeansPackageName (NotRequired - Default '../resources')
        #  The package name(output directory) of DBFlute DI configuration for Spring and Lucy.
        #
        # @SpringOnly
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 6.5K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                            </goals>
                            <configuration>
                                <signature>
                                    <groupId>org.codehaus.mojo.signature</groupId>
                                    <artifactId>java15</artifactId>
                                    <version>1.0</version>
                                </signature>
                            </configuration>
                        </execution>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 24.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label.properties

    labels.searchlog_requested_time=Time
    labels.searchlog_value=Value
    labels.searchlog_count=Count
    labels.searchlog_configuration_details=Log Details
    labels.searchlog_configuration_link_top=Search Log
    labels.searchlog_configuration_link_details=Details
    labels.searchlog_configuration_button_back=Back
    labels.searchlog_configuration_button_delete=Delete
    labels.searchlog_size=Size
    labels.searchlog_queryid=Query ID
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_en.properties

    labels.searchlog_requested_time=Time
    labels.searchlog_value=Value
    labels.searchlog_count=Count
    labels.searchlog_configuration_details=Log Details
    labels.searchlog_configuration_link_top=Search Log
    labels.searchlog_configuration_link_details=Details
    labels.searchlog_configuration_button_back=Back
    labels.searchlog_configuration_button_delete=Delete
    labels.searchlog_size=Size
    labels.searchlog_queryid=Query ID
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  6. docs/en/docs/how-to/configure-swagger-ui.md

    {!../../../docs_src/configure_swagger_ui/tutorial002.py!}
    ```
    
    That configuration would change the syntax highlighting color theme:
    
    <img src="/img/tutorial/extending-openapi/image04.png">
    
    ## Change Default Swagger UI Parameters
    
    FastAPI includes some default configuration parameters appropriate for most of the use cases.
    
    It includes these default configurations:
    
    ```Python
    {!../../../fastapi/openapi/docs.py[ln:7-23]!}
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  7. apache-maven/pom.xml

                <goals>
                  <goal>unpack-dependencies</goal>
                </goals>
                <configuration>
                  <includeArtifactIds>jansi</includeArtifactIds>
                  <includes>org/fusesource/jansi/internal/native/Windows/**</includes>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  8. maven-core/lifecycle-executor.txt

    missing
    
    In the case of something like Modello where it is common to specify the configuration for all the goals outside the execution block we need to account for creating the right configuration element which includes only those configuration elements for a particular goal that that particular goal understands. We need to walk through the parameters of the Mojo in question and only take the configuration options that apply....
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jul 18 17:22:19 GMT 2022
    - 9.7K bytes
    - Viewed (0)
  9. maven-core/src/main/java/org/apache/maven/configuration/internal/DefaultBeanConfigurator.java

            Object configuration = request.getConfiguration();
            if (configuration == null) {
                return;
            }
    
            PlexusConfiguration plexusConfig;
            if (configuration instanceof PlexusConfiguration) {
                plexusConfig = (PlexusConfiguration) configuration;
            } else if (configuration instanceof Xpp3Dom) {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 8.2K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom

            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
              <forkMode>once</forkMode>
            </configuration>
          </plugin>
          <plugin>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>org/codehaus/plexus/classworlds/event/*</exclude>
              </excludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 2.3K bytes
    - Viewed (0)
Back to top