From: itozyun Date: Sun, 5 Oct 2014 12:45:52 +0000 (+0900) Subject: Version 0.6.90, files & folders renamed. X-Git-Url: http://git.osdn.jp/view?p=pettanr%2FclientJs.git;a=commitdiff_plain;h=51e22031f9629d4bc32444a0228930642144ee9e Version 0.6.90, files & folders renamed. --- diff --git a/0.6.x/index.html b/0.6.x/index.html index 27f8468..10acb8e 100644 --- a/0.6.x/index.html +++ b/0.6.x/index.html @@ -14,19 +14,19 @@ - - - - - - - - - - - - - + + + + + + + + + + + + + diff --git a/0.6.x/js/00_core/00_builtin.js b/0.6.x/js/01_core/00_builtin.js similarity index 100% rename from 0.6.x/js/00_core/00_builtin.js rename to 0.6.x/js/01_core/00_builtin.js diff --git a/0.6.x/js/00_core/00_X.js b/0.6.x/js/01_core/01_X.js similarity index 100% rename from 0.6.x/js/00_core/00_X.js rename to 0.6.x/js/01_core/01_X.js diff --git a/0.6.x/js/00_core/01_XUa.js b/0.6.x/js/01_core/02_XUA.js similarity index 100% rename from 0.6.x/js/00_core/01_XUa.js rename to 0.6.x/js/01_core/02_XUA.js diff --git a/0.6.x/js/00_core/02_XType.js b/0.6.x/js/01_core/03_XType.js similarity index 100% rename from 0.6.x/js/00_core/02_XType.js rename to 0.6.x/js/01_core/03_XType.js diff --git a/0.6.x/js/00_core/03_XCallback.js b/0.6.x/js/01_core/04_XCallback.js similarity index 100% rename from 0.6.x/js/00_core/03_XCallback.js rename to 0.6.x/js/01_core/04_XCallback.js diff --git a/0.6.x/js/00_core/04_XClass.js b/0.6.x/js/01_core/05_XClass.js similarity index 100% rename from 0.6.x/js/00_core/04_XClass.js rename to 0.6.x/js/01_core/05_XClass.js diff --git a/0.6.x/js/03_util/02_XJSON.js b/0.6.x/js/01_core/06_XEvent.js similarity index 100% rename from 0.6.x/js/03_util/02_XJSON.js rename to 0.6.x/js/01_core/06_XEvent.js diff --git a/0.6.x/js/00_core/06_XEventDispatcher.js b/0.6.x/js/01_core/07_XEventDispatcher.js similarity index 100% rename from 0.6.x/js/00_core/06_XEventDispatcher.js rename to 0.6.x/js/01_core/07_XEventDispatcher.js diff --git a/0.6.x/js/00_core/05_XTimer.js b/0.6.x/js/01_core/08_XTimer.js similarity index 100% rename from 0.6.x/js/00_core/05_XTimer.js rename to 0.6.x/js/01_core/08_XTimer.js diff --git a/0.6.x/js/00_core/07_XNotification.js b/0.6.x/js/01_core/10_XLogger.js similarity index 100% rename from 0.6.x/js/00_core/07_XNotification.js rename to 0.6.x/js/01_core/10_XLogger.js diff --git a/0.6.x/js/01_dom/10_XDom.js b/0.6.x/js/02_dom/10_XDom.js similarity index 100% rename from 0.6.x/js/01_dom/10_XDom.js rename to 0.6.x/js/02_dom/10_XDom.js diff --git a/0.6.x/js/01_dom/11_XDomDTD.js b/0.6.x/js/02_dom/11_XDomDTD.js similarity index 100% rename from 0.6.x/js/01_dom/11_XDomDTD.js rename to 0.6.x/js/02_dom/11_XDomDTD.js diff --git a/0.6.x/js/01_dom/11_XDomNode.js b/0.6.x/js/02_dom/12_XDomNode.js similarity index 100% rename from 0.6.x/js/01_dom/11_XDomNode.js rename to 0.6.x/js/02_dom/12_XDomNode.js diff --git a/0.6.x/js/01_dom/12_XDomEvent.js b/0.6.x/js/02_dom/13_XDomEvent.js similarity index 100% rename from 0.6.x/js/01_dom/12_XDomEvent.js rename to 0.6.x/js/02_dom/13_XDomEvent.js diff --git a/0.6.x/js/01_dom/13_XDomBoxModel.js b/0.6.x/js/02_dom/14_XDomBoxModel.js similarity index 100% rename from 0.6.x/js/01_dom/13_XDomBoxModel.js rename to 0.6.x/js/02_dom/14_XDomBoxModel.js diff --git a/0.6.x/js/01_dom/14_XDomAttr.js b/0.6.x/js/02_dom/15_XDomAttr.js similarity index 100% rename from 0.6.x/js/01_dom/14_XDomAttr.js rename to 0.6.x/js/02_dom/15_XDomAttr.js diff --git a/0.6.x/js/01_dom/15_XDomStyle.js b/0.6.x/js/02_dom/16_XDomStyle.js similarity index 100% rename from 0.6.x/js/01_dom/15_XDomStyle.js rename to 0.6.x/js/02_dom/16_XDomStyle.js diff --git a/0.6.x/js/01_dom/17_XDomNodeList.js b/0.6.x/js/02_dom/17_XDomNodeList.js similarity index 100% rename from 0.6.x/js/01_dom/17_XDomNodeList.js rename to 0.6.x/js/02_dom/17_XDomNodeList.js diff --git a/0.6.x/js/01_dom/18_XDomQuery.js b/0.6.x/js/02_dom/18_XDomSelector.js similarity index 100% rename from 0.6.x/js/01_dom/18_XDomQuery.js rename to 0.6.x/js/02_dom/18_XDomSelector.js diff --git a/0.6.x/js/01_dom/19_XDomParser.js b/0.6.x/js/02_dom/19_XDomParser.js similarity index 100% rename from 0.6.x/js/01_dom/19_XDomParser.js rename to 0.6.x/js/02_dom/19_XDomParser.js diff --git a/0.6.x/js/01_dom/20_XDomImage.js b/0.6.x/js/02_dom/20_XDomImage.js similarity index 100% rename from 0.6.x/js/01_dom/20_XDomImage.js rename to 0.6.x/js/02_dom/20_XDomImage.js diff --git a/0.6.x/js/01_dom/22_XDomBuilder.js b/0.6.x/js/02_dom/22_XDomBuilder.js similarity index 100% rename from 0.6.x/js/01_dom/22_XDomBuilder.js rename to 0.6.x/js/02_dom/22_XDomBuilder.js diff --git a/0.6.x/js/02_plugin/00_XPlugin.js b/0.6.x/js/03_plugin/00_XPlugin.js similarity index 100% rename from 0.6.x/js/02_plugin/00_XPlugin.js rename to 0.6.x/js/03_plugin/00_XPlugin.js diff --git a/0.6.x/js/03_util/00_XUtil.js b/0.6.x/js/04_util/00_XUtil.js similarity index 100% rename from 0.6.x/js/03_util/00_XUtil.js rename to 0.6.x/js/04_util/00_XUtil.js diff --git a/0.6.x/js/03_util/01_XNinjaIframe.js b/0.6.x/js/04_util/01_XNinjaIframe.js similarity index 100% rename from 0.6.x/js/03_util/01_XNinjaIframe.js rename to 0.6.x/js/04_util/01_XNinjaIframe.js diff --git a/0.6.x/js/04_util/02_XJSON.js b/0.6.x/js/04_util/02_XJSON.js new file mode 100644 index 0000000..e69de29 diff --git a/0.6.x/js/04_net/00_XNet.js b/0.6.x/js/05_net/00_XNet.js similarity index 100% rename from 0.6.x/js/04_net/00_XNet.js rename to 0.6.x/js/05_net/00_XNet.js diff --git a/0.6.x/js/04_net/01_XNetXHR.js b/0.6.x/js/05_net/01_XNetXHR.js similarity index 100% rename from 0.6.x/js/04_net/01_XNetXHR.js rename to 0.6.x/js/05_net/01_XNetXHR.js diff --git a/0.6.x/js/04_net/02_XNetJSONP.js b/0.6.x/js/05_net/02_XNetJSONP.js similarity index 100% rename from 0.6.x/js/04_net/02_XNetJSONP.js rename to 0.6.x/js/05_net/02_XNetJSONP.js diff --git a/0.6.x/js/04_net/04_XNetImage.js b/0.6.x/js/05_net/04_XNetImage.js similarity index 100% rename from 0.6.x/js/04_net/04_XNetImage.js rename to 0.6.x/js/05_net/04_XNetImage.js diff --git a/0.6.x/js/06_audio/02_XSilverLightAudio.js b/0.6.x/js/06_audio/02_XSilverlightAudio.js similarity index 100% rename from 0.6.x/js/06_audio/02_XSilverLightAudio.js rename to 0.6.x/js/06_audio/02_XSilverlightAudio.js diff --git a/0.6.x/js/10_ui/00_XUI.js b/0.6.x/js/20_ui/00_XUI.js similarity index 100% rename from 0.6.x/js/10_ui/00_XUI.js rename to 0.6.x/js/20_ui/00_XUI.js diff --git a/0.6.x/js/10_ui/02_XUI_Attr.js b/0.6.x/js/20_ui/02_XUI_Attr.js similarity index 100% rename from 0.6.x/js/10_ui/02_XUI_Attr.js rename to 0.6.x/js/20_ui/02_XUI_Attr.js diff --git a/0.6.x/js/10_ui/04_XUI_Event.js b/0.6.x/js/20_ui/04_XUI_Event.js similarity index 100% rename from 0.6.x/js/10_ui/04_XUI_Event.js rename to 0.6.x/js/20_ui/04_XUI_Event.js diff --git a/0.6.x/js/10_ui/05_XUI_Gesture.js b/0.6.x/js/20_ui/05_XUI_Gesture.js similarity index 100% rename from 0.6.x/js/10_ui/05_XUI_Gesture.js rename to 0.6.x/js/20_ui/05_XUI_Gesture.js diff --git a/0.6.x/js/10_ui/06_AbstractUINode.js b/0.6.x/js/20_ui/06_AbstractUINode.js similarity index 100% rename from 0.6.x/js/10_ui/06_AbstractUINode.js rename to 0.6.x/js/20_ui/06_AbstractUINode.js diff --git a/0.6.x/js/10_ui/08_Box.js b/0.6.x/js/20_ui/08_Box.js similarity index 100% rename from 0.6.x/js/10_ui/08_Box.js rename to 0.6.x/js/20_ui/08_Box.js diff --git a/0.6.x/js/10_ui/11_VBox.js b/0.6.x/js/20_ui/11_VBox.js similarity index 100% rename from 0.6.x/js/10_ui/11_VBox.js rename to 0.6.x/js/20_ui/11_VBox.js diff --git a/0.6.x/js/10_ui/12_HBox.js b/0.6.x/js/20_ui/12_HBox.js similarity index 100% rename from 0.6.x/js/10_ui/12_HBox.js rename to 0.6.x/js/20_ui/12_HBox.js diff --git a/0.6.x/js/10_ui/13_TileBox.js b/0.6.x/js/20_ui/13_TileBox.js similarity index 100% rename from 0.6.x/js/10_ui/13_TileBox.js rename to 0.6.x/js/20_ui/13_TileBox.js diff --git a/0.6.x/js/10_ui/14_ChromeBox.js b/0.6.x/js/20_ui/14_ChromeBox.js similarity index 100% rename from 0.6.x/js/10_ui/14_ChromeBox.js rename to 0.6.x/js/20_ui/14_ChromeBox.js diff --git a/0.6.x/js/10_ui/15_ScrollBox.js b/0.6.x/js/20_ui/15_ScrollBox.js similarity index 100% rename from 0.6.x/js/10_ui/15_ScrollBox.js rename to 0.6.x/js/20_ui/15_ScrollBox.js diff --git a/0.6.x/js/10_ui/17_Text.js b/0.6.x/js/20_ui/17_Text.js similarity index 100% rename from 0.6.x/js/10_ui/17_Text.js rename to 0.6.x/js/20_ui/17_Text.js diff --git a/0.6.x/js/10_ui/20_PageRoot.js b/0.6.x/js/20_ui/20_PageRoot.js similarity index 100% rename from 0.6.x/js/10_ui/20_PageRoot.js rename to 0.6.x/js/20_ui/20_PageRoot.js diff --git a/0.6.x/js/import.js b/0.6.x/js/import.js index f3f0181..7c0dcc0 100644 --- a/0.6.x/js/import.js +++ b/0.6.x/js/import.js @@ -1,44 +1,49 @@ document.write( [ '' ].join( '">