OSDN Git Service

Remove PHP closing tag
authorSotaro Karasawa <sotaro.k@gmail.com>
Wed, 26 Aug 2009 04:28:02 +0000 (13:28 +0900)
committerSotaro Karasawa <sotaro.k@gmail.com>
Wed, 26 Aug 2009 04:42:39 +0000 (13:42 +0900)
215 files changed:
Ethna.php
bin/ethna_handle.php
bin/ethna_make_package.php
bin/ethna_run_test.php
class/Action/Ethna_Action_Info.php
class/Action/Ethna_Action_UnitTest.php
class/CLI/Ethna_CLI_ActionClass.php
class/DB/Ethna_DB_ADOdb.php
class/DB/Ethna_DB_Creole.php
class/DB/Ethna_DB_PEAR.php
class/Ethna_ActionClass.php
class/Ethna_ActionError.php
class/Ethna_ActionForm.php
class/Ethna_AppManager.php
class/Ethna_AppObject.php
class/Ethna_AppSQL.php
class/Ethna_AppSearchObject.php
class/Ethna_Backend.php
class/Ethna_CacheManager.php
class/Ethna_ClassFactory.php
class/Ethna_Config.php
class/Ethna_Controller.php
class/Ethna_DB.php
class/Ethna_Error.php
class/Ethna_Filter.php
class/Ethna_Generator.php
class/Ethna_Getopt.php
class/Ethna_Handle.php
class/Ethna_I18N.php
class/Ethna_InfoManager.php
class/Ethna_Logger.php
class/Ethna_MailSender.php
class/Ethna_PearWrapper.php
class/Ethna_Plugin.php
class/Ethna_Renderer.php
class/Ethna_Session.php
class/Ethna_UnitTestCase.php
class/Ethna_UnitTestManager.php
class/Ethna_UnitTestReporter.php
class/Ethna_UrlHandler.php
class/Ethna_Util.php
class/Ethna_ViewClass.php
class/Plugin/Cachemanager.php
class/Plugin/Cachemanager/Localfile.php
class/Plugin/Cachemanager/Memcache.php
class/Plugin/Csrf.php
class/Plugin/Csrf/Session.php
class/Plugin/Filter.php
class/Plugin/Generator.php
class/Plugin/Generator/Action.php
class/Plugin/Generator/ActionTest.php
class/Plugin/Generator/AppManager.php
class/Plugin/Generator/AppObject.php
class/Plugin/Generator/CreatePlugin.php
class/Plugin/Generator/EntryPoint.php
class/Plugin/Generator/I18n.php
class/Plugin/Generator/Project.php
class/Plugin/Generator/Template.php
class/Plugin/Generator/View.php
class/Plugin/Generator/ViewTest.php
class/Plugin/Handle.php
class/Plugin/Handle/AddAction.php
class/Plugin/Handle/AddActionTest.php
class/Plugin/Handle/AddAppManager.php
class/Plugin/Handle/AddAppObject.php
class/Plugin/Handle/AddEntryPoint.php
class/Plugin/Handle/AddProject.php
class/Plugin/Handle/AddTemplate.php
class/Plugin/Handle/AddView.php
class/Plugin/Handle/AddViewTest.php
class/Plugin/Handle/ClearCache.php
class/Plugin/Handle/CreatePlugin.php
class/Plugin/Handle/Help.php
class/Plugin/Handle/I18n.php
class/Plugin/Handle/MakePluginPackage.php
class/Plugin/Handle/PearLocal.php
class/Plugin/Logwriter.php
class/Plugin/Logwriter/Alertmail.php
class/Plugin/Logwriter/Default.php
class/Plugin/Logwriter/Echo.php
class/Plugin/Logwriter/File.php
class/Plugin/Logwriter/Syslog.php
class/Plugin/Urlhandler.php
class/Plugin/Validator.php
class/Plugin/Validator/Custom.php
class/Plugin/Validator/File.php
class/Plugin/Validator/Max.php
class/Plugin/Validator/Mbregexp.php
class/Plugin/Validator/Mbstrmax.php
class/Plugin/Validator/Mbstrmin.php
class/Plugin/Validator/Min.php
class/Plugin/Validator/Regexp.php
class/Plugin/Validator/Required.php
class/Plugin/Validator/Strmax.php
class/Plugin/Validator/Strmaxcompat.php
class/Plugin/Validator/Strmin.php
class/Plugin/Validator/Strmincompat.php
class/Plugin/Validator/Type.php
class/Renderer/Ethna_Renderer_Rhaco.php
class/Renderer/Ethna_Renderer_Smarty.php
class/SOAP/Ethna_SOAP_ActionForm.php
class/SOAP/Ethna_SOAP_Gateway.php
class/SOAP/Ethna_SOAP_GatewayGenerator.php
class/SOAP/Ethna_SOAP_Util.php
class/SOAP/Ethna_SOAP_WsdlGenerator.php
class/View/Ethna_View_403.php
class/View/Ethna_View_404.php
class/View/Ethna_View_500.php
class/View/Ethna_View_Info.php
class/View/Ethna_View_Json.php
class/View/Ethna_View_List.php
class/View/Ethna_View_Redirect.php
class/View/Ethna_View_UnitTest.php
skel/app.action.default.php
skel/app.actionclass.php
skel/app.actionform.php
skel/app.controller.php
skel/app.error.php
skel/app.plugin.filter.default.php
skel/app.unittest.php
skel/app.url_handler.php
skel/app.view.default.php
skel/app.viewclass.php
skel/etc.ini.php
skel/plugin/skel.plugin.f.php
skel/plugin/skel.plugin.sb.php
skel/plugin/skel.plugin.sf.php
skel/plugin/skel.plugin.sm.php
skel/plugin/skel.plugin.v.php
skel/skel.action.php
skel/skel.action_cli.php
skel/skel.action_test.php
skel/skel.action_xmlrpc.php
skel/skel.app_manager.php
skel/skel.app_object.php
skel/skel.entry_cli.php
skel/skel.entry_www.php
skel/skel.test.php
skel/skel.view.php
skel/skel.view_test.php
skel/www.index.php
skel/www.info.php
skel/www.unittest.php
skel/www.xmlrpc.php
test/Ethna_ActionError_Test.php
test/Ethna_ActionForm_Filter_Test.php
test/Ethna_ActionForm_FormTemplate_Test.php
test/Ethna_ActionForm_MultiArray_Test.php
test/Ethna_ActionForm_Test.php
test/Ethna_ActionForm_Validator_Custom_Test.php
test/Ethna_ActionForm_Validator_Max_Test.php
test/Ethna_ActionForm_Validator_Mbregexp_Test.php
test/Ethna_ActionForm_Validator_Mbstrmax_Test.php
test/Ethna_ActionForm_Validator_Mbstrmin_Test.php
test/Ethna_ActionForm_Validator_Min_Test.php
test/Ethna_ActionForm_Validator_Regexp_Test.php
test/Ethna_ActionForm_Validator_Required_Test.php
test/Ethna_ActionForm_Validator_Strmax_Test.php
test/Ethna_ActionForm_Validator_Strmaxcompat_Test.php
test/Ethna_ActionForm_Validator_Strmin_Test.php
test/Ethna_ActionForm_Validator_Strmincompat_Test.php
test/Ethna_ActionForm_Validator_Type_Test.php
test/Ethna_ClassFactory_Test.php
test/Ethna_Class_Test.php
test/Ethna_Config_Test.php
test/Ethna_Controller_Test.php
test/Ethna_Error_Test.php
test/Ethna_Getopt_Test.php
test/Ethna_I18N_Test.php
test/Ethna_Logger_Test.php
test/Ethna_MockProject.php
test/Ethna_MocktestManager.php
test/Ethna_Session_Test.php
test/Ethna_UnitTestBase.php
test/Ethna_UrlHandler_Test.php
test/Ethna_Util_Test.php
test/Ethna_ViewClass_FormHelper_Test.php
test/Ethna_ViewClass_Test.php
test/Plugin/Abstract/Ethna_Plugin_Abstract_Test.php
test/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Localfile_Test.php
test/Plugin/Cachemanager/Ethna_Plugin_Cachemanager_Memcache_Test.php
test/Plugin/Csrf/Ethna_Plugin_Csrf_Session_Test.php [changed mode: 0755->0644]
test/Plugin/Handle/Ethna_Plugin_Handle_AddTemplate_Test.php
test/Plugin/Handle/Ethna_Plugin_Handle_I18n_Test.php
test/Plugin/Handle/Ethna_Plugin_Handle_PearLocal_Test.php
test/Plugin/Logwriter/Ethna_Plugin_Logwriter_Echo_Test.php
test/Plugin/Logwriter/Ethna_Plugin_Logwriter_File_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_function_select_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_modifier_checkbox_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_modifier_explode_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_modifier_select_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_modifier_unique_Test.php
test/Plugin/Smarty/Ethna_Plugin_Smarty_modifier_wordwrap_i18n_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Custom_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Max_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Mbregexp_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Mbstrmax_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Mbstrmin_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Min_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Regexp_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Required_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Strmax_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Strmaxcompat_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Strmin_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Strmincompat_Test.php
test/Plugin/Validator/Ethna_Plugin_Validator_Type_Test.php
test/TextDetailReporter.php
test/skel/app.controller.php
test/skel/skel.action.404.php
test/skel/skel.action.500.php
test/skel/skel.action.formhelper.php
test/skel/skel.action.i18ntest.php
test/skel/skel.action.json.php
test/skel/skel.action.redirect.php
test/skel/skel.view.i18ntest.php

