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)
commit06f510812c14e17ed2b683736965c3bac14332c7
treec4b499a55db6334afad6dd2469b8cae90d6d9185
parented9635508b8c06c53649f28fd85d84fb0d6a2ed2
Remove PHP closing tag
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