index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/okhttp/mockwebserver-deprecated/src/test/java/okhttp3
Create_ds/okhttp/mockwebserver-deprecated/src/test/java/okhttp3/mockwebserver/MockWebServerTest.java
/* * Copyright (C) 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
2,400
0
Create_ds/okhttp/okhttp-brotli/src/test/java/okhttp3
Create_ds/okhttp/okhttp-brotli/src/test/java/okhttp3/brotli/BrotliInterceptorJavaApiTest.java
/* * Copyright (C) 2019 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,401
0
Create_ds/okhttp/okhttp-logging-interceptor/src/test/java/okhttp3
Create_ds/okhttp/okhttp-logging-interceptor/src/test/java/okhttp3/logging/HttpLoggingInterceptorTest.java
/* * Copyright (C) 2015 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,402
0
Create_ds/okhttp/okhttp-logging-interceptor/src/test/java/okhttp3
Create_ds/okhttp/okhttp-logging-interceptor/src/test/java/okhttp3/logging/LoggingEventListenerTest.java
/* * Copyright (C) 2018 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,403
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/TestLogHandler.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,404
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/SocksProxyTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,405
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/CookiesTest.java
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,406
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/CertificateChainCleanerTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,407
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/InterceptorTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,408
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/ConnectionSpecTest.java
/* * Copyright (C) 2015 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,409
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/ProtocolTest.java
/* * Copyright (C) 2018 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,410
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/RecordingWebSocketListener.java
/* * Copyright (C) 2018 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,411
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/RecordedResponse.java
/* * Copyright (C) 2013 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,412
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/MultipartBodyTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,413
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/PublicInternalApiTest.java
/* * Copyright (C) 2019 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,414
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/EventListenerTest.java
/* * Copyright (C) 2017 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,415
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/WholeOperationTimeoutTest.java
/* * Copyright (C) 2018 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,416
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/FormBodyTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,417
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/ConnectionCoalescingTest.java
/* * Copyright (C) 2017 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,418
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/CertificatePinnerTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,419
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/DispatcherTest.java
package okhttp3; import java.io.IOException; import java.io.InterruptedIOException; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicBoolean; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.ex...
2,420
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/FallbackTestClientSocketFactory.java
/* * Copyright 2014 Square Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
2,421
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/TestTls13Request.java
package okhttp3; import java.io.IOException; import java.security.Security; import java.util.List; import okhttp3.internal.platform.Platform; import org.conscrypt.Conscrypt; import static java.util.Arrays.asList; public class TestTls13Request { // TLS 1.3 private static final CipherSuite[] TLS13_CIPHER_SUITES =...
2,422
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/DuplexTest.java
/* * Copyright (C) 2018 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,423
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/CipherSuiteTest.java
/* * Copyright (C) 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
2,424
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/RecordingCallback.java
/* * Copyright (C) 2013 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,425
0
Create_ds/okhttp/okhttp/src/jvmTest/java
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/CacheTest.java
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,426
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/osgi/OsgiTest.java
/* * Copyright (C) 2020 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,427
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/DoubleInetAddressDns.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,428
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/SocketRecorder.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,429
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/RecordingAuthenticator.java
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
2,430
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/platform/Jdk8WithJettyBootPlatformTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,431
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/platform/Jdk9PlatformTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,432
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/platform/PlatformTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,433
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/cache2/FileOperatorTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,434
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/cache2/RelayTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,435
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http2/BaseTestHandler.java
/* * Copyright (C) 2013 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,436
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http2/HuffmanTest.java
/* * Copyright 2013 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
2,437
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http2/SettingsTest.java
/* * Copyright (C) 2012 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,438
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http2/HpackTest.java
/* * Copyright (C) 2013 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,439
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/tls/CertificatePinnerChainValidationTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,440
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/tls/ClientAuthTest.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,441
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http/StatusLineTest.java
/* * Copyright (C) 2012 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,442
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/http/ThreadInterruptTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,443
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/ws/WebSocketRecorder.java
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,444
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/ws/WebSocketHttpTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,445
0
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal
Create_ds/okhttp/okhttp/src/jvmTest/java/okhttp3/internal/ws/RealWebSocketTest.java
/* * Copyright (C) 2014 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
2,446
0
Create_ds/cordova-plugin-screen-orientation/src
Create_ds/cordova-plugin-screen-orientation/src/android/CDVOrientation.java
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); y...
2,447
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/org/apache/activemq/protobuf/DeferredUnmarshalTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,448
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/org/apache/activemq/protobuf/EqualsTest.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,449
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google/protobuf/WireFormatTest.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,450
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google/protobuf/MessageTest.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,451
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google/protobuf/GeneratedMessageTest.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,452
0
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google
Create_ds/activemq-protobuf/activemq-protobuf-test/src/test/java/com/google/protobuf/TestUtil.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,453
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/Message.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,454
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/InvalidProtocolBufferException.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,455
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/BaseMessage.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,456
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/DeferredDecodeMessage.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,457
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/CodedInputStream.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,458
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/AsciiBuffer.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,459
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/CodedOutputStream.java
//Protocol Buffers - Google's data interchange format //Copyright 2008 Google Inc. //http://code.google.com/p/protobuf/ // //Licensed under the Apache License, Version 2.0 (the "License"); //you may not use this file except in compliance with the License. //You may obtain a copy of the License at // // http://www.apa...
2,460
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/MessageBufferSupport.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,461
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/PBMessage.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,462
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/UTF8Buffer.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,463
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/WireFormat.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,464
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/UninitializedMessageException.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,465
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/BufferOutputStream.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,466
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/Buffer.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,467
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/BufferInputStream.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,468
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/MessageBuffer.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,469
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/ParserSupport.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,470
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/ExtensionsDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,471
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/CommandLineSupport.java
/** * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you ...
2,472
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/AltJavaGenerator.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,473
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/EnumDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,474
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/ServiceDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,475
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/IntrospectionSupport.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,476
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/MethodDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,477
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/ProtoDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,478
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/OptionDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,479
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/TypeDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,480
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/FieldDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,481
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/MessageDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,482
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/EnumFieldDescriptor.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,483
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/ProtoMojo.java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,484
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/JavaGenerator.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,485
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/CompilerException.java
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
2,486
0
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf
Create_ds/activemq-protobuf/activemq-protobuf/src/main/java/org/apache/activemq/protobuf/compiler/TextFormat.java
// Protocol Buffers - Google's data interchange format // Copyright 2008 Google Inc. // http://code.google.com/p/protobuf/ // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
2,487
0
Create_ds/archiva-redback-core/redback-policy/src/test/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/test/java/org/apache/archiva/redback/policy/PasswordEncoderTest.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,488
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/RememberMeCookieSettings.java
package org.apache.archiva.redback.policy; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache L...
2,489
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/PasswordEncoder.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,490
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/CookieSettings.java
package org.apache.archiva.redback.policy; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache L...
2,491
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/SignonCookieSettings.java
package org.apache.archiva.redback.policy; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache L...
2,492
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/PasswordRuleViolationException.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,493
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/DefaultUserValidationSettings.java
package org.apache.archiva.redback.policy; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache L...
2,494
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/PolicyViolationException.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,495
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/PolicyContext.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,496
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/AbstractCookieSettings.java
package org.apache.archiva.redback.policy; /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache L...
2,497
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/PasswordRule.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,498
0
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback
Create_ds/archiva-redback-core/redback-policy/src/main/java/org/apache/archiva/redback/policy/UserSecurityPolicy.java
package org.apache.archiva.redback.policy; /* * Copyright 2001-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lice...
2,499