Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for 25 (0.06 sec)

  1. okhttp/src/test/java/okhttp3/HttpUrlJvmTest.kt

            .scheme("http")
            .host("host")
            .fragment("=[]:;\"~|?#@^/$%*")
            .build()
        assertThat(url.toString()).isEqualTo("http://host/#=[]:;\"~|?#@^/$%25*")
        assertThat(url.toUri().toString())
          .isEqualTo("http://host/#=[]:;%22~%7C?%23@%5E/$%25*")
      }
    
      @Test
      fun toUriSpecialQueryCharacters() {
        val httpUrl = "http://host/?d=abc!@[]^`{}|\\".toHttpUrl()
        val uri = httpUrl.toUri()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <tr>
                                                    <c:if test="${!logType.endsWith('_agg')}">
                                                        <th style="width: 25%"><la:message
                                                                key="labels.searchlog_requested_time"/></th>
                                                        <th><la:message
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 16K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/collect/RangeTest.java

      }
    
      public void testEncloses_closed() {
        Range<Integer> range = Range.closed(2, 5);
        assertTrue(range.encloses(range));
        assertTrue(range.encloses(Range.open(2, 5)));
        assertTrue(range.encloses(Range.openClosed(2, 5)));
        assertTrue(range.encloses(Range.closedOpen(2, 5)));
        assertTrue(range.encloses(Range.closed(3, 5)));
        assertTrue(range.encloses(Range.closed(2, 4)));
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp

                                                    <td>${f:h(id)}<la:hidden property="id"/></td>
                                                </tr>
                                            </c:if>
                                            <tr>
                                                <th style="width: 25%"><la:message key="labels.failure_url_url"/></th>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.8K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
                                            </tr>
                                        </c:if>
                                        <tr>
                                            <th style="width: 25%"><la:message key="labels.name"/></th>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.6K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

        String TIME_ADJUST_TIME_MILLIS = "time.adjust.time.millis";
    
        /** The key of the configuration. e.g. true */
        String MAIL_SEND_MOCK = "mail.send.mock";
    
        /** The key of the configuration. e.g. localhost:25 */
        String MAIL_SMTP_SERVER_MAIN_HOST_AND_PORT = "mail.smtp.server.main.host.and.port";
    
        /** The key of the configuration. e.g. [Test] */
        String MAIL_SUBJECT_TEST_PREFIX = "mail.subject.test.prefix";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
                                            </tr>
                                        </c:if>
                                        <tr>
                                            <th style="width: 25%"><la:message key="labels.name"/></th>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  8. istioctl/pkg/validate/validate_test.go

      hosts:
        - c
      http:
        - route:
          - destination:
              host: c
              subset: v1
            weight: 75
          - destination:
              host: c
              subset: v2
            weight: 25`
    	validVirtualServiceJSON = `{
    "apiVersion": "networking.istio.io/v1alpha3",
    "kind": "VirtualService",
    "metadata": {
    	"name": "valid-virtual-service"
    },
    "spec": {
    	"hosts": [
    	"c"
    	],
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Aug 02 16:18:14 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                    <th style="width: 25%"><la:message
                                                            key="labels.joblog_startTime"/></th>
                                                    <th style="width: 25%"><la:message
                                                            key="labels.joblog_endTime"/></th>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 11.4K bytes
    - Viewed (0)
  10. cmd/object-api-putobject_test.go

    func BenchmarkPutObject25MbFS(b *testing.B) {
    	benchmarkPutObject(b, "FS", 25*humanize.MiByte)
    }
    
    // BenchmarkPutObject25MbErasure - Benchmark Erasure.PutObject() for object size of 25MB.
    func BenchmarkPutObject25MbErasure(b *testing.B) {
    	benchmarkPutObject(b, "Erasure", 25*humanize.MiByte)
    }
    
    // BenchmarkPutObject50MbFS - Benchmark FS.PutObject() for object size of 50MB.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top