- Sort Score
- Result 10 results
- Languages All
Results 391 - 400 of 614 for sata (0.02 sec)
-
databaseInfoMap.dfprop
list:{PRODUCT_STATUS ; prefix:TMP_} L53: # This is only for the main schema. Additional schemas are unconcerned. L54: # And ReplaceSchema task basically ignores this. L55: # L56: # Normally this 'except' means no getting meta data for excepted tables. L57: # (so the tables are not existing in SchemaHTML and HistoryHTML and so on). L58: # But you can specify the '@gen' suffix that means generate-only except. L59: # A table with the mark can be treated...github.com/codelibs/fess/dbflute_fess/dfprop/da...Sat Oct 31 23:35:14 UTC 2015 7.3K bytes -
SocketChannelTest.kt
L242: L243:sealed class SocketMode L244: L245:object Channel : SocketMode() { L246: override fun toString(): String = "Channel" L247:} L248: L249:object Standard : SocketMode() { L250: override fun toString(): String = "Standard" L251:} L252: L253:data class TlsInstance( L254: val provider: Provider, L255: val protocol: Protocol, L256: val tlsVersion: TlsVersion, L257: val socketMode: SocketMode, L258: val tlsExtensionMode: TlsExtensionMode, L259:) : SocketMode() { L260: override fun toString():...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 8K bytes -
SparseImmutableTable.java
com.google.common.annotations.J2ktIncompatible; L22:import com.google.errorprone.annotations.Immutable; L23:import java.util.LinkedHashMap; L24:import java.util.Map; L25:import java.util.Map.Entry; L26: L27:/** A {@code RegularImmutableTable} optimized for sparse data. */ L28:@GwtCompatible L29:@Immutable(containerOf = {"R", "C", "V"}) L30:@ElementTypesAreNonnullByDefault L31:final class SparseImmutableTable<R, C, V> extends RegularImmutableTable<R, C, V> { L32: static final ImmutableTable<Object, Object, Object>...github.com/google/guava/android/guava/src/com/g...Thu Nov 30 21:54:06 UTC 2023 5.6K bytes -
pl.js
zostały wypełnione",badTime:"Wprowadzono niepoprawny czas",badEmail:"Wprowadzono niepoprawny adres e-mail",badTelephone:"Wprowadzono niepoprawny numeru telefonu",badSecurityAnswer:"Nieprawidłowa odpowiedź na pytanie bezpieczeństwa",badDate:"Niepoprawna data",lengthBadStart:"Wprowadzona wartość musi być pomiędzy ",lengthBadEnd:" znaków",lengthTooLongStart:"Wprowadzona wartość jest większa niż ",lengthTooShortStart:"Wprowadzona wartość jest mniejsza niż ",notConfirmed:"Wprowadzone wartości nie zostały ...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.9K bytes -
ImmutableMapKeySet.java
verride") L82: @Override L83: @J2ktIncompatible // serialization L84: @GwtIncompatible // serialization L85: Object writeReplace() { L86: return super.writeReplace(); L87: } L88: L89: // No longer used for new writes, but kept so that old data can still be read. L90: @GwtIncompatible // serialization L91: @J2ktIncompatible L92: @SuppressWarnings("unused") L93: private static class KeySetSerializedForm<K> implements Serializable { L94: final ImmutableMap<K, ?> map; L95: L96: Ke...github.com/google/guava/guava/src/com/google/co...Thu Nov 30 21:54:06 UTC 2023 2.7K bytes -
fess_log.ndjson
\"scale\":{\"type\":\"linear\",\"mode\":\"normal\"},\"labels\":{\"show\":true,\"rotate\":0,\"filter\":false,\"truncate\":100},\"title\":{\"text\":\"Query Count\"}}],\"seriesParams\":[{\"show\":\"true\",\"type\":\"histogram\",\"mode\":\"stacked\",\"data\":{\"label\":\"Query Count\",\"id\":\"1\"},\"valueAxis\":\"ValueAxis-1\",\"drawLinesBetweenPoints\":true,\"showCircles\":true}],\"addTooltip\":true,\"addLegend\":true,\"legendPosition\":\"right\",\"times\":[],\"addTimeMarker\":false,\"dimensions\"...github.com/codelibs/fess/src/main/assemblies/ex...Mon Aug 12 01:26:21 UTC 2019 18.2K bytes -
BaseEncoding.java
/** L281: * Returns an encoding that behaves equivalently to this encoding, but omits any padding L282: * characters as specified by <a href="http://tools.ietf.org/html/rfc4648#section-3.2">RFC 4648 L283: * section 3.2</a>, Padding of Encoded Data. L284: */ L285: public abstract BaseEncoding omitPadding(); L286: L287: /** L288: * Returns an encoding that behaves equivalently to this encoding, but uses an alternate character L289: * for padding. L290: * L291: * @throws IllegalArgumentException...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:26:48 UTC 2024 41.8K bytes -
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 -
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 -
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