mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Cleaning up line endings
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4994 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
3700c963b5
commit
137fea94c6
22 changed files with 22 additions and 22 deletions
|
@ -200,4 +200,4 @@
|
|||
* 'expiryField' => 'expires'));
|
||||
*/
|
||||
$cakeCache = array('File');
|
||||
?>
|
||||
?>
|
|
@ -40,4 +40,4 @@ if ($pos === false) {
|
|||
} else {
|
||||
header('HTTP/1.1 404 Not Found');
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -522,4 +522,4 @@ class Dispatcher extends Object {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -173,4 +173,4 @@ class ClassRegistry {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -509,4 +509,4 @@ class EmailComponent extends Object{
|
|||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -1145,4 +1145,4 @@ class Controller extends Object {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -565,4 +565,4 @@ class DboMysql extends DboSource {
|
|||
return $query;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -427,4 +427,4 @@ class DboMysqli extends DboSource {
|
|||
return $query;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -630,4 +630,4 @@ class DboPostgres extends DboSource {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -1811,4 +1811,4 @@ class DboSource extends DataSource {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -2138,4 +2138,4 @@ if (!defined('CAKEPHP_UNIT_TEST_EXECUTION')) {
|
|||
Overloadable::overload('Model');
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -791,4 +791,4 @@ if(!function_exists('http_build_query')) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -627,4 +627,4 @@ class Helper extends Overloadable {
|
|||
} while ($oldstring != $this->__cleaned);
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -1132,4 +1132,4 @@ class FormHelper extends AppHelper {
|
|||
return $this->__options[$name];
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -665,4 +665,4 @@ class HtmlHelper extends AppHelper {
|
|||
return $this->output(sprintf($this->tags[$tag], $this->_parseAttributes($attributes, null, ' ', ''), $text));
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -108,4 +108,4 @@ class NumberHelper extends AppHelper {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -249,4 +249,4 @@ class ThemeView extends View {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -953,4 +953,4 @@ class View extends Object {
|
|||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -2353,4 +2353,4 @@ class Bake {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -40,4 +40,4 @@ if ($pos === false) {
|
|||
} else {
|
||||
header('HTTP/1.1 404 Not Found');
|
||||
}
|
||||
?>
|
||||
?>
|
|
@ -1835,4 +1835,4 @@ function testRecursiveFindAllWithLimit() {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
|
@ -365,4 +365,4 @@ class HtmlTestManager extends TestManager {
|
|||
return $buffer;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
Loading…
Add table
Reference in a new issue