index 8c4e5e3..789b3d5 100644 (file)
--- a/Ethna.php
+++ b/Ethna.php
@@ -477,4 +477,3 @@ class Ethna
 }
 // }}}
 
-?>
index 8f91eab..8c4a90a 100644 (file)
@@ -120,4 +120,3 @@ http://ethna.jp/
 EOD;
     printf($version, ETHNA_VERSION, PHP_VERSION, date('Y'));
 }
-?>
index 437f377..55b9849 100644 (file)
@@ -123,4 +123,3 @@ if ($is_old_package) {
 } else {
     $packagexml->writePackageFile();
 }
-?>
index c5d9107..676e61d 100644 (file)
@@ -113,4 +113,3 @@ function getFileList($dir_path)
 }
 //}}}
 
-?>
index d9c27bb..799367a 100644 (file)
@@ -61,4 +61,3 @@ class Ethna_Action_Info extends Ethna_ActionClass
     }
 }
 // }}}
-?>
index 2c01bcd..1ed1f62 100644 (file)
@@ -56,4 +56,3 @@ class Ethna_Action_UnitTest extends Ethna_ActionClass
         return '__ethna_unittest__';
     }
 }
-?>
index b98fd8f..a158d0f 100644 (file)
@@ -33,4 +33,3 @@ class Ethna_CLI_ActionClass extends Ethna_ActionClass
     }
 }
 // }}}
