Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for integer (0.29 sec)

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

        <artifactId>nexus-parent</artifactId>
        <version>8-SNAPSHOT</version>
        <relativePath>nexus-parent.xml</relativePath>
      </parent>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
          <plugin>
            <groupId>org.codehaus.plexus</groupId>
            <artifactId>plexus-component-metadata</artifactId>
          </plugin>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jun 01 10:59:19 GMT 2009
    - 676 bytes
    - Viewed (0)
  2. api/maven-api-settings/src/main/mdo/settings.mdo

         * To allow interpolation of this field, this method lazily parses
         * the {@link #getPortString()} value as an integer and defaults to {@code 8080}
         * if not set.
         *
         * @return an integer indicating the port to use for this proxy
         */
        public int getPort() {
            return (getPortString() != null) ? Integer.parseInt(getPortString()) : 8080;
        }
    
              </code>
            </codeSegment>
    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)
  3. src/main/webapp/WEB-INF/env/crawler/resources/app.xml

    	</component>
    	<component name="indexUpdater" class="org.codelibs.fess.indexer.IndexUpdater"
    		instance="prototype">
    		<!--
    		<property name="maxDocumentCacheSize">5</property>
    		<property name="unprocessedDocumentSize">100</property>
    		<property name="threadDump">false</property>
    		<postConstruct name="addBoostDocumentRule">
    			<arg>
    				<component class="org.codelibs.fess.indexer.BoostDocumentRule">
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Apr 09 02:14:47 GMT 2022
    - 1.8K bytes
    - Viewed (0)
  4. maven-core/src/test/resources-project-builder/plugin-merge-simple/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
    
      <groupId>org.sonatype.nexus</groupId>
      <artifactId>nexus-indexer</artifactId>
      <version>1.1.3-SNAPSHOT</version>
    
      <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.its.plugins</groupId>
                <artifactId>maven-it-plugin-configuration</artifactId>
                <version>2.1-SNAPSHOT</version>
            </plugin>
          </plugins>
      </build>
    XML
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 434 bytes
    - Viewed (0)
  5. .idea/dictionaries/bashor.xml

    <component name="ProjectDictionaryState">
      <dictionary name="bashor">
        <words>
          <w>binaryen</w>
          <w>ctor</w>
          <w>inlining</w>
          <w>interner</w>
          <w>intrinsicify</w>
          <w>kclass</w>
          <w>lookups</w>
          <w>minification</w>
          <w>minifier</w>
          <w>minify</w>
          <w>unescape</w>
        </words>
      </dictionary>
    XML
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Nov 09 12:44:39 GMT 2022
    - 365 bytes
    - Viewed (0)
  6. api/maven-api-model/src/main/mdo/maven.mdo

      |   what is allowed in the field.
      |
      | o validators: there could be several levels of validation. Simple type validation could
      |   be done with a regex, but we need inter-field validation and rules which could be
      |   dealt with by something like drools.
      |
      | o i18n: would be good to be able to have names/descriptions/specifications
      |   in as many languages as possible. (see MNG-3626)
      |
    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)
Back to top