Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Window (0.17 sec)

  1. apache-maven/pom.xml

                  <goal>unpack-dependencies</goal>
                </goals>
                <configuration>
                  <includeArtifactIds>jansi</includeArtifactIds>
                  <includes>org/fusesource/jansi/internal/native/Windows/**</includes>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 10.9K bytes
    - Viewed (0)
  2. maven-compat/src/main/mdo/profiles.mdo

            </field>
            <field>
              <name>family</name>
              <version>1.0.0</version>
              <type>String</type>
              <description>The general family of the OS to be used to activate a profile (e.g. 'windows')</description>
            </field>
            <field>
              <name>arch</name>
              <version>1.0.0</version>
              <type>String</type>
    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)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

            <field>
              <name>family</name>
              <version>1.0.0+</version>
              <type>String</type>
              <description>
                The general family of the OS to be used to activate a profile (e.g. 'windows')
              </description>
            </field>
            <field>
              <name>arch</name>
              <version>1.0.0+</version>
              <type>String</type>
              <description>
    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)
  4. api/maven-api-model/src/main/mdo/maven.mdo

                of the {@code ${os.name}} Java property, such as {@code Windows XP}.
              </description>
            </field>
            <field>
              <name>family</name>
              <version>4.0.0+</version>
              <type>String</type>
              <description>
                The general family of the OS to be used to activate the profile, such as
                {@code windows} or {@code unix}.
              </description>
    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)
  5. src/main/resources/fess_thumbnail.xml

    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/bmp"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/x-windows-bmp"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    			<arg>"mimetype"</arg>
    			<arg>"image/x-ms-bmp"
    			</arg>
    		</postConstruct>
    		<postConstruct name="addCondition">
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Oct 11 21:34:52 GMT 2019
    - 5.4K bytes
    - Viewed (0)
Back to top