workspace.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="8980901e-c655-4565-aa2f-fdeae75ef973" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/Autoloader/Import.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Autoloader/Import.php" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/Qii.php" beforeDir="false" afterPath="$PROJECT_DIR$/src/Qii.php" afterDir="false" />
  8. </list>
  9. <ignored path="psr2.iws" />
  10. <ignored path=".idea/workspace.xml" />
  11. <ignored path=".idea/dataSources.local.xml" />
  12. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  13. <option name="SHOW_DIALOG" value="false" />
  14. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  15. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  16. <option name="LAST_RESOLUTION" value="IGNORE" />
  17. </component>
  18. <component name="ComposerSettings">
  19. <execution>
  20. <executable />
  21. </execution>
  22. </component>
  23. <component name="CreatePatchCommitExecutor">
  24. <option name="PATCH_PATH" value="" />
  25. </component>
  26. <component name="FavoritesManager">
  27. <favorites_list name="psr2" />
  28. </component>
  29. <component name="FileEditorManager">
  30. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  31. <file pinned="false" current-in-tab="false">
  32. <entry file="file://$PROJECT_DIR$/composer.json">
  33. <provider selected="true" editor-type-id="text-editor">
  34. <state relative-caret-position="195">
  35. <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" />
  36. </state>
  37. </provider>
  38. </entry>
  39. </file>
  40. <file pinned="false" current-in-tab="false">
  41. <entry file="file://$PROJECT_DIR$/_cli.php">
  42. <provider selected="true" editor-type-id="text-editor">
  43. <state relative-caret-position="-282">
  44. <caret line="21" column="6" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="6" />
  45. </state>
  46. </provider>
  47. </entry>
  48. </file>
  49. <file pinned="false" current-in-tab="true">
  50. <entry file="file://$PROJECT_DIR$/src/Qii.php">
  51. <provider selected="true" editor-type-id="text-editor">
  52. <state relative-caret-position="-1914">
  53. <caret line="74" column="24" lean-forward="true" selection-start-line="74" selection-start-column="24" selection-end-line="74" selection-end-column="24" />
  54. </state>
  55. </provider>
  56. </entry>
  57. </file>
  58. <file pinned="false" current-in-tab="false">
  59. <entry file="file://$PROJECT_DIR$/src/Application.php">
  60. <provider selected="true" editor-type-id="text-editor">
  61. <state relative-caret-position="60">
  62. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  63. </state>
  64. </provider>
  65. </entry>
  66. </file>
  67. <file pinned="false" current-in-tab="false">
  68. <entry file="file://$PROJECT_DIR$/src/Autoloader/Import.php">
  69. <provider selected="true" editor-type-id="text-editor">
  70. <state relative-caret-position="172">
  71. <caret line="12" column="20" selection-start-line="12" selection-start-column="20" selection-end-line="12" selection-end-column="20" />
  72. </state>
  73. </provider>
  74. </entry>
  75. </file>
  76. </leaf>
  77. </component>
  78. <component name="Git.Settings">
  79. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  80. </component>
  81. <component name="IdeDocumentHistory">
  82. <option name="CHANGED_PATHS">
  83. <list>
  84. <option value="$PROJECT_DIR$/Qii/Functions/Funcs.php" />
  85. <option value="$PROJECT_DIR$/Qii/Autoloader/Factory.php" />
  86. <option value="$PROJECT_DIR$/Qii/Autoloader/Autoloader.php" />
  87. <option value="$PROJECT_DIR$/Qii/Config/Abstract.php" />
  88. <option value="$PROJECT_DIR$/Qii/Config/Setting.php" />
  89. <option value="$PROJECT_DIR$/Qii/Exceptions/AccessDenied.php" />
  90. <option value="$PROJECT_DIR$/Qii/Exceptions/CacheException.php" />
  91. <option value="$PROJECT_DIR$/Qii/Exceptions/CallUndefinedClass.php" />
  92. <option value="$PROJECT_DIR$/Qii/Exceptions/ClassInstanceof.php" />
  93. <option value="$PROJECT_DIR$/Qii/Exceptions/ClassNotFound.php" />
  94. <option value="$PROJECT_DIR$/Qii/Exceptions/Error.php" />
  95. <option value="$PROJECT_DIR$/Qii/Exceptions/Errors.php" />
  96. <option value="$PROJECT_DIR$/Qii/Exceptions/FileNotFound.php" />
  97. <option value="$PROJECT_DIR$/Qii/Exceptions/FolderDoesNotExist.php" />
  98. <option value="$PROJECT_DIR$/Qii/Exceptions/InvalidFormat.php" />
  99. <option value="$PROJECT_DIR$/Qii/Exceptions/MethodNotFound.php" />
  100. <option value="$PROJECT_DIR$/Qii/Exceptions/NotAllowed.php" />
  101. <option value="$PROJECT_DIR$/Qii/Exceptions/Overwrite.php" />
  102. <option value="$PROJECT_DIR$/Qii/Exceptions/Response.php" />
  103. <option value="$PROJECT_DIR$/Qii/Exceptions/TableException.php" />
  104. <option value="$PROJECT_DIR$/Qii/Exceptions/Unsupport.php" />
  105. <option value="$PROJECT_DIR$/Qii/Exceptions/Variable.php" />
  106. <option value="$PROJECT_DIR$/Qii/Exceptions/Cache.php" />
  107. <option value="$PROJECT_DIR$/Qii/Application.php" />
  108. <option value="$PROJECT_DIR$/Qii/Const/Config.php" />
  109. <option value="$PROJECT_DIR$/Qii/Config/Config.php" />
  110. <option value="$PROJECT_DIR$/Qii/Consts/Config.php" />
  111. <option value="$PROJECT_DIR$/Qii/Config/Arrays.php" />
  112. <option value="$PROJECT_DIR$/Qii/Config/Register.php" />
  113. <option value="$PROJECT_DIR$/Qii/Autoloader/Psr.php" />
  114. <option value="$PROJECT_DIR$/composer.json" />
  115. <option value="$PROJECT_DIR$/src/Autoloader/Import.php" />
  116. <option value="$PROJECT_DIR$/src/Qii.php" />
  117. </list>
  118. </option>
  119. </component>
  120. <component name="ProjectFrameBounds" extendedState="6">
  121. <option name="x" value="-9" />
  122. <option name="y" value="25" />
  123. <option name="width" value="1216" />
  124. <option name="height" value="734" />
  125. </component>
  126. <component name="ProjectView">
  127. <navigator proportions="" version="1">
  128. <foldersAlwaysOnTop value="true" />
  129. </navigator>
  130. <panes>
  131. <pane id="Scope" />
  132. <pane id="ProjectPane">
  133. <subPane>
  134. <expand>
  135. <path>
  136. <item name="Qii" type="b2602c69:ProjectViewProjectNode" />
  137. <item name="Qii" type="462c0819:PsiDirectoryNode" />
  138. </path>
  139. </expand>
  140. <select />
  141. </subPane>
  142. </pane>
  143. </panes>
  144. </component>
  145. <component name="PropertiesComponent">
  146. <property name="WebServerToolWindowFactoryState" value="false" />
  147. <property name="js-jscs-nodeInterpreter" value="D:\Program Files\nodejs\node.exe" />
  148. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  149. </component>
  150. <component name="RecentsManager">
  151. <key name="MoveFile.RECENT_KEYS">
  152. <recent name="E:\WebRoot\psr2\Qii\Consts" />
  153. <recent name="E:\WebRoot\psr2\Qii\Config" />
  154. </key>
  155. </component>
  156. <component name="RunDashboard">
  157. <option name="ruleStates">
  158. <list>
  159. <RuleState>
  160. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  161. </RuleState>
  162. <RuleState>
  163. <option name="name" value="StatusDashboardGroupingRule" />
  164. </RuleState>
  165. </list>
  166. </option>
  167. </component>
  168. <component name="RunManager">
  169. <configuration default="true" type="GoApplicationRunConfiguration" factoryName="Go Application">
  170. <module name="" />
  171. <working_directory value="$PROJECT_DIR$" />
  172. <filePath value="$PROJECT_DIR$" />
  173. <kind value="FILE" />
  174. <method />
  175. </configuration>
  176. <configuration default="true" type="GoRunFileConfiguration" factoryName="Go Single File">
  177. <module name="" />
  178. <working_directory value="$PROJECT_DIR$" />
  179. <filePath value="$PROJECT_DIR$" />
  180. <method />
  181. </configuration>
  182. <configuration default="true" type="GoTestRunConfiguration" factoryName="Go Test">
  183. <module name="" />
  184. <working_directory value="$PROJECT_DIR$" />
  185. <framework value="gotest" />
  186. <kind value="DIRECTORY" />
  187. <method />
  188. </configuration>
  189. <configuration default="true" type="js.build_tools.gulp">
  190. <node-interpreter>project</node-interpreter>
  191. <node-options />
  192. <gulpfile />
  193. <tasks />
  194. <arguments />
  195. <envs />
  196. <method v="2" />
  197. </configuration>
  198. </component>
  199. <component name="SvnConfiguration">
  200. <configuration />
  201. </component>
  202. <component name="TaskManager">
  203. <task active="true" id="Default" summary="Default task">
  204. <changelist id="8980901e-c655-4565-aa2f-fdeae75ef973" name="Default" comment="" />
  205. <created>1498461896023</created>
  206. <option name="number" value="Default" />
  207. <option name="presentableId" value="Default" />
  208. <updated>1498461896023</updated>
  209. <workItem from="1498461897322" duration="6167000" />
  210. <workItem from="1664283776691" duration="1086000" />
  211. </task>
  212. <servers />
  213. </component>
  214. <component name="TimeTrackingManager">
  215. <option name="totallyTimeSpent" value="7253000" />
  216. </component>
  217. <component name="ToolWindowManager">
  218. <frame x="-9" y="25" width="1449" height="796" extended-state="6" />
  219. <editor active="true" />
  220. <layout>
  221. <window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.24235962" />
  222. <window_info id="Structure" order="1" weight="0.25" />
  223. <window_info id="Favorites" order="2" side_tool="true" />
  224. <window_info anchor="bottom" id="Docker" show_stripe_button="false" />
  225. <window_info anchor="bottom" id="Database Changes" />
  226. <window_info anchor="bottom" id="Message" order="0" />
  227. <window_info anchor="bottom" id="Find" order="1" />
  228. <window_info anchor="bottom" id="Run" order="2" />
  229. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  230. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  231. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  232. <window_info anchor="bottom" id="TODO" order="6" />
  233. <window_info anchor="bottom" id="Version Control" order="7" />
  234. <window_info anchor="bottom" id="Terminal" order="8" />
  235. <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
  236. <window_info anchor="right" id="Commander" order="0" weight="0.4" />
  237. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  238. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  239. <window_info anchor="right" id="Database" order="3" />
  240. </layout>
  241. </component>
  242. <component name="TypeScriptGeneratedFilesManager">
  243. <option name="version" value="1" />
  244. </component>
  245. <component name="Vcs.Log.UiProperties">
  246. <option name="RECENTLY_FILTERED_USER_GROUPS">
  247. <collection />
  248. </option>
  249. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  250. <collection />
  251. </option>
  252. </component>
  253. <component name="editorHistoryManager">
  254. <entry file="file://$PROJECT_DIR$/public/index.php" />
  255. <entry file="file://$PROJECT_DIR$/Qii/Functions/Funcs.php" />
  256. <entry file="file://$PROJECT_DIR$/Qii/Config/Abstract.php" />
  257. <entry file="file://$PROJECT_DIR$/Qii/Config/Setting.php" />
  258. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/ClassInstanceof.php" />
  259. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/ClassNotFound.php" />
  260. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Error.php" />
  261. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Errors.php" />
  262. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/FileNotFound.php" />
  263. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/FolderDoesNotExist.php" />
  264. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/InvalidFormat.php" />
  265. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/MethodNotFound.php" />
  266. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/NotAllowed.php" />
  267. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Overwrite.php" />
  268. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Response.php" />
  269. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/TableException.php" />
  270. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Variable.php" />
  271. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Unsupport.php" />
  272. <entry file="jar://$APPLICATION_HOME_DIR$/plugins/php/lib/php.jar!/com/jetbrains/php/lang/psi/stubs/data/standard_defines.php" />
  273. <entry file="file://$PROJECT_DIR$/Qii/Autoloader/Factory.php" />
  274. <entry file="file://$PROJECT_DIR$/Qii/Consts/Config.php" />
  275. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/AccessDenied.php" />
  276. <entry file="file://$PROJECT_DIR$/Qii/Autoloader/Import.php" />
  277. <entry file="file://$PROJECT_DIR$/Qii/Config/Arrays.php" />
  278. <entry file="file://$PROJECT_DIR$/Qii/Config/Register.php" />
  279. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/CallUndefinedClass.php" />
  280. <entry file="file://$PROJECT_DIR$/Qii/Exceptions/Cache.php" />
  281. <entry file="file://$PROJECT_DIR$/Qii/Application.php" />
  282. <entry file="file://$PROJECT_DIR$/Qii/Autoloader/Psr.php" />
  283. <entry file="file://$PROJECT_DIR$/composer.json">
  284. <provider selected="true" editor-type-id="text-editor">
  285. <state relative-caret-position="195">
  286. <caret line="13" column="24" lean-forward="true" selection-start-line="13" selection-start-column="24" selection-end-line="13" selection-end-column="24" />
  287. </state>
  288. </provider>
  289. </entry>
  290. <entry file="file://$PROJECT_DIR$/_cli.php">
  291. <provider selected="true" editor-type-id="text-editor">
  292. <state relative-caret-position="-282">
  293. <caret line="21" column="6" selection-start-line="21" selection-start-column="6" selection-end-line="21" selection-end-column="6" />
  294. </state>
  295. </provider>
  296. </entry>
  297. <entry file="file://$PROJECT_DIR$/src/Autoloader/Import.php">
  298. <provider selected="true" editor-type-id="text-editor">
  299. <state relative-caret-position="172">
  300. <caret line="12" column="20" selection-start-line="12" selection-start-column="20" selection-end-line="12" selection-end-column="20" />
  301. </state>
  302. </provider>
  303. </entry>
  304. <entry file="file://$PROJECT_DIR$/src/Application.php">
  305. <provider selected="true" editor-type-id="text-editor">
  306. <state relative-caret-position="60">
  307. <caret line="4" lean-forward="true" selection-start-line="4" selection-end-line="4" />
  308. </state>
  309. </provider>
  310. </entry>
  311. <entry file="file://$PROJECT_DIR$/src/Qii.php">
  312. <provider selected="true" editor-type-id="text-editor">
  313. <state relative-caret-position="-1914">
  314. <caret line="74" column="24" lean-forward="true" selection-start-line="74" selection-start-column="24" selection-end-line="74" selection-end-column="24" />
  315. </state>
  316. </provider>
  317. </entry>
  318. </component>
  319. </project>