Search Options

Results per page
Sort
Preferred Languages
Advance

Results 401 - 410 of 615 for sata (0.02 sec)

  1. admin_dict_kuromoji_upload.jsp

    L36: </div> L37: </div> L38: </div> L39: </div> L40: <section class="content"> L41: <la:form action="/admin/dict/kuromoji/upload" L42: enctype="multipart/form-data"> L43: <la:hidden property="dictId"/> L44: <div class="row"> L45: <div class="col-md-12"> L46: <div class="card card-outline card-success"> L47: <div...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      6.2K bytes
  2. admin_dict_mapping_upload.jsp

    </ol> L36: </div> L37: </div> L38: </div> L39: </div> L40: <section class="content"> L41: <la:form action="/admin/dict/mapping/upload" enctype="multipart/form-data"> L42: <la:hidden property="dictId"/> L43: <div class="row"> L44: <div class="col-md-12"> L45: <div class="card card-outline card-success"> L46: <div...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      6.2K bytes
  3. admin_dict_stopwords_upload.jsp

    </ol> L36: </div> L37: </div> L38: </div> L39: </div> L40: <section class="content"> L41: <la:form action="/admin/dict/stopwords/upload" enctype="multipart/form-data"> L42: <la:hidden property="dictId"/> L43: <div class="row"> L44: <div class="col-md-12"> L45: <div class="card card-outline card-success"> L46: <div...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      6.2K bytes
  4. it.js

    richiesti",badTime:"L'ora scelta non &egrave; valida",badEmail:"Questo indirizzo email non &egrave; valido",badTelephone:"Il numero di telefono imputato non &egrave; valido",badSecurityAnswer:"La risposta alla domanda di sicurezza &egrave; errata",badDate:"La data scelta non &egrave; valida",lengthBadStart:"La sua risposta non può essere più lunga di ",lengthBadEnd:" caratteri",lengthTooLongStart:"La lunghezza della risposta deve essere minore di ",lengthTooShortStart:"La lunghezza della risposta deve essere...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      2.7K bytes
  5. HttpOverHttp2Test.kt

    frame before sending the response, it L1595: // doesn't wait to read the client's DATA frame and may send a DATA frame before the client L1596: // does. So we can't assume the client's empty DATA will be logged first. L1597: assertThat(countFrames(logs, "FINE: >> 0x00000003 0 DATA END_STREAM")) L1598: .isEqualTo(1) L1599: assertThat(countFrames(logs, "FINE: >> 0x00000003 3 DATA END_STREAM")) L1600: .isEqualTo(1) L1601: } L1602: L1603: @ParameterizedTest...
    github.com/square/okhttp/okhttp/src/test/java/o...
    Thu Apr 11 22:09:35 UTC 2024
      75.3K bytes
  6. EsStatusPostcard.java

    postbox.post(postcard); L40: return postcard; L41: } L42: L43: // =================================================================================== L44: // Meta Data L45: // ========= L46: @Override L47: protected String getBodyFile() { L48: return PATH; L49: } L50: L51: @Override L52: protected String[] getPropertyNames()...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.7K bytes
  7. ImmutableMapValues.java

    ) L116: @Override L117: @J2ktIncompatible // serialization L118: @GwtIncompatible // serialization L119: Object writeReplace() { L120: return super.writeReplace(); L121: } L122: L123: // No longer used for new writes, but kept so that old data can still be read. L124: @GwtIncompatible // serialization L125: @J2ktIncompatible L126: @SuppressWarnings("unused") L127: private static class SerializedForm<V> implements Serializable { L128: final ImmutableMap<?, V> map; L129: L130: S...
    github.com/google/guava/guava/src/com/google/co...
    Thu Nov 30 21:54:06 UTC 2023
      3.6K bytes
  8. ArrayBasedUnicodeEscaper.java

    replacement array L32: * contains information about the named HTML entities such as {@code &amp;} and {@code &quot;} while L33: * {@link #escapeUnsafe} is overridden to handle general escaping of the form {@code &#NNNNN;}. L34: * L35: * <p>The size of the data structure used by {@link ArrayBasedUnicodeEscaper} is proportional to the L36: * highest valued code point that requires escaping. For example a replacement map containing the L37: * single character '{@code \}{@code u1000}' will require approximately...
    github.com/google/guava/android/guava/src/com/g...
    Sat Oct 19 00:26:48 UTC 2024
      8.6K bytes
  9. Cache.java

    a set of default values if L159: * the cache is not recording statistics. All statistics begin at zero and never decrease over the L160: * lifetime of the cache. L161: * L162: * <p><b>Warning:</b> this cache may not be recording statistical data. For example, a cache L163: * created using {@link CacheBuilder} only does so if the {@link CacheBuilder#recordStats} method L164: * was called. If statistics are not being recorded, a {@code CacheStats} instance with zero for L165: * all values...
    github.com/google/guava/guava/src/com/google/co...
    Sun Aug 07 02:38:22 UTC 2022
      7.9K bytes
  10. ExchangeCodec.kt

    trackFailure( L84: call: RealCall, L85: e: IOException?, L86: ) L87: L88: fun noNewExchanges() L89: L90: fun cancel() L91: } L92: L93: companion object { L94: /** L95: * The timeout to use while discarding a stream of input data. Since this is used for connection L96: * reuse, this timeout should be significantly less than the time it takes to establish a new L97: * connection. L98: */ L99: const val DISCARD_STREAM_TIMEOUT_MILLIS = 100 L100: } L101:}...
    github.com/square/okhttp/okhttp/src/main/kotlin...
    Mon Jan 08 01:13:22 UTC 2024
      3K bytes
Back to top