- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 614 for sata (0.02 sec)
-
_readme.txt
L47:for example, entities, parameter-beans to specified L48:directories by DBFlute properties on "dfprop" directory. L49: L50:manage.bat(sh) => 0 (replace-schema): L51:A execution command of ReplaceSchema task L52:which creates your tables and loads data by L53:resources located to the "playsql" directory. L54: L55:manage.bat(sh) => 25 (outside-sql-test): L56:A execution command of OutsideSqlTest task L57:which executes outside-SQL files and you can check L58:whether the SQLs have correct formats....github.com/codelibs/fess/dbflute_fess/_readme.txtSat Jul 04 22:46:31 UTC 2015 2.5K bytes -
ca.js
requerits",badTime:"L'hora proporcionada no és vàlida",badEmail:"La direcció d'e-mail no és vàlida",badTelephone:"El número de telèfon proporcionat no és vàlid",badSecurityAnswer:"La resposta a la seva pregunta de seguretat és incorrecte",badDate:"La data proporcionada no és vàlida",lengthBadStart:"La seva resposta s'ha d'incloure entre ",lengthBadEnd:" caràcters",lengthTooLongStart:"La seva resposta ha de ser menor a ",lengthTooShortStart:"La seva resposta ha de ser major a ",notConfirmed:"Els valors...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.6K bytes -
ArrayBasedUnicodeEscaper.java
replacement array L32: * contains information about the named HTML entities such as {@code &} and {@code "} 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 -
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 -
documentMap.dfprop
the property 'recordLimit' is set. L162: # Elements of this map are as below: L163: # o recordLimit: The limit of records to output. Minus means no limit. (NotRequired - Default '') L164: # o isReplaceSchemaDirectUse: Does it output the data to playsql directly? (NotRequired - Default false) L165: # o isOverrideExistingDataFile: Does it output to existing files? (NotRequired - Default false) L166: # o isSynchronizeOriginDate: Does it synchronize origin date for date adjustment?...github.com/codelibs/fess/dbflute_fess/dfprop/do...Sat Oct 31 23:35:14 UTC 2015 9.4K bytes -
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 -
it.js
richiesti",badTime:"L'ora scelta non è valida",badEmail:"Questo indirizzo email non è valido",badTelephone:"Il numero di telefono imputato non è valido",badSecurityAnswer:"La risposta alla domanda di sicurezza è errata",badDate:"La data scelta non è 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 -
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 -
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 -
DerAdapter.kt
this adapter can read [header] in a choice. */ L26: fun matches(header: DerHeader): Boolean L27: L28: /** L29: * Returns a value from this adapter. L30: * L31: * This must always return a value, though it doesn't necessarily need to consume data from L32: * [reader]. For example, if the reader's peeked tag isn't readable by this adapter, it may return L33: * a default value. L34: * L35: * If this does read a value, it starts with the tag and length, and reads an entire value, L36:...github.com/square/okhttp/okhttp-tls/src/main/ko...Mon Jan 08 01:13:22 UTC 2024 4.2K bytes