- Sort Score
- Num 10 results
- Language All
Results 171 - 180 of 404 for dana (0.04 seconds)
-
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
} @Test public void test_init() { // Setup test data List<RelatedQuery> testData = new ArrayList<>(); testData.add(createRelatedQuery("test", new String[] { "related1", "related2" }, "")); mockBhv.setTestData(testData); relatedQueryHelper.init(); // Verify that load was called and data is processed String[] results = relatedQueryHelper.getRelatedQueries("test");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 16.7K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/tr.js
",groupCheckedTooManyStart:"Lütfen en fazla ",groupCheckedEnd:" adet seçiniz",badCreditCard:"Geçersiz kredi kartı numarası girdiniz",badCVV:"Geçersiz CVV numarası girdiniz",wrongFileDim:"Hatalı resim yüklediniz çünkü",imageTooTall:"resim daha uzun olamaz",imageTooWide:"resim daha geniş olamaz",imageTooSmall:"görüntü çok küçük",min:"min",max:"max",imageRatioNotAccepted:"Kabul edilmeye görüntü oranı",badBrazilTelephoneAnswer:"Geçersiz telefon numarası girdiniz",badBrazilCEPAnswer:"Geçersiz Brezilya posta kodu...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 3.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
}.map { PerformanceScenario(Scenario.fromTestId(configuration.testId), it.testProject) } } } data class PerformanceTestDuration( val scenario: Scenario, val durationInMs: Int, ) { fun toCsvLine() = "${scenario.className};${scenario.scenario}" } data class PerformanceScenario( val scenario: Scenario, val testProject: String, ) interface PerformanceTestBucket {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 29 01:37:22 GMT 2026 - 17.2K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/plugin/admin_plugin_installplugin.jsp
data-toggle="tab" ><la:message key="labels.plugin_remote_install"/></a></li> <li role="presentation" class="nav-item"><a href="#local" aria-controls="local" class="nav-link" role="tab" data-toggle="tab"><la:message
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
this.fileConfigIds = fileConfigIds; return this; } /** * Sets the data source crawling configuration IDs to process. * If not set, all available data configurations will be crawled. * * @param dataConfigIds array of data crawling configuration IDs, or null for all * @return this CrawlJob instance for method chaining */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.6K bytes - Click Count (0) -
src/main/resources/fess_label_pt_BR.properties
labels.sortOrder=Ordem de classificação labels.updatedBy=Atualizado por labels.updatedTime=Data de atualização labels.urls=URLs labels.userAgent=User agent labels.username=Nome de usuário labels.value=Valor labels.versionNo=Número da versão labels.cronExpression=Agendamento labels.dayForCleanup=Excluir documentos anteriores à data especificada labels.crawlingThreadCount=Número de rastreamentos simultâneos labels.boost=Valor de impulso
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java
*/ @Override public Logger getLogger() { return logger; } /** * Gets the appropriate extractor for the given response data. * Selects an extractor based on the MIME type of the file. * * @param responseData the response data containing the file to extract * @return the extractor instance for processing the file * @throws FessSystemException if no suitable extractor factory can be foundCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 3.5K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/SourcesRepository.kt
internal abstract val currentSourceRoot: File @ConsistentCopyVisibility data class Java internal constructor( override val currentFile: File, override val currentSourceRoot: File ) : ApiSourceFile() @ConsistentCopyVisibility data class Kotlin internal constructor( override val currentFile: File,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Apr 28 14:56:52 GMT 2025 - 4.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/RichReportScrapper.kt
entry.select("ul li") .map { it.text() } ) } internal data class ReportMessage( val message: String, val details: List<String> ) internal data class RichReport( val errors: List<ReportMessage>, val warnings: List<ReportMessage>, val information: List<ReportMessage>,
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 2.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp
<c:if test="${editable}"> <button type="button" class="btn btn-danger" name="delete" data-toggle="modal" data-target="#confirmToDelete" value="<la:message key="labels.crud_button_delete" />"> <i class="fa fa-trash" aria-hidden="true"></i>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 11K bytes - Click Count (0)