workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="4dbf7897-7552-490b-b266-845b385e4550" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/.idea/runConfigurations/k7_Bubblesort_once.xml" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/.idea/runConfigurations/k7_Count_the_divisors.xml" afterDir="false" />
  7. <change afterPath="$PROJECT_DIR$/.idea/runConfigurations/k8_Are_the_the_same.xml" afterDir="false" />
  8. <change afterPath="$PROJECT_DIR$/kyu7/bubblesort_once/k.php" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/kyu7/bubblesort_once/k_test.php" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/runConfigurations/7_Count_the_divisors.xml" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/.idea/runConfigurations/8_Are_the_the_same.xml" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  13. </list>
  14. <option name="SHOW_DIALOG" value="false" />
  15. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  16. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  17. <option name="LAST_RESOLUTION" value="IGNORE" />
  18. </component>
  19. <component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
  20. <pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
  21. <execution>
  22. <executable />
  23. </execution>
  24. </component>
  25. <component name="CoverageViewManager">
  26. <option name="myElementSize" value="375" />
  27. </component>
  28. <component name="Git.Settings">
  29. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  30. </component>
  31. <component name="PhpDebugGeneral" xdebug_debug_port="9001" />
  32. <component name="PhpWorkspaceProjectConfiguration" interpreter_name="PHP 7.2 Brew">
  33. <include_path>
  34. <path value="$PROJECT_DIR$/vendor/composer" />
  35. <path value="$PROJECT_DIR$/vendor/symfony/polyfill-ctype" />
  36. <path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" />
  37. <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-docblock" />
  38. <path value="$PROJECT_DIR$/vendor/webmozart/assert" />
  39. <path value="$PROJECT_DIR$/vendor/phpspec/prophecy" />
  40. <path value="$PROJECT_DIR$/vendor/phar-io/version" />
  41. <path value="$PROJECT_DIR$/vendor/phar-io/manifest" />
  42. <path value="$PROJECT_DIR$/vendor/sebastian/type" />
  43. <path value="$PROJECT_DIR$/vendor/sebastian/recursion-context" />
  44. <path value="$PROJECT_DIR$/vendor/sebastian/environment" />
  45. <path value="$PROJECT_DIR$/vendor/sebastian/version" />
  46. <path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" />
  47. <path value="$PROJECT_DIR$/vendor/sebastian/exporter" />
  48. <path value="$PROJECT_DIR$/vendor/phpdocumentor/type-resolver" />
  49. <path value="$PROJECT_DIR$/vendor/phpdocumentor/reflection-common" />
  50. <path value="$PROJECT_DIR$/vendor/phpunit/phpunit" />
  51. <path value="$PROJECT_DIR$/vendor/doctrine/instantiator" />
  52. <path value="$PROJECT_DIR$/vendor/sebastian/global-state" />
  53. <path value="$PROJECT_DIR$/vendor/sebastian/comparator" />
  54. <path value="$PROJECT_DIR$/vendor/sebastian/object-reflector" />
  55. <path value="$PROJECT_DIR$/vendor/sebastian/object-enumerator" />
  56. <path value="$PROJECT_DIR$/vendor/sebastian/diff" />
  57. <path value="$PROJECT_DIR$/vendor/sebastian/code-unit-reverse-lookup" />
  58. <path value="$PROJECT_DIR$/vendor/phpunit/php-token-stream" />
  59. <path value="$PROJECT_DIR$/vendor/phpunit/php-timer" />
  60. <path value="$PROJECT_DIR$/vendor/phpunit/php-code-coverage" />
  61. <path value="$PROJECT_DIR$/vendor/phpunit/php-text-template" />
  62. <path value="$PROJECT_DIR$/vendor/theseer/tokenizer" />
  63. <path value="$PROJECT_DIR$/vendor/phpunit/php-file-iterator" />
  64. </include_path>
  65. </component>
  66. <component name="ProjectId" id="1WknsVZKyJNxWH3xtjICDWxpJIu" />
  67. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  68. <component name="ProjectViewState">
  69. <option name="autoscrollFromSource" value="true" />
  70. <option name="hideEmptyMiddlePackages" value="true" />
  71. <option name="showExcludedFiles" value="true" />
  72. <option name="showLibraryContents" value="true" />
  73. </component>
  74. <component name="PropertiesComponent">
  75. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  76. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  77. <property name="WebServerToolWindowFactoryState" value="true" />
  78. <property name="WebServerToolWindowPanel.toolwindow.highlight.mappings" value="true" />
  79. <property name="WebServerToolWindowPanel.toolwindow.highlight.symlinks" value="true" />
  80. <property name="WebServerToolWindowPanel.toolwindow.show.date" value="false" />
  81. <property name="WebServerToolWindowPanel.toolwindow.show.permissions" value="false" />
  82. <property name="WebServerToolWindowPanel.toolwindow.show.size" value="false" />
  83. <property name="com.jetbrains.php.phpunit.codeGeneration.PhpNewTestDialog.defaultLibrary" value="PHPUnit 6+" />
  84. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  85. <property name="node.js.detected.package.eslint" value="true" />
  86. <property name="node.js.detected.package.tslint" value="true" />
  87. <property name="node.js.path.for.package.eslint" value="project" />
  88. <property name="node.js.path.for.package.tslint" value="project" />
  89. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  90. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  91. <property name="settings.editor.selected.configurable" value="reference.webide.settings.project.settings.php.debug" />
  92. </component>
  93. <component name="RecentsManager">
  94. <key name="MoveFile.RECENT_KEYS">
  95. <recent name="$PROJECT_DIR$/kyu7" />
  96. <recent name="$PROJECT_DIR$/kyu6" />
  97. </key>
  98. </component>
  99. <component name="RunManager" selected="PHPUnit.k7 Bubblesort once">
  100. <configuration name="countthedivisors.php" type="PhpLocalRunConfigurationType" factoryName="PHP Console" temporary="true" path="$PROJECT_DIR$/counthedivisors/countthedivisors.php">
  101. <method v="2" />
  102. </configuration>
  103. <list>
  104. <item itemvalue="PHP Script.countthedivisors.php" />
  105. <item itemvalue="PHPUnit.k7 Count the divisors" />
  106. <item itemvalue="PHPUnit.k7 Bubblesort once" />
  107. <item itemvalue="PHPUnit.k8 Are the the same" />
  108. </list>
  109. <recent_temporary>
  110. <list>
  111. <item itemvalue="PHP Script.countthedivisors.php" />
  112. </list>
  113. </recent_temporary>
  114. </component>
  115. <component name="ServiceViewManager">
  116. <option name="viewStates">
  117. <list>
  118. <serviceView>
  119. <treeState>
  120. <expand />
  121. <select />
  122. </treeState>
  123. </serviceView>
  124. </list>
  125. </option>
  126. </component>
  127. <component name="TaskManager">
  128. <task active="true" id="Default" summary="Default task">
  129. <changelist id="4dbf7897-7552-490b-b266-845b385e4550" name="Default Changelist" comment="" />
  130. <created>1579702666574</created>
  131. <option name="number" value="Default" />
  132. <option name="presentableId" value="Default" />
  133. <updated>1579702666574</updated>
  134. <workItem from="1579702668542" duration="6025000" />
  135. <workItem from="1580305831734" duration="12000" />
  136. <workItem from="1580305849240" duration="23000" />
  137. <workItem from="1580305880657" duration="28000" />
  138. <workItem from="1580305931255" duration="88000" />
  139. <workItem from="1580991546300" duration="730000" />
  140. </task>
  141. <servers />
  142. </component>
  143. <component name="TypeScriptGeneratedFilesManager">
  144. <option name="version" value="1" />
  145. </component>
  146. <component name="WindowStateProjectService">
  147. <state x="493" y="191" key="#8_Are_the_the_same" timestamp="1579703344853">
  148. <screen x="0" y="23" width="1680" height="1027" />
  149. </state>
  150. <state x="493" y="191" key="#8_Are_the_the_same/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579703344852" />
  151. <state x="428" y="199" key="#CLI_Interpreters" timestamp="1579703342959">
  152. <screen x="0" y="23" width="1680" height="1027" />
  153. </state>
  154. <state x="428" y="199" key="#CLI_Interpreters/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579703342959" />
  155. <state x="514" y="127" key="#PHP" timestamp="1579703299947">
  156. <screen x="0" y="23" width="1680" height="1027" />
  157. </state>
  158. <state x="514" y="127" key="#PHP/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579703299947" />
  159. <state x="428" y="200" key="#Test_Frameworks" timestamp="1579703629705">
  160. <screen x="0" y="23" width="1680" height="1027" />
  161. </state>
  162. <state x="428" y="200" key="#Test_Frameworks/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579703629704" />
  163. <state x="369" y="240" width="1071" height="740" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1580991689940">
  164. <screen x="0" y="23" width="1680" height="1027" />
  165. </state>
  166. <state x="369" y="240" width="1071" height="740" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580991689940" />
  167. <state x="100" y="123" width="1480" height="827" key="#com.intellij.execution.junit2.states.ComparisonFailureState$DiffDialog" timestamp="1580992118445">
  168. <screen x="0" y="23" width="1680" height="1027" />
  169. </state>
  170. <state x="100" y="123" width="1480" height="827" key="#com.intellij.execution.junit2.states.ComparisonFailureState$DiffDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580992118445" />
  171. <state x="581" y="31" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog" timestamp="1579713482085">
  172. <screen x="0" y="23" width="1680" height="1027" />
  173. </state>
  174. <state x="581" y="31" key="#com.intellij.refactoring.rename.AutomaticRenamingDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579713482085" />
  175. <state width="1638" height="280" key="GridCell.Tab.0.bottom" timestamp="1580992287378">
  176. <screen x="0" y="23" width="1680" height="1027" />
  177. </state>
  178. <state width="1638" height="280" key="GridCell.Tab.0.bottom/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580992287378" />
  179. <state width="1638" height="280" key="GridCell.Tab.0.center" timestamp="1580992287377">
  180. <screen x="0" y="23" width="1680" height="1027" />
  181. </state>
  182. <state width="1638" height="280" key="GridCell.Tab.0.center/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580992287377" />
  183. <state width="1638" height="280" key="GridCell.Tab.0.left" timestamp="1580992287377">
  184. <screen x="0" y="23" width="1680" height="1027" />
  185. </state>
  186. <state width="1638" height="280" key="GridCell.Tab.0.left/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580992287377" />
  187. <state width="1638" height="280" key="GridCell.Tab.0.right" timestamp="1580992287377">
  188. <screen x="0" y="23" width="1680" height="1027" />
  189. </state>
  190. <state width="1638" height="280" key="GridCell.Tab.0.right/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580992287377" />
  191. <state width="1638" height="345" key="GridCell.Tab.1.bottom" timestamp="1579715573123">
  192. <screen x="0" y="23" width="1680" height="1027" />
  193. </state>
  194. <state width="1638" height="345" key="GridCell.Tab.1.bottom/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579715573123" />
  195. <state width="1638" height="345" key="GridCell.Tab.1.center" timestamp="1579715573123">
  196. <screen x="0" y="23" width="1680" height="1027" />
  197. </state>
  198. <state width="1638" height="345" key="GridCell.Tab.1.center/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579715573123" />
  199. <state width="1638" height="345" key="GridCell.Tab.1.left" timestamp="1579715573122">
  200. <screen x="0" y="23" width="1680" height="1027" />
  201. </state>
  202. <state width="1638" height="345" key="GridCell.Tab.1.left/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579715573122" />
  203. <state width="1638" height="345" key="GridCell.Tab.1.right" timestamp="1579715573123">
  204. <screen x="0" y="23" width="1680" height="1027" />
  205. </state>
  206. <state width="1638" height="345" key="GridCell.Tab.1.right/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579715573123" />
  207. <state x="661" y="470" key="NewPhpFileDialog" timestamp="1580991621622">
  208. <screen x="0" y="23" width="1680" height="1027" />
  209. </state>
  210. <state x="661" y="470" key="NewPhpFileDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580991621622" />
  211. <state x="349" y="175" key="SettingsEditor" timestamp="1579713540401">
  212. <screen x="0" y="23" width="1680" height="1027" />
  213. </state>
  214. <state x="349" y="175" key="SettingsEditor/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579713540401" />
  215. <state x="496" y="371" key="com.intellij.ide.util.TipDialog" timestamp="1580305881277">
  216. <screen x="0" y="23" width="1680" height="1027" />
  217. </state>
  218. <state x="496" y="371" key="com.intellij.ide.util.TipDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1580305881277" />
  219. <state x="606" y="207" key="com.jetbrains.php.test.PhpNewTestDialog" timestamp="1579713178459">
  220. <screen x="0" y="23" width="1680" height="1027" />
  221. </state>
  222. <state x="606" y="207" key="com.jetbrains.php.test.PhpNewTestDialog/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579713178459" />
  223. <state width="1039" height="471" key="javadoc.popup.new" timestamp="1579713798239">
  224. <screen x="0" y="23" width="1680" height="1027" />
  225. </state>
  226. <state width="1039" height="471" key="javadoc.popup.new/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579713798239" />
  227. <state x="505" y="250" width="670" height="676" key="search.everywhere.popup" timestamp="1579712652226">
  228. <screen x="0" y="23" width="1680" height="1027" />
  229. </state>
  230. <state x="505" y="250" width="670" height="676" key="search.everywhere.popup/0.23.1680.1027/-135.-1177.1920.1177@0.23.1680.1027" timestamp="1579712652226" />
  231. </component>
  232. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  233. <SUITE FILE_PATH="coverage/PHP@8_Are_the_the_same.xml" NAME="8 Are the the same Coverage Results" MODIFIED="1579704010273" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="PhpCoverage" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
  234. </component>
  235. </project>