Skip to content

Commit 96257e2

Browse files
Initial checkin
1 parent c813688 commit 96257e2

17 files changed

+6654
-0
lines changed

EncogJavascript.iml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="WEB_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="sourceFolder" forTests="false" />
7+
</component>
8+
</module>
9+

EncogJavascript.ipr

+199
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="4">
3+
<component name="CompilerConfiguration">
4+
<option name="DEFAULT_COMPILER" value="Javac" />
5+
<resourceExtensions />
6+
<wildcardResourcePatterns>
7+
<entry name="?*.properties" />
8+
<entry name="?*.xml" />
9+
<entry name="?*.gif" />
10+
<entry name="?*.png" />
11+
<entry name="?*.jpeg" />
12+
<entry name="?*.jpg" />
13+
<entry name="?*.html" />
14+
<entry name="?*.dtd" />
15+
<entry name="?*.tld" />
16+
<entry name="?*.ftl" />
17+
</wildcardResourcePatterns>
18+
<annotationProcessing enabled="false" useClasspath="true" />
19+
</component>
20+
<component name="CopyrightManager" default="">
21+
<module2copyright />
22+
</component>
23+
<component name="DependencyValidationManager">
24+
<option name="SKIP_IMPORT_STATEMENTS" value="false" />
25+
</component>
26+
<component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" />
27+
<component name="EntryPointsManager">
28+
<entry_points version="2.0" />
29+
</component>
30+
<component name="IdProvider" IDEtalkID="D94AEF1687023D83CF5EBB9B5944F6C4" />
31+
<component name="Palette2">
32+
<group name="Swing">
33+
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
34+
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
35+
</item>
36+
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
37+
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
38+
</item>
39+
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
40+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
41+
</item>
42+
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
43+
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
44+
</item>
45+
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
46+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
47+
<initial-values>
48+
<property name="text" value="Button" />
49+
</initial-values>
50+
</item>
51+
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
52+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
53+
<initial-values>
54+
<property name="text" value="RadioButton" />
55+
</initial-values>
56+
</item>
57+
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
58+
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
59+
<initial-values>
60+
<property name="text" value="CheckBox" />
61+
</initial-values>
62+
</item>
63+
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
64+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
65+
<initial-values>
66+
<property name="text" value="Label" />
67+
</initial-values>
68+
</item>
69+
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
70+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
71+
<preferred-size width="150" height="-1" />
72+
</default-constraints>
73+
</item>
74+
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
75+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
76+
<preferred-size width="150" height="-1" />
77+
</default-constraints>
78+
</item>
79+
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
80+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
81+
<preferred-size width="150" height="-1" />
82+
</default-constraints>
83+
</item>
84+
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
85+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
86+
<preferred-size width="150" height="50" />
87+
</default-constraints>
88+
</item>
89+
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
90+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
91+
<preferred-size width="150" height="50" />
92+
</default-constraints>
93+
</item>
94+
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
95+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
96+
<preferred-size width="150" height="50" />
97+
</default-constraints>
98+
</item>
99+
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
100+
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
101+
</item>
102+
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
103+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
104+
<preferred-size width="150" height="50" />
105+
</default-constraints>
106+
</item>
107+
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
108+
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
109+
<preferred-size width="150" height="50" />
110+
</default-constraints>
111+
</item>
112+
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
113+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
114+
<preferred-size width="150" height="50" />
115+
</default-constraints>
116+
</item>
117+
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
118+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
119+
<preferred-size width="200" height="200" />
120+
</default-constraints>
121+
</item>
122+
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
123+
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
124+
<preferred-size width="200" height="200" />
125+
</default-constraints>
126+
</item>
127+
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
128+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
129+
</item>
130+
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
131+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
132+
</item>
133+
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
134+
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
135+
</item>
136+
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
137+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
138+
</item>
139+
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
140+
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
141+
<preferred-size width="-1" height="20" />
142+
</default-constraints>
143+
</item>
144+
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
145+
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
146+
</item>
147+
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
148+
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
149+
</item>
150+
</group>
151+
</component>
152+
<component name="ProjectDictionaryState">
153+
<dictionary name="jheaton">
154+
<words>
155+
<w>&amp;rep</w>
156+
<w>booleans</w>
157+
<w>bprop</w>
158+
<w>citeseerx</w>
159+
<w>egfile</w>
160+
<w>encog</w>
161+
<w>heaton</w>
162+
<w>sigmoidal</w>
163+
<w>tanh</w>
164+
<w>viewdoc</w>
165+
</words>
166+
</dictionary>
167+
</component>
168+
<component name="ProjectModuleManager">
169+
<modules>
170+
<module fileurl="file://$PROJECT_DIR$/EncogJavascript.iml" filepath="$PROJECT_DIR$/EncogJavascript.iml" />
171+
</modules>
172+
</component>
173+
<component name="ProjectResources">
174+
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
175+
</component>
176+
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true">
177+
<output url="file://$PROJECT_DIR$/out" />
178+
</component>
179+
<component name="VcsDirectoryMappings">
180+
<mapping directory="" vcs="Git" />
181+
</component>
182+
<component name="WebServicesPlugin" addRequiredLibraries="true" />
183+
<component name="masterDetails">
184+
<states>
185+
<state key="ProjectJDKs.UI">
186+
<settings>
187+
<splitter-proportions>
188+
<option name="proportions">
189+
<list>
190+
<option value="0.2" />
191+
</list>
192+
</option>
193+
</splitter-proportions>
194+
</settings>
195+
</state>
196+
</states>
197+
</component>
198+
</project>
199+

0 commit comments

Comments
 (0)