Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 98 (0.02 sec)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/utils/Os.java

            boolean isNT = false;
            if (isWindows) {
                // there are only four 9x platforms that we look for
                is9x = (actualOsName.contains("95")
                        || actualOsName.contains("98")
                        || actualOsName.contains("me")
                        // wince isn't really 9x, but crippled enough to
                        // be a muchness. Maven doesnt run on CE, anyway.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  2. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "mediumJavaMultiProject",
        "linux" : 108
      }, {
        "testProject" : "mediumMonolithicJavaProject",
        "linux" : 98
      } ]
    }, {
      "scenario" : "org.gradle.performance.experiment.maven.JavaTestGradleVsMavenPerformanceTest.clean test (Gradle vs Maven)",
      "durations" : [ {
        "testProject" : "mediumJavaMultiProject",
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Sep 12 14:38:24 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre>
    const Huge = 1 &lt;&lt; 100         // Huge == 1267650600228229401496703205376  (untyped integer constant)
    const Four int8 = Huge &gt;&gt; 98  // Four == 4                                (type int8)
    </pre>
    
    <p>
    The divisor of a constant division or remainder operation must not be zero:
    </p>
    
    <pre>
    3.14 / 0.0   // illegal: division by zero
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Oct 10 18:25:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. doc/go_spec.html

    </p>
    
    <pre>
    const Huge = 1 &lt;&lt; 100         // Huge == 1267650600228229401496703205376  (untyped integer constant)
    const Four int8 = Huge &gt;&gt; 98  // Four == 4                                (type int8)
    </pre>
    
    <p>
    The divisor of a constant division or remainder operation must not be zero:
    </p>
    
    <pre>
    3.14 / 0.0   // illegal: division by zero
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
Back to top