123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ChangeListManager">
- <list default="true" id="dc719ae9-0cbf-4831-a7e4-fae488fdfd66" name="Default" comment="">
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/README.md" afterPath="$PROJECT_DIR$/README.md" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base.html" afterPath="$PROJECT_DIR$/examples/collapse/base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_chains.html" afterPath="$PROJECT_DIR$/examples/collapse/base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/collapse/base_chains.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/base_index.js.html" afterPath="$PROJECT_DIR$/examples/collapse/base_index.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/prism.css" afterPath="$PROJECT_DIR$/examples/collapse/css/prism.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/collapse/css/prism.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/css/template.min.css" afterPath="$PROJECT_DIR$/examples/collapse/css/template.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_binder.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_collector.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_model.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_model.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_probe.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_schema.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/collapse/documents_schema.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/index.html" afterPath="$PROJECT_DIR$/examples/collapse/index.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/clipboard.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/jquery.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr-data.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr-data.json" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/lunr.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/prism.js" afterPath="$PROJECT_DIR$/examples/collapse/js/prism.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/prism.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/js/template.min.js" afterPath="$PROJECT_DIR$/examples/collapse/js/template.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_class.html" afterPath="$PROJECT_DIR$/examples/collapse/list_class.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_mixin.html" afterPath="$PROJECT_DIR$/examples/collapse/list_mixin.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_module.html" afterPath="$PROJECT_DIR$/examples/collapse/list_module.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/collapse/list_tutorial.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_bussable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/collapse/mixins_signalable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-base.html" afterPath="$PROJECT_DIR$/examples/collapse/module-base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/collapse/module-base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_binder.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.queryOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_probe.updateOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/collapse/module-documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-ACollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-CollectorBase.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector-OCollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/collapse/module-ink_collector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable-Signal.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/collapse/module-mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/collapse/module-strings_format.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/collapse/module-utils_logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/collapse/strings_format.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-brush-teeth.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-drive-car.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/collapse/tutorial-fence-test.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/collapse/utils_logger.Logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/collapse/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/collapse/utils_logger.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base.html" afterPath="$PROJECT_DIR$/examples/default/base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_chains.html" afterPath="$PROJECT_DIR$/examples/default/base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/default/base_chains.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/base_index.js.html" afterPath="$PROJECT_DIR$/examples/default/base_index.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/prism.css" afterPath="$PROJECT_DIR$/examples/default/css/prism.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/default/css/prism.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/css/template.min.css" afterPath="$PROJECT_DIR$/examples/default/css/template.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_binder.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_collector.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_model.html" afterPath="$PROJECT_DIR$/examples/default/documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_model.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_probe.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_schema.html" afterPath="$PROJECT_DIR$/examples/default/documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/default/documents_schema.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/index.html" afterPath="$PROJECT_DIR$/examples/default/index.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/default/js/clipboard.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/default/js/jquery.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/default/js/lunr-data.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/default/js/lunr-data.json" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/default/js/lunr.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/prism.js" afterPath="$PROJECT_DIR$/examples/default/js/prism.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/default/js/prism.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/js/template.min.js" afterPath="$PROJECT_DIR$/examples/default/js/template.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_class.html" afterPath="$PROJECT_DIR$/examples/default/list_class.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_mixin.html" afterPath="$PROJECT_DIR$/examples/default/list_mixin.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_module.html" afterPath="$PROJECT_DIR$/examples/default/list_module.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/default/list_tutorial.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/default/mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/default/mixins_bussable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/default/mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/default/mixins_signalable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-base.html" afterPath="$PROJECT_DIR$/examples/default/module-base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/default/module-base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_binder.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.queryOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_probe.updateOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/default/module-documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-ACollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-CollectorBase.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector-OCollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/default/module-ink_collector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_signalable-Signal.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/default/module-mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/default/module-strings_format.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/default/module-utils_logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/default/strings_format.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-brush-teeth.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-drive-car.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/default/tutorial-fence-test.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/default/utils_logger.Logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/default/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/default/utils_logger.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base.html" afterPath="$PROJECT_DIR$/examples/inline/base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_chains.html" afterPath="$PROJECT_DIR$/examples/inline/base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/inline/base_chains.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/base_index.js.html" afterPath="$PROJECT_DIR$/examples/inline/base_index.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/prism.css" afterPath="$PROJECT_DIR$/examples/inline/css/prism.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/inline/css/prism.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/css/template.min.css" afterPath="$PROJECT_DIR$/examples/inline/css/template.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_binder.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_collector.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_model.html" afterPath="$PROJECT_DIR$/examples/inline/documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_model.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_probe.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_schema.html" afterPath="$PROJECT_DIR$/examples/inline/documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/inline/documents_schema.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/index.html" afterPath="$PROJECT_DIR$/examples/inline/index.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/clipboard.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/jquery.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/inline/js/lunr-data.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/inline/js/lunr-data.json" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/lunr.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/prism.js" afterPath="$PROJECT_DIR$/examples/inline/js/prism.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/prism.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/js/template.min.js" afterPath="$PROJECT_DIR$/examples/inline/js/template.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_class.html" afterPath="$PROJECT_DIR$/examples/inline/list_class.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_mixin.html" afterPath="$PROJECT_DIR$/examples/inline/list_mixin.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_module.html" afterPath="$PROJECT_DIR$/examples/inline/list_module.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/inline/list_tutorial.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_bussable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/inline/mixins_signalable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-base.html" afterPath="$PROJECT_DIR$/examples/inline/module-base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/inline/module-base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_binder.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.queryOperators.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.queryOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_probe.updateOperators.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_probe.updateOperators.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/inline/module-documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-ACollector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-ACollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-CollectorBase.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-CollectorBase.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector-OCollector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector-OCollector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/inline/module-ink_collector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_signalable-Signal.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_signalable-Signal.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/inline/module-mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/inline/module-strings_format.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/inline/module-utils_logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/inline/strings_format.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-brush-teeth.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-drive-car.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/inline/tutorial-fence-test.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/inline/utils_logger.Logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/inline/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/inline/utils_logger.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base.html" afterPath="$PROJECT_DIR$/examples/logo-color/base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_chains.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_chains.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_chains.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/base_index.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/base_index.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/prism.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/prism.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/prism.min.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/prism.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/css/template.min.css" afterPath="$PROJECT_DIR$/examples/logo-color/css/template.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_binder.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_binder.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_collector.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_collector.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_model.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_model.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_model.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_probe.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_probe.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_schema.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_schema.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/documents_schema.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/documents_schema.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/index.html" afterPath="$PROJECT_DIR$/examples/logo-color/index.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/clipboard.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/clipboard.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/jquery.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/jquery.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.json" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr-data.json" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/lunr.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/lunr.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/prism.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/prism.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/prism.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/prism.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/js/template.min.js" afterPath="$PROJECT_DIR$/examples/logo-color/js/template.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_class.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_class.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_mixin.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_mixin.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_module.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_module.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/list_tutorial.html" afterPath="$PROJECT_DIR$/examples/logo-color/list_tutorial.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_bussable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/mixins_signalable.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-base.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-base.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-base_chains.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-base_chains.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_binder.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_binder.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_model.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_model.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_probe.html" />
- <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" />
- <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" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-documents_schema.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-documents_schema.html" />
- <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" />
- <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" />
- <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" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-ink_collector.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-ink_collector.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-mixins_bussable.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-mixins_bussable.html" />
- <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" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-mixins_signalable.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-strings_format.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-strings_format.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/module-utils_logger.html" afterPath="$PROJECT_DIR$/examples/logo-color/module-utils_logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/strings_format.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/strings_format.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-brush-teeth.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-brush-teeth.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-drive-car.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-drive-car.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/tutorial-fence-test.html" afterPath="$PROJECT_DIR$/examples/logo-color/tutorial-fence-test.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/utils_logger.Logger.html" afterPath="$PROJECT_DIR$/examples/logo-color/utils_logger.Logger.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/examples/logo-color/utils_logger.js.html" afterPath="$PROJECT_DIR$/examples/logo-color/utils_logger.js.html" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/prism.css" afterPath="$PROJECT_DIR$/template/static/css/prism.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/prism.min.css" afterPath="$PROJECT_DIR$/template/static/css/prism.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/css/template.min.css" afterPath="$PROJECT_DIR$/template/static/css/template.min.css" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/clipboard.min.js" afterPath="$PROJECT_DIR$/template/static/js/clipboard.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/jquery.min.js" afterPath="$PROJECT_DIR$/template/static/js/jquery.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/lunr.min.js" afterPath="$PROJECT_DIR$/template/static/js/lunr.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/prism.js" afterPath="$PROJECT_DIR$/template/static/js/prism.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/prism.min.js" afterPath="$PROJECT_DIR$/template/static/js/prism.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/static/js/template.min.js" afterPath="$PROJECT_DIR$/template/static/js/template.min.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/tmpl.js" afterPath="$PROJECT_DIR$/template/tmpl.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/docletHelper.js" afterPath="$PROJECT_DIR$/template/utils/docletHelper.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/postProcessor.js" afterPath="$PROJECT_DIR$/template/utils/postProcessor.js" />
- <change type="MODIFICATION" beforePath="$PROJECT_DIR$/template/utils/template.js" afterPath="$PROJECT_DIR$/template/utils/template.js" />
- </list>
- <ignored path="foodoc.iws" />
- <ignored path=".idea/workspace.xml" />
- <ignored path=".idea/dataSources.local.xml" />
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
- <option name="TRACKING_ENABLED" value="true" />
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="CreatePatchCommitExecutor">
- <option name="PATCH_PATH" value="" />
- </component>
- <component name="ExecutionTargetManager" SELECTED_TARGET="default_target" />
- <component name="FavoritesManager">
- <favorites_list name="foodoc" />
- </component>
- <component name="FileEditorManager">
- <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
- <file leaf-file-name="Gruntfile.js" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/Gruntfile.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="335">
- <caret line="143" column="9" lean-forward="false" selection-start-line="143" selection-start-column="9" selection-end-line="143" selection-end-column="9" />
- <folding>
- <element signature="e#764#845#0" expanded="false" />
- <element signature="e#861#1131#0" expanded="false" />
- <element signature="e#1144#3214#0" expanded="false" />
- <element signature="e#3226#4043#0" expanded="false" />
- <element signature="e#4055#4885#0" expanded="false" />
- <element signature="e#5185#5452#0" expanded="false" />
- <element signature="e#5465#5730#0" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="template.js" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/utils/template.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="187">
- <caret line="16" column="2" lean-forward="false" selection-start-line="16" selection-start-column="2" selection-end-line="16" selection-end-column="2" />
- <folding>
- <element signature="e#5456#7171#0" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="package.json" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/package.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="34">
- <caret line="2" column="19" lean-forward="false" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="prism-toolbar.js" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/static/js/prism-toolbar.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="prism-copy-to-clipboard.js" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="541">
- <caret line="69" column="26" lean-forward="false" selection-start-line="69" selection-start-column="26" selection-end-line="69" selection-end-column="26" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="README.md" pinned="false" current-in-tab="true">
- <entry file="file://$PROJECT_DIR$/README.md">
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
- <state split_layout="FIRST">
- <first_editor relative-caret-position="352">
- <caret line="114" column="100" lean-forward="true" selection-start-line="114" selection-start-column="100" selection-end-line="114" selection-end-column="100" />
- <folding>
- <marker date="1525140821947" expanded="true" signature="3913:4761" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="3913:4894" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="7243:7969" ph="[...]" />
- <marker date="1525140821947" expanded="true" signature="11706:12061" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11725:11974" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11814:11970" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11836:11964" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11991:12059" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="12810:12863" ph="/** @example {@lang html}<html></html> ...*/" />
- <marker date="1525140821947" expanded="true" signature="15587:15911" ph="{...}" />
- </folding>
- </first_editor>
- <second_editor />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="access-filter.js" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/static/js/access-filter.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1785">
- <caret line="107" column="57" lean-forward="false" selection-start-line="107" selection-start-column="35" selection-end-line="107" selection-end-column="57" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="_layout.hbs" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/src/tmpl/site/_layout.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-689">
- <caret line="71" column="27" lean-forward="false" selection-start-line="71" selection-start-column="27" selection-end-line="71" selection-end-column="27" />
- <folding>
- <element signature="e#3414#6003#0#Handlebars" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- </file>
- <file leaf-file-name="default.conf.json" pinned="false" current-in-tab="false">
- <entry file="file://$PROJECT_DIR$/test-src/default.conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="119">
- <caret line="7" column="20" lean-forward="false" selection-start-line="7" selection-start-column="20" selection-end-line="7" selection-end-column="20" />
- <folding />
- </state>
- </provider>
- </entry>
- </file>
- </leaf>
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="JavaScript File" />
- <option value="CSS File" />
- </list>
- </option>
- </component>
- <component name="FindInProjectRecents">
- <findStrings>
- <find>showTableOfContents</find>
- <find>asel</find>
- <find>showAccessSelector</find>
- <find>access-selector</find>
- <find>AccessSelector</find>
- <find>globalName</find>
- <find>files</find>
- <find>longnameToUrl</find>
- </findStrings>
- <replaceStrings>
- <replace>access-selector</replace>
- <replace>showAccessFilter</replace>
- <replace>access-filter</replace>
- <replace>AccessFilter</replace>
- </replaceStrings>
- <dirStrings>
- <dir>E:\GitHub\foodoc\src</dir>
- <dir>E:\GitHub\foodoc\node_modules\jsdoc\lib\jsdoc</dir>
- </dirStrings>
- </component>
- <component name="Git.Settings">
- <option name="ROOT_SYNC" value="DONT_SYNC" />
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="IdeDocumentHistory">
- <option name="CHANGED_PATHS">
- <list>
- <option value="$PROJECT_DIR$/.gitignore" />
- <option value="$USER_HOME$/Documents/gitignore_global.txt" />
- <option value="$PROJECT_DIR$/.npmignore" />
- <option value="$PROJECT_DIR$/src/utils/handlebarsHelper.js" />
- <option value="$PROJECT_DIR$/src/static/js/example-run.js" />
- <option value="$PROJECT_DIR$/src/static/css/dummy-console.css" />
- <option value="$PROJECT_DIR$/src/static/css/related-tutorials.css" />
- <option value="$PROJECT_DIR$/src/static/css/symbols.css" />
- <option value="$PROJECT_DIR$/src/static/css/toc.css" />
- <option value="$PROJECT_DIR$/src/static/css/lunr-search.css" />
- <option value="$PROJECT_DIR$/src/utils/lunrHelper.js" />
- <option value="$PROJECT_DIR$/src/tmpl/source.hbs" />
- <option value="$PROJECT_DIR$/test-src/fixtures/tutorials/fence-test.md" />
- <option value="$PROJECT_DIR$/src/tmpl/tag/_example.hbs" />
- <option value="$PROJECT_DIR$/src/static/js/prism-line-numbers.js" />
- <option value="$PROJECT_DIR$/src/static/css/prism-line-numbers.css" />
- <option value="$PROJECT_DIR$/src/static/js/prism-toolbar.js" />
- <option value="$PROJECT_DIR$/src/static/css/prism-toolbar.css" />
- <option value="$PROJECT_DIR$/src/static/css/breadcrumbs.css" />
- <option value="$PROJECT_DIR$/src/temp/FooDoclet.js" />
- <option value="$PROJECT_DIR$/src/static/css/prism-theme-overrides.css" />
- <option value="$PROJECT_DIR$/src/static/js/symbols.js" />
- <option value="$PROJECT_DIR$/test-src/namespaced/MyApi.js" />
- <option value="$PROJECT_DIR$/test-src/namespaced.conf.json" />
- <option value="$PROJECT_DIR$/src/tmpl/symbol/_inline.hbs" />
- <option value="$PROJECT_DIR$/src/static/js/access-selector.js" />
- <option value="$PROJECT_DIR$/src/static/css/access-selector.css" />
- <option value="$PROJECT_DIR$/src/conf.json" />
- <option value="$PROJECT_DIR$/src/static/js/access-filter.js" />
- <option value="$PROJECT_DIR$/src/static/css/access-filter.css" />
- <option value="$PROJECT_DIR$/test-src/namespaced/GlobalClass.js" />
- <option value="$PROJECT_DIR$/template/utils/postProcessor.js" />
- <option value="$PROJECT_DIR$/src/tmpl/tag/_summary.hbs" />
- <option value="$PROJECT_DIR$/src/tmpl/global.hbs" />
- <option value="$PROJECT_DIR$/src/tmpl/site/_navbar.hbs" />
- <option value="$PROJECT_DIR$/src/utils/docletHelper.js" />
- <option value="$PROJECT_DIR$/src/utils/postProcessor.js" />
- <option value="$PROJECT_DIR$/src/static/css/site.css" />
- <option value="$PROJECT_DIR$/src/utils/template.js" />
- <option value="$PROJECT_DIR$/Gruntfile.js" />
- <option value="$PROJECT_DIR$/src/tmpl/site/_layout.hbs" />
- <option value="$PROJECT_DIR$/test-src/default.conf.json" />
- <option value="$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js" />
- <option value="$PROJECT_DIR$/package.json" />
- <option value="$PROJECT_DIR$/README.md" />
- </list>
- </option>
- </component>
- <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER">
- <gruntfile path="$PROJECT_DIR$/Gruntfile.js">
- <alias-task name="template" info="Alias for "clean:template", "handlebars", "copy", "uglify", "cssmin" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="clean:template" />
- <dependency value="handlebars" />
- <dependency value="copy" />
- <dependency value="uglify" />
- <dependency value="cssmin" />
- </alias-task>
- <alias-task name="all" info="Alias for "template", "clean:examples", "jsdoc:default", "jsdoc:inline", "jsdoc:logo-color", "jsdoc:collapse", "jsdoc:namespaced" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="clean:examples" />
- <dependency value="jsdoc:default" />
- <dependency value="jsdoc:inline" />
- <dependency value="jsdoc:logo-color" />
- <dependency value="jsdoc:collapse" />
- <dependency value="jsdoc:namespaced" />
- </alias-task>
- <alias-task name="default" info="Alias for "template", "jsdoc:default" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="jsdoc:default" />
- </alias-task>
- <alias-task name="inline" info="Alias for "template", "jsdoc:inline" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="jsdoc:inline" />
- </alias-task>
- <alias-task name="logo-color" info="Alias for "template", "jsdoc:logo-color" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="jsdoc:logo-color" />
- </alias-task>
- <alias-task name="collapse" info="Alias for "template", "jsdoc:collapse" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="jsdoc:collapse" />
- </alias-task>
- <alias-task name="namespaced" info="Alias for "template", "jsdoc:namespaced" tasks." file-path="$PROJECT_DIR$/Gruntfile.js">
- <dependency value="template" />
- <dependency value="jsdoc:namespaced" />
- </alias-task>
- <core-task name="clean" info="Clean files and folders." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-clean/tasks/clean.js" multi="true">
- <target value="test" />
- <target value="examples" />
- <target value="template" />
- </core-task>
- <core-task name="copy" info="Copy files." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-copy/tasks/copy.js" multi="true">
- <target value="template" />
- <target value="bootstrap" />
- <target value="jquery" />
- <target value="clipboard" />
- <target value="prism" />
- <target value="lunr" />
- </core-task>
- <core-task name="cssmin" info="Minify CSS" file-path="$PROJECT_DIR$/node_modules/grunt-contrib-cssmin/tasks/cssmin.js" multi="true">
- <target value="prism" />
- <target value="template" />
- </core-task>
- <core-task name="uglify" info="Minify files with UglifyJS." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-uglify/tasks/uglify.js" multi="true">
- <target value="prism" />
- <target value="template" />
- </core-task>
- <core-task name="handlebars" info="Compile handlebars templates and partials." file-path="$PROJECT_DIR$/node_modules/grunt-contrib-handlebars/tasks/handlebars.js" multi="true">
- <target value="compile" />
- </core-task>
- <core-task name="jsdoc" info="Generates source documentation using jsdoc" file-path="$PROJECT_DIR$/node_modules/grunt-jsdoc/tasks/jsdoc-plugin.js" multi="true">
- <target value="namespaced" />
- <target value="default" />
- <target value="inline" />
- <target value="logo-color" />
- <target value="collapse" />
- </core-task>
- </gruntfile>
- </component>
- <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER">
- <package-json value="$PROJECT_DIR$/package.json" />
- </component>
- <component name="JsGulpfileManager">
- <detection-done>true</detection-done>
- <sorting>DEFINITION_ORDER</sorting>
- </component>
- <component name="NodeModulesDirectoryManager">
- <handled-path value="$PROJECT_DIR$/node_modules" />
- </component>
- <component name="PhpServers">
- <servers />
- </component>
- <component name="PhpWorkspaceProjectConfiguration" backward_compatibility_performed="true" />
- <component name="ProjectFrameBounds">
- <option name="x" value="-8" />
- <option name="y" value="-8" />
- <option name="width" value="1936" />
- <option name="height" value="1186" />
- </component>
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="1" id="Add" />
- </component>
- <component name="ProjectView">
- <navigator currentView="ProjectPane" proportions="" version="1">
- <flattenPackages />
- <showMembers />
- <showModules />
- <showLibraryContents />
- <hideEmptyPackages />
- <abbreviatePackageNames />
- <autoscrollToSource />
- <autoscrollFromSource />
- <sortByType />
- <manualOrder />
- <foldersAlwaysOnTop value="true" />
- </navigator>
- <panes>
- <pane id="Scratches" />
- <pane id="ProjectPane">
- <subPane>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="test-src" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="src" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="src" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="static" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="js" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="src" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="static" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- <PATH>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="foodoc" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- <PATH_ELEMENT>
- <option name="myItemId" value="examples" />
- <option name="myItemType" value="com.jetbrains.php.projectView.PhpTreeStructureProvider$1" />
- </PATH_ELEMENT>
- </PATH>
- </subPane>
- </pane>
- <pane id="Scope" />
- </panes>
- </component>
- <component name="PropertiesComponent">
- <property name="settings.editor.selected.configurable" value="JavaScript.Libraries" />
- <property name="JavaScriptPreferStrict" value="false" />
- <property name="JavaScriptWeakerCompletionTypeGuess" value="true" />
- <property name="settings.editor.splitter.proportion" value="0.2" />
- <property name="last_opened_file_path" value="$USER_HOME$/AppData/Local/GitHub/PortableGit_63435a79518b44808827aa3194b76bea96231189/cmd/git.exe" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="HbShouldOpenHtmlAsHb" value="" />
- <property name="js-jscs-nodeInterpreter" value="C:\Program Files\nodejs\node.exe" />
- <property name="list.type.of.created.stylesheet" value="CSS" />
- <property name="nodejs_interpreter_path" value="C:/Program Files/nodejs/node" />
- <property name="js.buildTools.grunt.grunt-cli.package" value="$USER_HOME$/AppData/Roaming/npm/node_modules/grunt-cli" />
- <property name="js.eslint.eslintPackage" value="" />
- </component>
- <component name="RecentsManager">
- <key name="MoveFile.RECENT_KEYS">
- <recent name="E:\GitHub\foodoc\src\static\css" />
- </key>
- <key name="CopyFile.RECENT_KEYS">
- <recent name="E:\GitHub\foodoc\test-src" />
- <recent name="E:\GitHub\foodoc\src\static\js" />
- </key>
- </component>
- <component name="RunManager" selected="Grunt.js.namespaced">
- <configuration default="false" name="default" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
- <node-interpreter value="project" />
- <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
- <tasks>
- <task value="default" />
- </tasks>
- <envs />
- <method />
- </configuration>
- <configuration default="false" name="namespaced" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
- <node-interpreter value="project" />
- <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
- <tasks>
- <task value="namespaced" />
- </tasks>
- <envs />
- <method />
- </configuration>
- <configuration default="false" name="all" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
- <node-interpreter value="project" />
- <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
- <tasks>
- <task value="all" />
- </tasks>
- <envs />
- <method />
- </configuration>
- <configuration default="false" name="test" type="js.build_tools.npm" factoryName="npm" temporary="true" nameIsGenerated="true">
- <package-json value="$PROJECT_DIR$/package.json" />
- <command value="run" />
- <scripts>
- <script value="test" />
- </scripts>
- <node-interpreter value="project" />
- <envs />
- <method />
- </configuration>
- <configuration default="false" name="template" type="js.build_tools.grunt" factoryName="Grunt.js" temporary="true">
- <node-interpreter value="project" />
- <gruntfile value="$PROJECT_DIR$/Gruntfile.js" />
- <tasks>
- <task value="template" />
- </tasks>
- <envs />
- <method />
- </configuration>
- <configuration default="true" type="JavaScriptTestRunnerProtractor" factoryName="Protractor">
- <config-file value="" />
- <node-interpreter value="project" />
- <envs />
- <method />
- </configuration>
- <configuration default="true" type="JavascriptDebugType" factoryName="JavaScript Debug">
- <method />
- </configuration>
- <configuration default="true" type="NodeJSConfigurationType" factoryName="Node.js" path-to-node="project" working-dir="">
- <method />
- </configuration>
- <configuration default="true" type="NodeJSRemoteDebug" factoryName="Node.js Remote Debug">
- <node-js-remote-debug />
- <method />
- </configuration>
- <configuration default="true" type="PHPUnitRunConfigurationType" factoryName="PHPUnit">
- <TestRunner />
- <method />
- </configuration>
- <configuration default="true" type="PhpBehatConfigurationType" factoryName="Behat">
- <BehatRunner />
- <method />
- </configuration>
- <configuration default="true" type="PhpLocalRunConfigurationType" factoryName="PHP Console">
- <method />
- </configuration>
- <configuration default="true" type="PhpSpecConfigurationType" factoryName="PHPSpec">
- <PhpTestRunnerSettings />
- <method />
- </configuration>
- <configuration default="true" type="js.build_tools.grunt" factoryName="Grunt.js">
- <node-interpreter value="project" />
- <envs />
- <method />
- </configuration>
- <configuration default="true" type="js.build_tools.gulp" factoryName="Gulp.js">
- <node-interpreter>project</node-interpreter>
- <node-options />
- <gulpfile />
- <tasks />
- <arguments />
- <envs />
- <method />
- </configuration>
- <configuration default="true" type="js.build_tools.npm" factoryName="npm">
- <command value="run" />
- <scripts />
- <node-interpreter value="project" />
- <envs />
- <method />
- </configuration>
- <configuration default="true" type="mocha-javascript-test-runner" factoryName="Mocha">
- <node-interpreter />
- <node-options />
- <working-directory>$PROJECT_DIR$</working-directory>
- <pass-parent-env>true</pass-parent-env>
- <envs />
- <ui>bdd</ui>
- <extra-mocha-options />
- <test-kind>DIRECTORY</test-kind>
- <test-directory />
- <recursive>false</recursive>
- <method />
- </configuration>
- <list size="5">
- <item index="0" class="java.lang.String" itemvalue="Grunt.js.default" />
- <item index="1" class="java.lang.String" itemvalue="Grunt.js.namespaced" />
- <item index="2" class="java.lang.String" itemvalue="Grunt.js.all" />
- <item index="3" class="java.lang.String" itemvalue="npm.test" />
- <item index="4" class="java.lang.String" itemvalue="Grunt.js.template" />
- </list>
- <recent_temporary>
- <list size="5">
- <item index="0" class="java.lang.String" itemvalue="Grunt.js.all" />
- <item index="1" class="java.lang.String" itemvalue="Grunt.js.namespaced" />
- <item index="2" class="java.lang.String" itemvalue="Grunt.js.template" />
- <item index="3" class="java.lang.String" itemvalue="Grunt.js.default" />
- <item index="4" class="java.lang.String" itemvalue="npm.test" />
- </list>
- </recent_temporary>
- </component>
- <component name="ShelveChangesManager" show_recycled="false">
- <option name="remove_strategy" value="false" />
- </component>
- <component name="SvnConfiguration">
- <configuration />
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="dc719ae9-0cbf-4831-a7e4-fae488fdfd66" name="Default" comment="" />
- <created>1479062179251</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1479062179251</updated>
- <workItem from="1479160610237" duration="112000" />
- <workItem from="1479160736170" duration="50566000" />
- <workItem from="1479505668163" duration="2094000" />
- <workItem from="1479814407373" duration="2274000" />
- <workItem from="1480440442433" duration="815000" />
- <workItem from="1497612336448" duration="34690000" />
- <workItem from="1497918779754" duration="612000" />
- <workItem from="1525100132243" duration="7056000" />
- <workItem from="1525112641737" duration="28054000" />
- </task>
- <servers />
- </component>
- <component name="TimeTrackingManager">
- <option name="totallyTimeSpent" value="126273000" />
- </component>
- <component name="ToolWindowManager">
- <frame x="-8" y="-8" width="1936" height="1186" extended-state="6" />
- <editor active="true" />
- <layout>
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- </layout>
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="processedProjectFiles" value="true" />
- </component>
- <component name="Vcs.Log.UiProperties">
- <option name="RECENTLY_FILTERED_USER_GROUPS">
- <collection />
- </option>
- <option name="RECENTLY_FILTERED_BRANCH_GROUPS">
- <collection />
- </option>
- </component>
- <component name="VcsContentAnnotationSettings">
- <option name="myLimit" value="2678400000" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <option name="time" value="7" />
- </breakpoint-manager>
- <watches-manager />
- </component>
- <component name="editorHistoryManager">
- <entry file="file://$PROJECT_DIR$/node_modules/lunr/package.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/static/css/template.min.css">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/utils/lunrHelper.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="556">
- <caret line="62" column="3" lean-forward="false" selection-start-line="62" selection-start-column="3" selection-end-line="62" selection-end-column="3" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="374">
- <caret line="22" column="5" lean-forward="false" selection-start-line="22" selection-start-column="5" selection-end-line="22" selection-end-column="5" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/.test/GlobalClass.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/test-src/namespaced/GlobalClass.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1105">
- <caret line="65" column="10" lean-forward="false" selection-start-line="65" selection-start-column="10" selection-end-line="65" selection-end-column="10" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/tmpl.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-85">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/publish.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/LICENSE">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/jsdoc.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-1207">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/utils/postProcessor.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="493">
- <caret line="46" column="63" lean-forward="false" selection-start-line="46" selection-start-column="63" selection-end-line="46" selection-end-column="63" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/util/logger.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-789">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/symbol/_page.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/symbol/_inline.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/test-src/namespaced/CustomError.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="204">
- <caret line="12" column="1" lean-forward="true" selection-start-line="12" selection-start-column="1" selection-end-line="12" selection-end-column="1" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/.test/list_global.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="306">
- <caret line="18" column="7" lean-forward="true" selection-start-line="18" selection-start-column="7" selection-end-line="18" selection-end-column="7" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/template/utils/template.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1083">
- <caret line="248" column="2" lean-forward="false" selection-start-line="248" selection-start-column="2" selection-end-line="248" selection-end-column="2" />
- <folding>
- <marker date="1525135711000" expanded="true" signature="8283:8614" ph="{...}" />
- <marker date="1525135711000" expanded="true" signature="8433:8481" ph="{...}" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/publish.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="51">
- <caret line="3" column="19" lean-forward="false" selection-start-line="3" selection-start-column="19" selection-end-line="3" selection-end-column="19" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/name.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="219">
- <caret line="39" column="20" lean-forward="true" selection-start-line="39" selection-start-column="20" selection-end-line="39" selection-end-column="20" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/node_modules/jsdoc/lib/jsdoc/util/templateHelper.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="219">
- <caret line="52" column="19" lean-forward="false" selection-start-line="52" selection-start-column="19" selection-end-line="52" selection-end-column="19" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/tag/_summary.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="62" lean-forward="false" selection-start-line="0" selection-start-column="62" selection-end-line="0" selection-end-column="62" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/list.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/utils/handlebarsHelper.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="170">
- <caret line="10" column="28" lean-forward="false" selection-start-line="10" selection-start-column="28" selection-end-line="10" selection-end-column="28" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/source.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/readme.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/module.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="306">
- <caret line="18" column="14" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="20" selection-end-column="11" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/doclet.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/global.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="85">
- <caret line="5" column="11" lean-forward="false" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="11" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/site/_navbar.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="544">
- <caret line="32" column="17" lean-forward="false" selection-start-line="32" selection-start-column="17" selection-end-line="32" selection-end-column="17" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/.test/index.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="374">
- <caret line="22" column="27" lean-forward="false" selection-start-line="22" selection-start-column="27" selection-end-line="22" selection-end-column="27" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/examples/logo-color/index.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/examples/collapse/index.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/examples/inline/index.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/tag/_details.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/test-src/namespaced.conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/test-src/inline.conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="68">
- <caret line="4" column="34" lean-forward="false" selection-start-line="4" selection-start-column="34" selection-end-line="7" selection-end-column="4" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/static/css/site.css">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="34">
- <caret line="2" column="28" lean-forward="false" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/utils/docletHelper.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="153">
- <caret line="9" column="0" lean-forward="false" selection-start-line="9" selection-start-column="0" selection-end-line="9" selection-end-column="0" />
- <folding>
- <element signature="e#1398#2722#0" expanded="false" />
- <element signature="e#2765#4603#0" expanded="false" />
- <element signature="e#4655#5329#0" expanded="false" />
- <element signature="e#5742#6498#0" expanded="false" />
- <element signature="e#6579#7286#0" expanded="false" />
- <element signature="e#7339#8331#0" expanded="false" />
- <element signature="e#8384#9690#0" expanded="false" />
- <element signature="e#9745#10952#0" expanded="false" />
- <element signature="e#11008#11814#0" expanded="false" />
- <marker date="1525134897243" expanded="true" signature="2342:2348" ph="→" />
- <marker date="1525134897243" expanded="true" signature="2348:2354" ph=" " />
- <marker date="1525134897243" expanded="true" signature="8793:8799" ph=" " />
- <marker date="1525134897243" expanded="true" signature="10206:10212" ph=" " />
- <marker date="1525134897243" expanded="true" signature="11103:11109" ph=" " />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/examples/default/index.html">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding>
- <marker date="1525140759306" expanded="false" signature="11204:11210" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11219:11225" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11233:11239" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11249:11255" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11269:11275" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11314:11320" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11373:11379" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11436:11442" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11493:11499" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11558:11564" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11622:11628" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11656:11662" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11684:11690" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11718:11724" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11745:11751" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11781:11787" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11809:11815" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11905:11909" ph="<" />
- <marker date="1525140759306" expanded="false" signature="11917:11923" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11943:11949" ph=""" />
- <marker date="1525140759306" expanded="false" signature="11980:11986" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12017:12023" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12077:12083" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12133:12139" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12168:12174" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12201:12207" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12231:12237" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12269:12275" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12329:12335" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12391:12397" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12442:12448" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12490:12496" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12514:12520" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12553:12559" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12578:12584" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12615:12621" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12644:12650" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12676:12680" ph="<" />
- <marker date="1525140759306" expanded="false" signature="12688:12694" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12713:12719" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12834:12840" ph=""" />
- <marker date="1525140759306" expanded="false" signature="12846:12852" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13070:13076" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13125:13131" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13319:13325" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13325:13331" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13509:13515" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13515:13521" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13809:13815" ph=""" />
- <marker date="1525140759306" expanded="false" signature="13815:13821" ph=""" />
- <marker date="1525140759306" expanded="false" signature="14040:14046" ph=""" />
- <marker date="1525140759306" expanded="false" signature="14121:14127" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15583:15589" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15593:15599" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15601:15607" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15612:15618" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15620:15626" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15631:15637" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15639:15645" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15652:15658" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15660:15666" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15673:15679" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15681:15687" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15710:15716" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15756:15762" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15764:15770" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15775:15781" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15783:15789" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15798:15804" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15806:15812" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15819:15825" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15827:15833" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15909:15915" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15917:15923" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15928:15934" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15936:15942" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15949:15955" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15957:15963" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15970:15976" ph=""" />
- <marker date="1525140759306" expanded="false" signature="15978:15984" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16007:16013" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16050:16056" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16058:16064" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16069:16075" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16077:16083" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16089:16095" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16097:16103" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16110:16116" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16118:16124" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16146:16152" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16193:16199" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16201:16207" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16212:16218" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16220:16226" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16244:16250" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16265:16271" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16297:16303" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16341:16347" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16349:16355" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16360:16366" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16368:16374" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16381:16387" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16389:16395" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16402:16408" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16410:16416" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16439:16445" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16486:16492" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16494:16500" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16505:16511" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16513:16519" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16529:16535" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16537:16543" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16550:16556" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16558:16564" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16590:16596" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16636:16642" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16644:16650" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16655:16661" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16663:16669" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16678:16684" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16686:16692" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16699:16705" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16707:16713" ph=""" />
- <marker date="1525140759306" expanded="false" signature="16737:16743" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18718:18724" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18733:18739" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18741:18747" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18749:18755" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18756:18762" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18774:18780" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18782:18788" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18794:18800" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18801:18807" ph=""" />
- <marker date="1525140759306" expanded="false" signature="18811:18817" ph=""" />
- <marker date="1525140759306" expanded="false" signature="19500:19506" ph=""" />
- <marker date="1525140759306" expanded="false" signature="19539:19545" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21372:21378" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21389:21395" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21403:21409" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21414:21420" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21422:21428" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21439:21445" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21464:21470" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21472:21478" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21502:21508" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21528:21534" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21544:21550" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21560:21566" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21578:21584" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21589:21595" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21597:21603" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21613:21619" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21642:21648" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21650:21656" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21684:21690" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21725:21731" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21760:21766" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21775:21781" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21789:21795" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21800:21806" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21808:21814" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21823:21829" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21848:21854" ph=""" />
- <marker date="1525140759306" expanded="false" signature="21856:21862" ph=""" />
- <marker date="1525140759306" expanded="false" signature="22185:22189" ph="<" />
- <marker date="1525140759306" expanded="false" signature="22193:22197" ph=">" />
- <marker date="1525140759306" expanded="false" signature="22197:22201" ph="<" />
- <marker date="1525140759306" expanded="false" signature="22206:22210" ph=">" />
- <marker date="1525140759306" expanded="false" signature="22791:22795" ph="<" />
- <marker date="1525140759306" expanded="false" signature="22800:22804" ph="<" />
- <marker date="1525140759306" expanded="false" signature="26477:26483" ph=""" />
- <marker date="1525140759306" expanded="false" signature="26491:26497" ph=""" />
- <marker date="1525140759306" expanded="false" signature="31811:31818" ph="×" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/utils/postProcessor.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="386">
- <caret line="332" column="26" lean-forward="false" selection-start-line="332" selection-start-column="26" selection-end-line="332" selection-end-column="26" />
- <folding>
- <element signature="n#!!block;n#getFilename#0" expanded="false" />
- <element signature="e#3658#4434#0" expanded="false" />
- <element signature="e#4472#4711#0" expanded="false" />
- <element signature="e#5357#5406#0" expanded="false" />
- <element signature="e#5409#5459#0" expanded="false" />
- <element signature="e#5677#6390#0" expanded="false" />
- <element signature="e#5992#6386#0" expanded="false" />
- <element signature="e#6393#6749#0" expanded="false" />
- <element signature="e#6788#9129#0" expanded="false" />
- <element signature="e#9179#9426#0" expanded="false" />
- <element signature="e#9465#9796#0" expanded="false" />
- <element signature="e#9868#10622#0" expanded="false" />
- <element signature="e#10663#10924#0" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/Gruntfile.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="335">
- <caret line="143" column="9" lean-forward="false" selection-start-line="143" selection-start-column="9" selection-end-line="143" selection-end-column="9" />
- <folding>
- <element signature="e#764#845#0" expanded="false" />
- <element signature="e#861#1131#0" expanded="false" />
- <element signature="e#1144#3214#0" expanded="false" />
- <element signature="e#3226#4043#0" expanded="false" />
- <element signature="e#4055#4885#0" expanded="false" />
- <element signature="e#5185#5452#0" expanded="false" />
- <element signature="e#5465#5730#0" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/utils/template.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="187">
- <caret line="16" column="2" lean-forward="false" selection-start-line="16" selection-start-column="2" selection-end-line="16" selection-end-column="2" />
- <folding>
- <element signature="e#5456#7171#0" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/static/js/access-filter.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="1785">
- <caret line="107" column="57" lean-forward="false" selection-start-line="107" selection-start-column="35" selection-end-line="107" selection-end-column="57" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/test-src/default.conf.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="119">
- <caret line="7" column="20" lean-forward="false" selection-start-line="7" selection-start-column="20" selection-end-line="7" selection-end-column="20" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/static/js/prism-toolbar.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/static/js/prism-copy-to-clipboard.js">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="541">
- <caret line="69" column="26" lean-forward="false" selection-start-line="69" selection-start-column="26" selection-end-line="69" selection-end-column="26" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/.npmignore">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="0">
- <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/src/tmpl/site/_layout.hbs">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="-689">
- <caret line="71" column="27" lean-forward="false" selection-start-line="71" selection-start-column="27" selection-end-line="71" selection-end-column="27" />
- <folding>
- <element signature="e#3414#6003#0#Handlebars" expanded="false" />
- </folding>
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/package.json">
- <provider selected="true" editor-type-id="text-editor">
- <state relative-caret-position="34">
- <caret line="2" column="19" lean-forward="false" selection-start-line="2" selection-start-column="19" selection-end-line="2" selection-end-column="19" />
- <folding />
- </state>
- </provider>
- </entry>
- <entry file="file://$PROJECT_DIR$/README.md">
- <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
- <state split_layout="FIRST">
- <first_editor relative-caret-position="352">
- <caret line="114" column="100" lean-forward="true" selection-start-line="114" selection-start-column="100" selection-end-line="114" selection-end-column="100" />
- <folding>
- <marker date="1525140821947" expanded="true" signature="3913:4761" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="3913:4894" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="7243:7969" ph="[...]" />
- <marker date="1525140821947" expanded="true" signature="11706:12061" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11725:11974" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11814:11970" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11836:11964" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="11991:12059" ph="{...}" />
- <marker date="1525140821947" expanded="true" signature="12810:12863" ph="/** @example {@lang html}<html></html> ...*/" />
- <marker date="1525140821947" expanded="true" signature="15587:15911" ph="{...}" />
- </folding>
- </first_editor>
- <second_editor />
- </state>
- </provider>
- </entry>
- </component>
- </project>
|