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 /** * Base class for Shells * * 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/Shell.php
PHP
gpl3
23,231
<?php /** * HelpFormatter * * 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/HelpFormatter.php
PHP
gpl3
5,688
<?php /** * ConsoleInput 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 o...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleInput.php
PHP
gpl3
1,188
<?php /** * ConsoleArgumentOption 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 * Redistrib...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleInputArgument.php
PHP
gpl3
4,199
<?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/Console/Templates/skel/View/Pages/home.ctp
PHP
gpl3
8,740
<?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/Console/Templates/skel/View/Emails/html/default.ctp
PHP
gpl3
789
<?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/Console/Templates/skel/View/Emails/text/default.ctp
PHP
gpl3
693
<?php echo $scripts_for_layout; ?> <script type="text/javascript"><?php echo $this->fetch('content'); ?></script>
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/View/Layouts/js/default.ctp
PHP
gpl3
114
<?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/Console/Templates/skel/View/Layouts/ajax.ctp
PHP
gpl3
705
<?php echo $this->fetch('content'); ?>
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/View/Layouts/xml/default.ctp
PHP
gpl3
39
<?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/Console/Templates/skel/View/Layouts/flash.ctp
PHP
gpl3
1,180
<?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/Console/Templates/skel/View/Layouts/default.ctp
PHP
gpl3
1,671
<?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/Console/Templates/skel/View/Layouts/Emails/html/default.ctp
PHP
gpl3
951
<?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/Console/Templates/skel/View/Layouts/Emails/text/default.ctp
PHP
gpl3
786
<?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/Console/Templates/skel/View/Layouts/error.ctp
PHP
gpl3
1,671
<?php if (!isset($channel)) { $channel = array(); } if (!isset($channel['title'])) { $channel['title'] = $title_for_layout; } echo $this->Rss->document( $this->Rss->channel( array(), $channel, $this->fetch('content') ) ); ?>
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/View/Layouts/rss/default.ctp
PHP
gpl3
232
<?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/Console/Templates/skel/View/Errors/error500.ctp
PHP
gpl3
935
<?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/Console/Templates/skel/View/Errors/error400.ctp
PHP
gpl3
997
<?php /** * Application level View Helper * * This file is application-wide helper file. You can put all * application-wide helper-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/View/Helper/AppHelper.php
PHP
gpl3
1,030
<?php /** * Index * * The Front Controller for handling every request * * 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...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/webroot/index.php
PHP
gpl3
3,158
<?php /** * Web Access Frontend for TestSuite * * 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 LICE...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/webroot/test.php
PHP
gpl3
2,990
@charset "utf-8"; /** * * Generic CSS for CakePHP * * 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/Templates/skel/webroot/css/cake.generic.css
CSS
gpl3
15,482
<?php /** * Static content controller. * * This file will render views from views/pages/ * * 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 ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Controller/PagesController.php
PHP
gpl3
1,799
<?php /** * Application level Controller * * This file is application-wide controller file. You can put all * application-wide controller-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Controller/AppController.php
PHP
gpl3
1,133
<?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 the a...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/index.php
PHP
gpl3
702
<?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/Templates/skel/Console/Command/AppShell.php
PHP
gpl3
868
#!/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/Templates/skel/Console/cake.php
PHP
gpl3
1,290
#!/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/Templates/skel/Console/.svn/text-base/cake.svn-base
Shell
gpl3
1,388
#!/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/Templates/skel/Console/.svn/text-base/cake.php.svn-base
PHP
gpl3
1,290
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: 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) :: :: Licensed u...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Console/cake.bat
Batchfile
gpl3
1,004
#!/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/Templates/skel/Console/cake
Shell
gpl3
1,388
<?php /** * Routes configuration * * In this file, you set up routes to your controllers and their actions. * Routes are very important mechanism that allows you to freely connect * different urls to chosen controllers and their actions (functions). * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/routes.php
PHP
gpl3
1,654
<?php /** * This is the PHP base ACL configuration file. * * Use it to configure access control of your Cake 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 ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/acl.php
PHP
gpl3
4,939
;<?php exit() ?> ;/** ; * ACL Configuration ; * ; * ; * PHP 5 ; * ; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) ; * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) ; * ; * Licensed under The MIT License ; * Redistributions of files must retain the above copyright notice. ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/acl.ini.php
PHP
gpl3
2,014
<?php /** * This is core configuration file. * * Use it to configure core behavior of Cake. * * 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 licen...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/core.php
PHP
gpl3
13,081
<?php /** * This file is loaded automatically by the app/webroot/index.php file after core.php * * This file should load/create any application wide configuration settings, such as * Caching, Logging, loading additional configuration files. * * You should also use this file to include any files that provide globa...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/bootstrap.php
PHP
gpl3
5,142
<?php /** * This is Acl Schema file * * Use it to configure database for ACL * * 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/Templates/skel/Config/Schema/db_acl.php
PHP
gpl3
3,220
<?php /** * This is i18n Schema file * * Use it to configure database for i18n * * 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 informatio...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/Schema/i18n.php
PHP
gpl3
1,888
<?php /** * This is Sessions Schema file * * Use it to configure database for Sessions * * 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 in...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Config/Schema/sessions.php
PHP
gpl3
1,347
<?php /** * Application model for Cake. * * This file is application-wide model file. You can put all * application-wide model-related methods here. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Lice...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/skel/Model/AppModel.php
PHP
gpl3
1,021
<?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/Console/Templates/default/views/index.ctp
PHP
gpl3
3,978
<?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/Console/Templates/default/views/view.ctp
PHP
gpl3
6,378
<?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/Console/Templates/default/views/form.ctp
PHP
gpl3
2,740
<?php /** * Bake Template for Controller action generation. * * 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 LIC...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/default/actions/controller_actions.ctp
PHP
gpl3
6,008
<?php /** * Controller bake template file * * Allows templating of Controllers generated from bake. * * 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 a...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/default/classes/controller.ctp
PHP
gpl3
2,182
<?php /** * Model template file. * * Used by bake to create new Model 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/Templates/default/classes/model.ctp
PHP
gpl3
5,629
<?php /** * Fixture Template file * * Fixture Template used when baking fixtures with bake * * 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 licens...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/Templates/default/classes/fixture.ctp
PHP
gpl3
1,377
<?php /** * Test Case bake template * * * 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/Templates/default/classes/test.ctp
PHP
gpl3
1,980
<?php /** * ConsoleOptionParser 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 * Redistribut...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/ConsoleOptionParser.php
PHP
gpl3
20,408
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: 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) :: :: Licensed u...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Console/cake.bat
Batchfile
gpl3
1,016
#!/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/cake
Shell
gpl3
1,373
<?php /** * ErrorHandler for Console Shells * * 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/Console/ConsoleErrorHandler.php
PHP
gpl3
2,834
<?php /** * Default routes that CakePHP provides as catch all routes. * * 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/Config/routes.php
PHP
gpl3
3,339
<?php /** * Core Configurations. * * 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/Config/config.php
PHP
gpl3
798
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+1F00 through U+1FFF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/1f00_1fff.php
PHP
gpl3
28,530
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0500 through U+052F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0500_052f.php
PHP
gpl3
3,184
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2C60 through U+2C7F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2c60_2c7f.php
PHP
gpl3
2,965
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+1E00 through U+1EFF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/1e00_1eff.php
PHP
gpl3
19,286
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0100 through U+017F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0100_017f.php
PHP
gpl3
10,445
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2460 through U+24FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2460_24ff.php
PHP
gpl3
5,198
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0400 through U+04FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0400_04ff.php
PHP
gpl3
18,121
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+FF00 through U+FFEF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/ff00_ffef.php
PHP
gpl3
5,302
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2C80 through U+2CFF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2c80_2cff.php
PHP
gpl3
8,376
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0180 through U+024F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0180_024F.php
PHP
gpl3
15,933
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2100 through U+214F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2100_214f.php
PHP
gpl3
2,329
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0530 through U+058F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0530_058f.php
PHP
gpl3
6,602
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0080 through U+00FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0080_00ff.php
PHP
gpl3
6,065
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2C00 through U+2C5F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2c00_2c5f.php
PHP
gpl3
8,060
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+2150 through U+218F * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/2150_218f.php
PHP
gpl3
3,894
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0080 through U+00FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0250_02af.php
PHP
gpl3
1,984
<?php /** * Case Folding Properties. * * Provides case mapping of Unicode characters for code points U+0370 through U+03FF * * @see http://www.unicode.org/Public/UNIDATA/UCD.html * @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt * @see http://www.unicode.org/reports/tr21/tr21-5.html * * PHP 5 * * ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Config/unicode/casefolding/0370_03ff.php
PHP
gpl3
9,555
<?php /** * Parses the request URL into controller, action, and parameters. * * 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/Routing/Router.php
PHP
gpl3
37,183
<?php /** * Dispatcher takes the URL information, parses it for parameters and * tells the involved controllers what to do. * * This is the heart of Cake's operation. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundati...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Routing/Dispatcher.php
PHP
gpl3
9,016
<?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/Routing/Filter/AssetDispatcher.php
PHP
gpl3
4,872
<?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/Routing/Filter/CacheDispatcher.php
PHP
gpl3
2,055
<?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/Routing/Route/RedirectRoute.php
PHP
gpl3
3,231
<?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/Routing/Route/CakeRoute.php
PHP
gpl3
15,378
<?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/Routing/Route/PluginShortRoute.php
PHP
gpl3
1,804
<?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/Routing/DispatcherFilter.php
PHP
gpl3
3,232
<?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/Core/Configure.php
PHP
gpl3
13,303
<?php /** * App 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 * Redistributions of files m...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Core/App.php
PHP
gpl3
27,970
<?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/Core/Object.php
PHP
gpl3
6,819
<?php /** * CakePlugin 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 * Redistributions of ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Core/CakePlugin.php
PHP
gpl3
7,991
<?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/Model/AcoAction.php
PHP
gpl3
959
<?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/Model/AclNode.php
PHP
gpl3
5,384
<?php /** * Datasource connection manager * * Provides an interface for loading and enumerating connections defined in app/Config/database.php * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed un...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/ConnectionManager.php
PHP
gpl3
7,358
<?php /** * Behavior for binding management. * * Behavior to simplify manipulating a model's bindings when doing a find operation * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) * Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT L...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Behavior/ContainableBehavior.php
PHP
gpl3
14,518
<?php /** * ACL behavior class. * * Enables objects to easily tie into an ACL system * * PHP 5 * * CakePHP : 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 informa...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Behavior/AclBehavior.php
PHP
gpl3
4,314
<?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/Model/Behavior/TranslateBehavior.php
PHP
gpl3
21,515
<?php /** * Tree behavior class. * * Enables a model object to act as a node-based tree. * * PHP 5 * * CakePHP : 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 inf...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Behavior/TreeBehavior.php
PHP
gpl3
37,655
<?php /** * DataSource base 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 * Redistribution...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Datasource/DataSource.php
PHP
gpl3
10,960
<?php /** * Database Session save handler. Allows saving session information into a model. * * 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 ...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Datasource/Session/DatabaseSession.php
PHP
gpl3
3,677
<?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/Model/Datasource/Session/CakeSessionHandlerInterface.php
PHP
gpl3
2,101
<?php /** * Cache Session save handler. Allows saving session information into Cache. * * 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 infor...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Datasource/Session/CacheSession.php
PHP
gpl3
2,615
<?php /** * Dbo Source * * 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/Model/Datasource/DboSource.php
PHP
gpl3
97,226
<?php /** * MySQL layer for DBO * * 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/Model/Datasource/Database/Mysql.php
PHP
gpl3
21,425
<?php /** * MS SQL Server layer for DBO * * 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/Model/Datasource/Database/Sqlserver.php
PHP
gpl3
22,791
<?php /** * SQLite layer for DBO * * 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/Model/Datasource/Database/Sqlite.php
PHP
gpl3
15,591
<?php /** * PostgreSQL layer for DBO. * * 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/Model/Datasource/Database/Postgres.php
PHP
gpl3
27,077
<?php /** * Session class for Cake. * * Cake abstracts the handling of sessions. * There are several convenient methods to access session information. * This class is the implementation of those methods. * They are mostly used by the Session Component. * * PHP 5 * * CakePHP(tm) : Rapid Development Framework (...
100-percent-breakthrough
trunk/CakePHP/lib/Cake/Model/Datasource/CakeSession.php
PHP
gpl3
16,701