Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for dispoem (0.08 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java

                        // Convert zip bomb exceptions to TikaExceptions
                        sch.throwIfCauseOf(e);
                        throw e;
                    }
                } finally {
                    tmp.dispose();
                }
            }
    
            @Override
            public void parse(final InputStream stream, final ContentHandler handler, final Metadata metadata)
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Oct 12 01:41:37 UTC 2024
    - 25K bytes
    - Viewed (0)
  2. compat/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

                return 1;
            } finally {
                if (localContainer != null) {
                    localContainer.dispose();
                }
            }
        }
    
        void initialize(CliRequest cliRequest) throws ExitException {
            if (cliRequest.workingDirectory == null) {
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 76.8K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        and/or as part of a Larger Work; and
    
        (b) under Patent Claims infringed by the making, using or selling of
        Original Software, to make, have made, use, practice, sell, and
        offer for sale, and/or otherwise dispose of the Original Software
        (or portions thereof).
    
        (c) The licenses granted in Sections 2.1(a) and (b) are effective on
        the date Initial Developer first distributes or otherwise makes the
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  4. 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  5. docs/pt/docs/deployment/docker.md

    Contêineres são principalmente uma ferramenta para simplificar o processo de **construção e implantação** de um aplicativo, mas eles não impõem uma abordagem particular para lidar com esses **conceitos de implantação** e existem várias estratégias possíveis.
    
    A **boa notícia** é que com cada estratégia diferente há uma maneira de cobrir todos os conceitos de implantação. 🎉
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Aug 12 21:47:53 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  6. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/Job;-><clinit>()V
    HSPLkotlinx/coroutines/JobCancellingNode;-><init>()V
    HSPLkotlinx/coroutines/JobImpl;-><init>(Lkotlinx/coroutines/Job;)V
    HSPLkotlinx/coroutines/JobNode;-><init>()V
    HSPLkotlinx/coroutines/JobNode;->dispose()V
    HSPLkotlinx/coroutines/JobNode;->getJob()Lkotlinx/coroutines/JobSupport;
    HSPLkotlinx/coroutines/JobNode;->getList()Lkotlinx/coroutines/NodeList;
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/adminlte.min.js.map

       $loadingScreen.fadeOut()\n              }\n            }\n          })\n        })\n      } else {\n        $(`${tabId} iframe`).attr('src', $(`${tabId} iframe`).attr('src'))\n      }\n    }\n\n    $(`${SELECTOR_TAB_NAVBAR_NAV} .active`).tab('dispose').removeClass('active')\n\n    this._fixHeight()\n\n    $item.tab('show')\n    $item.parents('li').addClass('active')\n    this.onTabChanged($item)\n\n    if (this._config.autoItemActive) {\n      this._setItemActive($(`${tabId} iframe`).attr('src'))\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  8. RELEASE.md

            won't be lifted out of `tf.function`, thus it can be used as a
            `tf.function`-local variable: during each execution of the
            `tf.function`, the variable will be created and then disposed, similar
            to a local (i.e. stack-allocated) variable in C/C++. Currently
            `experimental_enable_variable_lifting=False` only works on non-XLA
            devices (e.g. under `@tf.function(jit_compile=False)`).
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top