-?>
index a63b890..30018e3 100644 (file)
@@ -430,4 +430,3 @@ class Ethna_DB_ADOdb extends Ethna_DB
     // }}}
 }
 
-?>
index d69c5f3..dc91dc9 100644 (file)
@@ -133,4 +133,3 @@ class Ethna_DB_Creole extends Ethna_DB
         return $this->db->prepareStatement($sql);
     }
 }
-?>
index 30b3029..3b910b9 100644 (file)
@@ -537,4 +537,3 @@ class Ethna_DB_PEAR extends Ethna_DB
     // }}}
 }
 // }}}
-?>
index a76411c..dcb475b 100644 (file)
@@ -113,4 +113,3 @@ class Ethna_ActionClass
     }
 }
 // }}}
-?>
index 56560f5..c408960 100644 (file)
@@ -222,4 +222,3 @@ class Ethna_ActionError
     }
 }
 // }}}
-?>
index 5417a96..d618d28 100644 (file)
@@ -1418,4 +1418,3 @@ class Ethna_ActionForm
 }
 // }}}
 
-?>
index eb11706..bdfd15e 100644 (file)
@@ -278,4 +278,3 @@ class Ethna_AppManager
     }
 }
 // }}}
-?>
index 8eb1a17..8b3ec3d 100644 (file)
@@ -1655,4 +1655,3 @@ class Ethna_AppObject
     // }}}
 }
 // }}}
-?>
index be58860..e877f58 100644 (file)
@@ -168,4 +168,3 @@ class Ethna_AppSQL
     }
 }
 // }}}
-?>
index 1363fbd..281ffcd 100644 (file)
@@ -144,4 +144,3 @@ class Ethna_AppSearchObject
     }
 }
 // }}}
-?>
index 8b42b1e..6933496 100644 (file)
@@ -490,4 +490,3 @@ class Ethna_Backend
     }
 }
 // }}}
-?>
index f24672d..14b63fb 100644 (file)
@@ -35,4 +35,3 @@ class Ethna_CacheManager
         return $cache_manager;
     }
 }
-?>
index ea586a6..4250c79 100644 (file)
@@ -417,4 +417,3 @@ class Ethna_ClassFactory
     }
 }
 // }}}
-?>
index c6e7af8..c9cabc9 100644 (file)
@@ -158,7 +158,7 @@ class Ethna_Config
         foreach ($this->config as $key => $value) {
             $this->_setConfigValue($lh, $key, $value, 0);
         }
-        fwrite($lh, ");\n?>\n");
+        fwrite($lh, ");\n");
 
         Ethna_Util::unlockFile($lh);
 
@@ -196,4 +196,3 @@ class Ethna_Config
     }
 }
 // }}}
-?>
index f164808..d84b521 100644 (file)
@@ -2212,4 +2212,3 @@ function _Ethna_XmlrpcGateway($method_stub, $param)
     }
     return $r;
 }
-?>
index 42718ad..09aabd2 100644 (file)
@@ -133,4 +133,3 @@ class Ethna_DB
     }
 }
 // }}}
-?>
index 22ec850..3963871 100644 (file)
@@ -262,4 +262,3 @@ class Ethna_Error
 }
 // }}}
 
-?>
index 0fecd4b..b620af5 100644 (file)
@@ -104,4 +104,3 @@ class Ethna_Filter
     }
 }
 // }}}
-?>
index eb18949..1727022 100644 (file)
@@ -100,4 +100,3 @@ class Ethna_Generator
     }
 }
 // }}}
-?>
index 3af565b..c627f78 100644 (file)
@@ -329,4 +329,3 @@ class Ethna_Getopt
 
 // }}}
 
-?>
index 65ea20c..17c1352 100644 (file)
@@ -208,4 +208,3 @@ class Ethna_Handle
     // }}}
 }
 // }}}
-?>
index 3e7f05b..8b8fdb6 100644 (file)
@@ -387,4 +387,3 @@ class Ethna_I18N
 }
 // }}}
 
-?>
index 824d7f0..bbfda47 100644 (file)
@@ -749,4 +749,3 @@ class Ethna_InfoManager extends Ethna_AppManager
 }
 // }}}
 
-?>
index 23c7e3d..461258b 100644 (file)
@@ -566,4 +566,3 @@ class Ethna_Logger extends Ethna_AppManager
     // }}}
 }
 // }}}
-?>
index 7bc53e3..cb0bb3c 100644 (file)
@@ -290,4 +290,3 @@ class Ethna_MailSender
     }
 }
 // }}}
