- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 13 for jais (0.02 sec)
-
src/main/resources/fess_indices/_aws/fess.json
"stopwords": ["ant", "apie", "ar", "arba", "aš", "be", "bei", "bet", "bus", "būti", "būtų", "buvo", "dėl", "gali", "į", "iki", "ir", "iš", "ja", "ją", "jai", "jais", "jam", "jame", "jas", "jei", "ji", "jį", "jie", "jiedu", "jiedvi", "jiedviem", "jiedviese", "jiems", "jis", "jo", "jodviem", "jog", "joje", "jomis", "joms", "jos", "jose", "jų", "judu", "judvi", "judviejų", "jųdviejų", "judviem", "judviese", "jumis", "jums", "jumyse", "juo", "juodu", "juodviese",...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 117.3K bytes - Viewed (0) -
plugin.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 3.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/SsoLoginExceptionTest.java
oos.writeObject(originalException); oos.close(); // Deserialize the exception ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); ObjectInputStream ois = new ObjectInputStream(bais); SsoLoginException deserializedException = (SsoLoginException) ois.readObject(); ois.close(); // Verify the deserialized exception
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/SerializeUtil.java
public static Object fromBinaryToObject(final byte[] bytes) { assertArgumentNotEmpty("bytes", bytes); try { final ByteArrayInputStream bais = new ByteArrayInputStream(bytes); final ObjectInputStream ois = new ObjectInputStream(bais); try { return ois.readObject(); } finally { CloseableUtil.close(ois); }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.2K bytes - Viewed (0) -
module.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 3.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/DictionaryExpiredExceptionTest.java
ObjectOutputStream oos = new ObjectOutputStream(baos); oos.writeObject(original); oos.close(); // Deserialize ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); ObjectInputStream ois = new ObjectInputStream(bais); DictionaryExpiredException deserialized = (DictionaryExpiredException) ois.readObject(); ois.close(); // Verify
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 7.2K bytes - Viewed (0) -
okhttp-osgi-tests/build.gradle.kts
has changed. That is the purpose of this normalization block. */ ignore("okhttp3/osgi/workspace/cnf/repo/index.xml.gz") ignore("okhttp3/osgi/workspace/cnf/repo/index.xml.gz.sha") } } // Expose OSGi jars to the test environment. val osgiTestDeploy: Configuration by configurations.creating val test = tasks.named("test") val copyOsgiTestDeployment = tasks.register<Copy>("copyOsgiTestDeployment") { from(osgiTestDeploy)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:17:18 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.not_found_on_file_system = Não encontrado. Causa: {0} errors.could_not_open_on_system = Não é possível abrir {0}.<br>Verifique se o arquivo está associado a um aplicativo. errors.result_size_exceeded = Não é possível exibir mais resultados. errors.target_file_does_not_exist = O arquivo {0} não existe. errors.failed_to_delete_file = Não foi possível excluir o arquivo {0}. errors.docid_not_found = ID do documento não encontrada. Causa: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/FessBoot.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess; // DO NOT DEPEND OTHER JARs import java.io.File; import java.util.List; import java.util.Properties; import org.apache.catalina.Container; import org.apache.catalina.Context; import org.apache.catalina.Host;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.search_result_status_over=Resultados da pesquisa para <b>{0}</b><span class="br-phone"></span> <b>{2}</b> - <b>{3}</b> de mais de <b>{1}</b> labels.search_result_time=({0} segundos) labels.prev_page=Anterior labels.next_page=Próximo labels.did_not_match=Nenhuma informação correspondente a <b>{0}</b> foi encontrada. labels.search_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0)