Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 94 of 94 for add2 (0.03 sec)

  1. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

    8. If the distribution and/or use of the Program is restricted in
    certain countries either by patents or by copyrighted interfaces, the
    original copyright holder who places the Program under this License may
    add an explicit geographical distribution limitation excluding those
    countries, so that distribution is permitted only in or among countries
    not thus excluded. In such case, this License incorporates the
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  2. maven-api-impl/src/main/java/org/apache/maven/internal/impl/AbstractSession.java

                    coord.getVersion().toString(),
                    null,
                    (File) null);
        }
    
        @Override
        public void registerListener(@Nonnull Listener listener) {
            listeners.add(nonNull(listener));
        }
    
        @Override
        public void unregisterListener(@Nonnull Listener listener) {
            listeners.remove(nonNull(listener));
        }
    
        @Nonnull
        @Override
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/KtSymbolByFirBuilder.kt

                val resolvedType = resolvedTypeRef.type
    
                resolvedType.forEachType {
                    if (it is ConeTypeParameterType) {
                        allUsedTypeParameters.add(it.lookupTag)
                    }
                }
            }
        })
    
        return allUsedTypeParameters
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:43 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

          <superClass>Repository</superClass>
          <version>4.0.0+</version>
          <description>Deployment repository contains the information needed for deploying to the remote
            repository, which adds uniqueVersion property to usual repositories for download.</description>
          <fields>
            <field>
              <name>uniqueVersion</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top