-?>
index 39ba453..e6d7001 100644 (file)
@@ -674,4 +674,3 @@ class Ethna_PearWrapper
 }
 // }}}
 
-?>
index 0f8b49b..883ca72 100644 (file)
@@ -525,4 +525,3 @@ class Ethna_Plugin
     // }}}
 }
 // }}}
-?>
index ded414d..7aa1ec4 100644 (file)
@@ -297,4 +297,3 @@ class Ethna_Renderer
     // }}}
 }
 // }}}
-?>
index 1eca58a..460d12e 100644 (file)
@@ -322,4 +322,3 @@ class Ethna_Session
     }
 }
 // }}}
-?>
index fe56d01..75537f9 100644 (file)
@@ -178,4 +178,3 @@ class Ethna_UnitTestCase extends UnitTestCase
         $this->vc =& $this->view_class;
     }
 }
-?>
index a997940..a3f7ae5 100644 (file)
@@ -371,4 +371,3 @@ class Ethna_UnitTestManager extends Ethna_AppManager
         return array($reporter->report, $reporter->result);
     }
 }
-?>
index 73dc841..073b751 100644 (file)
@@ -170,4 +170,3 @@ class Ethna_UnitTestReporter extends SimpleReporter {
         return htmlentities($message, ENT_COMPAT, $this->_character_set);
     }
 }
-?>
index 90eafa2..9cb68c9 100644 (file)
@@ -397,4 +397,3 @@ class Ethna_UrlHandler
     // }}}
 }
 
-?>
index 7ba5a51..c3ab01a 100644 (file)
@@ -935,4 +935,3 @@ class Ethna_Util
     // }}}
 }
 // }}}
-?>
index 5e3f3e4..02297f6 100644 (file)
@@ -1200,4 +1200,3 @@ class Ethna_ViewClass
     // }}}
 }
 // }}}
-?>
index d916262..f12152f 100644 (file)
@@ -187,4 +187,3 @@ class Ethna_Plugin_Cachemanager extends Ethna_Plugin_Abstract
         return false;
     }
 }
-?>
index 1d889a7..89aaf80 100644 (file)
@@ -280,4 +280,3 @@ class Ethna_Plugin_Cachemanager_Localfile extends Ethna_Plugin_Cachemanager
         return preg_replace('/([^0-9A-Za-z_])/e', "sprintf('%%%02X', ord('\$1'))", $string);
     }
 }
-?>
index fe9aa57..79987be 100644 (file)
@@ -352,4 +352,3 @@ class Ethna_Plugin_Cachemanager_Memcache extends Ethna_Plugin_Cachemanager
         $this->compress = $flag;
     }
 }
-?>
index 8b7e2b7..4b69da6 100644 (file)
@@ -155,4 +155,3 @@ class Ethna_Plugin_Csrf extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index 8713c39..ff3ebaa 100644 (file)
@@ -97,4 +97,3 @@ class Ethna_Plugin_Csrf_Session extends Ethna_Plugin_Csrf
     }
 }
 // }}}
-?>
index b55048c..27e60f2 100644 (file)
@@ -108,4 +108,3 @@ class Ethna_Plugin_Filter extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index afb7b22..c9f00b9 100644 (file)
@@ -152,4 +152,3 @@ class Ethna_Plugin_Generator extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index 325bc0e..8cb902a 100644 (file)
@@ -84,4 +84,3 @@ class Ethna_Plugin_Generator_Action extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 32014ee..a3a438f 100644 (file)
@@ -81,4 +81,3 @@ class Ethna_Plugin_Generator_ActionTest extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 4481ba1..5580836 100644 (file)
@@ -52,4 +52,3 @@ class Ethna_Plugin_Generator_AppManager extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index a4c7898..ca050c1 100644 (file)
@@ -53,4 +53,3 @@ class Ethna_Plugin_Generator_AppObject extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 502b867..dc8562b 100644 (file)
@@ -142,4 +142,3 @@ class Ethna_Plugin_Generator_CreatePlugin extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 12f5d44..3fdfe49 100644 (file)
@@ -93,4 +93,3 @@ class Ethna_Plugin_Generator_EntryPoint extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 8e3e1b9..8a8b782 100644 (file)
@@ -551,4 +551,3 @@ class Ethna_Plugin_Generator_I18n extends Ethna_Plugin_Generator
 }
 // }}}
 
-?>
index 800a5e6..a8610f0 100644 (file)
@@ -224,4 +224,3 @@ class Ethna_Plugin_Generator_Project extends Ethna_Plugin_Generator
 }
 // }}}
 
-?>
index 98d9532..621bbb4 100644 (file)
@@ -70,4 +70,3 @@ class Ethna_Plugin_Generator_Template extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index c47cda9..92f857f 100644 (file)
@@ -68,4 +68,3 @@ class Ethna_Plugin_Generator_View extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 56ba4f6..20c8491 100644 (file)
@@ -78,4 +78,3 @@ class Ethna_Plugin_Generator_ViewTest extends Ethna_Plugin_Generator
     }
 }
 // }}}
