- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 615 for sata (0.02 sec)
-
suggestor.js
false; L103: return; L104: } L105: L106: $.ajax({ L107: url: settingAjaxInfo.url, L108: type: "get", L109: dataType: "json", L110: cache: false, L111: data: { L112: q: $textArea.val(), L113: field: settingAjaxInfo.fn, L114: num: settingAjaxInfo.num * 2, L115: lang: settingAjaxInfo.lang L116: }, L117: traditional: true...github.com/codelibs/fess/src/main/webapp/js/sug...Thu Mar 30 05:45:24 UTC 2023 13.3K bytes -
ViewHelper.java
} L810: }; L811: params.q = query; L812: final SearchRenderData data = new SearchRenderData(); L813: searchHelper.search(params, data, userBean); L814: if (logger.isDebugEnabled()) { L815: logger.debug("loaded facet data: {}", data); L816: } L817: return data.getFacetResponse(); L818: }); L819: } catch (final ExecutionException e) { L820: throw...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes -
ReaderInputStream.java
InputStream} that converts characters from a {@link Reader} into bytes using an L39: * arbitrary Charset. L40: * L41: * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer}, L42: * which is necessarily blocking. By implementing an {@code InputStream} it allows consumers to L43: * "pull" as much data as they can handle, which is more convenient when dealing with flow L44: * controlled, async APIs. L45: * L46: * @author Chris Nokleberg L47: */ L48:@J2ktIncompatible...github.com/google/guava/android/guava/src/com/g...Sat Oct 19 00:26:48 UTC 2024 9.3K bytes -
ReaderInputStream.java
InputStream} that converts characters from a {@link Reader} into bytes using an L39: * arbitrary Charset. L40: * L41: * <p>This is an alternative to copying the data to an {@code OutputStream} via a {@code Writer}, L42: * which is necessarily blocking. By implementing an {@code InputStream} it allows consumers to L43: * "pull" as much data as they can handle, which is more convenient when dealing with flow L44: * controlled, async APIs. L45: * L46: * @author Chris Nokleberg L47: */ L48:@J2ktIncompatible...github.com/google/guava/guava/src/com/google/co...Sat Oct 19 00:26:48 UTC 2024 9.3K bytes -
pt.js
preencheu todos os campos obrigatórios",badTime:"A hora digitada não é válida",badEmail:"O e-mail digitado não é válido",badTelephone:"O telefone digitado não é válido",badSecurityAnswer:"A pergunta de segurança não foi respondida corretamente",badDate:"A data digitada não é válida",lengthBadStart:"Sua resposta deve incluir entre ",lengthBadEnd:" caracteres",lengthTooLongStart:"Sua resposta tem mais que ",lengthTooShortStart:"Sua resposta tem menos que",notConfirmed:"As informações digitadas não puderam...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Jan 01 05:12:47 UTC 2018 2.7K bytes -
MockFutureListener.java
L44: } L45: L46: @Override L47: public void run() { L48: countDownLatch.countDown(); L49: } L50: L51: /** L52: * Verify that the listener completes in a reasonable amount of time, and Asserts that the future L53: * returns the expected data. L54: * L55: * @throws Throwable if the listener isn't called or if it resulted in a throwable or if the L56: * result doesn't match the expected value. L57: */ L58: public void assertSuccess(Object expectedData) throws Throwable { L59:...github.com/google/guava/android/guava-testlib/s...Fri May 12 18:12:42 UTC 2023 3K bytes -
OneLineLogFormat.kt
ronoField.MINUTE_OF_HOUR L25:import java.time.temporal.ChronoField.NANO_OF_SECOND L26:import java.time.temporal.ChronoField.SECOND_OF_MINUTE L27:import java.util.logging.Formatter L28:import java.util.logging.LogRecord L29: L30:/** L31: * Is Java8 Data and Time really this bad, or is writing this on a plane from just javadocs a bad L32: * idea? L33: * L34: * Why so much construction? L35: */ L36:class OneLineLogFormat : Formatter() { L37: private val d = L38: DateTimeFormatterBuilder() L39: ...github.com/square/okhttp/okcurl/src/main/kotlin...Fri Apr 05 03:30:42 UTC 2024 2.1K bytes -
DataIndexHelper.java
List<DataConfig> configList = ComponentUtil.getCrawlingConfigHelper().getAllDataConfigList(); L56: L57: if (configList.isEmpty()) { L58: // nothing L59: if (logger.isInfoEnabled()) { L60: logger.info("No crawling target data."); L61: } L62: return; L63: } L64: L65: doCrawl(sessionId, configList); L66: } L67: L68: public void crawl(final String sessionId, final List<String> configIdList) { L69: final List<DataConfig> configList...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 12K bytes -
AdminBackupAction.java
map; L611: }).collect(Collectors.toList())); L612: } L613: L614: private HtmlResponse asListHtml() { L615: return asHtml(path_AdminBackup_AdminBackupJsp).useForm(UploadForm.class) L616: .renderWith(data -> RenderDataUtil.register(data, "backupItems", getBackupItems())); L617: } L618: L619: private void deleteTempFile(final File tempFile) { L620: if (tempFile != null && !tempFile.delete()) { L621: logger.warn("Failed to delete {}", tempFil...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
FessConfig.java
configuration. e.g. 10000 */ L518: String INDEXER_DATA_MAX_DOCUMENT_CACHE_SIZE = "indexer.data.max.document.cache.size"; L519: L520: /** The key of the configuration. e.g. 1048576 */ L521: String INDEXER_DATA_MAX_DOCUMENT_REQUEST_SIZE = "indexer.data.max.document.request.size"; L522: L523: /** The key of the configuration. e.g. 100 */ L524: String INDEXER_DATA_MAX_DELETE_CACHE_SIZE = "indexer.data.max.delete.cache.size"; L525: L526: /** The key of the configuration. e.g. 10 */ L527:...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes