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/cordova-plugin-statusbar/src | Create_ds/cordova-plugin-statusbar/src/android/StatusBar.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,300 |
0 | Create_ds/blitz4j/src/test/java/com/netflix | Create_ds/blitz4j/src/test/java/com/netflix/blitz4j/TestBlitz4j.java | /*
* Copyright 2012 Netflix, 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 ... | 2,301 |
0 | Create_ds/blitz4j/src/test/java/com/netflix | Create_ds/blitz4j/src/test/java/com/netflix/blitz4j/LoggingConfigurationTest.java | package com.netflix.blitz4j;
import java.util.Properties;
import org.junit.Assert;
import org.junit.Test;
public class LoggingConfigurationTest {
@Test
public void updateToDifferentConfigurationTriggersRefresh() {
LoggingConfiguration config = new LoggingConfiguration();
config.configure(new ... | 2,302 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/LoggingContext.java | /*
* Copyright 2012 Netflix, 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 ... | 2,303 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFRepositorySelector.java | /*
* Copyright 2012 Netflix, 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 ... | 2,304 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFHierarchy.java | /*
* Copyright 2012 Netflix, 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 ... | 2,305 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFAppenderAttachableImpl.java | /*
* Copyright 2012 Netflix, 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 ... | 2,306 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/LoggerCache.java | /*
* Copyright 2012 Netflix, 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 ... | 2,307 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/AsyncAppender.java | /*
* Copyright 2012 Netflix, 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 ... | 2,308 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/DefaultBlitz4jConfig.java | /*
* Copyright 2012 Netflix, 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 ... | 2,309 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/BlitzConfig.java | package com.netflix.blitz4j;
public interface BlitzConfig {
/**
* Indicates whether blitz4j should use its less contended implementation.
*/
public abstract boolean shouldUseLockFree();
/**
* Indicates whether blitz4j should print the errors during logging for
* debugging.
*/
... | 2,310 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/LoggingConfiguration.java | /*
* Copyright 2012 Netflix, 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 ... | 2,311 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFLockFreeLogger.java | /*
* Copyright 2012 Netflix, 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 ... | 2,312 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFRootLogger.java | /*
* Copyright 2012 Netflix, 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 ... | 2,313 |
0 | Create_ds/blitz4j/src/main/java/com/netflix | Create_ds/blitz4j/src/main/java/com/netflix/blitz4j/NFCategoryFactory.java | /*
* Copyright 2012 Netflix, 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 ... | 2,314 |
0 | Create_ds/blitz4j/src/main/java/com/netflix/logging | Create_ds/blitz4j/src/main/java/com/netflix/logging/log4jAdapter/NFPatternLayout.java | /*
* Copyright 2012 Netflix, 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 ... | 2,315 |
0 | Create_ds/blitz4j/src/main/java/com/netflix/logging | Create_ds/blitz4j/src/main/java/com/netflix/logging/log4jAdapter/NFPatternParser.java | /*
* Copyright 2012 Netflix, 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 ... | 2,316 |
0 | Create_ds/blitz4j/src/main/java/com/netflix/logging | Create_ds/blitz4j/src/main/java/com/netflix/logging/messaging/BatcherFactory.java | /*
* Copyright 2012 Netflix, 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 ... | 2,317 |
0 | Create_ds/blitz4j/src/main/java/com/netflix/logging | Create_ds/blitz4j/src/main/java/com/netflix/logging/messaging/MessageBatcher.java | /*
* Copyright 2012 Netflix, 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 ... | 2,318 |
0 | Create_ds/blitz4j/src/main/java/com/netflix/logging | Create_ds/blitz4j/src/main/java/com/netflix/logging/messaging/MessageProcessor.java | /*
* Copyright 2012 Netflix, 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 ... | 2,319 |
0 | Create_ds/aroma-paper-artifacts/reference | Create_ds/aroma-paper-artifacts/reference/data/example_query.java | class C{
public void m() {
StringBuffer strBuf = new StringBuffer();
Iterator itr = list.iterator();
while (itr.hasNext()) {
itr.next();
}
}
} | 2,320 |
0 | Create_ds/aroma-paper-artifacts/reference/src/main | Create_ds/aroma-paper-artifacts/reference/src/main/java/ConvertJava.java | import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.tree.ParseTree;
import org.antlr.v4.runtime.tree.RuleNode;
import org.antlr.v4.runtime.tree.TerminalNodeImpl;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.reflect.Constructo... | 2,321 |
0 | Create_ds/accumulo-classloaders/modules/example-iterators-b/src/main/java/org/apache/accumulo/classloader/vfs | Create_ds/accumulo-classloaders/modules/example-iterators-b/src/main/java/org/apache/accumulo/classloader/vfs/examples/ExampleIterator.java | package org.apache.accumulo.classloader.vfs.examples;
/*
* 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 t... | 2,322 |
0 | Create_ds/accumulo-classloaders/modules/example-iterators-a/src/main/java/org/apache/accumulo/classloader/vfs | Create_ds/accumulo-classloaders/modules/example-iterators-a/src/main/java/org/apache/accumulo/classloader/vfs/examples/ExampleIterator.java | package org.apache.accumulo.classloader.vfs.examples;
/*
* 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 t... | 2,323 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/test/Test.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,324 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/VfsClassLoaderTest.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,325 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/AccumuloDFSBase.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,326 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/ClassPathPrinterTest.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,327 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/AccumuloVFSClassLoaderTest.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,328 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/test/java/org/apache/accumulo/classloader/vfs/context/ReloadingVFSContextClassLoaderFactoryTest.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,329 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/AccumuloVFSClassLoader.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,330 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/VFSClassLoaderWrapper.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,331 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/VFSManager.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,332 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/UniqueFileReplicator.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,333 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/ClassPathPrinter.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,334 |
0 | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs | Create_ds/accumulo-classloaders/modules/vfs-class-loader/src/main/java/org/apache/accumulo/classloader/vfs/context/ReloadingVFSContextClassLoaderFactory.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,335 |
0 | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse/internal/EventSourceRecorder.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,336 |
0 | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse/internal/ServerSentEventIteratorTest.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,337 |
0 | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse/internal/EventSourceHttpTest.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,338 |
0 | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse/internal/Event.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,339 |
0 | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse | Create_ds/okhttp/okhttp-sse/src/test/java/okhttp3/sse/internal/EventSourcesHttpTest.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,340 |
0 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DohProviders.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,341 |
0 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DnsOverHttpsTest.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,342 |
0 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DnsRecordCodecTest.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,343 |
0 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.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,344 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/HpackDecodeInteropTest.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,345 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/HpackRoundTripTest.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,346 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/HpackDecodeTestBase.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,347 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/hpackjson/Case.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,348 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/hpackjson/Story.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,349 |
0 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2 | Create_ds/okhttp/okhttp-hpacktests/src/test/java/okhttp3/internal/http2/hpackjson/HpackJsonUtil.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,350 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/guide/GetExample.java | package okhttp3.guide;
import java.io.IOException;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
public class GetExample {
final OkHttpClient client = new OkHttpClient();
String run(String url) throws IOException {
Request request = new Request.Builder()
.url(url)
... | 2,351 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/guide/PostExample.java | package okhttp3.guide;
import java.io.IOException;
import okhttp3.MediaType;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import okhttp3.Response;
public class PostExample {
public static final MediaType JSON = MediaType.get("application/json; charset=utf-8");
final OkHttpClie... | 2,352 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CacheResponse.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,353 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/HttpsServer.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,354 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostForm.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,355 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CustomCipherSuites.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,356 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/WebSocketEcho.java | package okhttp3.recipes;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.WebSocket;
import okhttp3.WebSocketListener;
import okio.ByteString;
public final class WebSocketEcho extends WebSocketListener {
private void run() {
OkHtt... | 2,357 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/AsynchronousGet.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,358 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostString.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,359 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/AccessHeaders.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,360 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PrintEvents.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,361 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/Progress.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,362 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/SynchronousGet.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,363 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/RewriteResponseCacheControl.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,364 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PerCallSettings.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,365 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PrintEventsNonConcurrent.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,366 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CancelCall.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,367 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PreemptiveAuth.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 agreed... | 2,368 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostStreaming.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,369 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CertificatePinning.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,370 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostStreamingWithPipe.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,371 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/LoggingInterceptors.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,372 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostMultipart.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,373 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/PostFile.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,374 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CurrentDateHeader.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,375 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/ConfigureTimeouts.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,376 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/ParseResponseWithMoshi.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,377 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CheckHandshake.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,378 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/RequestBodyCompression.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,379 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/CustomTrust.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,380 |
0 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3 | Create_ds/okhttp/samples/guide/src/main/java/okhttp3/recipes/Authenticate.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,381 |
0 | Create_ds/okhttp/samples/static-server/src/main/java/okhttp3 | Create_ds/okhttp/samples/static-server/src/main/java/okhttp3/sample/SampleServer.java | package okhttp3.sample;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.security.GeneralSecurityException;
import java.security.KeyStore;
import java.security.SecureRandom;
import javax.net.ssl.KeyManagerFact... | 2,382 |
0 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/ClientAndServer.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,383 |
0 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/UnixDomainServerSocketFactory.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,384 |
0 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/TunnelingUnixSocket.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,385 |
0 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3 | Create_ds/okhttp/samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/UnixDomainSocketFactory.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,386 |
0 | Create_ds/okhttp/samples/simple-client/src/main/java/okhttp3 | Create_ds/okhttp/samples/simple-client/src/main/java/okhttp3/sample/OkHttpContributors.java | package okhttp3.sample;
import com.squareup.moshi.JsonAdapter;
import com.squareup.moshi.Moshi;
import com.squareup.moshi.Types;
import java.util.Collections;
import java.util.List;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.ResponseBody;
public class OkHttpContributo... | 2,387 |
0 | Create_ds/okhttp/samples/crawler/src/main/java/okhttp3 | Create_ds/okhttp/samples/crawler/src/main/java/okhttp3/sample/Crawler.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,388 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/SlackApi.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,389 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/RtmStartResponse.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,390 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/RtmSession.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,391 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/OAuthSession.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,392 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/OAuthSessionFactory.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,393 |
0 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3 | Create_ds/okhttp/samples/slack/src/main/java/okhttp3/slack/SlackClient.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,394 |
0 | Create_ds/okhttp/okhttp-tls/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-tls/src/test/java/okhttp3/tls/CertificatesJavaTest.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,395 |
0 | Create_ds/okhttp/okhttp-tls/src/test/java/okhttp3 | Create_ds/okhttp/okhttp-tls/src/test/java/okhttp3/tls/HeldCertificateTest.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,396 |
0 | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp/regression/LetsEncryptTest.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,397 |
0 | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp/regression/IssueReproductionTest.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,398 |
0 | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp/regression | Create_ds/okhttp/regression-test/src/androidTest/java/okhttp/regression/compare/OkHttpClientTest.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,399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.