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 |
|---|---|---|---|---|---|
<div class="users form">
<!--nocache-->
<?php echo $this->Form->create('User'); ?>
<fieldset>
<legend><?php echo __('Add User'); ?></legend>
<?php
echo $this->Form->input('username');
echo $this->Form->input('email');
echo $this->Form->input('password');
?>
</fieldset>
<?php echo $this->Form->end... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/cache_form.ctp | PHP | gpl3 | 357 |
<?php $this->extend('extend_loop_inner'); ?>
Outer element.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/extend_loop.ctp | PHP | gpl3 | 60 |
test_app posts add/edit scaffold view | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/scaffold.form.ctp | PHP | gpl3 | 37 |
<?php $this->extend('extend_self'); ?>
To infinifty and beyond.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/extend_self.ctp | PHP | gpl3 | 64 |
<?php echo $this->element('test_element'); ?>
<?php $this->extend('parent_view'); ?>
The view
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/extend_with_element.ctp | PHP | gpl3 | 94 |
<?php
echo $html;
echo $this->Html->link('Test link', '#');
?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/helper_overwrite.ctp | PHP | gpl3 | 62 |
<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/parent_1.ctp | PHP | gpl3 | 101 |
<?php
$this->extend('parent_1');
$this->assign('sidebar', 'Sidebar Content.');
?>
This is the first template.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Posts/nested_extends.ctp | PHP | gpl3 | 110 |
<?php
$count = 10;
$messages = array('count' => 10);
// Plural
echo __n('You have %d new message.', 'You have %d new messages.', $count);
echo __n('You deleted %d message.', 'You deleted %d messages.', $messages['count']);
// Domain Plural
echo __dn('domain', 'You have %d new message (domain).', 'You have %d new mess... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Pages/extract.ctp | PHP | gpl3 | 913 |
<?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/Test/test_app/View/Pages/home.ctp | PHP | gpl3 | 6,926 |
Empty page with a dot in the filename.
Used to test plugin.view and missing plugins.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Pages/page.home.ctp | PHP | gpl3 | 85 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.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 reta... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/html/image.ctp | PHP | gpl3 | 790 |
Before the element.
<?php echo $this->element('html_call'); ?>
After the element. | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/html/nested_element.ctp | PHP | gpl3 | 81 |
<?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/Test/test_app/View/Emails/html/default.ctp | PHP | gpl3 | 811 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.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 reta... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/html/japanese.ctp | PHP | gpl3 | 911 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.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 reta... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/html/custom.ctp | PHP | gpl3 | 878 |
<?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/Test/test_app/View/Emails/text/wide.ctp | PHP | gpl3 | 798 |
<?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/Test/test_app/View/Emails/text/default.ctp | PHP | gpl3 | 717 |
<?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/Test/test_app/View/Emails/text/custom_helper.ctp | PHP | gpl3 | 725 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.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 reta... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/text/japanese.ctp | PHP | gpl3 | 897 |
<?php
/**
*
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://www.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 reta... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Emails/text/custom.ctp | PHP | gpl3 | 864 |
<?php echo $scripts_for_layout; ?>
<script type="text/javascript"><?php echo $content_for_layout; ?></script> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/js/default.ctp | PHP | gpl3 | 109 |
<body>
<?php
echo $this->Banana->peel();
?>
</body> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/banana.ctp | PHP | gpl3 | 52 |
<?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/Test/test_app/View/Layouts/ajax.ctp | PHP | gpl3 | 716 |
<?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/Test/test_app/View/Layouts/multi_cache.ctp | PHP | gpl3 | 1,479 |
<?php echo '<?xml version="1.0" encoding="' . Configure::read('App.encoding') . '"?>'; ?>
<?php echo $content_for_layout; ?>
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/xml/default.ctp | PHP | gpl3 | 125 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php echo $title_for_layout; ?></title>
<!--nocache--><?php $x = 1; ?><!--/nocache-->
</head>
<body>
<!--nocache--><?php $x++; ?><!--/nocache-->
<!--nocache--><?php $x++; ?><!--/nocache-->
<?php echo $content_for_layout; ?>
<!--nocache--><... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/cache_empty_sections.ctp | PHP | gpl3 | 389 |
<?php echo $content_for_layout; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/json/default.ctp | PHP | gpl3 | 34 |
<?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/Test/test_app/View/Layouts/flash.ctp | PHP | gpl3 | 1,219 |
<?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/Test/test_app/View/Layouts/default.ctp | PHP | gpl3 | 1,601 |
<?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/Test/test_app/View/Layouts/Emails/html/thin.ctp | PHP | gpl3 | 932 |
<?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/Test/test_app/View/Layouts/Emails/html/default.ctp | PHP | gpl3 | 965 |
<?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/Test/test_app/View/Layouts/Emails/html/japanese.ctp | PHP | gpl3 | 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/lib/Cake/Test/test_app/View/Layouts/Emails/text/default.ctp | PHP | gpl3 | 798 |
<?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/Test/test_app/View/Layouts/Emails/text/japanese.ctp | PHP | gpl3 | 810 |
<?php
/* SVN FILE: $Id: ajax2.ctp 7062 2008-05-30 11:29:53Z nate $ */
/**
*
* 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, plea... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/ajax2.ctp | PHP | gpl3 | 787 |
<?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/Test/test_app/View/Layouts/cache_layout.ctp | PHP | gpl3 | 920 |
<?php
echo $rss->header();
if (!isset($channel)) {
$channel = array();
}
if (!isset($channel['title'])) {
$channel['title'] = $title_for_layout;
}
echo $rss->document(
$rss->channel(
array(), $channel, $content_for_layout
)
);
?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Layouts/rss/default.ctp | PHP | gpl3 | 238 |
<?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/Test/test_app/View/Errors/error500.ctp | PHP | gpl3 | 936 |
<?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/Test/test_app/View/Errors/error400.ctp | PHP | gpl3 | 998 |
This is the TestsAppsController index view <?php echo isset($var) ? $var : ''; ?>
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/TestsApps/index.ctp | PHP | gpl3 | 82 |
{"cakephp":"cool"} | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/TestsApps/json/index.ctp | PHP | gpl3 | 18 |
<div id="notificationLayout">
<h1><?php echo $name; ?></h1>
<h3><?php echo $title; ?></h3>
<p><?php echo $message; ?></p>
</div> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/session_helper.ctp | PHP | gpl3 | 131 |
<h2>Cache Me</h2>
<p>B. In Plain Element</p>
<?php $this->log('2. in plain element') ?>
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/nocache/plain.ctp | PHP | gpl3 | 91 |
<?php echo $this->element('nocache/sub2'); ?>
<!--nocache-->
<?php $foobar = 'in sub1'; ?>
<?php echo $foobar; ?>
<!--/nocache-->
<?php echo 'printing: "' . $foobar . '"'; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/nocache/sub1.ctp | PHP | gpl3 | 178 |
<h2>Cache Me</h2>
<!--nocache-->
<p>F. In Element With No Cache Tags</p>
<?php $this->log('6. in element with no cache tags') ?>
<!--/nocache-->
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/nocache/contains_nocache.ctp | PHP | gpl3 | 147 |
<!--nocache-->
<?php $barfoo = 'in sub2'; ?>
<?php echo $barfoo; ?>
<!--/nocache-->
<?php echo 'printing: "' . $barfoo . '"'; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/nocache/sub2.ctp | PHP | gpl3 | 131 |
<?php $this->extend('noneexistent_parent_element'); ?>
Element content.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/extended_missing_element.ctp | PHP | gpl3 | 72 |
Parent Element.
<?php echo $this->fetch('content'); ?>
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/parent_element.ctp | PHP | gpl3 | 55 |
<?php echo gettype($form); ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/type_check.ctp | PHP | gpl3 | 29 |
<?php echo 'this is the test element'; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/test_element.ctp | PHP | gpl3 | 41 |
<?php $this->extend('parent_element'); ?>
Element content.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/extended_element.ctp | PHP | gpl3 | 59 |
<?php
echo $this->Html->link('Test', 'http://example.com');
?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/View/Elements/html_call.ctp | PHP | gpl3 | 62 |
<?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/Test/test_app/View/Helper/BananaHelper.php | PHP | gpl3 | 795 |
<?php
class TestAppEngine {
}
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Utility/TestAppEngine.php | PHP | gpl3 | 32 |
Into TestPlugin.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Emails/text/test_plugin_tpl.ctp | PHP | gpl3 | 17 |
test plugin default layout | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/default.ctp | PHP | gpl3 | 26 |
<?php echo $content_for_layout; ?>
This email was sent using the TestPlugin.
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Layouts/Emails/text/plug_default.ctp | PHP | gpl3 | 79 |
<?php echo 'this is the plugin element using params[plugin]'; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/plugin_element.ctp | PHP | gpl3 | 64 |
<?php echo 'this is the test set using View::$plugin plugin element'; ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/test_plugin_element.ctp | PHP | gpl3 | 72 |
Content from TestPlugin.Elements/sub_dir/sub_element
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/sub_dir/sub_element.ctp | PHP | gpl3 | 53 |
<?php __('This is a translatable string'); ?> | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Elements/translate.ctp | PHP | gpl3 | 45 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/PluggedHelperHelper.php | PHP | gpl3 | 873 |
<?php
class TestPluginAppHelper extends AppHelper {
}
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/TestPluginAppHelper.php | PHP | gpl3 | 55 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Helper/OtherHelperHelper.php | PHP | gpl3 | 857 |
test plugin index | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/index.ctp | PHP | gpl3 | 17 |
test_plugin add/edit scaffold view | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/View/Tests/scaffold.form.ctp | PHP | gpl3 | 34 |
<?php
class TestPluginEngine {
}
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Utility/TestPluginEngine.php | PHP | gpl3 | 35 |
alert("Test App"); | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/js/test_plugin/test.js | JavaScript | gpl3 | 18 |
alert('I am a root level file!'); | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/root.js | JavaScript | gpl3 | 33 |
this is the test plugin asset css file
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/webroot/css/test_plugin_asset.css | CSS | gpl3 | 39 |
<?php
/**
* Test Suite TestPlugin AppController
*
* 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 LI... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginAppController.php | PHP | gpl3 | 879 |
<?php
/**
* TestPluginController used by Dispatcher test to test plugin shortcut urls.
*
* 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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestPluginController.php | PHP | gpl3 | 1,019 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/TestsController.php | PHP | gpl3 | 1,124 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/OtherComponent.php | PHP | gpl3 | 821 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginComponent.php | PHP | gpl3 | 905 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/PluginsComponent.php | PHP | gpl3 | 877 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Controller/Component/TestPluginOtherComponent.php | PHP | gpl3 | 840 |
<?php
/**
* Test Suite TestPlugin Other Library
*
* 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 LI... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginOtherLibrary.php | PHP | gpl3 | 800 |
<?php
/**
* Test Suite TestPlugin Library
*
* 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/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/TestPluginLibrary.php | PHP | gpl3 | 794 |
<?php
/**
* Test Suite CustomLibClass Library
*
* 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/Test/test_app/Plugin/TestPlugin/Lib/Custom/Package/CustomLibClass.php | PHP | gpl3 | 810 |
<?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/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/TestDispatcherFilter.php | PHP | gpl3 | 963 |
<?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/Test/test_app/Plugin/TestPlugin/Lib/Routing/Filter/Test2DispatcherFilter.php | PHP | gpl3 | 1,020 |
<?php
App::uses('CakeRoute', 'Routing/Route');
class TestRoute extends CakeRoute {
}
| 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Routing/Route/TestRoute.php | PHP | gpl3 | 88 |
<?php
/**
* Test Suite Test Plugin Cache Engine class.
*
* 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... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Cache/Engine/TestPluginCacheEngine.php | PHP | gpl3 | 1,144 |
<?php
/**
* Exception Renderer
*
* Provides Exception rendering features. Which allow exceptions to be rendered
* as HTML pages.
*
* 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/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Error/TestPluginExceptionRenderer.php | PHP | gpl3 | 1,051 |
<?php
/**
* Test Suite Test Plugin Logging stream class.
*
* 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 s... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Lib/Log/Engine/TestPluginLog.php | PHP | gpl3 | 924 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php | PHP | gpl3 | 962 |
<?php
/**
* Testing task in a plugin
*
* 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/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php | PHP | gpl3 | 809 |
<?php
Configure::write('CakePluginTest.test_plugin.routes', 'loaded plugin routes'); | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/routes.php | PHP | gpl3 | 84 |
;<?php exit() ?>
; SVN FILE: $Id$
;/**
; * Test App Ini Based Acl Config 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
; * Redistributions of files must r... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php | PHP | gpl3 | 1,265 |
<?php
/**
* Test Suite TestPlugin config 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 LIC... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php | PHP | gpl3 | 851 |
<?php
Configure::write('CakePluginTest.test_plugin.custom', 'loaded plugin custom config'); | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/custom_config.php | PHP | gpl3 | 91 |
<?php
Configure::write('CakePluginTest.test_plugin.bootstrap', 'loaded plugin bootstrap'); | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/bootstrap.php | PHP | gpl3 | 90 |
<?php
/**
* TestAppSchema file
*
* Use for testing the loading of schema files from plugins.
*
* 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 lice... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php | PHP | gpl3 | 1,569 |
<?php
/**
* Test Suite TestPlugin config 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 LIC... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php | PHP | gpl3 | 841 |
<?php
/**
* Test Plugin Post Model
*
*
*
* 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 information, please see the LICENSE.txt
* Redistribut... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginPost.php | PHP | gpl3 | 1,578 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterTwoBehavior.php | PHP | gpl3 | 1,233 |
<?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/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/Behavior/TestPluginPersisterOneBehavior.php | PHP | gpl3 | 1,233 |
<?php
/**
* Test Plugin Auth User Model
*
* 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 information, please see the LICENSE.txt
* Redistributi... | 100-percent-breakthrough | trunk/lib/Cake/Test/test_app/Plugin/TestPlugin/Model/TestPluginAuthUser.php | PHP | gpl3 | 1,016 |