Search Options

Results per page
Sort
Preferred Languages
Advance

Results 601 - 610 of 4,367 for parche (0.04 sec)

  1. CacheBuilderTest.java

    under the License. L15: */ L16: L17:package com.google.common.cache; L18: L19:import static com.google.common.cache.ReflectionFreeAssertThrows.assertThrows; L20:import static com.google.common.cache.TestingCacheLoaders.constantLoader; L21:import static com.google.common.cache.TestingCacheLoaders.identityLoader; L22:import static com.google.common.cache.TestingRemovalListeners.countingRemovalListener; L23:import static com.google.common.cache.TestingRemovalListeners.nullRemovalListener; L24:import static...
    github.com/google/guava/guava-tests/test/com/go...
    Fri Oct 18 15:00:32 UTC 2024
      24.9K bytes
  2. BasicMockServerTest.kt

    L1:/* L2: * Copyright (C) 2024 Square, Inc. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,...
    github.com/square/okhttp/container-tests/src/te...
    Fri Apr 05 03:30:42 UTC 2024
      3.3K bytes
  3. TestingRemovalListeners.java

    L1:/* L2: * Copyright (C) 2011 The Guava Authors L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except L5: * in compliance with the License. You may obtain a copy of the License at L6: * L7: * http://www.apache.org/licenses/LICENSE-2.0 L8: * L9: * Unless required by applicable law or agreed to in writing, software distributed under the License L10: * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express...
    github.com/google/guava/android/guava-tests/tes...
    Mon Dec 04 17:37:03 UTC 2017
      3K bytes
  4. FessCurtainFinallyHook.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.7K bytes
  5. README.md

    fess) L4:[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gitbucket/gitbucket/blob/master/LICENSE) L5: L6:## Resumen L7: L8:Fess es un servidor de búsqueda empresarial muy potente y fácil de desplegar. Puedes instalar y ejecutar Fess rápidamente en cualquier plataforma que sea capaz de ejecutar el entorno de ejecución de Java (Java Runtime Environment). Fess se distribuye bajo la [Licencia Apache 2.0](LICENSE). L9: L10:Fess está basado en [OpenSearch](h...
    github.com/codelibs/fess/docs/es/README.md
    Sat Oct 12 07:19:47 UTC 2024
      7.6K bytes
  6. CurlRequest.java

    L1:/* L2: * Copyright 2012-2022 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/curl4j/src/main/java/org/co...
    Sun Feb 12 12:21:25 UTC 2023
      12.3K bytes
  7. fess_config.properties

    L262:crawler.document.file.default.exclude.index.patterns= L263:crawler.document.file.default.include.search.patterns= L264:crawler.document.file.default.exclude.search.patterns= L265: L266:# cache L267:crawler.document.cache.enabled=true L268:crawler.document.cache.max.size=2621440 L269:crawler.document.cache.supported.mimetypes=text/html L270:#,text/plain,application/xml,application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  8. DocumentHelper.java

    java.util.Base64; L26:import java.util.HashSet; L27:import java.util.Map; L28:import java.util.Set; L29:import java.util.zip.GZIPInputStream; L30:import java.util.zip.GZIPOutputStream; L31: L32:import org.apache.commons.lang3.StringUtils; L33:import org.apache.logging.log4j.LogManager; L34:import org.apache.logging.log4j.Logger; L35:import org.codelibs.core.io.ReaderUtil; L36:import org.codelibs.core.io.SerializeUtil; L37:import org.codelibs.core.lang.StringUtil; L38:import org.codelibs.fess.Constants;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      12K bytes
  9. openapi-user.yaml

    L1:openapi: 3.0.3 L2:info: L3: title: Fess - User API L4: description: |- L5: This is a Fess Server based on the OpenAPI 3.0 specification. L6: license: L7: name: Apache 2.0 L8: url: http://www.apache.org/licenses/LICENSE-2.0.html L9: version: 14.8.0 L10:externalDocs: L11: description: API Documentation L12: url: https://fess.codelibs.org/14.8/api/ L13:servers: L14: - url: http://localhost:8080/api/v1 L15:tags: L16: - name: search L17: description: Search operations L18: -...
    github.com/codelibs/fess/src/main/config/openap...
    Thu May 09 06:31:27 UTC 2024
      21.6K bytes
  10. PrunedTag.java

    L1:/* L2: * Copyright 2012-2024 CodeLibs Project and the Others. L3: * L4: * Licensed under the Apache License, Version 2.0 (the "License"); L5: * you may not use this file except in compliance with the License. L6: * You may obtain a copy of the License at L7: * L8: * http://www.apache.org/licenses/LICENSE-2.0 L9: * L10: * Unless required by applicable law or agreed to in writing, software L11: * distributed under the License is distributed on an "AS IS" BASIS, L12: * WITHOUT WARRANTIES OR CONDITIONS...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      4.8K bytes
Back to top