Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Blue (0.26 sec)

  1. maven-core/src/test/resources/projects/project.xml

          <url>siteDistributionUrl</url>
        </site>
      </distributionManagement>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.6K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/services/MessageBuilder.java

        }
    
        /**
         * Append message content in info style.
         * By default, bold blue
         *
         * @param message the message to append
         * @return the current builder
         */
        @Nonnull
        default MessageBuilder info(Object message) {
            return style(".info:-bold,f:blue", message);
        }
    
        /**
         * Append message content in warning style.
         * By default, bold yellow
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Jan 08 10:37:09 GMT 2024
    - 7K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/projects/fully-populated-child.xml

          <url>childSiteDistributionUrl</url>
        </site>
      </distributionManagement>
    
      <organization>
        <name>Apache Software Foundation</name>
        <url>http://apache.org/</url>
        <logo>/images/jakarta-logo-blue.gif</logo>
      </organization>
    
      <scm>
        <connection>anon-connection</connection>
        <developerConnection>developer-connection</developerConnection>
        <url>repository-url</url>
      </scm>
    
      <mailingLists>
    XML
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Wed Feb 28 22:49:30 GMT 2007
    - 4.7K bytes
    - Viewed (0)
  4. README.md

    [![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sun Mar 03 21:28:30 GMT 2024
    - 4.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } /* Navigation bar fonts and colors */ .NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ .NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top