-?>
index 587cf38..197b00d 100644 (file)
@@ -157,4 +157,3 @@ class Ethna_Plugin_Handle extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index e7fbb9f..f355b2a 100644 (file)
@@ -84,4 +84,3 @@ EOS;
     }
 }
 // }}}
-?>
index 84b98f3..d95eb43 100644 (file)
@@ -213,4 +213,3 @@ class Ethna_Plugin_Logwriter extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index 7836e64..383699b 100644 (file)
@@ -122,4 +122,3 @@ class Ethna_Plugin_Logwriter_Alertmail extends Ethna_Plugin_Logwriter
     }
 }
 // }}}
-?>
index d803ade..9a338be 100644 (file)
@@ -21,4 +21,3 @@ class Ethna_Plugin_Logwriter_Default extends Ethna_Plugin_Logwriter
 {
 }
 // }}}
-?>
index 5b2c600..d58558e 100644 (file)
@@ -65,4 +65,3 @@ class Ethna_Plugin_Logwriter_Echo extends Ethna_Plugin_Logwriter
     }
 }
 // }}}
-?>
index e0ff530..f35ead3 100644 (file)
@@ -153,4 +153,3 @@ class Ethna_Plugin_Logwriter_File extends Ethna_Plugin_Logwriter
     }
 }
 // }}}
-?>
index 0340b8b..30daaf9 100644 (file)
@@ -73,4 +73,3 @@ class Ethna_Plugin_Logwriter_Syslog extends Ethna_Plugin_Logwriter
     }
 }
 // }}}
-?>
index cfd67b1..dd0d020 100644 (file)
@@ -119,4 +119,3 @@ class Ethna_Plugin_Urlhandler extends Ethna_Plugin_Abstract
 }
 // }}}
 
-?>
index 20c4f98..7f6e4de 100644 (file)
@@ -165,4 +165,3 @@ class Ethna_Plugin_Validator extends Ethna_Plugin_Abstract
     }
 }
 // }}}
-?>
index 93e21de..78d2ed9 100644 (file)
@@ -55,4 +55,3 @@ class Ethna_Plugin_Validator_Custom extends Ethna_Plugin_Validator
     }
 }
 // }}}
-?>
index cc02964..c4cf290 100644 (file)
@@ -193,4 +193,3 @@ class Ethna_Plugin_Validator_File extends Ethna_Plugin_Validator
     }
 }
 // }}}
-?>
index bf2eee6..ab484cb 100644 (file)
@@ -126,4 +126,3 @@ class Ethna_Plugin_Validator_Max extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 7fc2c27..e79193c 100644 (file)
@@ -49,4 +49,3 @@ class Ethna_Plugin_Validator_Mbregexp extends Ethna_Plugin_Validator
     }
 }
 // }}}
-?>
index f149ca4..8aced30 100644 (file)
@@ -61,4 +61,3 @@ class Ethna_Plugin_Validator_Mbstrmax extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index d91c8f0..3573bcd 100644 (file)
@@ -61,4 +61,3 @@ class Ethna_Plugin_Validator_Mbstrmin extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 2ad81c2..28783aa 100644 (file)
@@ -124,4 +124,3 @@ class Ethna_Plugin_Validator_Min extends Ethna_Plugin_Validator
     }
 }
 // }}}
-?>
index 630b19d..81456ac 100644 (file)
@@ -52,4 +52,3 @@ class Ethna_Plugin_Validator_Regexp extends Ethna_Plugin_Validator
     }
 }
 // }}}
-?>
index b7f1a75..3531bf0 100644 (file)
@@ -130,4 +130,3 @@ class Ethna_Plugin_Validator_Required extends Ethna_Plugin_Validator
 
 }
 // }}}
-?>
index 53f4036..817e0c9 100644 (file)
@@ -61,4 +61,3 @@ class Ethna_Plugin_Validator_Strmax extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index d255c08..995377a 100644 (file)
@@ -72,4 +72,3 @@ class Ethna_Plugin_Validator_Strmaxcompat extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 782c680..07d6eb4 100644 (file)
@@ -60,4 +60,3 @@ class Ethna_Plugin_Validator_Strmin extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 20ffb88..c4e40b8 100644 (file)
@@ -71,4 +71,3 @@ class Ethna_Plugin_Validator_Strmincompat extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 522ed07..b995bc9 100644 (file)
@@ -92,4 +92,3 @@ class Ethna_Plugin_Validator_Type extends Ethna_Plugin_Validator
 }
 // }}}
 
-?>
index 4e0e5f4..ca03367 100644 (file)
@@ -363,4 +363,3 @@ class TemplateParser_Ethna extends TemplateParser
     }
 }
 
-?>
index 75979a4..d756d74 100644 (file)
@@ -206,4 +206,3 @@ class Ethna_Renderer_Smarty extends Ethna_Renderer
     }
 }
 // }}}
-?>
index 4243c88..fc5ee20 100644 (file)
@@ -45,4 +45,3 @@ class Ethna_SOAP_ActionForm extends Ethna_ActionForm
     }
 }
 // }}}
-?>
index 8cb2c4f..8fb19f6 100644 (file)
@@ -101,4 +101,3 @@ class Ethna_SOAP_Gateway
     }
 }
 // }}}
