Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for detect (0.19 sec)

  1. maven-compat/src/main/mdo/profiles.mdo

                Specifies that this profile will be activated when a matching JDK is detected.
              ]]></description>
            </field>
            <field>
              <name>os</name>
              <version>1.0.0</version>
              <description><![CDATA[
                Specifies that this profile will be activated when matching OS attributes are detected.
              ]]></description>
              <association>
    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)
  2. src/main/resources/fess.xml

    	<include path="esflute_log.xml"/>
    
    	<component name="curlHelper" class="org.codelibs.fess.helper.CurlHelper">
    	</component>
    	<component name="languageHelper" class="org.codelibs.fess.helper.LanguageHelper">
    		<property name="detector">
    			<component class="org.apache.tika.langdetect.optimaize.OptimaizeLangDetector">
    				<postConstruct name="loadModels"></postConstruct>
    			</component>
    		</property>
    	</component>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jan 01 06:48:48 GMT 2022
    - 5.2K bytes
    - Viewed (0)
  3. api/maven-api-settings/src/main/mdo/settings.mdo

                Specifies that this profile will be activated when a matching JDK is detected.
              </description>
            </field>
            <field>
              <name>os</name>
              <version>1.0.0+</version>
              <description>
                Specifies that this profile will be activated when matching OS attributes are detected.
              </description>
              <association>
                <type>ActivationOS</type>
    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

                to configuration in the {@code settings.xml} file, for example. Furthermore, the identifier is
                used during POM inheritance and profile injection to detect repositories that should be merged.
              </description>
              <type>String</type>
            </field>
            <field>
              <name>name</name>
              <version>4.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)
  5. maven-core/src/test/resources-project-builder/empty-scm/pom.xml

    specific language governing permissions and limitations
    under the License.
    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <!--
      This (almost) minimal POM tests direct inheritance from the super POM.
      -->
    
      <groupId>org.apache.maven.its.mng3843</groupId>
      <artifactId>test-1</artifactId>
      <version>0.1</version>
    
      <name>test</name>
    
      <build>
        <plugins>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 29 19:02:56 GMT 2020
    - 1.7K bytes
    - Viewed (0)
Back to top