- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for domeny (0.32 sec)
-
src/main/resources/fess_label_pl.properties
labels.employeeNumber=Numer pracownika labels.user_telephoneNumber=Numer telefonu labels.telephoneNumber=Numer telefonu labels.user_homePhone=Telefon (domowy) labels.homePhone=Telefon (domowy) labels.user_homePostalAddress=Adres pocztowy (domowy) labels.homePostalAddress=Adres pocztowy (domowy) labels.user_labeledURI=labeledURI labels.labeledURI=labeledURI labels.user_roomNumber=Numer pokoju labels.roomNumber=Numer pokoju
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java
assertEquals("D2guest", permissionHelper.encode("(deny){group}guest")); assertEquals("DRguest", permissionHelper.encode("(deny){role}guest")); assertEquals("(deny){user}guest", permissionHelper.decode("D1guest")); assertEquals("(deny){group}guest", permissionHelper.decode("D2guest")); assertEquals("(deny){role}guest", permissionHelper.decode("DRguest"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 13.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PermissionHelper.java
protected String userPrefix = "{user}"; /** Prefix used to identify allow permissions */ protected String allowPrefix = "(allow)"; /** Prefix used to identify deny permissions */ protected String denyPrefix = "(deny)"; /** System helper for user/group/role search operations */ @Resource protected SystemHelper systemHelper; /** * Default constructor for PermissionHelper.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.3K bytes - Viewed (0) -
guava/src/com/google/common/math/PairedStats.java
checkState(count() > 1); return sumOfProductsOfDeltas / (count() - 1); } /** * Returns the <a href="http://mathworld.wolfram.com/CorrelationCoefficient.html">Pearson's or * product-moment correlation coefficient</a> of the values. The count must greater than one, and * the {@code x} and {@code y} values must both have non-zero population variance (i.e. {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 08 18:32:10 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java
assertTrue(pattern.match("/test/path")); } public void test_labelTypePattern_match_multilinePaths() { LabelTypePattern pattern = new LabelTypePattern("test", "/test.*\n/another.*", "/exclude.*\n/deny.*"); // Should match first included path assertTrue(pattern.match("/test/path")); // Should match second included path assertTrue(pattern.match("/another/path"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 12.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RelatedContentHelperTest.java
testData.clear(); testData.add(createRelatedContent("test", "Updated Content", "")); mockBhv.setTestData(testData); relatedContentHelper.update(); // Give a moment for async execution try { Thread.sleep(100); } catch (InterruptedException e) { // ignore } results = relatedContentHelper.getRelatedContents("test");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 14.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/platform/Platform.kt
logger.log(logLevel, message, t) } open fun isCleartextTrafficPermitted(hostname: String): Boolean = true /** * Returns an object that holds a stack trace created at the moment this method is executed. This * should be used specifically for [java.io.Closeable] objects and in conjunction with * [logCloseableLeak]. */ open fun getStackTraceForCloseable(closer: String): Any? =
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/RelatedQueryHelperTest.java
testData.clear(); testData.add(createRelatedQuery("test", new String[] { "updated" }, "")); mockBhv.setTestData(testData); relatedQueryHelper.update(); // Give a moment for async execution try { Thread.sleep(100); } catch (InterruptedException e) { // ignore } results = relatedQueryHelper.getRelatedQueries("test");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16.3K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Throwables.java
throw death; } catch (Throwable t) { /* * This is not one of AppEngine's allowed classes, so even in Sun JDKs, this can fail with * a NoClassDefFoundError. Other apps might deny access to sun.misc packages. */ return null; } } /** * Returns the Method that can be used to resolve an individual StackTraceElement, or null if that
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.6K bytes - Viewed (0) -
src/main/resources/fess_label_nl.properties
labels.advance_search_occt=Zoeken in labels.advance_search_occt_default=Hele pagina labels.advance_search_occt_allintitle=Paginatitel labels.advance_search_occt_allinurl=Pagina-URL labels.advance_search_sitesearch=Site of domein labels.advance_search_timestamp=Bijgewerkt op labels.advance_search_timestamp_default=Elke datum labels.advance_search_timestamp_pastday=Afgelopen 24 uur labels.advance_search_timestamp_pastweek=Afgelopen week
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1)