Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for curTop (0.03 seconds)

  1. src/test/java/org/codelibs/fess/job/IndexExportJobTest.java

                        final BooleanFunction<Map<String, Object>> cursor) {
                    long count = 0;
                    for (final Map<String, Object> doc : documents) {
                        count++;
                        if (!cursor.apply(doc)) {
                            break;
                        }
                    }
                    return count;
                }
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 09:08:38 GMT 2026
    - 66.1K bytes
    - Click Count (0)
  2. src/main/webapp/css/chat.css

        overflow-y: auto;
        padding: 0.25rem 0;
    }
    
    .filter-check-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.375rem 0.75rem;
        margin: 0;
        cursor: pointer;
        font-size: 0.8125rem;
        color: #172b4d;
        transition: background-color 0.1s ease;
    }
    
    .filter-check-item:hover {
        background-color: #f4f5f7;
    }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         * @param condition the search condition
         * @param cursor    the cursor function to process each hit
         * @return the number of documents processed
         * @throws InvalidQueryException if the query is invalid
         */
        public long scrollSearch(final String index, final SearchCondition<SearchRequestBuilder> condition,
                final BooleanFunction<Map<String, Object>> cursor) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
  4. src/main/webapp/js/purify.min.js

    DropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),L=i(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),I=i(["math","...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top