workspace.xml 114 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="dc719ae9-0cbf-4831-a7e4-fae488fdfd66" name="Default" comment="">
  5. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
  6. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base.html" afterPath="$PROJECT_DIR$/examples/collapse/base.html" />
  7. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_chains.html" afterPath="$PROJECT_DIR$/examples/collapse/base_chains.html" />
  8. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/collapse/base_chains.js.html" />
  9. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_index.js.html" afterPath="$PROJECT_DIR$/examples/collapse/base_index.js.html" />
  10. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/prism.css" afterPath="$PROJECT_DIR$/examples/collapse/css/prism.css" />
  11. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/collapse/css/prism.min.css" />
  12. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/template.min.css" afterPath="$PROJECT_DIR$/examples/collapse/css/template.min.css" />
  13. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_binder.js.html" />
  14. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_collector.js.html" />
  15. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_model.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_model.html" />
  16. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_model.js.html" />
  17. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_probe.js.html" />
  18. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_schema.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_schema.html" />
  19. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_schema.js.html" />
  20. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/index.html" afterPath="$PROJECT_DIR$/examples/collapse/index.html" />
  21. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/clipboard.min.js" />
  22. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/jquery.min.js" />
  23. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr-data.js" />
  24. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr-data.json" />
  25. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr.min.js" />
  26. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/prism.js" afterPath="$PROJECT_DIR$/examples/collapse/js/prism.js" />
  27. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/prism.min.js" />
  28. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/template.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/template.min.js" />
  29. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_class.html" afterPath="$PROJECT_DIR$/examples/collapse/list_class.html" />
  30. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_mixin.html" afterPath="$PROJECT_DIR$/examples/collapse/list_mixin.html" />
  31. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_module.html" afterPath="$PROJECT_DIR$/examples/collapse/list_module.html" />
  32. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/collapse/list_tutorial.html" />
  33. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_bussable.html" />
  34. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_bussable.js.html" />
  35. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_signalable.html" />
  36. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_signalable.js.html" />
  37. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-base.html" afterPath="$PROJECT_DIR$/examples/collapse/module-base.html" />
  38. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/collapse/module-base_chains.html" />
  39. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_binder.html" />
  40. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_model.html" />
  41. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.html" />
  42. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.queryOperators.html" />
  43. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.updateOperators.html" />
  44. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_schema.html" />
  45. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-ACollector.html" />
  46. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-CollectorBase.html" />
  47. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-OCollector.html" />
  48. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector.html" />
  49. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_bussable.html" />
  50. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable-Signal.html" />
  51. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable.html" />
  52. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/collapse/module-strings_format.html" />
  53. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/collapse/module-utils_logger.html" />
  54. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/collapse/strings_format.js.html" />
  55. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-brush-teeth.html" />
  56. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-drive-car.html" />
  57. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-fence-test.html" />
  58. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/collapse/utils_logger.Logger.html" />
  59. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/collapse/utils_logger.js.html" />
  60. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base.html" afterPath="$PROJECT_DIR$/examples/default/base.html" />
  61. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_chains.html" afterPath="$PROJECT_DIR$/examples/default/base_chains.html" />
  62. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/default/base_chains.js.html" />
  63. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_index.js.html" afterPath="$PROJECT_DIR$/examples/default/base_index.js.html" />
  64. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/prism.css" afterPath="$PROJECT_DIR$/examples/default/css/prism.css" />
  65. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/default/css/prism.min.css" />
  66. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/template.min.css" afterPath="$PROJECT_DIR$/examples/default/css/template.min.css" />
  67. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_binder.js.html" />
  68. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_collector.js.html" />
  69. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_model.html" afterPath="$PROJECT_DIR$/examples/default/documents_model.html" />
  70. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_model.js.html" />
  71. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_probe.js.html" />
  72. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_schema.html" afterPath="$PROJECT_DIR$/examples/default/documents_schema.html" />
  73. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_schema.js.html" />
  74. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/index.html" afterPath="$PROJECT_DIR$/examples/default/index.html" />
  75. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/default/js/clipboard.min.js" />
  76. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/default/js/jquery.min.js" />
  77. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/default/js/lunr-data.js" />
  78. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/default/js/lunr-data.json" />
  79. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/default/js/lunr.min.js" />
  80. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/prism.js" afterPath="$PROJECT_DIR$/examples/default/js/prism.js" />
  81. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/default/js/prism.min.js" />
  82. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/template.min.js" afterPath="$PROJECT_DIR$/examples/default/js/template.min.js" />
  83. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_class.html" afterPath="$PROJECT_DIR$/examples/default/list_class.html" />
  84. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_mixin.html" afterPath="$PROJECT_DIR$/examples/default/list_mixin.html" />
  85. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_module.html" afterPath="$PROJECT_DIR$/examples/default/list_module.html" />
  86. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/default/list_tutorial.html" />
  87. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/default/mixins_bussable.html" />
  88. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/default/mixins_bussable.js.html" />
  89. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/default/mixins_signalable.html" />
  90. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/default/mixins_signalable.js.html" />
  91. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-base.html" afterPath="$PROJECT_DIR$/examples/default/module-base.html" />
  92. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/default/module-base_chains.html" />
  93. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_binder.html" />
  94. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_model.html" />
  95. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.html" />
  96. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.queryOperators.html" />
  97. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.updateOperators.html" />
  98. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_schema.html" />
  99. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-ACollector.html" />
  100. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-CollectorBase.html" />
  101. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-OCollector.html" />
  102. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector.html" />
  103. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_bussable.html" />
  104. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_signalable-Signal.html" />
  105. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_signalable.html" />
  106. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/default/module-strings_format.html" />
  107. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/default/module-utils_logger.html" />
  108. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/default/strings_format.js.html" />
  109. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-brush-teeth.html" />
  110. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-drive-car.html" />
  111. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-fence-test.html" />
  112. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/default/utils_logger.Logger.html" />
  113. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/default/utils_logger.js.html" />
  114. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base.html" afterPath="$PROJECT_DIR$/examples/inline/base.html" />
  115. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_chains.html" afterPath="$PROJECT_DIR$/examples/inline/base_chains.html" />
  116. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/inline/base_chains.js.html" />
  117. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_index.js.html" afterPath="$PROJECT_DIR$/examples/inline/base_index.js.html" />
  118. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/prism.css" afterPath="$PROJECT_DIR$/examples/inline/css/prism.css" />
  119. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/inline/css/prism.min.css" />
  120. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/template.min.css" afterPath="$PROJECT_DIR$/examples/inline/css/template.min.css" />
  121. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_binder.js.html" />
  122. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_collector.js.html" />
  123. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_model.html" afterPath="$PROJECT_DIR$/examples/inline/documents_model.html" />
  124. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_model.js.html" />
  125. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_probe.js.html" />
  126. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_schema.html" afterPath="$PROJECT_DIR$/examples/inline/documents_schema.html" />
  127. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_schema.js.html" />
  128. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/index.html" afterPath="$PROJECT_DIR$/examples/inline/index.html" />
  129. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/clipboard.min.js" />
  130. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/jquery.min.js" />
  131. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/inline/js/lunr-data.js" />
  132. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/inline/js/lunr-data.json" />
  133. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/lunr.min.js" />
  134. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/prism.js" afterPath="$PROJECT_DIR$/examples/inline/js/prism.js" />
  135. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/prism.min.js" />
  136. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/template.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/template.min.js" />
  137. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_class.html" afterPath="$PROJECT_DIR$/examples/inline/list_class.html" />
  138. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_mixin.html" afterPath="$PROJECT_DIR$/examples/inline/list_mixin.html" />
  139. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_module.html" afterPath="$PROJECT_DIR$/examples/inline/list_module.html" />
  140. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/inline/list_tutorial.html" />
  141. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_bussable.html" />
  142. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_bussable.js.html" />
  143. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_signalable.html" />
  144. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_signalable.js.html" />
  145. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-base.html" afterPath="$PROJECT_DIR$/examples/inline/module-base.html" />
  146. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/inline/module-base_chains.html" />
  147. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_binder.html" />
  148. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_model.html" />
  149. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.html" />
  150. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.queryOperators.html" />
  151. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.updateOperators.html" />
  152. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_schema.html" />
  153. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-ACollector.html" />
  154. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-CollectorBase.html" />
  155. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-OCollector.html" />
  156. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector.html" />
  157. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_bussable.html" />
  158. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_signalable-Signal.html" />
  159. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_signalable.html" />
  160. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/inline/module-strings_format.html" />
  161. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/inline/module-utils_logger.html" />
  162. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/inline/strings_format.js.html" />
  163. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-brush-teeth.html" />
  164. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-drive-car.html" />
  165. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-fence-test.html" />
  166. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/inline/utils_logger.Logger.html" />
  167. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/inline/utils_logger.js.html" />
  168. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base.html" afterPath="$PROJECT_DIR$/examples/logo-color/base.html" />
  169. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_chains.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_chains.html" />
  170. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_chains.js.html" />
  171. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_index.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_index.js.html" />
  172. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/prism.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/prism.css" />
  173. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/prism.min.css" />
  174. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/template.min.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/template.min.css" />
  175. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_binder.js.html" />
  176. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_collector.js.html" />
  177. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_model.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_model.html" />
  178. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_model.js.html" />
  179. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_probe.js.html" />
  180. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_schema.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_schema.html" />
  181. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_schema.js.html" />
  182. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/index.html" afterPath="$PROJECT_DIR$/examples/logo-color/index.html" />
  183. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/clipboard.min.js" />
  184. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/jquery.min.js" />
  185. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.js" />
  186. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.json" />
  187. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr.min.js" />
  188. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/prism.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/prism.js" />
  189. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/prism.min.js" />
  190. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/template.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/template.min.js" />
  191. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_class.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_class.html" />
  192. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_mixin.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_mixin.html" />
  193. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_module.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_module.html" />
  194. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_tutorial.html" />
  195. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.html" />
  196. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.js.html" />
  197. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.html" />
  198. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.js.html" />
  199. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-base.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-base.html" />
  200. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-base_chains.html" />
  201. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_binder.html" />
  202. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_model.html" />
  203. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.html" />
  204. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.queryOperators.html" />
  205. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.updateOperators.html" />
  206. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_schema.html" />
  207. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-ACollector.html" />
  208. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-CollectorBase.html" />
  209. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-ink_collector-OCollector.html" />
  210. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-ink_collector.html" />
  211. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-mixins_bussable.html" />
  212. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable-Signal.html" />
  213. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable.html" />
  214. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-strings_format.html" />
  215. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-utils_logger.html" />
  216. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/strings_format.js.html" />
  217. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-brush-teeth.html" />
  218. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-drive-car.html" />
  219. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-fence-test.html" />
  220. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/logo-color/utils_logger.Logger.html" />
  221. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/utils_logger.js.html" />
  222. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
  223. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/prism.css" afterPath="$PROJECT_DIR$/template/static/css/prism.css" />
  224. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/prism.min.css" afterPath="$PROJECT_DIR$/template/static/css/prism.min.css" />
  225. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/template.min.css" afterPath="$PROJECT_DIR$/template/static/css/template.min.css" />
  226. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/clipboard.min.js" afterPath="$PROJECT_DIR$/template/static/js/clipboard.min.js" />
  227. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/jquery.min.js" afterPath="$PROJECT_DIR$/template/static/js/jquery.min.js" />
  228. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/lunr.min.js" afterPath="$PROJECT_DIR$/template/static/js/lunr.min.js" />
  229. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/prism.js" afterPath="$PROJECT_DIR$/template/static/js/prism.js" />
  230. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/prism.min.js" afterPath="$PROJECT_DIR$/template/static/js/prism.min.js" />
  231. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/template.min.js" afterPath="$PROJECT_DIR$/template/static/js/template.min.js" />
  232. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/tmpl.js" afterPath="$PROJECT_DIR$/template/tmpl.js" />
  233. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/docletHelper.js" afterPath="$PROJECT_DIR$/template/utils/docletHelper.js" />
  234. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/postProcessor.js" afterPath="$PROJECT_DIR$/template/utils/postProcessor.js" />
  235. <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/template.js" afterPath="$PROJECT_DIR$/template/utils/template.js" />
  236. </list>
  237. <ignored path="foodoc.iws" />
  238. <ignored path=".idea/workspace.xml" />
  239. <ignored path=".idea/dataSources.local.xml" />
  240. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  241. <option name="TRACKING_ENABLED" value="true" />
  242. <option name="SHOW_DIALOG" value="false" />
  243. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  244. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  245. <option name="LAST_RESOLUTION" value="IGNORE" />
  246. </component>
  247. <component name="CreatePatchCommitExecutor">
  248. <option name="PATCH_PATH" value="" />
  249. </component>
  250. <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
  251. <component name="FavoritesManager">
  252. <favorites_list name="foodoc" />
  253. </component>
  254. <component name="FileEditorManager">
  255. <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
  256. <file leaf-file-name="Gruntfile.js" pinned="false" current-in-tab="false">
  257. <entry file="file://$PROJECT_DIR$/Gruntfile.js">
  258. <provider selected="true" editor-type-id="text-editor">
  259. <state relative-caret-position="335">
  260. <caret line="143" column="9" lean-forward="false" selection-start-line="143" selection-start-column="9" selection-end-line="143" selection-end-column="9" />
  261. <folding>
  262. <element signature="e#764#845#0" expanded="false" />
  263. <element signature="e#861#1131#0" expanded="false" />
  264. <element signature="e#1144#3214#0" expanded="false" />
  265. <element signature="e#3226#4043#0" expanded="false" />
  266. <element signature="e#4055#4885#0" expanded="false" />
  267. <element signature="e#5185#5452#0" expanded="false" />
  268. <element signature="e#5465#5730#0" expanded="false" />
  269. </folding>
  270. </state>
  271. </provider>
  272. </entry>
  273. </file>
  274. <file leaf-file-name="template.js" pinned="false" current-in-tab="false">
  275. <entry file="file://$PROJECT_DIR$/src/utils/template.js">
  276. <provider selected="true" editor-type-id="text-editor">
  277. <state relative-caret-position="187">
  278. <caret line="16" column="2" lean-forward="false" selection-start-line="16" selection-start-column="2" selection-end-line="16" selection-end-column="2" />
  279. <folding>
  280. <element signature="e#5456#7171#0" expanded="false" />
  281. </folding>
  282. </state>
  283. </provider>
  284. </entry>
  285. </file>
  286. <file leaf-file-name="package.json" pinned="false" current-in-tab="false">
  287. <entry file="file://$PROJECT_DIR$/package.json">
  288. <provider selected="true" editor-type-id="text-editor">
  289. <state relative-caret-position="34">
  290. <caret line="2" column="19" lean-forward="false" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
  291. <folding />
  292. </state>
  293. </provider>
  294. </entry>
  295. </file>
  296. <file leaf-file-name="prism-toolbar.js" pinned="false" current-in-tab="false">
  297. <entry file="file://$PROJECT_DIR$/src/static/js/prism-toolbar.js">
  298. <provider selected="true" editor-type-id="text-editor">
  299. <state relative-caret-position="0">
  300. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  301. <folding />
  302. </state>
  303. </provider>
  304. </entry>
  305. </file>
  306. <file leaf-file-name="prism-copy-to-clipboard.js" pinned="false" current-in-tab="false">
  307. <entry file="file://$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js">
  308. <provider selected="true" editor-type-id="text-editor">
  309. <state relative-caret-position="541">
  310. <caret line="69" column="26" lean-forward="false" selection-start-line="69" selection-start-column="26" selection-end-line="69" selection-end-column="26" />
  311. <folding />
  312. </state>
  313. </provider>
  314. </entry>
  315. </file>
  316. <file leaf-file-name="README.md" pinned="false" current-in-tab="true">
  317. <entry file="file://$PROJECT_DIR$/README.md">
  318. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  319. <state split_layout="FIRST">
  320. <first_editor relative-caret-position="352">
  321. <caret line="114" column="100" lean-forward="true" selection-start-line="114" selection-start-column="100" selection-end-line="114" selection-end-column="100" />
  322. <folding>
  323. <marker date="1525140821947" expanded="true" signature="3913:4761" ph="{...}" />
  324. <marker date="1525140821947" expanded="true" signature="3913:4894" ph="{...}" />
  325. <marker date="1525140821947" expanded="true" signature="7243:7969" ph="[...]" />
  326. <marker date="1525140821947" expanded="true" signature="11706:12061" ph="{...}" />
  327. <marker date="1525140821947" expanded="true" signature="11725:11974" ph="{...}" />
  328. <marker date="1525140821947" expanded="true" signature="11814:11970" ph="{...}" />
  329. <marker date="1525140821947" expanded="true" signature="11836:11964" ph="{...}" />
  330. <marker date="1525140821947" expanded="true" signature="11991:12059" ph="{...}" />
  331. <marker date="1525140821947" expanded="true" signature="12810:12863" ph="/** @example {@lang html}&lt;html&gt;&lt;/html&gt; ...*/" />
  332. <marker date="1525140821947" expanded="true" signature="15587:15911" ph="{...}" />
  333. </folding>
  334. </first_editor>
  335. <second_editor />
  336. </state>
  337. </provider>
  338. </entry>
  339. </file>
  340. <file leaf-file-name="access-filter.js" pinned="false" current-in-tab="false">
  341. <entry file="file://$PROJECT_DIR$/src/static/js/access-filter.js">
  342. <provider selected="true" editor-type-id="text-editor">
  343. <state relative-caret-position="1785">
  344. <caret line="107" column="57" lean-forward="false" selection-start-line="107" selection-start-column="35" selection-end-line="107" selection-end-column="57" />
  345. <folding />
  346. </state>
  347. </provider>
  348. </entry>
  349. </file>
  350. <file leaf-file-name="_layout.hbs" pinned="false" current-in-tab="false">
  351. <entry file="file://$PROJECT_DIR$/src/tmpl/site/_layout.hbs">
  352. <provider selected="true" editor-type-id="text-editor">
  353. <state relative-caret-position="-689">
  354. <caret line="71" column="27" lean-forward="false" selection-start-line="71" selection-start-column="27" selection-end-line="71" selection-end-column="27" />
  355. <folding>
  356. <element signature="e#3414#6003#0#Handlebars" expanded="false" />
  357. </folding>
  358. </state>
  359. </provider>
  360. </entry>
  361. </file>
  362. <file leaf-file-name="default.conf.json" pinned="false" current-in-tab="false">
  363. <entry file="file://$PROJECT_DIR$/test-src/default.conf.json">
  364. <provider selected="true" editor-type-id="text-editor">
  365. <state relative-caret-position="119">
  366. <caret line="7" column="20" lean-forward="false" selection-start-line="7" selection-start-column="20" selection-end-line="7" selection-end-column="20" />
  367. <folding />
  368. </state>
  369. </provider>
  370. </entry>
  371. </file>
  372. </leaf>
  373. </component>
  374. <component name="FileTemplateManagerImpl">
  375. <option name="RECENT_TEMPLATES">
  376. <list>
  377. <option value="JavaScript File" />
  378. <option value="CSS File" />
  379. </list>
  380. </option>
  381. </component>
  382. <component name="FindInProjectRecents">
  383. <findStrings>
  384. <find>showTableOfContents</find>
  385. <find>asel</find>
  386. <find>showAccessSelector</find>
  387. <find>access-selector</find>
  388. <find>AccessSelector</find>
  389. <find>globalName</find>
  390. <find>files</find>
  391. <find>longnameToUrl</find>
  392. </findStrings>
  393. <replaceStrings>
  394. <replace>access-selector</replace>
  395. <replace>showAccessFilter</replace>
  396. <replace>access-filter</replace>
  397. <replace>AccessFilter</replace>
  398. </replaceStrings>
  399. <dirStrings>
  400. <dir>E:\GitHub\foodoc\src</dir>
  401. <dir>E:\GitHub\foodoc\node_modules\jsdoc\lib\jsdoc</dir>
  402. </dirStrings>
  403. </component>
  404. <component name="Git.Settings">
  405. <option name="ROOT_SYNC" value="DONT_SYNC" />
  406. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  407. </component>
  408. <component name="IdeDocumentHistory">
  409. <option name="CHANGED_PATHS">
  410. <list>
  411. <option value="$PROJECT_DIR$/.gitignore" />
  412. <option value="$USER_HOME$/Documents/gitignore_global.txt" />
  413. <option value="$PROJECT_DIR$/.npmignore" />
  414. <option value="$PROJECT_DIR$/src/utils/handlebarsHelper.js" />
  415. <option value="$PROJECT_DIR$/src/static/js/example-run.js" />
  416. <option value="$PROJECT_DIR$/src/static/css/dummy-console.css" />
  417. <option value="$PROJECT_DIR$/src/static/css/related-tutorials.css" />
  418. <option value="$PROJECT_DIR$/src/static/css/symbols.css" />
  419. <option value="$PROJECT_DIR$/src/static/css/toc.css" />
  420. <option value="$PROJECT_DIR$/src/static/css/lunr-search.css" />
  421. <option value="$PROJECT_DIR$/src/utils/lunrHelper.js" />
  422. <option value="$PROJECT_DIR$/src/tmpl/source.hbs" />
  423. <option value="$PROJECT_DIR$/test-src/fixtures/tutorials/fence-test.md" />
  424. <option value="$PROJECT_DIR$/src/tmpl/tag/_example.hbs" />
  425. <option value="$PROJECT_DIR$/src/static/js/prism-line-numbers.js" />
  426. <option value="$PROJECT_DIR$/src/static/css/prism-line-numbers.css" />
  427. <option value="$PROJECT_DIR$/src/static/js/prism-toolbar.js" />
  428. <option value="$PROJECT_DIR$/src/static/css/prism-toolbar.css" />
  429. <option value="$PROJECT_DIR$/src/static/css/breadcrumbs.css" />
  430. <option value="$PROJECT_DIR$/src/temp/FooDoclet.js" />
  431. <option value="$PROJECT_DIR$/src/static/css/prism-theme-overrides.css" />
  432. <option value="$PROJECT_DIR$/src/static/js/symbols.js" />
  433. <option value="$PROJECT_DIR$/test-src/namespaced/MyApi.js" />
  434. <option value="$PROJECT_DIR$/test-src/namespaced.conf.json" />
  435. <option value="$PROJECT_DIR$/src/tmpl/symbol/_inline.hbs" />
  436. <option value="$PROJECT_DIR$/src/static/js/access-selector.js" />
  437. <option value="$PROJECT_DIR$/src/static/css/access-selector.css" />
  438. <option value="$PROJECT_DIR$/src/conf.json" />
  439. <option value="$PROJECT_DIR$/src/static/js/access-filter.js" />
  440. <option value="$PROJECT_DIR$/src/static/css/access-filter.css" />
  441. <option value="$PROJECT_DIR$/test-src/namespaced/GlobalClass.js" />
  442. <option value="$PROJECT_DIR$/template/utils/postProcessor.js" />
  443. <option value="$PROJECT_DIR$/src/tmpl/tag/_summary.hbs" />
  444. <option value="$PROJECT_DIR$/src/tmpl/global.hbs" />
  445. <option value="$PROJECT_DIR$/src/tmpl/site/_navbar.hbs" />
  446. <option value="$PROJECT_DIR$/src/utils/docletHelper.js" />
  447. <option value="$PROJECT_DIR$/src/utils/postProcessor.js" />
  448. <option value="$PROJECT_DIR$/src/static/css/site.css" />
  449. <option value="$PROJECT_DIR$/src/utils/template.js" />
  450. <option value="$PROJECT_DIR$/Gruntfile.js" />
  451. <option value="$PROJECT_DIR$/src/tmpl/site/_layout.hbs" />
  452. <option value="$PROJECT_DIR$/test-src/default.conf.json" />
  453. <option value="$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js" />
  454. <option value="$PROJECT_DIR$/package.json" />
  455. <option value="$PROJECT_DIR$/README.md" />
  456. </list>
  457. </option>
  458. </component>
  459. <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER">
  460. <gruntfile path="$PROJECT_DIR$/Gruntfile.js">
  461. <alias-task name="template" info="Alias for &quot;clean:template&quot;, &quot;handlebars&quot;, &quot;copy&quot;, &quot;uglify&quot;, &quot;cssmin&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  462. <dependency value="clean:template" />
  463. <dependency value="handlebars" />
  464. <dependency value="copy" />
  465. <dependency value="uglify" />
  466. <dependency value="cssmin" />
  467. </alias-task>
  468. <alias-task name="all" info="Alias for &quot;template&quot;, &quot;clean:examples&quot;, &quot;jsdoc:default&quot;, &quot;jsdoc:inline&quot;, &quot;jsdoc:logo-color&quot;, &quot;jsdoc:collapse&quot;, &quot;jsdoc:namespaced&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  469. <dependency value="template" />
  470. <dependency value="clean:examples" />
  471. <dependency value="jsdoc:default" />
  472. <dependency value="jsdoc:inline" />
  473. <dependency value="jsdoc:logo-color" />
  474. <dependency value="jsdoc:collapse" />
  475. <dependency value="jsdoc:namespaced" />
  476. </alias-task>
  477. <alias-task name="default" info="Alias for &quot;template&quot;, &quot;jsdoc:default&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  478. <dependency value="template" />
  479. <dependency value="jsdoc:default" />
  480. </alias-task>
  481. <alias-task name="inline" info="Alias for &quot;template&quot;, &quot;jsdoc:inline&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  482. <dependency value="template" />
  483. <dependency value="jsdoc:inline" />
  484. </alias-task>
  485. <alias-task name="logo-color" info="Alias for &quot;template&quot;, &quot;jsdoc:logo-color&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  486. <dependency value="template" />
  487. <dependency value="jsdoc:logo-color" />
  488. </alias-task>
  489. <alias-task name="collapse" info="Alias for &quot;template&quot;, &quot;jsdoc:collapse&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  490. <dependency value="template" />
  491. <dependency value="jsdoc:collapse" />
  492. </alias-task>
  493. <alias-task name="namespaced" info="Alias for &quot;template&quot;, &quot;jsdoc:namespaced&quot; tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
  494. <dependency value="template" />
  495. <dependency value="jsdoc:namespaced" />
  496. </alias-task>
  497. <core-task name="clean" info="Clean files and folders." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-clean/tasks/clean.js" multi="true">
  498. <target value="test" />
  499. <target value="examples" />
  500. <target value="template" />
  501. </core-task>
  502. <core-task name="copy" info="Copy files." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-copy/tasks/copy.js" multi="true">
  503. <target value="template" />
  504. <target value="bootstrap" />
  505. <target value="jquery" />
  506. <target value="clipboard" />
  507. <target value="prism" />
  508. <target value="lunr" />
  509. </core-task>
  510. <core-task name="cssmin" info="Minify CSS" file-path="$PROJECT_DIR$/node_modules/grunt-contrib-cssmin/tasks/cssmin.js" multi="true">
  511. <target value="prism" />
  512. <target value="template" />
  513. </core-task>
  514. <core-task name="uglify" info="Minify files with UglifyJS." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-uglify/tasks/uglify.js" multi="true">
  515. <target value="prism" />
  516. <target value="template" />
  517. </core-task>
  518. <core-task name="handlebars" info="Compile handlebars templates and partials." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-handlebars/tasks/handlebars.js" multi="true">
  519. <target value="compile" />
  520. </core-task>
  521. <core-task name="jsdoc" info="Generates source documentation using jsdoc" file-path="$PROJECT_DIR$/node_modules/grunt-jsdoc/tasks/jsdoc-plugin.js" multi="true">
  522. <target value="namespaced" />
  523. <target value="default" />
  524. <target value="inline" />
  525. <target value="logo-color" />
  526. <target value="collapse" />
  527. </core-task>
  528. </gruntfile>
  529. </component>
  530. <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
  531. <package-json value="$PROJECT_DIR$/package.json" />
  532. </component>
  533. <component name="JsGulpfileManager">
  534. <detection-done>true</detection-done>
  535. <sorting>DEFINITION_ORDER</sorting>
  536. </component>
  537. <component name="NodeModulesDirectoryManager">
  538. <handled-path value="$PROJECT_DIR$/node_modules" />
  539. </component>
  540. <component name="PhpServers">
  541. <servers />
  542. </component>
  543. <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
  544. <component name="ProjectFrameBounds">
  545. <option name="x" value="-8" />
  546. <option name="y" value="-8" />
  547. <option name="width" value="1936" />
  548. <option name="height" value="1186" />
  549. </component>
  550. <component name="ProjectLevelVcsManager">
  551. <ConfirmationsSetting value="1" id="Add" />
  552. </component>
  553. <component name="ProjectView">
  554. <navigator currentView="ProjectPane" proportions="" version="1">
  555. <flattenPackages />
  556. <showMembers />
  557. <showModules />
  558. <showLibraryContents />
  559. <hideEmptyPackages />
  560. <abbreviatePackageNames />
  561. <autoscrollToSource />
  562. <autoscrollFromSource />
  563. <sortByType />
  564. <manualOrder />
  565. <foldersAlwaysOnTop value="true" />
  566. </navigator>
  567. <panes>
  568. <pane id="Scratches" />
  569. <pane id="ProjectPane">
  570. <subPane>
  571. <PATH>
  572. <PATH_ELEMENT>
  573. <option name="myItemId" value="foodoc" />
  574. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  575. </PATH_ELEMENT>
  576. <PATH_ELEMENT>
  577. <option name="myItemId" value="foodoc" />
  578. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  579. </PATH_ELEMENT>
  580. </PATH>
  581. <PATH>
  582. <PATH_ELEMENT>
  583. <option name="myItemId" value="foodoc" />
  584. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  585. </PATH_ELEMENT>
  586. <PATH_ELEMENT>
  587. <option name="myItemId" value="foodoc" />
  588. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  589. </PATH_ELEMENT>
  590. <PATH_ELEMENT>
  591. <option name="myItemId" value="test-src" />
  592. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  593. </PATH_ELEMENT>
  594. </PATH>
  595. <PATH>
  596. <PATH_ELEMENT>
  597. <option name="myItemId" value="foodoc" />
  598. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  599. </PATH_ELEMENT>
  600. <PATH_ELEMENT>
  601. <option name="myItemId" value="foodoc" />
  602. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  603. </PATH_ELEMENT>
  604. <PATH_ELEMENT>
  605. <option name="myItemId" value="src" />
  606. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  607. </PATH_ELEMENT>
  608. </PATH>
  609. <PATH>
  610. <PATH_ELEMENT>
  611. <option name="myItemId" value="foodoc" />
  612. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  613. </PATH_ELEMENT>
  614. <PATH_ELEMENT>
  615. <option name="myItemId" value="foodoc" />
  616. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  617. </PATH_ELEMENT>
  618. <PATH_ELEMENT>
  619. <option name="myItemId" value="src" />
  620. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  621. </PATH_ELEMENT>
  622. <PATH_ELEMENT>
  623. <option name="myItemId" value="static" />
  624. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  625. </PATH_ELEMENT>
  626. <PATH_ELEMENT>
  627. <option name="myItemId" value="js" />
  628. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  629. </PATH_ELEMENT>
  630. </PATH>
  631. <PATH>
  632. <PATH_ELEMENT>
  633. <option name="myItemId" value="foodoc" />
  634. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  635. </PATH_ELEMENT>
  636. <PATH_ELEMENT>
  637. <option name="myItemId" value="foodoc" />
  638. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  639. </PATH_ELEMENT>
  640. <PATH_ELEMENT>
  641. <option name="myItemId" value="src" />
  642. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  643. </PATH_ELEMENT>
  644. <PATH_ELEMENT>
  645. <option name="myItemId" value="static" />
  646. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  647. </PATH_ELEMENT>
  648. </PATH>
  649. <PATH>
  650. <PATH_ELEMENT>
  651. <option name="myItemId" value="foodoc" />
  652. <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
  653. </PATH_ELEMENT>
  654. <PATH_ELEMENT>
  655. <option name="myItemId" value="foodoc" />
  656. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  657. </PATH_ELEMENT>
  658. <PATH_ELEMENT>
  659. <option name="myItemId" value="examples" />
  660. <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
  661. </PATH_ELEMENT>
  662. </PATH>
  663. </subPane>
  664. </pane>
  665. <pane id="Scope" />
  666. </panes>
  667. </component>
  668. <component name="PropertiesComponent">
  669. <property name="settings.editor.selected.configurable" value="JavaScript.Libraries" />
  670. <property name="JavaScriptPreferStrict" value="false" />
  671. <property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
  672. <property name="settings.editor.splitter.proportion" value="0.2" />
  673. <property name="last_opened_file_path" value="$USER_HOME$/AppData/Local/GitHub/PortableGit_63435a79518b44808827aa3194b76bea96231189/cmd/git.exe" />
  674. <property name="WebServerToolWindowFactoryState" value="false" />
  675. <property name="HbShouldOpenHtmlAsHb" value="" />
  676. <property name="js-jscs-nodeInterpreter" value="C:\Program Files\nodejs\node.exe" />
  677. <property name="list.type.of.created.stylesheet" value="CSS" />
  678. <property name="nodejs_interpreter_path" value="C:/Program Files/nodejs/node" />
  679. <property name="js.buildTools.grunt.grunt-cli.package" value="$USER_HOME$/AppData/Roaming/npm/node_modules/grunt-cli" />
  680. <property name="js.eslint.eslintPackage" value="" />
  681. </component>
  682. <component name="RecentsManager">
  683. <key name="MoveFile.RECENT_KEYS">
  684. <recent name="E:\GitHub\foodoc\src\static\css" />
  685. </key>
  686. <key name="CopyFile.RECENT_KEYS">
  687. <recent name="E:\GitHub\foodoc\test-src" />
  688. <recent name="E:\GitHub\foodoc\src\static\js" />
  689. </key>
  690. </component>
  691. <component name="RunManager" selected="Grunt.js.namespaced">
  692. <configuration default="false" name="default" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
  693. <node-interpreter value="project" />
  694. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  695. <tasks>
  696. <task value="default" />
  697. </tasks>
  698. <envs />
  699. <method />
  700. </configuration>
  701. <configuration default="false" name="namespaced" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
  702. <node-interpreter value="project" />
  703. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  704. <tasks>
  705. <task value="namespaced" />
  706. </tasks>
  707. <envs />
  708. <method />
  709. </configuration>
  710. <configuration default="false" name="all" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
  711. <node-interpreter value="project" />
  712. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  713. <tasks>
  714. <task value="all" />
  715. </tasks>
  716. <envs />
  717. <method />
  718. </configuration>
  719. <configuration default="false" name="test" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
  720. <package-json value="$PROJECT_DIR$/package.json" />
  721. <command value="run" />
  722. <scripts>
  723. <script value="test" />
  724. </scripts>
  725. <node-interpreter value="project" />
  726. <envs />
  727. <method />
  728. </configuration>
  729. <configuration default="false" name="template" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
  730. <node-interpreter value="project" />
  731. <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
  732. <tasks>
  733. <task value="template" />
  734. </tasks>
  735. <envs />
  736. <method />
  737. </configuration>
  738. <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
  739. <config-file value="" />
  740. <node-interpreter value="project" />
  741. <envs />
  742. <method />
  743. </configuration>
  744. <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
  745. <method />
  746. </configuration>
  747. <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
  748. <method />
  749. </configuration>
  750. <configuration default="true" type="NodeJSRemoteDebug" factoryName="Node.js Remote Debug">
  751. <node-js-remote-debug />
  752. <method />
  753. </configuration>
  754. <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
  755. <TestRunner />
  756. <method />
  757. </configuration>
  758. <configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
  759. <BehatRunner />
  760. <method />
  761. </configuration>
  762. <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
  763. <method />
  764. </configuration>
  765. <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
  766. <PhpTestRunnerSettings />
  767. <method />
  768. </configuration>
  769. <configuration default="true" type="js.build_tools.grunt" factoryName="Grunt.js">
  770. <node-interpreter value="project" />
  771. <envs />
  772. <method />
  773. </configuration>
  774. <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
  775. <node-interpreter>project</node-interpreter>
  776. <node-options />
  777. <gulpfile />
  778. <tasks />
  779. <arguments />
  780. <envs />
  781. <method />
  782. </configuration>
  783. <configuration default="true" type="js.build_tools.npm" factoryName="npm">
  784. <command value="run" />
  785. <scripts />
  786. <node-interpreter value="project" />
  787. <envs />
  788. <method />
  789. </configuration>
  790. <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
  791. <node-interpreter />
  792. <node-options />
  793. <working-directory>$PROJECT_DIR$</working-directory>
  794. <pass-parent-env>true</pass-parent-env>
  795. <envs />
  796. <ui>bdd</ui>
  797. <extra-mocha-options />
  798. <test-kind>DIRECTORY</test-kind>
  799. <test-directory />
  800. <recursive>false</recursive>
  801. <method />
  802. </configuration>
  803. <list size="5">
  804. <item index="0" class="java.lang.String" itemvalue="Grunt.js.default" />
  805. <item index="1" class="java.lang.String" itemvalue="Grunt.js.namespaced" />
  806. <item index="2" class="java.lang.String" itemvalue="Grunt.js.all" />
  807. <item index="3" class="java.lang.String" itemvalue="npm.test" />
  808. <item index="4" class="java.lang.String" itemvalue="Grunt.js.template" />
  809. </list>
  810. <recent_temporary>
  811. <list size="5">
  812. <item index="0" class="java.lang.String" itemvalue="Grunt.js.all" />
  813. <item index="1" class="java.lang.String" itemvalue="Grunt.js.namespaced" />
  814. <item index="2" class="java.lang.String" itemvalue="Grunt.js.template" />
  815. <item index="3" class="java.lang.String" itemvalue="Grunt.js.default" />
  816. <item index="4" class="java.lang.String" itemvalue="npm.test" />
  817. </list>
  818. </recent_temporary>
  819. </component>
  820. <component name="ShelveChangesManager" show_recycled="false">
  821. <option name="remove_strategy" value="false" />
  822. </component>
  823. <component name="SvnConfiguration">
  824. <configuration />
  825. </component>
  826. <component name="TaskManager">
  827. <task active="true" id="Default" summary="Default task">
  828. <changelist id="dc719ae9-0cbf-4831-a7e4-fae488fdfd66" name="Default" comment="" />
  829. <created>1479062179251</created>
  830. <option name="number" value="Default" />
  831. <option name="presentableId" value="Default" />
  832. <updated>1479062179251</updated>
  833. <workItem from="1479160610237" duration="112000" />
  834. <workItem from="1479160736170" duration="50566000" />
  835. <workItem from="1479505668163" duration="2094000" />
  836. <workItem from="1479814407373" duration="2274000" />
  837. <workItem from="1480440442433" duration="815000" />
  838. <workItem from="1497612336448" duration="34690000" />
  839. <workItem from="1497918779754" duration="612000" />
  840. <workItem from="1525100132243" duration="7056000" />
  841. <workItem from="1525112641737" duration="28054000" />
  842. </task>
  843. <servers />
  844. </component>
  845. <component name="TimeTrackingManager">
  846. <option name="totallyTimeSpent" value="126273000" />
  847. </component>
  848. <component name="ToolWindowManager">
  849. <frame x="-8" y="-8" width="1936" height="1186" extended-state="6" />
  850. <editor active="true" />
  851. <layout>
  852. <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
  853. <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32976654" sideWeight="0.510661" order="7" side_tool="true" content_ui="tabs" />
  854. <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
  855. <window_info id="npm" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32995737" sideWeight="0.5" order="0" side_tool="true" content_ui="tabs" />
  856. <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.36381322" sideWeight="0.47334754" order="2" side_tool="false" content_ui="tabs" />
  857. <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32879376" sideWeight="0.46801707" order="9" side_tool="false" content_ui="tabs" />
  858. <window_info id="Project" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.19083156" sideWeight="0.5" order="4" side_tool="false" content_ui="combo" />
  859. <window_info id="Grunt " active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.36381322" sideWeight="0.52665246" order="10" side_tool="true" content_ui="tabs" />
  860. <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  861. <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="SLIDING" type="FLOATING" visible="false" show_stripe_button="true" weight="0.32976654" sideWeight="0.49573562" order="1" side_tool="false" content_ui="tabs" x="1920" y="0" width="1920" height="1200" />
  862. <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  863. <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32995737" sideWeight="0.5" order="1" side_tool="true" content_ui="tabs" />
  864. <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.39980546" sideWeight="0.4936034" order="3" side_tool="false" content_ui="tabs" />
  865. <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
  866. <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
  867. <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
  868. <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
  869. <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="3" side_tool="false" content_ui="combo" />
  870. <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
  871. </layout>
  872. </component>
  873. <component name="TypeScriptGeneratedFilesManager">
  874. <option name="processedProjectFiles" value="true" />
  875. </component>
  876. <component name="Vcs.Log.UiProperties">
  877. <option name="RECENTLY_FILTERED_USER_GROUPS">
  878. <collection />
  879. </option>
  880. <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
  881. <collection />
  882. </option>
  883. </component>
  884. <component name="VcsContentAnnotationSettings">
  885. <option name="myLimit" value="2678400000" />
  886. </component>
  887. <component name="XDebuggerManager">
  888. <breakpoint-manager>
  889. <option name="time" value="7" />
  890. </breakpoint-manager>
  891. <watches-manager />
  892. </component>
  893. <component name="editorHistoryManager">
  894. <entry file="file://$PROJECT_DIR$/node_modules/lunr/package.json">
  895. <provider selected="true" editor-type-id="text-editor">
  896. <state relative-caret-position="0">
  897. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  898. </state>
  899. </provider>
  900. </entry>
  901. <entry file="file://$PROJECT_DIR$/template/static/css/template.min.css">
  902. <provider selected="true" editor-type-id="text-editor">
  903. <state relative-caret-position="0">
  904. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  905. </state>
  906. </provider>
  907. </entry>
  908. <entry file="file://$PROJECT_DIR$/src/utils/lunrHelper.js">
  909. <provider selected="true" editor-type-id="text-editor">
  910. <state relative-caret-position="556">
  911. <caret line="62" column="3" lean-forward="false" selection-start-line="62" selection-start-column="3" selection-end-line="62" selection-end-column="3" />
  912. <folding />
  913. </state>
  914. </provider>
  915. </entry>
  916. <entry file="file://$PROJECT_DIR$/src/conf.json">
  917. <provider selected="true" editor-type-id="text-editor">
  918. <state relative-caret-position="374">
  919. <caret line="22" column="5" lean-forward="false" selection-start-line="22" selection-start-column="5" selection-end-line="22" selection-end-column="5" />
  920. </state>
  921. </provider>
  922. </entry>
  923. <entry file="file://$PROJECT_DIR$/.test/GlobalClass.html">
  924. <provider selected="true" editor-type-id="text-editor">
  925. <state relative-caret-position="0">
  926. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  927. <folding />
  928. </state>
  929. </provider>
  930. </entry>
  931. <entry file="file://$PROJECT_DIR$/test-src/namespaced/GlobalClass.js">
  932. <provider selected="true" editor-type-id="text-editor">
  933. <state relative-caret-position="1105">
  934. <caret line="65" column="10" lean-forward="false" selection-start-line="65" selection-start-column="10" selection-end-line="65" selection-end-column="10" />
  935. <folding />
  936. </state>
  937. </provider>
  938. </entry>
  939. <entry file="file://$PROJECT_DIR$/template/tmpl.js">
  940. <provider selected="true" editor-type-id="text-editor">
  941. <state relative-caret-position="-85">
  942. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  943. <folding />
  944. </state>
  945. </provider>
  946. </entry>
  947. <entry file="file://$PROJECT_DIR$/template/publish.js">
  948. <provider selected="true" editor-type-id="text-editor">
  949. <state relative-caret-position="0">
  950. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  951. <folding />
  952. </state>
  953. </provider>
  954. </entry>
  955. <entry file="file://$PROJECT_DIR$/template/conf.json">
  956. <provider selected="true" editor-type-id="text-editor">
  957. <state relative-caret-position="0">
  958. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  959. </state>
  960. </provider>
  961. </entry>
  962. <entry file="file://$PROJECT_DIR$/LICENSE">
  963. <provider selected="true" editor-type-id="text-editor">
  964. <state relative-caret-position="0">
  965. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  966. </state>
  967. </provider>
  968. </entry>
  969. <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/jsdoc.js">
  970. <provider selected="true" editor-type-id="text-editor">
  971. <state relative-caret-position="-1207">
  972. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  973. <folding />
  974. </state>
  975. </provider>
  976. </entry>
  977. <entry file="file://$PROJECT_DIR$/template/utils/postProcessor.js">
  978. <provider selected="true" editor-type-id="text-editor">
  979. <state relative-caret-position="493">
  980. <caret line="46" column="63" lean-forward="false" selection-start-line="46" selection-start-column="63" selection-end-line="46" selection-end-column="63" />
  981. <folding />
  982. </state>
  983. </provider>
  984. </entry>
  985. <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/util/logger.js">
  986. <provider selected="true" editor-type-id="text-editor">
  987. <state relative-caret-position="-789">
  988. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  989. <folding />
  990. </state>
  991. </provider>
  992. </entry>
  993. <entry file="file://$PROJECT_DIR$/src/tmpl/symbol/_page.hbs">
  994. <provider selected="true" editor-type-id="text-editor">
  995. <state relative-caret-position="0">
  996. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  997. <folding />
  998. </state>
  999. </provider>
  1000. </entry>
  1001. <entry file="file://$PROJECT_DIR$/src/tmpl/symbol/_inline.hbs">
  1002. <provider selected="true" editor-type-id="text-editor">
  1003. <state relative-caret-position="0">
  1004. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1005. <folding />
  1006. </state>
  1007. </provider>
  1008. </entry>
  1009. <entry file="file://$PROJECT_DIR$/test-src/namespaced/CustomError.js">
  1010. <provider selected="true" editor-type-id="text-editor">
  1011. <state relative-caret-position="204">
  1012. <caret line="12" column="1" lean-forward="true" selection-start-line="12" selection-start-column="1" selection-end-line="12" selection-end-column="1" />
  1013. <folding />
  1014. </state>
  1015. </provider>
  1016. </entry>
  1017. <entry file="file://$PROJECT_DIR$/.test/list_global.html">
  1018. <provider selected="true" editor-type-id="text-editor">
  1019. <state relative-caret-position="306">
  1020. <caret line="18" column="7" lean-forward="true" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
  1021. <folding />
  1022. </state>
  1023. </provider>
  1024. </entry>
  1025. <entry file="file://$PROJECT_DIR$/template/utils/template.js">
  1026. <provider selected="true" editor-type-id="text-editor">
  1027. <state relative-caret-position="1083">
  1028. <caret line="248" column="2" lean-forward="false" selection-start-line="248" selection-start-column="2" selection-end-line="248" selection-end-column="2" />
  1029. <folding>
  1030. <marker date="1525135711000" expanded="true" signature="8283:8614" ph="{...}" />
  1031. <marker date="1525135711000" expanded="true" signature="8433:8481" ph="{...}" />
  1032. </folding>
  1033. </state>
  1034. </provider>
  1035. </entry>
  1036. <entry file="file://$PROJECT_DIR$/src/publish.js">
  1037. <provider selected="true" editor-type-id="text-editor">
  1038. <state relative-caret-position="51">
  1039. <caret line="3" column="19" lean-forward="false" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
  1040. <folding />
  1041. </state>
  1042. </provider>
  1043. </entry>
  1044. <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/name.js">
  1045. <provider selected="true" editor-type-id="text-editor">
  1046. <state relative-caret-position="219">
  1047. <caret line="39" column="20" lean-forward="true" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
  1048. <folding />
  1049. </state>
  1050. </provider>
  1051. </entry>
  1052. <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/util/templateHelper.js">
  1053. <provider selected="true" editor-type-id="text-editor">
  1054. <state relative-caret-position="219">
  1055. <caret line="52" column="19" lean-forward="false" selection-start-line="52" selection-start-column="19" selection-end-line="52" selection-end-column="19" />
  1056. <folding />
  1057. </state>
  1058. </provider>
  1059. </entry>
  1060. <entry file="file://$PROJECT_DIR$/src/tmpl/tag/_summary.hbs">
  1061. <provider selected="true" editor-type-id="text-editor">
  1062. <state relative-caret-position="0">
  1063. <caret line="0" column="62" lean-forward="false" selection-start-line="0" selection-start-column="62" selection-end-line="0" selection-end-column="62" />
  1064. <folding />
  1065. </state>
  1066. </provider>
  1067. </entry>
  1068. <entry file="file://$PROJECT_DIR$/src/tmpl/list.hbs">
  1069. <provider selected="true" editor-type-id="text-editor">
  1070. <state relative-caret-position="0">
  1071. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1072. <folding />
  1073. </state>
  1074. </provider>
  1075. </entry>
  1076. <entry file="file://$PROJECT_DIR$/src/utils/handlebarsHelper.js">
  1077. <provider selected="true" editor-type-id="text-editor">
  1078. <state relative-caret-position="170">
  1079. <caret line="10" column="28" lean-forward="false" selection-start-line="10" selection-start-column="28" selection-end-line="10" selection-end-column="28" />
  1080. <folding />
  1081. </state>
  1082. </provider>
  1083. </entry>
  1084. <entry file="file://$PROJECT_DIR$/src/tmpl/source.hbs">
  1085. <provider selected="true" editor-type-id="text-editor">
  1086. <state relative-caret-position="0">
  1087. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1088. <folding />
  1089. </state>
  1090. </provider>
  1091. </entry>
  1092. <entry file="file://$PROJECT_DIR$/src/tmpl/readme.hbs">
  1093. <provider selected="true" editor-type-id="text-editor">
  1094. <state relative-caret-position="0">
  1095. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1096. <folding />
  1097. </state>
  1098. </provider>
  1099. </entry>
  1100. <entry file="file://$PROJECT_DIR$/src/tmpl/module.hbs">
  1101. <provider selected="true" editor-type-id="text-editor">
  1102. <state relative-caret-position="306">
  1103. <caret line="18" column="14" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="20" selection-end-column="11" />
  1104. <folding />
  1105. </state>
  1106. </provider>
  1107. </entry>
  1108. <entry file="file://$PROJECT_DIR$/src/tmpl/doclet.hbs">
  1109. <provider selected="true" editor-type-id="text-editor">
  1110. <state relative-caret-position="0">
  1111. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1112. <folding />
  1113. </state>
  1114. </provider>
  1115. </entry>
  1116. <entry file="file://$PROJECT_DIR$/src/tmpl/global.hbs">
  1117. <provider selected="true" editor-type-id="text-editor">
  1118. <state relative-caret-position="85">
  1119. <caret line="5" column="11" lean-forward="false" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" />
  1120. <folding />
  1121. </state>
  1122. </provider>
  1123. </entry>
  1124. <entry file="file://$PROJECT_DIR$/src/tmpl/site/_navbar.hbs">
  1125. <provider selected="true" editor-type-id="text-editor">
  1126. <state relative-caret-position="544">
  1127. <caret line="32" column="17" lean-forward="false" selection-start-line="32" selection-start-column="17" selection-end-line="32" selection-end-column="17" />
  1128. <folding />
  1129. </state>
  1130. </provider>
  1131. </entry>
  1132. <entry file="file://$PROJECT_DIR$/.test/index.html">
  1133. <provider selected="true" editor-type-id="text-editor">
  1134. <state relative-caret-position="374">
  1135. <caret line="22" column="27" lean-forward="false" selection-start-line="22" selection-start-column="27" selection-end-line="22" selection-end-column="27" />
  1136. <folding />
  1137. </state>
  1138. </provider>
  1139. </entry>
  1140. <entry file="file://$PROJECT_DIR$/examples/logo-color/index.html">
  1141. <provider selected="true" editor-type-id="text-editor">
  1142. <state relative-caret-position="0">
  1143. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1144. <folding />
  1145. </state>
  1146. </provider>
  1147. </entry>
  1148. <entry file="file://$PROJECT_DIR$/examples/collapse/index.html">
  1149. <provider selected="true" editor-type-id="text-editor">
  1150. <state relative-caret-position="0">
  1151. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1152. <folding />
  1153. </state>
  1154. </provider>
  1155. </entry>
  1156. <entry file="file://$PROJECT_DIR$/examples/inline/index.html">
  1157. <provider selected="true" editor-type-id="text-editor">
  1158. <state relative-caret-position="0">
  1159. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1160. <folding />
  1161. </state>
  1162. </provider>
  1163. </entry>
  1164. <entry file="file://$PROJECT_DIR$/src/tmpl/tag/_details.hbs">
  1165. <provider selected="true" editor-type-id="text-editor">
  1166. <state relative-caret-position="0">
  1167. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1168. <folding />
  1169. </state>
  1170. </provider>
  1171. </entry>
  1172. <entry file="file://$PROJECT_DIR$/test-src/namespaced.conf.json">
  1173. <provider selected="true" editor-type-id="text-editor">
  1174. <state relative-caret-position="0">
  1175. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1176. <folding />
  1177. </state>
  1178. </provider>
  1179. </entry>
  1180. <entry file="file://$PROJECT_DIR$/test-src/inline.conf.json">
  1181. <provider selected="true" editor-type-id="text-editor">
  1182. <state relative-caret-position="68">
  1183. <caret line="4" column="34" lean-forward="false" selection-start-line="4" selection-start-column="34" selection-end-line="7" selection-end-column="4" />
  1184. <folding />
  1185. </state>
  1186. </provider>
  1187. </entry>
  1188. <entry file="file://$PROJECT_DIR$/src/static/css/site.css">
  1189. <provider selected="true" editor-type-id="text-editor">
  1190. <state relative-caret-position="34">
  1191. <caret line="2" column="28" lean-forward="false" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" />
  1192. <folding />
  1193. </state>
  1194. </provider>
  1195. </entry>
  1196. <entry file="file://$PROJECT_DIR$/src/utils/docletHelper.js">
  1197. <provider selected="true" editor-type-id="text-editor">
  1198. <state relative-caret-position="153">
  1199. <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
  1200. <folding>
  1201. <element signature="e#1398#2722#0" expanded="false" />
  1202. <element signature="e#2765#4603#0" expanded="false" />
  1203. <element signature="e#4655#5329#0" expanded="false" />
  1204. <element signature="e#5742#6498#0" expanded="false" />
  1205. <element signature="e#6579#7286#0" expanded="false" />
  1206. <element signature="e#7339#8331#0" expanded="false" />
  1207. <element signature="e#8384#9690#0" expanded="false" />
  1208. <element signature="e#9745#10952#0" expanded="false" />
  1209. <element signature="e#11008#11814#0" expanded="false" />
  1210. <marker date="1525134897243" expanded="true" signature="2342:2348" ph="→" />
  1211. <marker date="1525134897243" expanded="true" signature="2348:2354" ph=" " />
  1212. <marker date="1525134897243" expanded="true" signature="8793:8799" ph=" " />
  1213. <marker date="1525134897243" expanded="true" signature="10206:10212" ph=" " />
  1214. <marker date="1525134897243" expanded="true" signature="11103:11109" ph=" " />
  1215. </folding>
  1216. </state>
  1217. </provider>
  1218. </entry>
  1219. <entry file="file://$PROJECT_DIR$/examples/default/index.html">
  1220. <provider selected="true" editor-type-id="text-editor">
  1221. <state relative-caret-position="0">
  1222. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1223. <folding>
  1224. <marker date="1525140759306" expanded="false" signature="11204:11210" ph="&quot;" />
  1225. <marker date="1525140759306" expanded="false" signature="11219:11225" ph="&quot;" />
  1226. <marker date="1525140759306" expanded="false" signature="11233:11239" ph="&quot;" />
  1227. <marker date="1525140759306" expanded="false" signature="11249:11255" ph="&quot;" />
  1228. <marker date="1525140759306" expanded="false" signature="11269:11275" ph="&quot;" />
  1229. <marker date="1525140759306" expanded="false" signature="11314:11320" ph="&quot;" />
  1230. <marker date="1525140759306" expanded="false" signature="11373:11379" ph="&quot;" />
  1231. <marker date="1525140759306" expanded="false" signature="11436:11442" ph="&quot;" />
  1232. <marker date="1525140759306" expanded="false" signature="11493:11499" ph="&quot;" />
  1233. <marker date="1525140759306" expanded="false" signature="11558:11564" ph="&quot;" />
  1234. <marker date="1525140759306" expanded="false" signature="11622:11628" ph="&quot;" />
  1235. <marker date="1525140759306" expanded="false" signature="11656:11662" ph="&quot;" />
  1236. <marker date="1525140759306" expanded="false" signature="11684:11690" ph="&quot;" />
  1237. <marker date="1525140759306" expanded="false" signature="11718:11724" ph="&quot;" />
  1238. <marker date="1525140759306" expanded="false" signature="11745:11751" ph="&quot;" />
  1239. <marker date="1525140759306" expanded="false" signature="11781:11787" ph="&quot;" />
  1240. <marker date="1525140759306" expanded="false" signature="11809:11815" ph="&quot;" />
  1241. <marker date="1525140759306" expanded="false" signature="11905:11909" ph="&lt;" />
  1242. <marker date="1525140759306" expanded="false" signature="11917:11923" ph="&quot;" />
  1243. <marker date="1525140759306" expanded="false" signature="11943:11949" ph="&quot;" />
  1244. <marker date="1525140759306" expanded="false" signature="11980:11986" ph="&quot;" />
  1245. <marker date="1525140759306" expanded="false" signature="12017:12023" ph="&quot;" />
  1246. <marker date="1525140759306" expanded="false" signature="12077:12083" ph="&quot;" />
  1247. <marker date="1525140759306" expanded="false" signature="12133:12139" ph="&quot;" />
  1248. <marker date="1525140759306" expanded="false" signature="12168:12174" ph="&quot;" />
  1249. <marker date="1525140759306" expanded="false" signature="12201:12207" ph="&quot;" />
  1250. <marker date="1525140759306" expanded="false" signature="12231:12237" ph="&quot;" />
  1251. <marker date="1525140759306" expanded="false" signature="12269:12275" ph="&quot;" />
  1252. <marker date="1525140759306" expanded="false" signature="12329:12335" ph="&quot;" />
  1253. <marker date="1525140759306" expanded="false" signature="12391:12397" ph="&quot;" />
  1254. <marker date="1525140759306" expanded="false" signature="12442:12448" ph="&quot;" />
  1255. <marker date="1525140759306" expanded="false" signature="12490:12496" ph="&quot;" />
  1256. <marker date="1525140759306" expanded="false" signature="12514:12520" ph="&quot;" />
  1257. <marker date="1525140759306" expanded="false" signature="12553:12559" ph="&quot;" />
  1258. <marker date="1525140759306" expanded="false" signature="12578:12584" ph="&quot;" />
  1259. <marker date="1525140759306" expanded="false" signature="12615:12621" ph="&quot;" />
  1260. <marker date="1525140759306" expanded="false" signature="12644:12650" ph="&quot;" />
  1261. <marker date="1525140759306" expanded="false" signature="12676:12680" ph="&lt;" />
  1262. <marker date="1525140759306" expanded="false" signature="12688:12694" ph="&quot;" />
  1263. <marker date="1525140759306" expanded="false" signature="12713:12719" ph="&quot;" />
  1264. <marker date="1525140759306" expanded="false" signature="12834:12840" ph="&quot;" />
  1265. <marker date="1525140759306" expanded="false" signature="12846:12852" ph="&quot;" />
  1266. <marker date="1525140759306" expanded="false" signature="13070:13076" ph="&quot;" />
  1267. <marker date="1525140759306" expanded="false" signature="13125:13131" ph="&quot;" />
  1268. <marker date="1525140759306" expanded="false" signature="13319:13325" ph="&quot;" />
  1269. <marker date="1525140759306" expanded="false" signature="13325:13331" ph="&quot;" />
  1270. <marker date="1525140759306" expanded="false" signature="13509:13515" ph="&quot;" />
  1271. <marker date="1525140759306" expanded="false" signature="13515:13521" ph="&quot;" />
  1272. <marker date="1525140759306" expanded="false" signature="13809:13815" ph="&quot;" />
  1273. <marker date="1525140759306" expanded="false" signature="13815:13821" ph="&quot;" />
  1274. <marker date="1525140759306" expanded="false" signature="14040:14046" ph="&quot;" />
  1275. <marker date="1525140759306" expanded="false" signature="14121:14127" ph="&quot;" />
  1276. <marker date="1525140759306" expanded="false" signature="15583:15589" ph="&quot;" />
  1277. <marker date="1525140759306" expanded="false" signature="15593:15599" ph="&quot;" />
  1278. <marker date="1525140759306" expanded="false" signature="15601:15607" ph="&quot;" />
  1279. <marker date="1525140759306" expanded="false" signature="15612:15618" ph="&quot;" />
  1280. <marker date="1525140759306" expanded="false" signature="15620:15626" ph="&quot;" />
  1281. <marker date="1525140759306" expanded="false" signature="15631:15637" ph="&quot;" />
  1282. <marker date="1525140759306" expanded="false" signature="15639:15645" ph="&quot;" />
  1283. <marker date="1525140759306" expanded="false" signature="15652:15658" ph="&quot;" />
  1284. <marker date="1525140759306" expanded="false" signature="15660:15666" ph="&quot;" />
  1285. <marker date="1525140759306" expanded="false" signature="15673:15679" ph="&quot;" />
  1286. <marker date="1525140759306" expanded="false" signature="15681:15687" ph="&quot;" />
  1287. <marker date="1525140759306" expanded="false" signature="15710:15716" ph="&quot;" />
  1288. <marker date="1525140759306" expanded="false" signature="15756:15762" ph="&quot;" />
  1289. <marker date="1525140759306" expanded="false" signature="15764:15770" ph="&quot;" />
  1290. <marker date="1525140759306" expanded="false" signature="15775:15781" ph="&quot;" />
  1291. <marker date="1525140759306" expanded="false" signature="15783:15789" ph="&quot;" />
  1292. <marker date="1525140759306" expanded="false" signature="15798:15804" ph="&quot;" />
  1293. <marker date="1525140759306" expanded="false" signature="15806:15812" ph="&quot;" />
  1294. <marker date="1525140759306" expanded="false" signature="15819:15825" ph="&quot;" />
  1295. <marker date="1525140759306" expanded="false" signature="15827:15833" ph="&quot;" />
  1296. <marker date="1525140759306" expanded="false" signature="15909:15915" ph="&quot;" />
  1297. <marker date="1525140759306" expanded="false" signature="15917:15923" ph="&quot;" />
  1298. <marker date="1525140759306" expanded="false" signature="15928:15934" ph="&quot;" />
  1299. <marker date="1525140759306" expanded="false" signature="15936:15942" ph="&quot;" />
  1300. <marker date="1525140759306" expanded="false" signature="15949:15955" ph="&quot;" />
  1301. <marker date="1525140759306" expanded="false" signature="15957:15963" ph="&quot;" />
  1302. <marker date="1525140759306" expanded="false" signature="15970:15976" ph="&quot;" />
  1303. <marker date="1525140759306" expanded="false" signature="15978:15984" ph="&quot;" />
  1304. <marker date="1525140759306" expanded="false" signature="16007:16013" ph="&quot;" />
  1305. <marker date="1525140759306" expanded="false" signature="16050:16056" ph="&quot;" />
  1306. <marker date="1525140759306" expanded="false" signature="16058:16064" ph="&quot;" />
  1307. <marker date="1525140759306" expanded="false" signature="16069:16075" ph="&quot;" />
  1308. <marker date="1525140759306" expanded="false" signature="16077:16083" ph="&quot;" />
  1309. <marker date="1525140759306" expanded="false" signature="16089:16095" ph="&quot;" />
  1310. <marker date="1525140759306" expanded="false" signature="16097:16103" ph="&quot;" />
  1311. <marker date="1525140759306" expanded="false" signature="16110:16116" ph="&quot;" />
  1312. <marker date="1525140759306" expanded="false" signature="16118:16124" ph="&quot;" />
  1313. <marker date="1525140759306" expanded="false" signature="16146:16152" ph="&quot;" />
  1314. <marker date="1525140759306" expanded="false" signature="16193:16199" ph="&quot;" />
  1315. <marker date="1525140759306" expanded="false" signature="16201:16207" ph="&quot;" />
  1316. <marker date="1525140759306" expanded="false" signature="16212:16218" ph="&quot;" />
  1317. <marker date="1525140759306" expanded="false" signature="16220:16226" ph="&quot;" />
  1318. <marker date="1525140759306" expanded="false" signature="16244:16250" ph="&quot;" />
  1319. <marker date="1525140759306" expanded="false" signature="16265:16271" ph="&quot;" />
  1320. <marker date="1525140759306" expanded="false" signature="16297:16303" ph="&quot;" />
  1321. <marker date="1525140759306" expanded="false" signature="16341:16347" ph="&quot;" />
  1322. <marker date="1525140759306" expanded="false" signature="16349:16355" ph="&quot;" />
  1323. <marker date="1525140759306" expanded="false" signature="16360:16366" ph="&quot;" />
  1324. <marker date="1525140759306" expanded="false" signature="16368:16374" ph="&quot;" />
  1325. <marker date="1525140759306" expanded="false" signature="16381:16387" ph="&quot;" />
  1326. <marker date="1525140759306" expanded="false" signature="16389:16395" ph="&quot;" />
  1327. <marker date="1525140759306" expanded="false" signature="16402:16408" ph="&quot;" />
  1328. <marker date="1525140759306" expanded="false" signature="16410:16416" ph="&quot;" />
  1329. <marker date="1525140759306" expanded="false" signature="16439:16445" ph="&quot;" />
  1330. <marker date="1525140759306" expanded="false" signature="16486:16492" ph="&quot;" />
  1331. <marker date="1525140759306" expanded="false" signature="16494:16500" ph="&quot;" />
  1332. <marker date="1525140759306" expanded="false" signature="16505:16511" ph="&quot;" />
  1333. <marker date="1525140759306" expanded="false" signature="16513:16519" ph="&quot;" />
  1334. <marker date="1525140759306" expanded="false" signature="16529:16535" ph="&quot;" />
  1335. <marker date="1525140759306" expanded="false" signature="16537:16543" ph="&quot;" />
  1336. <marker date="1525140759306" expanded="false" signature="16550:16556" ph="&quot;" />
  1337. <marker date="1525140759306" expanded="false" signature="16558:16564" ph="&quot;" />
  1338. <marker date="1525140759306" expanded="false" signature="16590:16596" ph="&quot;" />
  1339. <marker date="1525140759306" expanded="false" signature="16636:16642" ph="&quot;" />
  1340. <marker date="1525140759306" expanded="false" signature="16644:16650" ph="&quot;" />
  1341. <marker date="1525140759306" expanded="false" signature="16655:16661" ph="&quot;" />
  1342. <marker date="1525140759306" expanded="false" signature="16663:16669" ph="&quot;" />
  1343. <marker date="1525140759306" expanded="false" signature="16678:16684" ph="&quot;" />
  1344. <marker date="1525140759306" expanded="false" signature="16686:16692" ph="&quot;" />
  1345. <marker date="1525140759306" expanded="false" signature="16699:16705" ph="&quot;" />
  1346. <marker date="1525140759306" expanded="false" signature="16707:16713" ph="&quot;" />
  1347. <marker date="1525140759306" expanded="false" signature="16737:16743" ph="&quot;" />
  1348. <marker date="1525140759306" expanded="false" signature="18718:18724" ph="&quot;" />
  1349. <marker date="1525140759306" expanded="false" signature="18733:18739" ph="&quot;" />
  1350. <marker date="1525140759306" expanded="false" signature="18741:18747" ph="&quot;" />
  1351. <marker date="1525140759306" expanded="false" signature="18749:18755" ph="&quot;" />
  1352. <marker date="1525140759306" expanded="false" signature="18756:18762" ph="&quot;" />
  1353. <marker date="1525140759306" expanded="false" signature="18774:18780" ph="&quot;" />
  1354. <marker date="1525140759306" expanded="false" signature="18782:18788" ph="&quot;" />
  1355. <marker date="1525140759306" expanded="false" signature="18794:18800" ph="&quot;" />
  1356. <marker date="1525140759306" expanded="false" signature="18801:18807" ph="&quot;" />
  1357. <marker date="1525140759306" expanded="false" signature="18811:18817" ph="&quot;" />
  1358. <marker date="1525140759306" expanded="false" signature="19500:19506" ph="&quot;" />
  1359. <marker date="1525140759306" expanded="false" signature="19539:19545" ph="&quot;" />
  1360. <marker date="1525140759306" expanded="false" signature="21372:21378" ph="&quot;" />
  1361. <marker date="1525140759306" expanded="false" signature="21389:21395" ph="&quot;" />
  1362. <marker date="1525140759306" expanded="false" signature="21403:21409" ph="&quot;" />
  1363. <marker date="1525140759306" expanded="false" signature="21414:21420" ph="&quot;" />
  1364. <marker date="1525140759306" expanded="false" signature="21422:21428" ph="&quot;" />
  1365. <marker date="1525140759306" expanded="false" signature="21439:21445" ph="&quot;" />
  1366. <marker date="1525140759306" expanded="false" signature="21464:21470" ph="&quot;" />
  1367. <marker date="1525140759306" expanded="false" signature="21472:21478" ph="&quot;" />
  1368. <marker date="1525140759306" expanded="false" signature="21502:21508" ph="&quot;" />
  1369. <marker date="1525140759306" expanded="false" signature="21528:21534" ph="&quot;" />
  1370. <marker date="1525140759306" expanded="false" signature="21544:21550" ph="&quot;" />
  1371. <marker date="1525140759306" expanded="false" signature="21560:21566" ph="&quot;" />
  1372. <marker date="1525140759306" expanded="false" signature="21578:21584" ph="&quot;" />
  1373. <marker date="1525140759306" expanded="false" signature="21589:21595" ph="&quot;" />
  1374. <marker date="1525140759306" expanded="false" signature="21597:21603" ph="&quot;" />
  1375. <marker date="1525140759306" expanded="false" signature="21613:21619" ph="&quot;" />
  1376. <marker date="1525140759306" expanded="false" signature="21642:21648" ph="&quot;" />
  1377. <marker date="1525140759306" expanded="false" signature="21650:21656" ph="&quot;" />
  1378. <marker date="1525140759306" expanded="false" signature="21684:21690" ph="&quot;" />
  1379. <marker date="1525140759306" expanded="false" signature="21725:21731" ph="&quot;" />
  1380. <marker date="1525140759306" expanded="false" signature="21760:21766" ph="&quot;" />
  1381. <marker date="1525140759306" expanded="false" signature="21775:21781" ph="&quot;" />
  1382. <marker date="1525140759306" expanded="false" signature="21789:21795" ph="&quot;" />
  1383. <marker date="1525140759306" expanded="false" signature="21800:21806" ph="&quot;" />
  1384. <marker date="1525140759306" expanded="false" signature="21808:21814" ph="&quot;" />
  1385. <marker date="1525140759306" expanded="false" signature="21823:21829" ph="&quot;" />
  1386. <marker date="1525140759306" expanded="false" signature="21848:21854" ph="&quot;" />
  1387. <marker date="1525140759306" expanded="false" signature="21856:21862" ph="&quot;" />
  1388. <marker date="1525140759306" expanded="false" signature="22185:22189" ph="&lt;" />
  1389. <marker date="1525140759306" expanded="false" signature="22193:22197" ph="&gt;" />
  1390. <marker date="1525140759306" expanded="false" signature="22197:22201" ph="&lt;" />
  1391. <marker date="1525140759306" expanded="false" signature="22206:22210" ph="&gt;" />
  1392. <marker date="1525140759306" expanded="false" signature="22791:22795" ph="&lt;" />
  1393. <marker date="1525140759306" expanded="false" signature="22800:22804" ph="&lt;" />
  1394. <marker date="1525140759306" expanded="false" signature="26477:26483" ph="&quot;" />
  1395. <marker date="1525140759306" expanded="false" signature="26491:26497" ph="&quot;" />
  1396. <marker date="1525140759306" expanded="false" signature="31811:31818" ph="×" />
  1397. </folding>
  1398. </state>
  1399. </provider>
  1400. </entry>
  1401. <entry file="file://$PROJECT_DIR$/src/utils/postProcessor.js">
  1402. <provider selected="true" editor-type-id="text-editor">
  1403. <state relative-caret-position="386">
  1404. <caret line="332" column="26" lean-forward="false" selection-start-line="332" selection-start-column="26" selection-end-line="332" selection-end-column="26" />
  1405. <folding>
  1406. <element signature="n#!!block;n#getFilename#0" expanded="false" />
  1407. <element signature="e#3658#4434#0" expanded="false" />
  1408. <element signature="e#4472#4711#0" expanded="false" />
  1409. <element signature="e#5357#5406#0" expanded="false" />
  1410. <element signature="e#5409#5459#0" expanded="false" />
  1411. <element signature="e#5677#6390#0" expanded="false" />
  1412. <element signature="e#5992#6386#0" expanded="false" />
  1413. <element signature="e#6393#6749#0" expanded="false" />
  1414. <element signature="e#6788#9129#0" expanded="false" />
  1415. <element signature="e#9179#9426#0" expanded="false" />
  1416. <element signature="e#9465#9796#0" expanded="false" />
  1417. <element signature="e#9868#10622#0" expanded="false" />
  1418. <element signature="e#10663#10924#0" expanded="false" />
  1419. </folding>
  1420. </state>
  1421. </provider>
  1422. </entry>
  1423. <entry file="file://$PROJECT_DIR$/Gruntfile.js">
  1424. <provider selected="true" editor-type-id="text-editor">
  1425. <state relative-caret-position="335">
  1426. <caret line="143" column="9" lean-forward="false" selection-start-line="143" selection-start-column="9" selection-end-line="143" selection-end-column="9" />
  1427. <folding>
  1428. <element signature="e#764#845#0" expanded="false" />
  1429. <element signature="e#861#1131#0" expanded="false" />
  1430. <element signature="e#1144#3214#0" expanded="false" />
  1431. <element signature="e#3226#4043#0" expanded="false" />
  1432. <element signature="e#4055#4885#0" expanded="false" />
  1433. <element signature="e#5185#5452#0" expanded="false" />
  1434. <element signature="e#5465#5730#0" expanded="false" />
  1435. </folding>
  1436. </state>
  1437. </provider>
  1438. </entry>
  1439. <entry file="file://$PROJECT_DIR$/src/utils/template.js">
  1440. <provider selected="true" editor-type-id="text-editor">
  1441. <state relative-caret-position="187">
  1442. <caret line="16" column="2" lean-forward="false" selection-start-line="16" selection-start-column="2" selection-end-line="16" selection-end-column="2" />
  1443. <folding>
  1444. <element signature="e#5456#7171#0" expanded="false" />
  1445. </folding>
  1446. </state>
  1447. </provider>
  1448. </entry>
  1449. <entry file="file://$PROJECT_DIR$/src/static/js/access-filter.js">
  1450. <provider selected="true" editor-type-id="text-editor">
  1451. <state relative-caret-position="1785">
  1452. <caret line="107" column="57" lean-forward="false" selection-start-line="107" selection-start-column="35" selection-end-line="107" selection-end-column="57" />
  1453. <folding />
  1454. </state>
  1455. </provider>
  1456. </entry>
  1457. <entry file="file://$PROJECT_DIR$/test-src/default.conf.json">
  1458. <provider selected="true" editor-type-id="text-editor">
  1459. <state relative-caret-position="119">
  1460. <caret line="7" column="20" lean-forward="false" selection-start-line="7" selection-start-column="20" selection-end-line="7" selection-end-column="20" />
  1461. <folding />
  1462. </state>
  1463. </provider>
  1464. </entry>
  1465. <entry file="file://$PROJECT_DIR$/src/static/js/prism-toolbar.js">
  1466. <provider selected="true" editor-type-id="text-editor">
  1467. <state relative-caret-position="0">
  1468. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1469. <folding />
  1470. </state>
  1471. </provider>
  1472. </entry>
  1473. <entry file="file://$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js">
  1474. <provider selected="true" editor-type-id="text-editor">
  1475. <state relative-caret-position="541">
  1476. <caret line="69" column="26" lean-forward="false" selection-start-line="69" selection-start-column="26" selection-end-line="69" selection-end-column="26" />
  1477. <folding />
  1478. </state>
  1479. </provider>
  1480. </entry>
  1481. <entry file="file://$PROJECT_DIR$/.npmignore">
  1482. <provider selected="true" editor-type-id="text-editor">
  1483. <state relative-caret-position="0">
  1484. <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
  1485. <folding />
  1486. </state>
  1487. </provider>
  1488. </entry>
  1489. <entry file="file://$PROJECT_DIR$/src/tmpl/site/_layout.hbs">
  1490. <provider selected="true" editor-type-id="text-editor">
  1491. <state relative-caret-position="-689">
  1492. <caret line="71" column="27" lean-forward="false" selection-start-line="71" selection-start-column="27" selection-end-line="71" selection-end-column="27" />
  1493. <folding>
  1494. <element signature="e#3414#6003#0#Handlebars" expanded="false" />
  1495. </folding>
  1496. </state>
  1497. </provider>
  1498. </entry>
  1499. <entry file="file://$PROJECT_DIR$/package.json">
  1500. <provider selected="true" editor-type-id="text-editor">
  1501. <state relative-caret-position="34">
  1502. <caret line="2" column="19" lean-forward="false" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
  1503. <folding />
  1504. </state>
  1505. </provider>
  1506. </entry>
  1507. <entry file="file://$PROJECT_DIR$/README.md">
  1508. <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
  1509. <state split_layout="FIRST">
  1510. <first_editor relative-caret-position="352">
  1511. <caret line="114" column="100" lean-forward="true" selection-start-line="114" selection-start-column="100" selection-end-line="114" selection-end-column="100" />
  1512. <folding>
  1513. <marker date="1525140821947" expanded="true" signature="3913:4761" ph="{...}" />
  1514. <marker date="1525140821947" expanded="true" signature="3913:4894" ph="{...}" />
  1515. <marker date="1525140821947" expanded="true" signature="7243:7969" ph="[...]" />
  1516. <marker date="1525140821947" expanded="true" signature="11706:12061" ph="{...}" />
  1517. <marker date="1525140821947" expanded="true" signature="11725:11974" ph="{...}" />
  1518. <marker date="1525140821947" expanded="true" signature="11814:11970" ph="{...}" />
  1519. <marker date="1525140821947" expanded="true" signature="11836:11964" ph="{...}" />
  1520. <marker date="1525140821947" expanded="true" signature="11991:12059" ph="{...}" />
  1521. <marker date="1525140821947" expanded="true" signature="12810:12863" ph="/** @example {@lang html}&lt;html&gt;&lt;/html&gt; ...*/" />
  1522. <marker date="1525140821947" expanded="true" signature="15587:15911" ph="{...}" />
  1523. </folding>
  1524. </first_editor>
  1525. <second_editor />
  1526. </state>
  1527. </provider>
  1528. </entry>
  1529. </component>
  1530. </project>