Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for parameters (4.23 sec)

  1. api/maven-api-plugin/src/main/mdo/plugin.mdo

            </field>
          </fields>
        </class>
    
        <class xdoc.anchorName="parameter">
          <name>Parameter</name>
          <version>1.0.0+</version>
          <description>A phase mapping definition.</description>
          <!-- see o.a.m.plugin.descriptor.Parameter -->
          <fields>
            <field>
              <name>name</name>
              <version>1.0.0+</version>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  2. .idea/codeStyles/Project.xml

          <option name="SPACE_BEFORE_ARRAY_INITIALIZER_LBRACE" value="true" />
          <option name="CALL_PARAMETERS_WRAP" value="1" />
          <option name="METHOD_PARAMETERS_WRAP" value="5" />
          <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
          <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
          <option name="EXTENDS_LIST_WRAP" value="1" />
    XML
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  3. .idea/codeStyles/Project.xml

          <option name="FOR_BRACE_FORCE" value="3" />
        </codeStyleSettings>
        <codeStyleSettings language="JAVA">
          <option name="METHOD_PARAMETERS_LPAREN_ON_NEXT_LINE" value="true" />
          <option name="METHOD_PARAMETERS_RPAREN_ON_NEXT_LINE" value="true" />
          <option name="KEEP_SIMPLE_METHODS_IN_ONE_LINE" value="true" />
          <option name="KEEP_SIMPLE_LAMBDAS_IN_ONE_LINE" value="true" />
    XML
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Mon Jul 31 14:47:08 GMT 2023
    - 3.4K bytes
    - Viewed (1)
  4. maven-core/pom.xml

            </executions>
          </plugin>
          <plugin>
            <groupId>com.github.siom79.japicmp</groupId>
            <artifactId>japicmp-maven-plugin</artifactId>
            <configuration>
              <parameter>
                <includes>
                  <include>org.apache.maven.artifact</include>
                  <include>org.apache.maven.classrealm</include>
                  <include>org.apache.maven.cli</include>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 15.4K bytes
    - Viewed (0)
  5. src/main/resources/fess.xml

    	</component>
    	<component name="crawlingInfoHelper" class="org.codelibs.fess.helper.CrawlingInfoHelper">
    	</component>
    	<component name="roleQueryHelper" class="org.codelibs.fess.helper.RoleQueryHelper">
    		<!-- ex. parameter: fessRoles=123%0aRadmin -->
    		<!-- 
    		<property name="parameterKey">"fessRoles"</property>
    		<property name="encryptedParameterValue">false</property>
    		<property name="headerKey">"fessRoles"</property>
    XML
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Jan 01 06:48:48 GMT 2022
    - 5.2K bytes
    - Viewed (0)
  6. maven-compat/src/main/mdo/profiles.mdo

      <id>profiles</id>
      <name>Profiles</name>
      <description><![CDATA[
        <b>Deprecated in Maven 2</b> Project-local overrides to the build process based on detected or user-provided environmental parameters.
        This is the model specification for <code>${basedir}/profiles.xml</code>.
      ]]></description>
      <defaults>
        <default>
          <key>package</key>
          <value>org.apache.maven.profiles</value>
        </default>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  7. maven-core/src/main/resources/META-INF/maven/extension.xml

        <exportedArtifact>org.apache.maven:maven-plugin-api</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-plugin-descriptor</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-plugin-parameter-documenter</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-plugin-registry</exportedArtifact>
        <exportedArtifact>org.apache.maven:maven-profile</exportedArtifact>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 12.2K bytes
    - Viewed (0)
  8. api/maven-api-model/src/main/mdo/maven.mdo

          <name>Profile</name>
          <superClass>ModelBase</superClass>
          <version>4.0.0+</version>
          <description>Modifications to the build process which is activated based on environmental
            parameters or command line arguments.</description>
          <fields>
            <field>
              <name>id</name>
              <required>true</required>
              <version>4.0.0+</version>
              <type>String</type>
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  9. android/pom.xml

              <version>3.8.1</version>
              <configuration>
                <source>1.8</source>
                <target>1.8</target>
                <encoding>UTF-8</encoding>
                <parameters>true</parameters>
                <compilerArgs>
                  <!--
                       Make includes/excludes fully work:
                       https://issues.apache.org/jira/browse/MCOMPILER-174
    
    XML
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Mar 12 20:26:18 GMT 2024
    - 19.4K bytes
    - Viewed (0)
  10. api/maven-api-settings/src/main/mdo/settings.mdo

              <name>profiles</name>
              <version>1.0.0+</version>
              <description>
                Configuration of build profiles for adjusting the build
                according to environmental parameters.
              </description>
              <association>
                <type>Profile</type>
                <multiplicity>*</multiplicity>
              </association>
            </field>
            <field xdoc.separator="blank">
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top