-?>
index 1b9f9fa..2bcb45f 100644 (file)
@@ -134,4 +134,3 @@ class Ethna_SOAP_Util
     }
 }
 // }}}
-?>
index 9551a57..b5f04cc 100644 (file)
@@ -39,4 +39,3 @@ class Ethna_View_403 extends Ethna_ViewClass
 
 }
 // }}}
-?>
index 8266885..03bf1dc 100644 (file)
@@ -39,4 +39,3 @@ class Ethna_View_404 extends Ethna_ViewClass
 
 }
 // }}}
-?>
index 8a9a469..4af394c 100644 (file)
@@ -39,4 +39,3 @@ class Ethna_View_500 extends Ethna_ViewClass
 
 }
 // }}}
-?>
index c91660b..3c765a4 100644 (file)
@@ -56,4 +56,3 @@ class Ethna_View_Info extends Ethna_ViewClass
     }
 }
 // }}}
-?>
index 3cc8d22..a4b25b9 100644 (file)
@@ -49,4 +49,3 @@ class Ethna_View_Json extends Ethna_ViewClass
     }
 }
 // }}}
-?>
index 3ed1d57..b2462de 100644 (file)
@@ -178,4 +178,3 @@ class Ethna_View_List extends Ethna_ViewClass
     }
 }
 // }}}
-?>
index ad6fa12..e8e44fd 100644 (file)
@@ -81,4 +81,3 @@ class Ethna_View_Redirect extends Ethna_ViewClass
     }
 }
 // }}}
-?>
index 14fd12c..8b434c0 100644 (file)
@@ -77,4 +77,3 @@ class Ethna_View_UnitTest extends Ethna_ViewClass
     }
 }
 
-?>
index f5a0a53..e9824c6 100644 (file)
@@ -104,4 +104,3 @@ class {$project_id}_Action_Index extends {$project_id}_ActionClass
     }
 }
 
-?>
index 3aa3490..f02b681 100644 (file)
@@ -56,4 +56,3 @@ class {$project_id}_ActionClass extends Ethna_ActionClass
 }
 // }}}
 
-?>
index 3d0708c..3593df9 100644 (file)
@@ -64,4 +64,3 @@ class {$project_id}_ActionForm extends Ethna_ActionForm
 }
 // }}}
 
-?>
index 566cbf9..716a6c2 100644 (file)
@@ -192,4 +192,3 @@ class {$project_id}_Controller extends Ethna_Controller
     }
 }
 
-?>
index 2aa8d98..74177f6 100644 (file)
@@ -16,4 +16,3 @@
  *  Example:
  *  define('E_LOGIN_INVALID', 256);
  */
-?>
index 034210f..b572954 100644 (file)
@@ -83,4 +83,3 @@ class Ethna_Plugin_Filter_ExecutionTime extends Ethna_Plugin_Filter
         print "\n<!-- page was processed in $time seconds -->\n";
     }
 }
-?>
index d0dbed7..1eb28a8 100644 (file)
@@ -29,4 +29,3 @@ class {$project_id}_UnitTestManager extends Ethna_UnitTestManager
          */
     );
 }
-?>
index d2812bc..b7547a2 100644 (file)
@@ -74,4 +74,3 @@ class {$project_id}_UrlHandler extends Ethna_UrlHandler
 }
 
 // vim: foldmethod=marker tabstop=4 shiftwidth=4 autoindent
-?>
index b097059..dfb8033 100644 (file)
@@ -26,4 +26,3 @@ class {$project_id}_View_Index extends {$project_id}_ViewClass
     }
 }
 
-?>
index 3920f79..5ad478e 100644 (file)
@@ -45,4 +45,3 @@ class {$project_id}_ViewClass extends Ethna_ViewClass
 }
 // }}}
 
-?>
index de10b9f..86f4399 100644 (file)
@@ -98,4 +98,3 @@ $config['plugin'] = array(
         //),
     ),
 );
-?>
index 9ccbf0a..8a2a127 100644 (file)
@@ -65,4 +65,3 @@ class Ethna_Plugin_Filter_{$plugin_name} extends Ethna_Plugin_Filter
     }
 }
 // }}}
-?>
index 44e7e50..ada61d1 100644 (file)
@@ -12,4 +12,3 @@
 function smarty_block_{$plugin_name}($params, $content, &$smarty, &$repeat)
 {
 }
-?>
index 30ee80a..cb4af5e 100644 (file)
@@ -12,4 +12,3 @@
 function smarty_function_{$plugin_name}($params, &$smarty)
 {
 }
-?>
index 1aae5a5..1555331 100644 (file)
@@ -12,4 +12,3 @@
 function smarty_modifier_{$plugin_name}($string)
 {
 }
-?>
index f6ef3f6..f92b43d 100644 (file)
@@ -46,4 +46,3 @@ class Ethna_Plugin_Validator_{$plugin_name} extends Ethna_Plugin_Validator
     // }}}
 }
 // }}}
-?>
index 6dbb28c..313d2f9 100644 (file)
@@ -98,4 +98,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index a99a321..6fc9f99 100644 (file)
@@ -98,4 +98,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index 0cc3628..a8521cd 100644 (file)
@@ -136,4 +136,3 @@ class {$action_class}_TestCase extends Ethna_UnitTestCase
     }
 }
 
