Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 4,008 for pbcopy (0.04 sec)

  1. StemmerOverrideItemTest.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/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      2.5K bytes
  2. MultisetEqualsTester.java

    L1:/* L2: * Copyright (C) 2013 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-testlib/s...
    Wed Jul 24 20:12:35 UTC 2024
      2.3K bytes
  3. IteratorFeature.java

    L1:/* L2: * Copyright (C) 2008 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...
    Tue Oct 03 18:22:43 UTC 2023
      1.9K bytes
  4. PatternFilenameFilterTest.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/guava-tests/test/com/go...
    Wed Sep 06 17:04:31 UTC 2023
      2K bytes
  5. CacheResponse.kt

    L1:/* L2: * Copyright (C) 2014 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/samples/guide/src/main...
    Mon Jan 08 01:13:22 UTC 2024
      2K bytes
  6. ClientAndServer.java

    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/samples/unixdomainsock...
    Mon Dec 24 03:46:30 UTC 2018
      2.1K bytes
  7. MapMakerComparisonBenchmark.java

    L1:/* L2: * Copyright (C) 2012 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/guava-tests/benchmark/c...
    Fri Aug 05 17:21:46 UTC 2022
      1.9K bytes
  8. CharEscaper.java

    destIndex += rlen; L140: } L141: lastEscape = index + 1; L142: } L143: L144: // Copy leftover characters if there are any. L145: int charsLeft = slen - lastEscape; L146: if (charsLeft > 0) { L147: int sizeNeeded = destIndex + charsLeft; L148: if (destSize < sizeNeeded) { L149: L150: // Regrow and copy, expensive! No padding as this is the final copy. L151: dest = growBuffer(dest, destIndex, sizeNeeded); L152: } L153: s.getChars(lastEscape, slen,...
    github.com/google/guava/android/guava/src/com/g...
    Tue Jan 18 20:55:09 UTC 2022
      6.7K bytes
  9. BasicDerAdapter.kt

    tagClass: Int = DerHeader.TAG_CLASS_CONTEXT_SPECIFIC, L108: tag: Long, L109: ): BasicDerAdapter<T> = copy(tagClass = tagClass, tag = tag) L110: L111: /** Returns a copy of this adapter that doesn't encode values equal to [defaultValue]. */ L112: fun optional(defaultValue: T? = null): BasicDerAdapter<T> = copy(isOptional = true, defaultValue = defaultValue) L113: L114: /** L115: * Returns a copy of this adapter that sets the encoded or decoded value as the type hint for the L116: * other adapters...
    github.com/square/okhttp/okhttp-tls/src/main/ko...
    Mon Jan 08 01:13:22 UTC 2024
      4.4K bytes
  10. CrawlingInfoParam.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
      2.4K bytes
Back to top