code
stringlengths
1
2.01M
repo_name
stringlengths
3
62
path
stringlengths
1
267
language
stringclasses
231 values
license
stringclasses
13 values
size
int64
1
2.01M
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/escape/CharEscapers.java
Java
asf20
6,675
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/escape/PercentEscaper.java
Java
asf20
9,604
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/escape/Platform.java
Java
asf20
1,412
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/escape/UnicodeEscaper.java
Java
asf20
11,414
<body> HTTP Transport library for Google API's based on the {@code java.net} package. <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> </ul> <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed i...
11durong-mytest1
google-api-client/src/com/google/api/client/javanet/package.html
HTML
asf20
382
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/javanet/NetHttpResponse.java
Java
asf20
3,112
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/javanet/NetHttpTransport.java
Java
asf20
2,408
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/javanet/NetHttpRequest.java
Java
asf20
2,754
<body> Android XML utilities. <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.xml}</li> </ul> <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library</b></p> @since 1.0 </b...
11durong-mytest1
google-api-client/src/com/google/api/client/android/xml/package.html
HTML
asf20
324
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/android/xml/AndroidXmlParserFactory.java
Java
asf20
1,103
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/LowLevelHttpTransport.java
Java
asf20
3,706
<body> Subset of HTTP 1.1 needed from the specification in <a href="http://tools.ietf.org/html/rfc2616">RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1</a> . Additionally, it includes <a href="http://tools.ietf.org/html/rfc5789">PATCH Method for HTTP</a> . <p>This package depends on theses packages:</p> <ul> <li>{...
11durong-mytest1
google-api-client/src/com/google/api/client/http/package.html
HTML
asf20
677
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/LowLevelHttpRequest.java
Java
asf20
1,598
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/InputStreamContent.java
Java
asf20
5,268
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpResponseException.java
Java
asf20
1,595
package com.google.api.client.http; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.Collection; /** * Serializes MIME Multipart/Related content as specified by <a * href="http://tools.ietf.org/html/rfc2387">RFC 2387: The MIME Multipart/Related Content-type</a>. ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/MultipartRelatedContent.java
Java
asf20
3,055
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpHeaders.java
Java
asf20
5,555
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpParser.java
Java
asf20
1,346
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/UrlEncodedContent.java
Java
asf20
3,208
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/GenericUrl.java
Java
asf20
10,434
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/GZipContent.java
Java
asf20
1,500
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/UrlEncodedParser.java
Java
asf20
5,899
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/LogContent.java
Java
asf20
2,462
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpExecuteIntercepter.java
Java
asf20
1,318
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpTransport.java
Java
asf20
9,250
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpContent.java
Java
asf20
1,300
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpResponse.java
Java
asf20
10,909
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/LowLevelHttpResponse.java
Java
asf20
2,290
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/http/HttpRequest.java
Java
asf20
8,518
<body> Utilities for authentication and authorization. <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.util}</li> </ul> <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the libra...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/package.html
HTML
asf20
350
/* * * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/RsaSha.java
Java
asf20
3,706
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/package-info.java
Java
asf20
2,944
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AuthorizationRequestUrl.java
Java
asf20
4,261
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AuthorizationResponse.java
Java
asf20
6,656
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AccessTokenResponse.java
Java
asf20
2,517
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AccessProtectedResource.java
Java
asf20
4,912
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AccessTokenRequest.java
Java
asf20
10,941
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth2/AccessTokenErrorResponse.java
Java
asf20
3,460
/* * Copyright (c) 2010 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 agreed to in wri...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/HmacSha.java
Java
asf20
1,518
<body> OAuth 1.0 authorization as specified in <a href="http://tools.ietf.org/html/rfc5849">RFC 5849: The OAuth 1.0 Protocol</a> (see detailed package specification). <p>There are a few features not supported by this implementation:</p> <ul> <li>{@code PLAINTEXT} signature algorithm</li> <li>{@code "application/x...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/package.html
HTML
asf20
3,639
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthHmacSigner.java
Java
asf20
1,699
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthGetAccessToken.java
Java
asf20
2,180
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/AbstractOAuthGetToken.java
Java
asf20
2,858
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthAuthorizeTemporaryTokenUrl.java
Java
asf20
1,897
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthGetTemporaryToken.java
Java
asf20
1,794
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthParameters.java
Java
asf20
8,722
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthCallbackUrl.java
Java
asf20
1,375
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthRsaSigner.java
Java
asf20
1,273
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthCredentialsResponse.java
Java
asf20
1,412
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthSigner.java
Java
asf20
1,104
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/auth/oauth/OAuthAuthorizationHeaderIntercepter.java
Java
asf20
1,402
<body> Google API's. <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.escape}</li> <li>{@link com.google.api.client.http}</li> <li>{@link com.google.api.client.util}</li> </ul> <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways o...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/package.html
HTML
asf20
411
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/MethodOverrideIntercepter.java
Java
asf20
2,481
<body> Google's Atom XML implementation (see detailed package specification). <h2>Package Specification</h2> <p>User-defined Partial XML data models allow you to defined Plain Old Java Objects (POJO's) to define how the library should parse/serialize XML. Each field that should be included must have an @{@link com.go...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/package.html
HTML
asf20
9,350
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/AtomPatchRelativeToOriginalContent.java
Java
asf20
2,117
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/AtomPatchContent.java
Java
asf20
1,484
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/MultiKindFeedParser.java
Java
asf20
3,614
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/GData.java
Java
asf20
8,537
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/xml/atom/GDataHttp.java
Java
asf20
823
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/GoogleUrl.java
Java
asf20
1,371
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/GoogleTransport.java
Java
asf20
2,094
<body> Utilities for Google's authentication methods as described in <a href="http://code.google.com/apis/accounts/docs/GettingStarted.html">Getting Started with Account Authorization</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> <li>{@link com.google.api.cl...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/package.html
HTML
asf20
531
<body> Google's legacy ClientLogin authentication method as described in <a href="http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html">ClientLogin for Installed Applications</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.googleapis}</li> <li>{@link com.g...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/clientlogin/package.html
HTML
asf20
646
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/clientlogin/ClientLogin.java
Java
asf20
4,155
<body> Google's additions to OAuth 1.0a authorization as specified in <a href="http://code.google.com/apis/accounts/docs/OAuth_ref.html">Google's OAuth API Reference </a> (see detailed package specification). <h2>Package Specification</h2> <p>Before using this library, you need to set up your application as follows:<...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/oauth/package.html
HTML
asf20
4,995
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/oauth/GoogleOAuthGetTemporaryToken.java
Java
asf20
3,043
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/oauth/GoogleOAuthDomainWideDelegation.java
Java
asf20
2,578
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/oauth/GoogleOAuthGetAccessToken.java
Java
asf20
2,410
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/oauth/GoogleOAuthAuthorizeTemporaryTokenUrl.java
Java
asf20
2,654
<body> Google Storage for Developers has a custom authentication method described in <a href="https://code.google.com/apis/storage/docs/developer-guide.html#authentication">Authentication</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.auth}</li> <li>{@link com.google....
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/storage/package.html
HTML
asf20
537
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/storage/GoogleStorageAuthentication.java
Java
asf20
5,959
<body> Google's legacy AuthSub authorization as specified in <a href="http://code.google.com/apis/accounts/docs/AuthSub.html">AuthSub for Web Applications</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.auth}</li> <li>{@link com.google.api.client.googleapis.auth}</li> ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/authsub/package.html
HTML
asf20
605
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/authsub/AuthSubHelper.java
Java
asf20
7,169
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/authsub/AuthSubSingleUseTokenRequestUrl.java
Java
asf20
3,140
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/authsub/AuthSub.java
Java
asf20
2,697
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/authsub/AuthSubIntercepter.java
Java
asf20
1,814
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/auth/AuthKeyValueParser.java
Java
asf20
2,974
<body> Google's JSON-C as specified in <a href="http://code.google.com/apis/youtube/2.0/developers_guide_jsonc.html">YouTube Developer's Guide: JSON-C / JavaScript</a> (see detailed package specification). <h2>Package Specification</h2> <p>User-defined Partial JSON data models allow you to defined Plain Old Java Obje...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/package.html
HTML
asf20
5,511
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/JsonCParser.java
Java
asf20
2,869
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/GoogleApi.java
Java
asf20
5,049
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/AbstractJsonFeedParser.java
Java
asf20
2,859
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/JsonMultiKindFeedParser.java
Java
asf20
2,918
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/JsonCContent.java
Java
asf20
1,689
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/DiscoveryDocument.java
Java
asf20
4,530
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/json/JsonFeedParser.java
Java
asf20
1,709
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/googleapis/GoogleHeaders.java
Java
asf20
4,525
<body> General utilities used throughout this library. <p><b>Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library</b></p> @since 1.0 </body>
11durong-mytest1
google-api-client/src/com/google/api/client/util/package.html
HTML
asf20
244
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/Key.java
Java
asf20
1,668
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/ArrayMap.java
Java
asf20
11,893
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/FieldInfo.java
Java
asf20
9,039
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/ReflectionMap.java
Java
asf20
4,208
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/DateTime.java
Java
asf20
6,201
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/Strings.java
Java
asf20
2,151
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/ClassInfo.java
Java
asf20
10,095
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/DataUtil.java
Java
asf20
5,161
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/Base64.java
Java
asf20
29,165
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/util/GenericData.java
Java
asf20
5,485
<body> JSON as specified in <a href="http://tools.ietf.org/html/rfc4627">RFC 4627: The application/json Media Type for JavaScript Object Notation (JSON)</a> and <a href="http://json.org/">Introducing JSON</a> . <p>This package depends on theses packages:</p> <ul> <li>{@link com.google.api.client.http}</li> <li>{@l...
11durong-mytest1
google-api-client/src/com/google/api/client/json/package.html
HTML
asf20
592
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/json/JsonHttpParser.java
Java
asf20
2,345
/* * Copyright (c) 2010 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 agreed to in ...
11durong-mytest1
google-api-client/src/com/google/api/client/json/JsonHttpContent.java
Java
asf20
1,892