- Sort Score
- Result 10 results
- Languages All
Results 461 - 470 of 4,027 for See (0.01 sec)
-
WebSocketWriterTest.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal.ws L17: L18:import assertk.assertThat L19:import assertk.assertions.isEqualTo L20:import java.util.Random L21:import...github.com/square/okhttp/okhttp/src/test/java/o...Mon Jan 08 01:13:22 UTC 2024 9.3K bytes -
OWNERS
L1:# See the OWNERS docs at https://go.k8s.io/owners L2: L3:options: L4: # make root approval non-recursive L5: no_parent_owners: true L6:approvers: L7: - release-engineering-approvers L8: - release-managers L9: - AuraSinis # 1.24 Release Notes Lead L10: - cici37 # 1.23 Release Notes Lead L11: - csantanapr # 1.25 Release Notes Lead L12: - harshanarayana # 1.27 Release Notes Lead L13: - ramrodo # 1.26 Release Notes Lead L14: - sanchita-07 # 1.28 Release Notes Lead L15: - fsmunoz # 1.29...github.com/kubernetes/kubernetes/CHANGELOG/OWNERSWed Jan 24 16:11:28 UTC 2024 801 bytes -
TestApplication.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp.android.testapp L17: L18:import android.app.Application L19: L20:class TestApplication : Application()...github.com/square/okhttp/android-test-app/src/m...Mon Jan 08 01:13:22 UTC 2024 702 bytes -
MockWebServerInstance.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package mockwebserver3.junit5.internal L17: L18:import okhttp3.ExperimentalOkHttpApi L19: L20:@ExperimentalOkHttpApi L21:annotation class...github.com/square/okhttp/mockwebserver-junit5/s...Tue Jan 23 14:31:42 UTC 2024 764 bytes -
ExchangeFinder.kt
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16:package okhttp3.internal.connection L17: L18:interface ExchangeFinder { L19: val routePlanner: RoutePlanner L20: L21: fun find(): RealConnection...github.com/square/okhttp/okhttp/src/main/kotlin...Wed Dec 20 23:27:07 UTC 2023 730 bytes -
feature_addition_request.yaml
quity). L20: L21: L22: #### Utility: compare with alternatives L23: L24: L25: There is always *some* alternative to adding a new feature to Guava, even if it's just L26: forking Guava yourself. L27: L28: L29: We want to see that new features have some significant advantage over the alternatives. L30: These advantages can take L31: [many forms](https://github.com/google/guava/wiki/PhilosophyExplained#utility), but taking L32: the time to discuss them...github.com/google/guava/.github/ISSUE_TEMPLATE/...Fri Nov 17 18:47:47 UTC 2023 5.8K bytes -
CollectionToArrayTester.java
SE-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, either express or implied. L13: * See the License for the specific language governing permissions and L14: * limitations under the License. L15: */ L16: L17:package com.google.common.collect.testing.testers; L18: L19:import static com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder;...github.com/google/guava/android/guava-testlib/s...Wed Oct 30 16:15:19 UTC 2024 8.1K bytes -
SearchForm.java
SE-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, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.webauth; L17: L18:/** L19: * @author codelibs L20: * @author Shunji Makino L21: */ L22:public class...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 774 bytes -
DownloadForm.java
SE-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, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.elevateword; L17: L18:/** L19: * @author shinsuke L20: */ L21:public class DownloadForm { L22:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 734 bytes -
SearchForm.java
SE-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, L13: * either express or implied. See the License for the specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.app.web.admin.elevateword; L17: L18:/** L19: * @author codelibs L20: * @author Keiichi Watanabe L21: */ L22:public...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 782 bytes