Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 51 for sup3 (0.04 sec)

  1. src/mdo/reader-stax.vm

            entities.put("plusmn", "\u00b1");
            entities.put("sup2", "\u00b2");
            entities.put("sup3", "\u00b3");
            entities.put("acute", "\u00b4");
            entities.put("micro", "\u00b5");
            entities.put("para", "\u00b6");
            entities.put("middot", "\u00b7");
            entities.put("cedil", "\u00b8");
            entities.put("sup1", "\u00b9");
            entities.put("ordm", "\u00ba");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  2. src/mdo/reader.vm

            entities.put("plusmn", "\u00b1");
            entities.put("sup2", "\u00b2");
            entities.put("sup3", "\u00b3");
            entities.put("acute", "\u00b4");
            entities.put("micro", "\u00b5");
            entities.put("para", "\u00b6");
            entities.put("middot", "\u00b7");
            entities.put("cedil", "\u00b8");
            entities.put("sup1", "\u00b9");
            entities.put("ordm", "\u00ba");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  3. src/encoding/xml/xml.go

    	"reg":      "\u00AE",
    	"macr":     "\u00AF",
    	"deg":      "\u00B0",
    	"plusmn":   "\u00B1",
    	"sup2":     "\u00B2",
    	"sup3":     "\u00B3",
    	"acute":    "\u00B4",
    	"micro":    "\u00B5",
    	"para":     "\u00B6",
    	"middot":   "\u00B7",
    	"cedil":    "\u00B8",
    	"sup1":     "\u00B9",
    	"ordm":     "\u00BA",
    	"raquo":    "\u00BB",
    	"frac14":   "\u00BC",
    	"frac12":   "\u00BD",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r26/TestLauncherCrossVersionSpec.groovy

        }
    
        def "runs all test tasks in multi project build when test class passed by name"() {
            setup:
            settingsFile << "include ':sub1', 'sub2', ':sub2:sub3', ':sub4'"
            ["sub1", "sub2/sub3"].each { projectFolderName ->
                file("${projectFolderName}/src/test/java/example/MyTest.java") << """
                    package example;
                    public class MyTest {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:59:43 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  5. maven-artifact/src/test/java/org/apache/maven/artifact/versioning/ComparableVersionTest.java

            ComparableVersion sp2 = new ComparableVersion("1.0-sp-1-redhat");
            ComparableVersion sp3 = new ComparableVersion("1.0-sp.1-redhat");
            assertTrue(f.compareTo(sp1) < 0, "expected " + f + " < " + sp1);
            assertTrue(f.compareTo(sp2) < 0, "expected " + f + " < " + sp2);
            assertTrue(f.compareTo(sp3) < 0, "expected " + f + " < " + sp3);
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 09 06:39:47 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/primitives/UnsignedInts.java

       * possible.
       *
       * @param value a value between 0 and 2<sup>32</sup>-1 inclusive
       * @return the {@code int} value that, when treated as unsigned, equals {@code value}
       * @throws IllegalArgumentException if {@code value} is negative or greater than or equal to
       *     2<sup>32</sup>
       * @since 21.0
       */
      public static int checkedCast(long value) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/primitives/UnsignedInts.java

       * possible.
       *
       * @param value a value between 0 and 2<sup>32</sup>-1 inclusive
       * @return the {@code int} value that, when treated as unsigned, equals {@code value}
       * @throws IllegalArgumentException if {@code value} is negative or greater than or equal to
       *     2<sup>32</sup>
       * @since 21.0
       */
      public static int checkedCast(long value) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/util/DES.java

                work   = (right << 28) | (right >>> 4);
                work  ^= keys[keysi++];
                fval   = SP7[ work         & 0x0000003f ];
                fval  |= SP5[(work >>>  8) & 0x0000003f ];
                fval  |= SP3[(work >>> 16) & 0x0000003f ];
                fval  |= SP1[(work >>> 24) & 0x0000003f ];
                work   = right ^ keys[keysi++];
                fval  |= SP8[ work         & 0x0000003f ];
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 21.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/base.css

    dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;f...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  10. javadoc-stylesheet.css

    }
    ul {
        list-style-type:disc;
    }
    code, tt {
        font-size:1.2em;
    }
    dt code {
        font-size:1.2em;
    }
    table tr td dt code {
        font-size:1.2em;
        vertical-align:top;
    }
    sup {
        font-size:.6em;
    }
    /*
    Document title and Copyright styles
    */
    .clear {
        clear:both;
        height:0px;
        overflow:hidden;
    }
    .aboutLanguage {
        float:right;
        padding:0px 21px;
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jul 17 21:01:06 UTC 2013
    - 11.2K bytes
    - Viewed (0)
Back to top