Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for names (0.17 sec)

  1. .idea/codeInsightSettings.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <project version="4">
      <component name="JavaProjectCodeInsightSettings">
        <excluded-names>
          <name>kotlin.reflect.jvm.internal.impl</name>
        </excluded-names>
      </component>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Feb 25 17:30:00 GMT 2016
    - 233 bytes
    - Viewed (0)
  2. .idea/codeStyles/Project.xml

    <component name="ProjectCodeStyleConfiguration">
      <code_scheme name="Project" version="173">
        <option name="LINE_SEPARATOR" value="&#10;" />
        <option name="RIGHT_MARGIN" value="140" />
        <JavaCodeStyleSettings>
          <option name="PREFER_LONGER_NAMES" value="false" />
          <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
            <value>
              <package name="java.awt" withSubpackages="false" static="false" />
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue May 02 13:36:56 GMT 2023
    - 4.1K bytes
    - Viewed (3)
  3. .idea/codeStyles/Project.xml

            <package name="java" withSubpackages="true" static="false" />
          </value>
        </option>
        <option name="RIGHT_MARGIN" value="200" />
        <GroovyCodeStyleSettings>
          <option name="ALIGN_NAMED_ARGS_IN_MAP" value="false" />
          <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
          <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
    XML
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Mon Jul 31 14:47:08 GMT 2023
    - 3.4K bytes
    - Viewed (1)
  4. api/maven-api-plugin/src/main/mdo/plugin.mdo

      <classes>
        <class rootElement="true" xml.tagName="plugin" xdoc.anchorName="plugin">
          <name>PluginDescriptor</name>
          <version>1.0.0+</version>
          <description>Root element of the {@code plugin.xml} file.</description>
          <fields>
            <field>
              <name>name</name>
              <version>1.0.0+</version>
              <description>Name of the plugin.</description>
              <type>String</type>
            </field>
            <field>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Apr 14 17:14:22 GMT 2024
    - 23.6K bytes
    - Viewed (0)
  5. .idea/dictionaries/sebastiansellmair.xml

    <component name="ProjectDictionaryState">
      <dictionary name="sebastiansellmair">
        <words>
          <w>actuals</w>
          <w>associator</w>
          <w>cinterops</w>
          <w>instantiator</w>
          <w>interops</w>
          <w>klibrary</w>
          <w>namer</w>
          <w>undispatched</w>
        </words>
      </dictionary>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Jan 08 15:25:19 GMT 2024
    - 318 bytes
    - Viewed (0)
  6. api/maven-api-toolchain/src/main/mdo/toolchains.mdo

                semantics.
                &lt;p>This is generally a properties format: {@code &lt;name&gt;value&lt;/name&gt;} with predefined
                properties names.
              </description>
            </field>
            <field>
              <name>provides</name>
              <version>1.1.0+</version>
              <type>Properties</type> <!-- Properties for Maven 2.3.4+ -->
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Feb 07 21:28:01 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  7. maven-api-impl/pom.xml

      <parent>
        <groupId>org.apache.maven</groupId>
        <artifactId>maven</artifactId>
        <version>4.0.0-beta-1-SNAPSHOT</version>
      </parent>
    
      <artifactId>maven-api-impl</artifactId>
      <name>Maven API Implementation</name>
      <description>Provides the implementation classes for the Maven API</description>
    
      <dependencies>
        <dependency>
          <groupId>org.apache.maven</groupId>
          <artifactId>maven-api-core</artifactId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 9.6K bytes
    - Viewed (0)
  8. maven-compat/src/main/mdo/profiles.mdo

              <type>String</type>
            </field>
            <field>
              <name>name</name>
              <version>1.0.0</version>
              <description><![CDATA[
                Human readable name of the repository
              ]]></description>
              <type>String</type>
            </field>
            <field>
              <name>url</name>
              <version>1.0.0</version>
              <description><![CDATA[
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Jan 03 21:08:35 GMT 2023
    - 13.8K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank">
              <name>name</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>The full name of the project.</description>
              <type>String</type>
            </field>
            <field>
              <name>description</name>
              <version>3.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  10. api/maven-api-settings/src/main/mdo/settings.mdo

              </description>
            </field>
            <field>
              <name>name</name>
              <required>false</required>
              <version>1.0.0+</version>
              <type>String</type>
              <description>
                The optional name that describes the mirror.
              </description>
            </field>
            <field>
              <name>url</name>
              <required>true</required>
              <version>1.0.0+</version>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top