- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 92 for jaar (0.04 sec)
-
src/main/resources/fess_label_nl.properties
labels.facet_timestamp_1week=Afgelopen week labels.facet_timestamp_1month=Afgelopen maand labels.facet_timestamp_1year=Afgelopen jaar labels.facet_timestamp_3month=Afgelopen 3 maanden labels.facet_timestamp_6month=Afgelopen 6 maanden labels.facet_timestamp_2year=Afgelopen 2 jaar labels.facet_timestamp_3year=Afgelopen 3 jaar labels.facet_contentLength_title=Grootte labels.facet_contentLength_10k= - 10KB
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/webapp/js/admin/moment-with-locales.min.js
tup";case"hh":return n+" rep";case"dd":return n+" jaj";case"MM":return n+" jar";case"yy":return n+" DIS"}}M.defineLocale("tlh",{months:"tera\u2019 jar wa\u2019_tera\u2019 jar cha\u2019_tera\u2019 jar wej_tera\u2019 jar loS_tera\u2019 jar vagh_tera\u2019 jar jav_tera\u2019 jar Soch_tera\u2019 jar chorgh_tera\u2019 jar Hut_tera\u2019 jar wa\u2019maH_tera\u2019 jar wa\u2019maH wa\u2019_tera\u2019 jar wa\u2019maH cha\u2019".split("_"),monthsShort:"jar wa\u2019_jar cha\u2019_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 360.5K bytes - Viewed (2) -
src/main/resources/fess_indices/fess/nl/stopwords.txt
van ik te dat die in een hij het niet zijn is was op aan met als voor had er maar om hem dan zou of wat mijn men dit zo door over ze zich bij ook tot je mij uit der daar haar naar heb hoe heeft hebben deze u want nog zal me zij nu ge geen omdat iets worden
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Nov 27 12:59:36 UTC 2023 - 592 bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
constraints.NotEmpty.message = {item} mag niet leeg zijn. constraints.ParametersScriptAssert.message = De scriptuitdrukking "{script}" is niet waar. constraints.Range.message = {item} moet tussen {min} en {max} liggen. constraints.SafeHtml.message = {item} bevat gevaarlijke HTML-inhoud. constraints.ScriptAssert.message = De scriptuitdrukking "{script}" is niet waar. constraints.URL.message = {item} is geen geldige URL. constraints.Required.message = {item} is vereist.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
gradle/wrapper/gradle-wrapper.jar
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 1754035591 +0100
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 44.4K bytes - Viewed (1) -
src/main/java/org/codelibs/core/jar/JarFileUtil.java
} } /** * Creates and returns a <code>JarFile</code> to read the JAR file specified by the URL. * * @param jarUrl the URL of the JAR file (must not be {@literal null}) * @return a <code>JarFile</code> to read the JAR file specified by the URL */ public static JarFile toJarFile(final URL jarUrl) { assertArgumentNotNull("jarUrl", jarUrl);
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ResourceTraversalUtil.java
import java.io.File; import java.io.FilterInputStream; import java.io.IOException; import java.io.InputStream; import java.util.jar.JarEntry; import java.util.jar.JarFile; import java.util.zip.ZipEntry; import java.util.zip.ZipInputStream; import org.codelibs.core.jar.JarFileUtil; import org.codelibs.core.zip.ZipInputStreamUtil; /** * Class for traversing resources. * * @author taedium
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 9.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
*/ package org.codelibs.fess.ds; import java.io.File; import java.io.FileOutputStream; import java.nio.file.Files; import java.util.List; import java.util.Map; import java.util.jar.JarEntry; import java.util.jar.JarOutputStream; import org.codelibs.fess.ds.callback.IndexUpdateCallback; import org.codelibs.fess.entity.DataStoreParams; import org.codelibs.fess.helper.PluginHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
* <p> * Target directories on the file system or JAR files are provided as {@link URL}. The appropriate {@link Traverser} is returned depending on the protocol of the URL, and you can traverse classes and resources by calling its methods. * </p> * <p> * Supported protocols: * </p> * <ul> * <li>{@literal file}</li> * <li>{@literal jar}</li>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/jar/JarInputStreamUtil.java
* governing permissions and limitations under the License. */ package org.codelibs.core.jar; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.io.IOException; import java.io.InputStream; import java.util.jar.JarEntry; import java.util.jar.JarInputStream; import org.codelibs.core.exception.IORuntimeException; /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 2.3K bytes - Viewed (0)