Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 47 for feff (0.07 sec)

  1. src/test/java/org/codelibs/core/beans/impl/BeanDescImplTest.java

            assertThat(propDesc.getReadMethod(), is(notNullValue()));
            assertThat(propDesc.getWriteMethod(), is(notNullValue()));
    
            propDesc = beanDesc.getPropertyDesc("fff");
            assertThat(propDesc.getPropertyName(), is("fff"));
            assertThat(propDesc.getPropertyType(), is(sameClass(Boolean.class)));
    
            assertThat(beanDesc.hasPropertyDesc("hhh"), is(not(true)));
    Registered: Fri Nov 01 20:58:10 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. src/test/resources/plugin/repo3/index.html

    <!DOCTYPE html>
    <html>
    
    <head>
    	<title>Central Repository: org/codelibs/fess</title>
    	<meta name="viewport" content="width=device-width, initial-scale=1.0">
    	<style>
    body {
    	background: #fff;
    }
    	</style>
    </head>
    
    <body>
    	<header>
    		<h1>org/codelibs/fess</h1>
    	</header>
    	<hr/>
    	<main>
    		<pre id="contents">
    <a href="../">../</a>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jun 17 13:30:41 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java

            assertEquals("bu", s321, "5");
            String s320 = props1.getProperty("d");
            assertEquals("d\r\ne=e", s320, "6");
            String s319 = props1.getProperty("f");
            assertEquals("fff", s319, "7");
            String s318 = props1.getProperty("g");
            assertEquals("g", s318, "8");
            String s317 = props1.getProperty("h h");
            assertEquals("", s317, "9");
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/theme-default.min.css

    qgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);background-position:right 5px center;background-repeat:no-repeat;background-color:#FFF}div.form-error{background-color:#f2dede;padding:15px;margin-bottom:20px;border:1px solid #b94a48;border-radius:4px}div.form-error strong{font-weight:700;display:block;margin:0;padding:0 0 10px}div.form-error strong,div.form-error ul li{line-height:...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 33.3K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/InetAddresses.java

      }
    
      /**
       * Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
       *
       * <p>An "IPv4 mapped" address is anything in the range ::ffff:0:0/96 (sometimes written as
       * ::ffff:0.0.0.0/96), with the last 32 bits interpreted as an IPv4 address.
       *
       * <p>For more on IPv4 mapped addresses see section 2.5.5.2 of <a target="_parent"
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 47.1K bytes
    - Viewed (0)
  6. compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/VersionTest.java

                    "ac8bd519-7fd4-4b85-8154-9dbb87f6cd4f",
                    "61473b39-b620-468b-abcf-16fe6adfd5cb",
                    "18e7a548-3f0b-492b-bc19-dce3eec736fa",
                    "c4d82839-3c46-4eff-b10c-ec0b5bcc600b",
                    "48f6e90f-924b-4859-9763-3ffe661f5af6",
                    "48852d79-ba23-475e-b675-a413b989a2a7",
                    "f7ee0915-ff00-4404-9e9a-6e753d5ff767",
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. src/main/webapp/js/search.js

              "0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(82, 168, 236, 0.2)",
            "box-shadow":
              "0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(82, 168, 236, 0.2)",
            "background-color": "#fff",
            "z-index": "10000"
          },
          listSelectedCssInfo: {
            "background-color": "rgba(82, 168, 236, 0.1)"
          },
          listDeselectedCssInfo: {
            "background-color": "#ffffff"
          },
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/idn/IdnaMappingTableTest.kt

        assertThat("\u200c".map()).isEqualTo("\u200c")
        assertThat("\u200d".map()).isEqualTo("\u200d")
      }
    
      @Test fun ignored() {
        assertThat("\u200b".map()).isEqualTo("")
        assertThat("\ufeff".map()).isEqualTo("")
      }
    
      @Test fun disallowed() {
        assertThat("\u0080".mapExpectingErrors()).isEqualTo("\u0080")
      }
    
      @Test fun disallowedStd3Valid() {
        assertThat("_".map()).isEqualTo("_")
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  9. src/main/webapp/js/suggestor.js

                  $boxElement.css(
                    "box-shadow",
                    "0 3px 2px 0px rgba(0, 0, 0, 0.1), 0 3px 2px 0px rgba(236, 236, 236, 0.6)"
                  );
                  $boxElement.css("background-color", "#fff");
                } else {
                  $boxElement.css(setting.boxCssInfo);
                }
    
                $textArea = $element;
                $textArea.attr("autocomplete", "off");
    
                isFocusList = false;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  10. doc/go_spec.html

    compiler may disallow the NUL character (U+0000) in the source text.
    </p>
    <p>
    Implementation restriction: For compatibility with other tools, a
    compiler may ignore a UTF-8-encoded byte order mark
    (U+FEFF) if it is the first Unicode code point in the source text.
    A byte order mark may be disallowed anywhere else in the source.
    </p>
    
    <h3 id="Characters">Characters</h3>
    
    <p>
    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