- Sort Score
- Result 10 results
- Languages All
Results 471 - 480 of 4,102 for parche (0.04 sec)
-
MapRemoveEntryTester.java
L1:/* L2: * Copyright (C) 2015 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...Thu Oct 31 14:51:04 UTC 2024 3.9K bytes -
SourceSinkFactory.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-tests/tes...Mon Dec 04 17:37:03 UTC 2017 3K bytes -
SortedCopyBenchmark.java
L1:/* L2: * Copyright (C) 2014 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-tests/benchmark/c...Wed Oct 30 16:15:19 UTC 2024 3.5K bytes -
ImmutableSortedAsList.java
L1:/* L2: * Copyright (C) 2009 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 L10: * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either L11:...github.com/google/guava/guava/src/com/google/co...Thu Nov 30 21:54:06 UTC 2023 3.6K bytes -
TestStringListMultimapGenerator.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-testlib/s...Wed Oct 30 16:15:19 UTC 2024 3K bytes -
TestStringSetMultimapGenerator.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-testlib/s...Wed Oct 30 16:15:19 UTC 2024 3K bytes -
upgrading_to_okhttp_4.md
L127:| HttpUrl.get(URL) | URL.toHttpUrlOrNull() | L128:| HttpUrl.parse(String) | String.toHttpUrlOrNull() | L129:| HttpUrl.uri() | HttpUrl.toUri() | L130:| HttpUrl.url() | HttpUrl.toUrl() | L131:| MediaType.get(String) | String.toMediaType() | L132:| MediaType.parse(String) | String.toMediaTypeOrNull() | L133:| RequestBody.create(ByteArray)...github.com/square/okhttp/docs/changelogs/upgrad...Sun Feb 06 16:58:16 UTC 2022 10.9K bytes -
ParameterUtil.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 6.5K bytes -
AbstractDataStore.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 6.3K bytes -
RecordedResponse.kt
L121: assertThat(response!!.networkResponse).isNull() L122: } L123: L124: /** Asserts that the current response didn't use the cache. */ L125: fun assertNoCacheResponse() = L126: apply { L127: assertThat(response!!.cacheResponse).isNull() L128: } L129: L130: /** L131: * Asserts that the current response used the cache and returns the cache response. L132: */ L133: fun cacheResponse(): RecordedResponse { L134: val cacheResponse = response!!.cacheResponse!! L135: return...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 5.3K bytes