Search Options

Results per page
Sort
Preferred Languages
Advance

Results 511 - 520 of 4,271 for pbcopy (0.03 sec)

  1. IndexUpdateCallback.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
      924 bytes
  2. Client.kt

    L1:/* L2: * Copyright (C) 2022 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/tlssurvey/src/...
    Tue Apr 02 01:44:15 UTC 2024
      883 bytes
  3. LdapOperationException.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
      990 bytes
  4. ScriptEngineException.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
      986 bytes
  5. EmptyGenerator.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
      939 bytes
  6. ForwardingImmutableList.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/android/guava/src/com/g...
    Thu May 27 11:06:23 UTC 2021
      955 bytes
  7. RangeGwtSerializationDependencies.java

    L1:/* L2: * Copyright (C) 2016 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-gwt/src-super/com...
    Tue Feb 27 19:19:19 UTC 2024
      938 bytes
  8. PackageSanityTests.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/test/com/go...
    Mon Oct 01 13:40:38 UTC 2012
      933 bytes
  9. LongAddable.java

    L1:/* L2: * Copyright (C) 2012 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/guava/src/com/google/co...
    Tue Jun 15 18:00:07 UTC 2021
      918 bytes
  10. MapMakerInternalMap.java

    */ L300: E newEntry(S segment, K key, int hash, @CheckForNull E next); L301: L302: /** L303: * Returns a freshly created entry, typed at the {@code E} type, for the given {@code segment}, L304: * that is a copy of the given {@code entry}. L305: */ L306: E copy(S segment, E entry, @CheckForNull E newNext); L307: L308: /** L309: * Sets the value of the given {@code entry} in the given {@code segment} to be the given {@code L310: * value} L311: */ L312: void setValue(S...
    github.com/google/guava/guava/src/com/google/co...
    Fri Oct 18 20:24:49 UTC 2024
      90.8K bytes
Back to top