File tree 30 files changed +71
-71
lines changed
30 files changed +71
-71
lines changed Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- require_once "Google/Http/Request.php " ;
17
+ // require_once "Google/Http/Request.php";
18
18
19
19
/**
20
20
* Abstract class for the Authentication in the API client
Original file line number Diff line number Diff line change 22
22
*/
23
23
use google \appengine \api \app_identity \AppIdentityService ;
24
24
25
- require_once "Google/Auth/Abstract.php " ;
26
- require_once "Google/Http/Request.php " ;
25
+ // require_once "Google/Auth/Abstract.php";
26
+ // require_once "Google/Http/Request.php";
27
27
28
28
/**
29
29
* Authentication via the Google App Engine App Identity service.
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Auth/OAuth2.php " ;
19
- require_once "Google/Signer/P12.php " ;
20
- require_once "Google/Utils.php " ;
18
+ // require_once "Google/Auth/OAuth2.php";
19
+ // require_once "Google/Signer/P12.php";
20
+ // require_once "Google/Utils.php";
21
21
22
22
/**
23
23
* Credentials object used for OAuth 2.0 Signed JWT assertion grants.
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Exception.php " ;
18
+ // require_once "Google/Exception.php";
19
19
20
20
class Google_Auth_Exception extends Google_Exception
21
21
{
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Auth/Exception.php " ;
18
+ // require_once "Google/Auth/Exception.php";
19
19
20
20
/**
21
21
* Class to hold information about an authenticated login.
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Auth/Abstract.php " ;
19
- require_once "Google/Auth/AssertionCredentials.php " ;
20
- require_once "Google/Auth/Exception.php " ;
21
- require_once "Google/Auth/LoginTicket.php " ;
22
- require_once "Google/Client.php " ;
23
- require_once "Google/Http/Request.php " ;
24
- require_once "Google/Utils.php " ;
25
- require_once "Google/Verifier/Pem.php " ;
18
+ // require_once "Google/Auth/Abstract.php";
19
+ // require_once "Google/Auth/AssertionCredentials.php";
20
+ // require_once "Google/Auth/Exception.php";
21
+ // require_once "Google/Auth/LoginTicket.php";
22
+ // require_once "Google/Client.php";
23
+ // require_once "Google/Http/Request.php";
24
+ // require_once "Google/Utils.php";
25
+ // require_once "Google/Verifier/Pem.php";
26
26
27
27
/**
28
28
* Authentication class that deals with the OAuth 2 web-server authentication flow
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Auth/Abstract.php " ;
19
- require_once "Google/Http/Request.php " ;
18
+ // require_once "Google/Auth/Abstract.php";
19
+ // require_once "Google/Http/Request.php";
20
20
21
21
/**
22
22
* Simple API access implementation. Can either be used to make requests
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Cache/Abstract.php " ;
19
- require_once "Google/Cache/Exception.php " ;
18
+ // require_once "Google/Cache/Abstract.php";
19
+ // require_once "Google/Cache/Exception.php";
20
20
21
21
/**
22
22
* A persistent storage class based on the APC cache, which is not
Original file line number Diff line number Diff line change 14
14
* See the License for the specific language governing permissions and
15
15
* limitations under the License.
16
16
*/
17
- require_once "Google/Exception.php " ;
17
+ // require_once "Google/Exception.php";
18
18
19
19
class Google_Cache_Exception extends Google_Exception
20
20
{
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Cache/Abstract.php " ;
19
- require_once "Google/Cache/Exception.php " ;
18
+ // require_once "Google/Cache/Abstract.php";
19
+ // require_once "Google/Cache/Exception.php";
20
20
21
21
/*
22
22
* This class implements a basic on disk storage. While that does
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Cache/Abstract.php " ;
19
- require_once "Google/Cache/Exception.php " ;
18
+ // require_once "Google/Cache/Abstract.php";
19
+ // require_once "Google/Cache/Exception.php";
20
20
21
21
/**
22
22
* A persistent storage class based on the memcache, which is not
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once "Google/Cache/Abstract.php " ;
19
- require_once "Google/Cache/Exception.php " ;
18
+ // require_once "Google/Cache/Abstract.php";
19
+ // require_once "Google/Cache/Exception.php";
20
20
21
21
/**
22
22
* A blank storage class, for cases where caching is not
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Auth/AssertionCredentials.php ' ;
19
- require_once 'Google/Cache/File.php ' ;
20
- require_once 'Google/Cache/Memcache.php ' ;
21
- require_once 'Google/Config.php ' ;
22
- require_once 'Google/Collection.php ' ;
23
- require_once 'Google/Exception.php ' ;
24
- require_once 'Google/IO/Curl.php ' ;
25
- require_once 'Google/IO/Stream.php ' ;
26
- require_once 'Google/Model.php ' ;
27
- require_once 'Google/Service.php ' ;
28
- require_once 'Google/Service/Resource.php ' ;
18
+ // require_once 'Google/Auth/AssertionCredentials.php';
19
+ // require_once 'Google/Cache/File.php';
20
+ // require_once 'Google/Cache/Memcache.php';
21
+ // require_once 'Google/Config.php';
22
+ // require_once 'Google/Collection.php';
23
+ // require_once 'Google/Exception.php';
24
+ // require_once 'Google/IO/Curl.php';
25
+ // require_once 'Google/IO/Stream.php';
26
+ // require_once 'Google/Model.php';
27
+ // require_once 'Google/Service.php';
28
+ // require_once 'Google/Service/Resource.php';
29
29
30
30
/**
31
31
* The Google API Client
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- require_once "Google/Model.php " ;
3
+ // require_once "Google/Model.php";
4
4
5
5
/**
6
6
* Extension to the regular Google_Model that automatically
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Client.php ' ;
19
- require_once 'Google/Http/Request.php ' ;
20
- require_once 'Google/Http/REST.php ' ;
18
+ // require_once 'Google/Client.php';
19
+ // require_once 'Google/Http/Request.php';
20
+ // require_once 'Google/Http/REST.php';
21
21
22
22
/**
23
23
* @author Chirag Shah <[email protected] >
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Http/Request.php ' ;
18
+ // require_once 'Google/Http/Request.php';
19
19
20
20
/**
21
21
* Implement the caching directives specified in rfc2616. This
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Client.php ' ;
19
- require_once 'Google/Exception.php ' ;
20
- require_once 'Google/Http/Request.php ' ;
21
- require_once 'Google/Http/REST.php ' ;
22
- require_once 'Google/Utils.php ' ;
18
+ // require_once 'Google/Client.php';
19
+ // require_once 'Google/Exception.php';
20
+ // require_once 'Google/Http/Request.php';
21
+ // require_once 'Google/Http/REST.php';
22
+ // require_once 'Google/Utils.php';
23
23
24
24
/**
25
25
* @author Chirag Shah <[email protected] >
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Client.php ' ;
19
- require_once 'Google/Http/Request.php ' ;
20
- require_once 'Google/Service/Exception.php ' ;
21
- require_once 'Google/Utils/URITemplate.php ' ;
18
+ // require_once 'Google/Client.php';
19
+ // require_once 'Google/Http/Request.php';
20
+ // require_once 'Google/Service/Exception.php';
21
+ // require_once 'Google/Utils/URITemplate.php';
22
22
23
23
/**
24
24
* This class implements the RESTful transport of apiServiceRequest()'s
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Utils.php ' ;
18
+ // require_once 'Google/Utils.php';
19
19
20
20
/**
21
21
* HTTP Request to be executed by IO classes. Upon execution, the
Original file line number Diff line number Diff line change 19
19
* Abstract IO base class
20
20
*/
21
21
22
- require_once 'Google/Client.php ' ;
23
- require_once 'Google/IO/Exception.php ' ;
24
- require_once 'Google/Http/CacheParser.php ' ;
25
- require_once 'Google/Http/Request.php ' ;
22
+ // require_once 'Google/Client.php';
23
+ // require_once 'Google/IO/Exception.php';
24
+ // require_once 'Google/Http/CacheParser.php';
25
+ // require_once 'Google/Http/Request.php';
26
26
27
27
abstract class Google_IO_Abstract
28
28
{
Original file line number Diff line number Diff line change 21
21
* @author Stuart Langley <[email protected] >
22
22
*/
23
23
24
- require_once 'Google/IO/Abstract.php ' ;
24
+ // require_once 'Google/IO/Abstract.php';
25
25
26
26
class Google_IO_Curl extends Google_IO_Abstract
27
27
{
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Exception.php ' ;
18
+ // require_once 'Google/Exception.php';
19
19
20
20
class Google_IO_Exception extends Google_Exception
21
21
{
Original file line number Diff line number Diff line change 21
21
* @author Stuart Langley <[email protected] >
22
22
*/
23
23
24
- require_once 'Google/IO/Abstract.php ' ;
24
+ // require_once 'Google/IO/Abstract.php';
25
25
26
26
class Google_IO_Stream extends Google_IO_Abstract
27
27
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- require_once 'Google/Exception.php ' ;
3
+ // require_once 'Google/Exception.php';
4
4
5
5
class Google_Service_Exception extends Google_Exception
6
6
{
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Client.php ' ;
19
- require_once 'Google/Exception.php ' ;
20
- require_once 'Google/Utils.php ' ;
21
- require_once 'Google/Http/Request.php ' ;
22
- require_once 'Google/Http/MediaFileUpload.php ' ;
23
- require_once 'Google/Http/REST.php ' ;
18
+ // require_once 'Google/Client.php';
19
+ // require_once 'Google/Exception.php';
20
+ // require_once 'Google/Utils.php';
21
+ // require_once 'Google/Http/Request.php';
22
+ // require_once 'Google/Http/MediaFileUpload.php';
23
+ // require_once 'Google/Http/REST.php';
24
24
25
25
/**
26
26
* Implements the actual methods/resources of the discovered Google API using magic function
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Auth/Exception.php ' ;
19
- require_once 'Google/Signer/Abstract.php ' ;
18
+ // require_once 'Google/Auth/Exception.php';
19
+ // require_once 'Google/Signer/Abstract.php';
20
20
21
21
/**
22
22
* Signs data.
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- require_once 'Google/Auth/Exception.php ' ;
19
- require_once 'Google/Verifier/Abstract.php ' ;
18
+ // require_once 'Google/Auth/Exception.php';
19
+ // require_once 'Google/Verifier/Abstract.php';
20
20
21
21
/**
22
22
* Verifies signatures using PEM encoded certificates.
You can’t perform that action at this time.
0 commit comments