-?>
index ae471fe..e23fdf3 100644 (file)
@@ -97,4 +97,3 @@ class {$action_class} extends {$project_id}_ActionClass
         return '{$action_name}';
     }
 }
-?>
index d4af361..a17b62f 100644 (file)
@@ -17,4 +17,3 @@
 class {$app_manager} extends Ethna_AppManager
 {
 }
-?>
index 82fb28d..2043ca0 100644 (file)
@@ -38,4 +38,3 @@ class {$app_object} extends Ethna_AppObject
     }
 }
 
-?>
index 28a0f27..e57de7d 100644 (file)
@@ -12,4 +12,3 @@ require_once '{$dir_app}/{$project_id}_Controller.php';
 ini_set('max_execution_time', 0);
 
 {$project_id}_Controller::main_CLI('{$project_id}_Controller', '{$action_name}');
-?>
index 3f09d72..81711ee 100644 (file)
@@ -9,4 +9,3 @@
 require_once '{$dir_app}/{$project_id}_Controller.php';
 
 {$project_id}_Controller::main('{$project_id}_Controller', '{$action_name}');
-?>
index b952614..8370e18 100644 (file)
@@ -53,4 +53,3 @@ class {$name}_TestCase extends Ethna_UnitTestCase
     }\r
 }\r
 \r
-?>\r
index b159d22..6a15284 100644 (file)
@@ -29,4 +29,3 @@ class {$view_class} extends {$project_id}_ViewClass
     }
 }
 
-?>
index 87cd004..f9f5315 100644 (file)
@@ -66,4 +66,3 @@ class {$view_class}_TestCase extends Ethna_UnitTestCase
         $this->fail('No Test! write Test!');
     }
 }
-?>
index f5f69ab..c3dac34 100644 (file)
@@ -2,4 +2,3 @@
 require_once dirname(__FILE__) . '/../app/{$project_id}_Controller.php';
 
 {$project_id}_Controller::main('{$project_id}_Controller', 'index');
-?>
index dcc668f..d4bb216 100644 (file)
@@ -5,4 +5,3 @@ require_once dirname(__FILE__) . '/../app/{$project_id}_Controller.php';
     '__ethna_info__',
     )
 );
-?>
index 6a245bb..1a4a8fa 100644 (file)
@@ -6,4 +6,3 @@ require_once dirname(__FILE__) . '/../app/{$project_id}_Controller.php';
     '__ethna_unittest__',
     )
 );
-?>
index 9e431fb..fe57f6a 100644 (file)
@@ -2,4 +2,3 @@
 require_once '{$basedir}/app/{$project_id}_Controller.php';
 
 {$project_id}_Controller::main_XMLRPC('{$project_id}_Controller');
-?>
index 6bd87ed..cb29e22 100644 (file)
@@ -95,4 +95,3 @@ class Ethna_ActionError_Test extends Ethna_UnitTestBase
 
 }
 
-?>
index 3c3664e..af19e2d 100644 (file)
@@ -199,4 +199,3 @@ class Ethna_ActionForm_Filter_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 207e3cd..1c05ccb 100644 (file)
@@ -94,4 +94,3 @@ class Ethna_ActionForm_FormTemplate_Test extends Ethna_UnitTestBase
     // }}}
 }
 // }}}
-?>
index 708dfa7..6d58e8e 100644 (file)
@@ -304,4 +304,3 @@ class Ethna_ActionForm_MultiArray_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index f13b53a..9385b1b 100644 (file)
@@ -186,4 +186,3 @@ class Ethna_ActionForm_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 298134b..47c5bc0 100644 (file)
@@ -276,4 +276,3 @@ class Ethna_ActionForm_Validator_Custom_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index d9a9f39..ff62f83 100644 (file)
@@ -250,4 +250,3 @@ class Ethna_ActionForm_Validator_Max_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 6af83a4..520a5f8 100644 (file)
@@ -59,4 +59,3 @@ class Ethna_ActionForm_Validator_Mbregexp_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 75e21a5..0dd4ea5 100644 (file)
@@ -71,4 +71,3 @@ class Ethna_ActionForm_Validator_Mbstrmax_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index fa7924b..7ea1ee9 100644 (file)
@@ -71,4 +71,3 @@ class Ethna_ActionForm_Validator_Mbstrmin_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index b458d5f..c82be94 100644 (file)
@@ -240,4 +240,3 @@ class Ethna_ActionForm_Validator_Min_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 6adc800..489c42b 100644 (file)
@@ -59,4 +59,3 @@ class Ethna_ActionForm_Validator_Regexp_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 929d8a6..73263fe 100644 (file)
@@ -528,4 +528,3 @@ class Ethna_ActionForm_Validator_Required_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 0acb978..d51c2b4 100644 (file)
@@ -62,4 +62,3 @@ class Ethna_ActionForm_Validator_Strmax_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index cc55778..c5d53ca 100644 (file)
@@ -72,4 +72,3 @@ class Ethna_ActionForm_Validator_Strmaxcompat_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index c0b0994..2af5d59 100644 (file)
@@ -62,4 +62,3 @@ class Ethna_ActionForm_Validator_Strmin_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 467c961..79bfbe1 100644 (file)
@@ -72,4 +72,3 @@ class Ethna_ActionForm_Validator_Strmincompat_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index f5bec36..bf79d5c 100644 (file)
@@ -150,4 +150,3 @@ class Ethna_ActionForm_Validator_Type_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 3344700..4f1263c 100644 (file)
@@ -52,4 +52,3 @@ class Ethna_ClassFactory_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index e1b5cd7..cf0dac7 100644 (file)
@@ -148,4 +148,3 @@ class Ethna_Class_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 08af746..a133cd1 100644 (file)
@@ -60,4 +60,3 @@ class Ethna_Config_Test extends Ethna_UnitTestBase
         $this->assertEqual($result, 'baz');
     }
 }
