Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for coord (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/test/java/org/apache/maven/internal/impl/TestApi.java

                    .get();
        }
    
        @Test
        void testCreateAndResolveArtifact() {
            ArtifactCoordinates coords =
                    session.createArtifactCoordinates("org.codehaus.plexus", "plexus-utils", "1.4.5", "pom");
    
            DownloadedArtifact resolved = session.resolveArtifact(coords);
            assertNotNull(resolved);
            assertNotNull(resolved.getPath());
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 10.2K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_nl.properties

    labels.suggest_word_configuration=Voorgesteld woord
    labels.suggest_word_title_details=Voorgesteld woord
    labels.suggest_word_type=Woordtype
    labels.suggest_word_number=Aantal woorden
    labels.suggest_word_type_all=Alles
    labels.suggest_word_type_document=Document
    labels.suggest_word_type_query=Zoekterm
    labels.elevate_word_configuration=Extra woord
    labels.elevate_word_title_details=Extra woord
    labels.elevate_word_link_list=Lijst
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 46.1K bytes
    - Click Count (1)
  3. impl/maven-core/src/main/java/org/apache/maven/internal/impl/Lifecycles.java

            return new DefaultPhase(name, Collections.emptyList(), links, asList(phases));
        }
    
        static Plugin plugin(String coords, String phase) {
            String[] c = coords.split(":");
            return Plugin.newBuilder()
                    .groupId(c[0])
                    .artifactId(c[1])
                    .version(c[2])
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Mar 28 15:21:19 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  4. lib/fips140/v1.0.0-c2097c7c.zip

    multiple) v.fromP1xP1(tmp1) } // Multiply by 16 tmp2.FromP3(v) // tmp2 = v in P2 coords tmp1.Double(tmp2) // tmp1 = 2*v in P1xP1 coords tmp2.FromP1xP1(tmp1) // tmp2 = 2*v in P2 coords tmp1.Double(tmp2) // tmp1 = 4*v in P1xP1 coords tmp2.FromP1xP1(tmp1) // tmp2 = 4*v in P2 coords tmp1.Double(tmp2) // tmp1 = 8*v in P1xP1 coords tmp2.FromP1xP1(tmp1) // tmp2 = 8*v in P2 coords tmp1.Double(tmp2) // tmp1 = 16*v in P1xP1 coords v.fromP1xP1(tmp1) // now v = 16*(odd components) // Accumulate the even components...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
Back to Top