Search Options

Results per page
Sort
Preferred Languages
Advance

Results 571 - 580 of 4,367 for parche (0.04 sec)

  1. TestEnumMapGenerator.java

    L1:/* L2: * Copyright (C) 2009 The Guava Authors 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/google/guava/android/guava-testlib/s...
    Wed Oct 30 16:15:19 UTC 2024
      2.5K bytes
  2. BooleanQueryCommand.java

    the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.apache.lucene.search.BooleanClause; L21:import org.apache.lucene.search.BooleanQuery; L22:import org.apache.lucene.search.Query; L23:import org.codelibs.fess.entity.QueryContext; L24:import org.codelibs.fess.exception.InvalidQueryException; L25:import org.la...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.9K bytes
  3. LICENSE

    L1:= vendor/github.com/containerd/containerd/api licensed under: = L2: L3: L4: Apache License L5: Version 2.0, January 2004 L6: https://www.apache.org/licenses/ L7: L8: TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION L9: L10: 1. Definitions. L11: L12: "License" shall mean the terms and conditions for use, reproduction, L13: and distribution as defined by Sections 1 through 9 of this document....
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 22 18:50:45 UTC 2024
      10.7K bytes
  4. BoostQueryCommand.java

    implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.query; L17: L18:import org.apache.logging.log4j.LogManager; L19:import org.apache.logging.log4j.Logger; L20:import org.apache.lucene.search.BoostQuery; L21:import org.apache.lucene.search.Query; L22:import org.codelibs.fess.entity.QueryContext; L23:import org.codelibs.fess.exception.InvalidQueryException; L24:import org.lastaflute.core.message.UserMessages;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      1.8K bytes
  5. MemoryUtil.java

    limitations under the License. L15: */ L16:package org.codelibs.fess.util; L17: L18:import static org.apache.commons.io.FileUtils.ONE_EB_BI; L19:import static org.apache.commons.io.FileUtils.ONE_GB_BI; L20:import static org.apache.commons.io.FileUtils.ONE_KB_BI; L21:import static org.apache.commons.io.FileUtils.ONE_MB_BI; L22:import static org.apache.commons.io.FileUtils.ONE_PB_BI; L23:import static org.apache.commons.io.FileUtils.ONE_TB_BI; L24: L25:import java.math.BigDecimal; L26:import java.math.BigInteger;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.6K bytes
  6. SearchLog.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
      6K bytes
  7. ClientRuleEventListener.kt

    L1:/* L2: * Copyright (C) 2018 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/okhttp-testing-support...
    Mon Jan 08 01:13:22 UTC 2024
      6K bytes
  8. TestUtilJvm.kt

    L1:/* L2: * Copyright (C) 2018 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/okhttp-testing-support...
    Thu Apr 11 22:09:35 UTC 2024
      4.3K bytes
  9. MockResponseSniTest.kt

    L1:/* L2: * Copyright (C) 2022 Block, 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/mockwebserver/src/test...
    Mon Jan 08 01:13:22 UTC 2024
      5.9K bytes
  10. MockWebServer.kt

    L1:/* L2: * Copyright (C) 2020 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/mockwebserver-deprecat...
    Tue Jan 23 14:31:42 UTC 2024
      5.9K bytes
Back to top