-?>
index 9da1037..9cea758 100644 (file)
@@ -98,4 +98,3 @@ class Ethna_Controller_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 9cfc1b2..963471f 100644 (file)
@@ -63,4 +63,3 @@ class Ethna_Error_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index 0d345ac..e4dd0df 100644 (file)
@@ -426,4 +426,3 @@ class Ethna_Getopt_Test extends Ethna_UnitTestBase
     // }}}
 }
 
-?>
index 888a99f..ab2a512 100644 (file)
@@ -147,4 +147,3 @@ class Ethna_I18N_Test extends Ethna_UnitTestBase
 }
 // }}}
 
-?>
index d98dcc7..bbac25c 100644 (file)
@@ -131,4 +131,3 @@ class Ethna_Logger_Test_Config extends Ethna_Config
         // do nothing.
     }
 }
-?>
index 6100cc4..7bdb27e 100644 (file)
@@ -224,4 +224,3 @@ class Ethna_MockProject
     }
 }
 
-?>
index 23eff6c..c85518f 100644 (file)
@@ -33,4 +33,3 @@ class Ethna_Mocktest extends Ethna_AppObject
     }
 }
 
-?>
index 4d138ee..251a7ac 100644 (file)
@@ -36,4 +36,3 @@ class Ethna_Session_Test extends Ethna_UnitTestBase
     }
 }
 
-?>
index c4161ee..05ea252 100644 (file)
@@ -55,4 +55,3 @@ class Ethna_UnitTestBase extends UnitTestCase
     }
 }
 
-?>
index 9f7e1fd..0acfe71 100644 (file)
@@ -334,4 +334,3 @@ class Ethna_UrlHandler_TestClass extends Ethna_UrlHandler
     }
 }
 
-?>
index 56802ca..ace1a2b 100644 (file)
@@ -120,4 +120,3 @@ class Ethna_Util_Test extends Ethna_UnitTestBase
     // }}}
 }
 
-?>
index 838fa2a..03aab1b 100644 (file)
@@ -90,4 +90,3 @@ class Ethna_ViewClass_FormHelper_Test extends Ethna_UnitTestBase
     }
 }
 
-?>
index a45ca57..57305b6 100644 (file)
@@ -172,4 +172,3 @@ class Ethna_ViewClass_Test extends Ethna_UnitTestBase
     }
 }
 
-?>
index 1794d48..3333983 100644 (file)
@@ -35,4 +35,3 @@ class Ethna_Plugin_Abstract_Test extends Ethna_UnitTestBase
         $this->assertEqual('echo', $this->lw->getName());
     }
 }
-?>
index 000eddd..837715e 100644 (file)
@@ -59,4 +59,3 @@ class Ethna_Plugin_Cachemanager_Memcache_Test extends Ethna_UnitTestBase
         $this->assertEqual(5, $config['timeout']);
     }
 }
-?>
old mode 100755 (executable)
new mode 100644 (file)
index b0f6c0e..6857c54
@@ -189,4 +189,3 @@ class Ethna_Session_Dummy extends Ethna_Session
 }
 // }}}
 
-?>
index 042c43d..0fe553c 100644 (file)
@@ -74,4 +74,3 @@ class Ethna_Plugin_Logwriter_Echo_Test extends Ethna_UnitTestBase
         ob_end_clean();     // コンソールへの出力をキャプチャ終了
     }
 }
-?>
index 089c46e..27400ea 100644 (file)
@@ -114,4 +114,3 @@ class TextDetailReporter extends SimpleReporter {
         return parent::paintCaseStart($test_name);
     }
 }
-?>
index 0c8a0ba..fc20411 100644 (file)
@@ -196,4 +196,3 @@ class {$project_id}_Controller extends Ethna_Controller
     }
 }
 
-?>
index 9bc7ae2..93ce53f 100644 (file)
@@ -56,4 +56,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index ea69cba..490feab 100644 (file)
@@ -56,4 +56,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index a220971..47baa8a 100644 (file)
@@ -99,4 +99,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index b260667..656452d 100644 (file)
@@ -56,4 +56,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index 786ef32..99adf37 100644 (file)
@@ -56,4 +56,3 @@ class {$action_class} extends {$project_id}_ActionClass
     }
 }
 
-?>
index 7b73c14..f96cdd7 100644 (file)
@@ -35,4 +35,3 @@ class {$view_class} extends {$project_id}_ViewClass
     }
 }
 
-?>