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 /** * 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/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/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/lib/Cake/Network/Email/CakeEmail.php
PHP
gpl3
39,228
<?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/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/lib/Cake/Event/CakeEvent.php
PHP
gpl3
2,994
<?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/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/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/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/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/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/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/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/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/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/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/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/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/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/lib/Cake/Console/Command/SchemaShell.php
PHP
gpl3
15,584
<?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/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/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/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/lib/Cake/Console/Command/Task/ProjectTask.php
PHP
gpl3
14,799
<?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/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/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/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/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/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/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/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/lib/Cake/Console/Command/Task/TestTask.php
PHP
gpl3
17,593
<?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/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/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/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/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/lib/Cake/Console/cake.php
PHP
gpl3
1,539
#!/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/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/lib/Cake/Console/.svn/text-base/cake.php.svn-base
PHP
gpl3
1,539
<?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/lib/Cake/Console/Shell.php
PHP
gpl3
23,230
<?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/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/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/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/lib/Cake/Console/Templates/skel/View/Pages/home.ctp
PHP
gpl3
8,738
<?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/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/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/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/lib/Cake/Console/Templates/skel/View/Layouts/ajax.ctp
PHP
gpl3
705
<?php echo $this->fetch('content'); ?>
100-percent-breakthrough
trunk/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/lib/Cake/Console/Templates/skel/Config/core.php
PHP
gpl3
12,885
<?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/lib/Cake/Console/Templates/skel/Config/bootstrap.php
PHP
gpl3
5,143
<?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/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/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/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/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/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/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/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/lib/Cake/Console/Templates/default/actions/controller_actions.ctp
PHP
gpl3
5,971
<?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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/lib/Cake/Config/unicode/casefolding/ff00_ffef.php
PHP
gpl3
5,302