- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 153 for samme (0.2 seconds)
-
src/main/java/org/codelibs/fess/api/chat/ChatApiManager.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 06:06:55 GMT 2026 - 25.8K bytes - Click Count (0) -
src/main/webapp/js/admin/popper.min.js.map
arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n","import find from './find';\n\n/**\n * Return the index of the matching object\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 120.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
long firstTime = observedTimes[0]; assertTrue(firstTime > 0, "Time should be updated"); for (int i = 1; i < 10; i++) { Assertions.assertEquals(firstTime, observedTimes[i], "All threads should see same time due to volatile"); } } /** * Test cache refresh mechanism with concurrent access. * Verifies that cache is refreshed correctly even with concurrent readers. */ @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
String[] roles2 = secured.value(); // Different array instances should be returned assertNotSame(roles1, roles2); // But values should be the same assertEquals(roles1.length, roles2.length); for (int i = 0; i < roles1.length; i++) { assertEquals(roles1[i], roles2[i]); } } // Test annotation with duplicate roles
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 15.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/indexer/IndexUpdaterTest.java
final AccessResult<String> accessResult = new TestAccessResult(); final Map<String, Object> result = indexUpdater.ingest(accessResult, doc); assertNotNull(result); // Result should be the same as input doc when ingester is null or doesn't modify assertSame(doc, result); } // Test ingest with exception in ingester @Test public void test_ingest_withException() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 33.6K bytes - Click Count (0) -
LICENSE
the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue May 08 21:35:34 GMT 2018 - 11.1K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
} this.endDate = null; this.setStartDate(date.clone()); } else if (!this.endDate && date.isBefore(this.startDate)) { //special case: clicking the same date for start/end, //but the time of the end date is before the start date this.setEndDate(this.startDate.clone()); } else { // picking endCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 64.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Gets the instance ID for this Fess instance. * Combines scheduler.target.name (if configured), hostname, and PID * to ensure uniqueness across multiple JVMs on the same host. * * @return The instance ID. */ public String getInstanceId() { final String targetName = ComponentUtil.getFessConfig().getSchedulerTargetName();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 43.2K bytes - Click Count (0) -
src/main/webapp/js/bootstrap.min.js.map
Kyc,yBAAyBzc,KAAK0F,QAAQqW,QACpD,CAGA7V,uBAAuB1B,GACrB,OAAOxE,KAAKuI,MAAK,WACf,MAAMC,EAAOwZ,GAAQ7Z,oBAAoBnI,KAAMwE,GAE/C,GAAsB,iBAAXA,EAAX,CAIA,QAA4B,IAAjBgE,EAAKhE,GACd,MAAM,IAAIa,UAAW,oBAAmBb,MAG1CgE,EAAKhE,IANL,CAOF,GACF,EAOFvJ,EAAmB+mB,IC9EnB,MAMME,GAAe,qBAIfvX,GAAoB,SAGpBwX,GAAwB,SASxB/d,GAAU,CACdgN,OAAQ,KACRgR,WAAY,eACZC,cAAc,EACdplB,OAAQ,KACRqlB,UAAW,CAAC,GAAK,GAAK,IAGlBje,GAAc,CAClB+M,OAAQ,gBACRgR,WAAY,SACZC,aAAc,UACdplB,OAAQ,UACRqlB,UAAW,SAOb,MAAMC,WAAkBhd,EACtBV,YAAY9N,EAASyN,GACnBgB,M...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 211.9K bytes - Click Count (0) -
src/main/webapp/css/bootstrap.min.css.map
2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluid-val: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluid-val {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule () {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluid-val);\n\n // Include safari iframe resize fix if needed\n ...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 575.5K bytes - Click Count (0)