- Sort Score
- Result 10 results
- Languages All
Results 321 - 330 of 614 for sata (0.01 sec)
-
ro.js
elemnt(e)",badCreditCard:"Numărul de card introdus este incorect",badCVV:"Numărul CVV introdus este incorect",wrongFileDim:"Dimensiunea imaginii este incorectă,",imageTooTall:"imaginea nu poate fi mai înaltă decât",imageTooWide:"imaginea nu poate fi mai lată decât",imageTooSmall:"imaginea este prea mică",min:"min",max:"max",imageRatioNotAccepted:"Proportiile imaginii sunt incorecte",badBrazilTelephoneAnswer:"Numărul de telefon introdus este incorect.",badBrazilCEPAnswer:"CEP incorect",badBrazilCPFAnswer:"CPF...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.5K bytes -
DerHeader.kt
language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.tls.internal.der L17: L18:/** L19: * The first two bytes of each value is a header that includes its tag (field ID) and length. L20: */ L21:internal data class DerHeader( L22: /** L23: * Namespace of the tag. L24: * L25: * This value is encoded in bits 7 and 8 of the first byte of each value. L26: * L27: * ``` L28: * 0b00xxxxxx Universal L29: * 0b01xxxxxx Application L30: * 0b10xxxxxx...github.com/square/okhttp/okhttp-tls/src/main/ko...Mon Jan 08 01:13:22 UTC 2024 2.3K bytes -
DocumentHelper.java
essor) responseProcessor).getTransformer(); L210: final ResultData resultData = transformer.transform(responseData); L211: final byte[] data = resultData.getData(); L212: if (data != null) { L213: try { L214: return (Map<String, Object>) SerializeUtil.fromBinaryToObject(data); L215: } catch (final Exception e) { L216: throw new CrawlerSystemException("Could not create an instance from bytes.", e);...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 12K bytes -
TreeBasedTableTest.java
super Integer> columnComparator, L85: Object... data) { L86: TreeBasedTable<String, Integer, Character> table = L87: TreeBasedTable.create(rowComparator, columnComparator); L88: table.put("foo", 4, 'a'); L89: table.put("cat", 1, 'b'); L90: table.clear(); L91: populate(table, data); L92: return table; L93: } L94: L95: @Override L96: protected TreeBasedTable<String, Integer, Character> create(@Nullable Object... data) { L97: TreeBasedTable<String, Integer, Character>...github.com/google/guava/guava-tests/test/com/go...Wed Oct 30 16:15:19 UTC 2024 15K bytes -
CrawlingConfig.java
onfig.SCRIPT_TYPE); L71: if (StringUtil.isNotBlank(scriptType)) { L72: return scriptType; L73: } L74: return Constants.DEFAULT_SCRIPT; L75: } L76: L77: public enum ConfigType { L78: WEB("W"), FILE("F"), DATA("D"); L79: L80: private final String typePrefix; L81: L82: ConfigType(final String typePrefix) { L83: this.typePrefix = typePrefix; L84: } L85: L86: public String getTypePrefix() { L87: return typePrefix;...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 24 13:01:38 UTC 2024 5.5K bytes -
AndroidHttpEngineTest.kt
response.code) L103: assertEquals("h3", response.negotiatedProtocol) L104: assertTrue(response.content.contains("Disallow")) L105: } catch (ee: ExecutionException) { L106: throw ee.cause?.cause ?: ee.cause!! L107: } L108: } L109: L110: data class Response( L111: val code: Int, L112: val negotiatedProtocol: String, L113: val content: String, L114: ) L115: L116: private fun execute( L117: engine: HttpEngine, L118: executor: ExecutorService, L119: url: String, L120: ...github.com/square/okhttp/regression-test/src/an...Sun Mar 24 13:19:43 UTC 2024 6.2K bytes -
file.js
e",j.join(", "),g),!1}),h},errorMessage:"",errorMessageKey:"wrongFileType"}),a.formUtils.addValidator({name:"size",validatorFunction:function(b,d,f,g){var h=d.valAttr("max-size");if(!h)return a.formUtils.warn('Input "'+d.attr("name")+'" is missing data-validation-max-size attribute',!0),!0;if(!c)return!0;var i=a.formUtils.convertSizeNameToBytes(h),j=!0;return a.each(d.get(0).files||[],function(a,b){return j=b.size<=i}),j||e(this,"wrongFileSize",h,g),j},errorMessage:"",errorMessageKey:"wrongFileS...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 4.6K bytes -
CrawlingConfigHelperTest.java
assertNull(crawlingConfigHelper.getConfigType("D")); L129: assertEquals(ConfigType.WEB, crawlingConfigHelper.getConfigType("WX")); L130: assertEquals(ConfigType.FILE, crawlingConfigHelper.getConfigType("FX")); L131: assertEquals(ConfigType.DATA, crawlingConfigHelper.getConfigType("DX")); L132: } L133: L134: public void test_getCrawlingConfig() { L135: crawlingConfigHelper.refresh(); L136: assertNull(crawlingConfigHelper.getCrawlingConfig(null)); L137: assertNul...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 23.2K bytes -
RegularImmutableMap.java
@Override L355: @J2ktIncompatible // serialization L356: @GwtIncompatible // serialization L357: Object writeReplace() { L358: return super.writeReplace(); L359: } L360: L361: // No longer used for new writes, but kept so that old data can still be read. L362: @GwtIncompatible // serialization L363: @J2ktIncompatible L364: @SuppressWarnings("unused") L365: private static class SerializedForm<K> implements Serializable { L366: final ImmutableMap<K, ?> map; L367: L368:...github.com/google/guava/guava/src/com/google/co...Tue May 28 18:11:09 UTC 2024 16.2K bytes -
crawler_es+crawlerConfig.xml
class="org.codelibs.fess.crawler.util.FessCrawlerConfig"> L6: <property name="queueIndex">"fess_crawler.queue"</property> L7: <property name="queueShards">5</property> L8: <property name="queueReplicas">1</property> L9: <property name="dataIndex">"fess_crawler.data"</property> L10: <property name="dataShards">5</property> L11: <property name="dataReplicas">1</property> L12: <property name="filterIndex">"fess_crawler.filter"</property> L13: <property name="filterShards">5</property> L14: <property name="...github.com/codelibs/fess/src/main/resources/cra...Fri Dec 03 13:06:40 UTC 2021 756 bytes