Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for dispoe (0.02 sec)

  1. src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java

        public void test_toBeDisposable_validProcess() {
            InvokerAssistant.DisposableProcess process = new InvokerAssistant.DisposableProcess() {
                @Override
                public void dispose() {
                    // Empty implementation for test
                }
            };
            // Should not throw exception
            invokerAssistant.toBeDisposable(process);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/thumbnail/impl/HtmlTagBasedGenerator.java

                    ImageIO.write(thumbnail, fessConfig.getThumbnailHtmlImageFormat(), outputFile);
                    image.flush();
                    return Result.OK;
                } finally {
                    reader.dispose();
                }
            }
            return Result.FAILED;
        }
    
        /**
         * Enumeration representing the possible results of thumbnail image processing.
         */
        protected enum Result {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js

    _config.loadingScreen&&("number"==typeof a._config.loadingScreen?setTimeout((function(){l.fadeOut()}),a._config.loadingScreen):l.fadeOut())}))})):n.default(o+" iframe").attr("src",n.default(o+" iframe").attr("src"))}n.default(me+" .active").tab("dispose").removeClass("active"),this._fixHeight(),i.tab("show"),i.parents("li").addClass("active"),this.onTabChanged(i),this._config.autoItemActive&&this._setItemActive(n.default(o+" iframe").attr("src"))},t.removeActiveTab=function(e,t){if("all"==e)n.de...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_nl.properties

    labels.authRealm=Realm
    labels.available=Status
    labels.createdBy=Gemaakt door
    labels.createdTime=Aanmaakdatum
    labels.depth=Diepte
    labels.excludedPaths=Pad(en) om uit te sluiten van crawlen
    labels.excludedUrls=URL(s) om uit te sluiten van crawlen
    labels.excludedDocPaths=Pad(en) om uit te sluiten van zoeken
    labels.excludedDocUrls=URL(s) om uit te sluiten van zoeken
    labels.hostname=Hostnaam
    labels.id=ID
    labels.includedPaths=Pad(en) om op te nemen in crawlen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
Back to top