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 /** * ModelReadTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redi...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/ModelReadTest.php
PHP
gpl3
209,818
<?php /** * ModelDeleteTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Re...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/ModelDeleteTest.php
PHP
gpl3
23,603
<?php /** * Test for Schema database management * * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/CakeSchemaTest.php
PHP
gpl3
30,915
<?php /** * Mock models file * * Mock classes for use in Model and related test cases * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright an...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/models.php
PHP
gpl3
85,448
<?php /** * CakeValidationSetTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribu...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php
PHP
gpl3
9,767
<?php /** * CakeValidationRuleTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistrib...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Model/Validator/CakeValidationRuleTest.php
PHP
gpl3
5,357
<?php /** * AllCoreTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllCoreTest.php
PHP
gpl3
1,092
<?php /** * AllErrorTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllErrorTest.php
PHP
gpl3
1,127
<?php /** * MemcacheEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt *...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/MemcacheEngineTest.php
PHP
gpl3
13,191
<?php /** * FileEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Red...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/FileEngineTest.php
PHP
gpl3
16,838
<?php /** * ApcEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redi...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/ApcEngineTest.php
PHP
gpl3
7,476
<?php /** * WincacheEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt *...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/WincacheEngineTest.php
PHP
gpl3
7,480
<?php /** * RedisEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/RedisEngineTest.php
PHP
gpl3
9,040
<?php /** * XcacheEngineTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * R...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/Engine/XcacheEngineTest.php
PHP
gpl3
7,227
<?php /** * CacheTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistri...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Cache/CacheTest.php
PHP
gpl3
12,065
<?php /** * AllDatabaseTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllDatabaseTest.php
PHP
gpl3
1,708
<?php /** * ExceptionRendererTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Error/ExceptionRendererTest.php
PHP
gpl3
23,460
<?php /** * ErrorHandlerTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * R...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Error/ErrorHandlerTest.php
PHP
gpl3
7,962
<?php /** * AllNetworkTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllNetworkTest.php
PHP
gpl3
1,266
<?php /** * ConsoleLogTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Red...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Log/Engine/ConsoleLogTest.php
PHP
gpl3
3,825
<?php /** * FileLogTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Log/Engine/FileLogTest.php
PHP
gpl3
2,494
<?php /** * CakeLogTest file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/Log/CakeLogTest.php
PHP
gpl3
20,054
<?php /** * AllComponentsTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributio...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllComponentsTest.php
PHP
gpl3
1,334
<?php /** * AllTestSuiteTest file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Test/Case/AllTestSuiteTest.php
PHP
gpl3
1,121
<?php /** * Basic Cake functionality. * * Core functions for including other source files, loading models and so forth. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/basics.php
PHP
gpl3
23,181
<?php /** * Internationalization * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/I18n/I18n.php
PHP
gpl3
19,328
<?php /** * Multibyte handling methods. * * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/I18n/Multibyte.php
PHP
gpl3
25,668
<?php /** * Localization * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of file...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/I18n/L10n.php
PHP
gpl3
29,805
<?php /** * PhpReader file * * PHP 5 * * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyright notice * * @copyright Co...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Configure/PhpReader.php
PHP
gpl3
3,440
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Configure/ConfigReaderInterface.php
PHP
gpl3
1,352
<?php /** * IniReader * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files m...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Configure/IniReader.php
PHP
gpl3
6,343
<?php /** * CakeTestSuiteDispatcher controls dispatching TestSuite web based requests. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestSuiteDispatcher.php
PHP
gpl3
6,403
<?php /** * ControllerTestCase file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt *...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/ControllerTestCase.php
PHP
gpl3
10,912
<?php /** * Missing Connection error page * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE....
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/missing_connection.php
PHP
gpl3
1,039
<?php /** * Xdebug error page * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/xdebug.php
PHP
gpl3
1,093
<?php // @codingStandardsIgnoreFile /** * Short description for file. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license informat...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/menu.php
PHP
gpl3
1,578
<?php /** * Missing PHPUnit * error page. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/phpunit.php
PHP
gpl3
1,660
<?php /** * Short description for file. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.tx...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/footer.php
PHP
gpl3
1,189
<?php /** * Short description for file. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.tx...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/templates/header.php
PHP
gpl3
4,660
<?php /** * CakeTextReporter contains reporting features used for plain text based output * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Reporter/CakeTextReporter.php
PHP
gpl3
4,630
<?php /** * CakeBaseReporter contains common functionality to all cake test suite reporters. * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyrig...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Reporter/CakeBaseReporter.php
PHP
gpl3
5,201
<?php /** * CakeHtmlReporter * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
PHP
gpl3
11,368
<?php /** * TestLoader for CakePHP Test suite. * * Turns partial paths used on the testsuite console and web UI into full file paths. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The M...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestLoader.php
PHP
gpl3
3,572
<?php /** * TestRunner for CakePHP Test suite. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * R...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestRunner.php
PHP
gpl3
3,255
<?php /** * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Fixture/CakeTestFixture.php
PHP
gpl3
8,876
<?php /** * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Fixture/CakeTestModel.php
PHP
gpl3
2,378
<?php /** * A factory class to manage the life cycle of test fixtures * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please s...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Fixture/CakeFixtureManager.php
PHP
gpl3
7,529
<?php /** * Generates code coverage reports in HTML from data obtained from PHPUnit * * PHP5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license informat...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Coverage/HtmlCoverageReport.php
PHP
gpl3
6,268
<?php /** * Generates code coverage reports in Simple plain text from data obtained from PHPUnit * * PHP5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and lic...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Coverage/TextCoverageReport.php
PHP
gpl3
2,186
<?php /** * Abstract class for common CoverageReport methods. * Provides several template methods for custom output. * * PHP5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For f...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/Coverage/BaseCoverageReport.php
PHP
gpl3
4,606
<?php /** * A class to contain test cases and run them with shared fixtures * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, pl...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestSuite.php
PHP
gpl3
1,788
<?php /** * TestRunner for CakePHP Test suite. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * R...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestSuiteCommand.php
PHP
gpl3
4,697
<?php /** * CakeTestCase file * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/TestSuite/CakeTestCase.php
PHP
gpl3
20,084
<?php /** * Cake Socket connection class. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/CakeSocket.php
PHP
gpl3
9,844
<?php /** * CakeRequest * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/CakeRequest.php
PHP
gpl3
26,594
<?php /** * HTTP Socket connection class. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Http/HttpSocket.php
PHP
gpl3
30,380
<?php /** * HTTP Response from HttpSocket. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Http/HttpSocketResponse.php
PHP
gpl3
10,441
<?php /** * HTTP Response from HttpSocket. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redis...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Http/HttpResponse.php
PHP
gpl3
1,100
<?php /** * Basic authentication * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Http/BasicAuthentication.php
PHP
gpl3
1,814
<?php /** * Digest authentication * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Http/DigestAuthentication.php
PHP
gpl3
3,322
<?php /** * CakeResponse * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of file...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/CakeResponse.php
PHP
gpl3
38,824
<?php /** * Abstract send email * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Email/AbstractTransport.php
PHP
gpl3
1,699
<?php /** * Send mail using SMTP protocol * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redist...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Email/SmtpTransport.php
PHP
gpl3
6,408
<?php /** * Emulates the email sending process for testing purposes * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Email/DebugTransport.php
PHP
gpl3
1,386
<?php /** * Cake E-Mail * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Email/CakeEmail.php
PHP
gpl3
39,229
<?php /** * Send mail using mail() function * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redi...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Network/Email/MailTransport.php
PHP
gpl3
2,495
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Event/CakeEvent.php
PHP
gpl3
2,998
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Event/CakeEventListener.php
PHP
gpl3
1,557
<?php /** * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain th...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Event/CakeEventManager.php
PHP
gpl3
8,903
<?php /** * ConsoleInputOption file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributi...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleInputOption.php
PHP
gpl3
5,460
<?php /** * ConsoleInputSubcommand file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistri...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleInputSubcommand.php
PHP
gpl3
3,078
<?php /** * Acl Shell provides Acl access in the CLI environment * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see th...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/AclShell.php
PHP
gpl3
19,180
<?php /** * Test Suite Shell * * This is a bc wrapper for the newer Test shell * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and licen...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/TestsuiteShell.php
PHP
gpl3
2,577
<?php /** * Upgrade Shell * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of fil...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/UpgradeShell.php
PHP
gpl3
22,372
<?php /** * Internationalization Management Shell * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/I18nShell.php
PHP
gpl3
3,197
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/ConsoleShell.php
PHP
gpl3
11,447
<?php /** * Command-line code generation utility to automate programmer chores. * * Bake is CakePHP's code generation script, which can help you kickstart * application development by writing fully functional skeleton controllers, * models, and views. Going further, Bake can also write Unit Tests for you. * * PH...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/BakeShell.php
PHP
gpl3
7,967
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/CommandListShell.php
PHP
gpl3
5,066
<?php /** * API shell to get CakePHP core method signatures. * * Implementation of a Cake Shell to show CakePHP core method signatures. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/ApiShell.php
PHP
gpl3
7,220
<?php /** * built-in Server Shell * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribution...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/ServerShell.php
PHP
gpl3
4,094
<?php /** * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of files must retain the above copyrig...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/SchemaShell.php
PHP
gpl3
15,543
<?php /** * AppShell file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions of fil...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/AppShell.php
PHP
gpl3
868
<?php /** * The DbConfig Task handles creating and updating the database.php * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, p...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/DbConfigTask.php
PHP
gpl3
9,613
<?php /** * The FixtureTask handles creating and updating fixture files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, pleas...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/FixtureTask.php
PHP
gpl3
12,851
<?php /** * The Project Task handles creating the base application * * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please s...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/ProjectTask.php
PHP
gpl3
14,798
<?php /** * Template Task can generate templated output Used in other Tasks * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, pl...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/TemplateTask.php
PHP
gpl3
6,357
<?php /** * The Plugin Task handles creating an empty plugin, ready to be used * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information,...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/PluginTask.php
PHP
gpl3
6,311
<?php /** * The ModelTask handles creating and updating models files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please s...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/ModelTask.php
PHP
gpl3
31,255
<?php /** * The ControllerTask handles creating and updating controller files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information,...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/ControllerTask.php
PHP
gpl3
15,468
<?php /** * The View Tasks handles creating and updating view files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please se...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/ViewTask.php
PHP
gpl3
14,307
<?php /** * Language string extractor * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistribu...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/ExtractTask.php
PHP
gpl3
21,953
<?php /** * Base class for Bake Tasks. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistrib...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/BakeTask.php
PHP
gpl3
2,068
<?php /** * The TestTask handles creating and updating test files. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/Task/TestTask.php
PHP
gpl3
17,594
<?php /** * Test Shell * * This Shell allows the running of test suites via the cake command line * * PHP 5 * * CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html> * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Command/TestShell.php
PHP
gpl3
13,188
<?php /** * Task collection is used as a registry for loaded tasks and handles loading * and constructing task class objects. * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For ful...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/TaskCollection.php
PHP
gpl3
2,212
<?php /** * ConsoleOutput file. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleOutput.php
PHP
gpl3
7,747
<?php /** * ShellDispatcher file * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and license information, please see the LICENSE.txt * Redistributions...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ShellDispatcher.php
PHP
gpl3
9,747
#!/usr/bin/php -q <?php /** * Command-line code generation utility to automate programmer chores. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and l...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/cake.php
PHP
gpl3
1,347
#!/usr/bin/env bash ################################################################################ # # Bake is a shell script for running CakePHP bake script # PHP 5 # # CakePHP(tm) : Rapid Development Framework (http://cakephp.org) # Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) # # Licen...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/.svn/text-base/cake.svn-base
Shell
gpl3
1,373
#!/usr/bin/php -q <?php /** * Command-line code generation utility to automate programmer chores. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * For full copyright and l...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/.svn/text-base/cake.php.svn-base
PHP
gpl3
1,347