Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 49 for sup3 (0.18 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. 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)
  9. src/cmd/link/internal/loader/loader_test.go

    	es1 := ldr.LookupOrCreateSym("outer", 0)
    	ldr.MakeSymbolUpdater(es1).SetSize(101)
    	es2 := ldr.LookupOrCreateSym("sub1", 0)
    	es3 := ldr.LookupOrCreateSym("sub2", 0)
    	es4 := ldr.LookupOrCreateSym("sub3", 0)
    	es5 := ldr.LookupOrCreateSym("sub4", 0)
    	es6 := ldr.LookupOrCreateSym("sub5", 0)
    
    	// Should not have an outer sym initially
    	if ldr.OuterSym(es1) != 0 {
    		t.Errorf("es1 outer sym set ")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 19:08:09 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. JavadocStyleGuide.md

    "br", "caption", "cite", "code", "colgroup", "dd", "del", "dfn", "div", "dl", "dt", "em", "fieldset", "font", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "i", "img", "ins", "kbd", "li", "ol", "p", "pre", "q", "samp", "small", "span", "strong", "sub", "sup", "table", "tbody", "td", "tfoot", "th", "thead", "tr", "tt", "u", "ul", "var"`.
    
    You can view the latest and full list of accepted tags in [`doclint/HtmlTag.java`](https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 15:43:07 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top