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
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Email.php
PHP
asf20
47,983
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Pagination_.php
PHP
asf20
9,347
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Javascript.php
PHP
asf20
20,117
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Image_lib.php
PHP
asf20
37,341
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Xmlrpc.php
PHP
asf20
33,567
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Form_validation.php
PHP
asf20
29,594
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/User_agent.php
PHP
asf20
10,508
<?php /* * PHP QR Code encoder * * QR Code specifications * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * ...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrspec.php
PHP
asf20
26,021
<?php /* * PHP QR Code encoder * * Bitstream class * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * This li...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrbitstream.php
PHP
asf20
5,206
<?php /* * PHP QR Code encoder * * Input encoding class * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * Th...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrinput.php
PHP
asf20
24,075
<?php /* * PHP QR Code encoder * * Input splitting classes * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * *...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrsplit.php
PHP
asf20
11,071
<?php /* * PHP QR Code encoder * * Common constants * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * This ...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrconst.php
PHP
asf20
1,708
<?php /* * PHP QR Code encoder * * Image output of code using GD2 * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrimage.php
PHP
asf20
3,825
<?php /* * PHP QR Code encoder * * Toolset, handy and debug utilites. * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Li...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrtools.php
PHP
asf20
6,161
<?php /* * PHP QR Code encoder * * Main encoder classes. * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * T...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrencode.php
PHP
asf20
17,004
<?php /* * PHP QR Code encoder * * Config file, feel free to modify */ define('QR_CACHEABLE', true); // use cache - more disk reads but less CPU power, masks and format templates are stored there define('QR_CACHE_DIR', dirname(__FILE__).DIR...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrconfig.php
PHP
asf20
1,430
<?php /* * PHP QR Code encoder * * Reed-Solomon error correction support * * Copyright (C) 2002, 2003, 2004, 2006 Phil Karn, KA9Q * (libfec is released under the GNU Lesser General Public License.) * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fuk...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrrscode.php
PHP
asf20
8,276
<?php /* * PHP QR Code encoder * * Masking * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik Dzienia <deltalab at poczta dot fm> * * This library is...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrmask.php
PHP
asf20
12,256
<?php /* * PHP QR Code encoder * * Root library file, prepares environment and includes dependencies * * Based on libqrencode C library distributed under LGPL 2.1 * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * PHP QR Code is distributed under LGPL 3 * Copyright (C) 2010 Dominik...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/qrcode/qrlib.php
PHP
asf20
1,559
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Upload.php
PHP
asf20
27,548
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2006 - 2012, EllisLab, Inc. * @license http://codeigniter.com/use...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Migration.php
PHP
asf20
7,993
<?php /** * PHP QR Code porting for Codeigniter * * @package CodeIgniter * @subpackage Libraries * @category Libraries * @porting author dwi.setiyadi@gmail.com * @original author http://phpqrcode.sourceforge.net/ * * @version 1.0 */ class Ciqrcode { var $cacheable = true; ...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Ciqrcode.php
PHP
asf20
3,929
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license htt...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Pagination.php
PHP
asf20
11,820
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Sha1.php
PHP
asf20
4,995
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. * @license http://codeign...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Cache/Cache.php
PHP
asf20
4,679
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. * @license http://codeign...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Cache/drivers/Cache_apc.php
PHP
asf20
3,307
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. * @license http://codeign...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Cache/drivers/Cache_file.php
PHP
asf20
4,113
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. * @license http://codeign...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Cache/drivers/Cache_dummy.php
PHP
asf20
2,656
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 4.3.2 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. * @license http://codeign...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Cache/drivers/Cache_memcached.php
PHP
asf20
5,029
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Log.php
PHP
asf20
2,696
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2006 - 2012, EllisLab, Inc. * @license http://codeigniter.c...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Driver.php
PHP
asf20
5,415
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Trackback.php
PHP
asf20
11,994
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/libraries/Xmlrpcs.php
PHP
asf20
15,552
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Common.php
PHP
asf20
13,417
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/CodeIgniter.php
PHP
asf20
11,479
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/index.html
HTML
asf20
114
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Benchmark.php
PHP
asf20
2,949
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Exceptions.php
PHP
asf20
4,695
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Router.php
PHP
asf20
12,394
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Output.php
PHP
asf20
12,935
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Hooks.php
PHP
asf20
4,697
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Lang.php
PHP
asf20
3,632
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Config.php
PHP
asf20
8,157
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Model.php
PHP
asf20
1,190
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Input.php
PHP
asf20
18,324
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Utf8.php
PHP
asf20
3,584
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Loader.php
PHP
asf20
30,576
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/URI.php
PHP
asf20
14,443
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codeig...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Security.php
PHP
asf20
22,009
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. * @license http://codei...
111111w-e-b-v-t-v-now11111111111111
trunk/system/core/Controller.php
PHP
asf20
1,567
<html> <head> <title>403 Forbidden</title> </head> <body> <p>Directory access is forbidden.</p> </body> </html>
111111w-e-b-v-t-v-now11111111111111
trunk/system/fonts/index.html
HTML
asf20
114
@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400); @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300); body{ margin: 0; padding: 0; background: #fff; color: #fff; font-family: Arial; font-size: 12px; } .body{ position: absolute; top: -20px; left: -20px; right:...
111111w-e-b-v-t-v-now11111111111111
trunk/public/css/style.css
CSS
asf20
2,488
@import url('reset.css'); html,body{ height: 100%; background: blue; color: #fff; } .mainwrapper{ margin: 10px; height: 100%; } .logout{ display: block; float: right; color: #fff; } section{ display: block; margin: 0 auto; padding-top: 50px; w...
111111w-e-b-v-t-v-now11111111111111
trunk/public/css/custom.css
CSS
asf20
1,016
/* Document : reset Created on : 23-02-2014, 14:52:09 Author : AlwaysKeepTheFaith Description: Purpose of the stylesheet follows. */ *, *::after, *::before {margin: 0;padding: 0;} h1, h2, h3, h4, h5, h6{ font-size: 100%; } a{ text-decoration: none; color: #fff; } a:hover { ...
111111w-e-b-v-t-v-now11111111111111
trunk/public/css/reset.css
CSS
asf20
1,772
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="css/all.css" rel="stylesh...
0754eat
trunk/html/index.html
HTML
gpl2
6,109
@charset "utf-8"; /* CSS Document */ body,ul,li{ margin:0; padding:0; } li{ list-style:none; } body, button, input, select, textarea { font: 12px/1.125 Arial,Helvetica,sans-serif; } a{ text-decoration:none; } .width-106{ width:106px !important; } body{ background:url(../images/body-bg.jpg...
0754eat
trunk/html/css/all.css
CSS
gpl2
2,008
# Set up the system so that this development # version of google-api-python-client is run, even if # an older version is installed on the system. # # To make this totally automatic add the following to # your ~/.bash_profile: # # export PYTHONPATH=/path/to/where/you/checked/out/apiclient import sys import os sys.path....
127001h4ck3r-hackerpython
sitecustomize.py
Python
asf20
357
# 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 writ...
127001h4ck3r-hackerpython
setup_oauth2client.py
Python
asf20
1,813
#!/usr/bin/env python """Execute all sample applications. Runs over all the sample applications, determines their type (App Engine, Django, or a command-line application), and then runs them checking for a good return status in the case of command-line applications and a 200 OK response in the case of the App Engine a...
127001h4ck3r-hackerpython
runsamples.py
Python
asf20
3,477
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/appengine.py
Python
asf20
17,523
#!/usr/bin/python2.4 # -*- coding: utf-8 -*- # # Copyright (C) 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless ...
127001h4ck3r-hackerpython
oauth2client/crypt.py
Python
asf20
6,527
# Copyright 2011 Google Inc. All Rights Reserved. """Multi-credential file store with lock support. This module implements a JSON credential store where multiple credentials can be stored in one file. That file supports locking both in a single process and across processes. The credential themselves are keyed off o...
127001h4ck3r-hackerpython
oauth2client/multistore_file.py
Python
asf20
11,379
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/anyjson.py
Python
asf20
1,044
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/tools.py
Python
asf20
5,142
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/client.py
Python
asf20
32,398
# Copyright (C) 2011 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writ...
127001h4ck3r-hackerpython
oauth2client/clientsecrets.py
Python
asf20
2,928
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/file.py
Python
asf20
2,660
__version__ = "1.0b9"
127001h4ck3r-hackerpython
oauth2client/__init__.py
Python
asf20
22
# 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 writ...
127001h4ck3r-hackerpython
oauth2client/django_orm.py
Python
asf20
3,442
#/bin/bash # # Run all the tests. # # The python interpreter to use is passed in on the command line. $1 runtests.py tests/test_discovery.py $1 runtests.py tests/test_errors.py $1 runtests.py tests/test_http.py $1 runtests.py tests/test_json_model.py $1 runtests.py tests/test_mocks.py $1 runtests.py tests/test_model.p...
127001h4ck3r-hackerpython
runtests.sh
Shell
asf20
698
# 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 writ...
127001h4ck3r-hackerpython
apiclient/http.py
Python
asf20
35,079
# Copyright (C) 2007 Joe Gregorio # # Licensed under the MIT License """MIME-Type Parser This module provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation. http://www.w3.o...
127001h4ck3r-hackerpython
apiclient/mimeparse.py
Python
asf20
6,486
# 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 writ...
127001h4ck3r-hackerpython
apiclient/schema.py
Python
asf20
9,001
# 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 writ...
127001h4ck3r-hackerpython
apiclient/discovery.py
Python
asf20
25,533
__version__ = "1.0b9"
127001h4ck3r-hackerpython
apiclient/__init__.py
Python
asf20
22
#!/usr/bin/python2.4 # # 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 l...
127001h4ck3r-hackerpython
apiclient/model.py
Python
asf20
11,331
#!/usr/bin/python2.4 # # 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 l...
127001h4ck3r-hackerpython
apiclient/errors.py
Python
asf20
3,221
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module oauth2client.file</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helveti...
127001h4ck3r-hackerpython
docs/oauth2client.file.html
HTML
asf20
7,155
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module apiclient.errors</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetic...
127001h4ck3r-hackerpython
docs/apiclient.errors.html
HTML
asf20
49,127
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: package apiclient.contrib.latitude</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" fac...
127001h4ck3r-hackerpython
docs/apiclient.contrib.latitude.html
HTML
asf20
1,454
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module oauth2client.clientsecrets</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face...
127001h4ck3r-hackerpython
docs/oauth2client.clientsecrets.html
HTML
asf20
12,501
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: package apiclient.contrib</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvet...
127001h4ck3r-hackerpython
docs/apiclient.contrib.html
HTML
asf20
1,536
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module apiclient.mimeparse</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helve...
127001h4ck3r-hackerpython
docs/apiclient.mimeparse.html
HTML
asf20
10,327
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module oauth2client.multistore_file</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" fa...
127001h4ck3r-hackerpython
docs/oauth2client.multistore_file.html
HTML
asf20
14,287
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: package apiclient</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, ari...
127001h4ck3r-hackerpython
docs/apiclient.html
HTML
asf20
2,222
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module oauth2client.client</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helve...
127001h4ck3r-hackerpython
docs/oauth2client.client.html
HTML
asf20
90,337
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module apiclient.model</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica...
127001h4ck3r-hackerpython
docs/apiclient.model.html
HTML
asf20
29,149
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: package apiclient.contrib.moderator</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" fa...
127001h4ck3r-hackerpython
docs/apiclient.contrib.moderator.html
HTML
asf20
1,458
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/adsense.v1.1.accounts.html
HTML
asf20
6,752
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/plus.v1.html
HTML
asf20
1,721
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/books.v1.myconfig.html
HTML
asf20
40,491
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/latitude.v1.currentLocation.html
HTML
asf20
9,725
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/orkut.v2.communityFollow.html
HTML
asf20
6,619
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/moderator.v1.responses.html
HTML
asf20
14,323
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/orkut.v2.activityVisibility.html
HTML
asf20
10,877
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/analytics.v3.management.webproperties.html
HTML
asf20
6,967
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/adsense.v1.1.accounts.adunits.customchannels.html
HTML
asf20
6,591
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/taskqueue.v1beta1.tasks.html
HTML
asf20
8,788
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/plus.v1.activities.html
HTML
asf20
67,842
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: class Resource</title> </head><body bgcolor="#f0f0f8"> <p> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> <tr bgcolor="#ffc8d8"> <td colspan=3 valign=bottom>&nbsp;<br> <font color="#000000" face="helv...
127001h4ck3r-hackerpython
docs/dyn/books.v1.html
HTML
asf20
2,315