yellow-brick-road 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rst +148 -0
- data/Rakefile +37 -0
- data/lib/tasks/yellow-brick-road_tasks.rake +4 -0
- data/lib/yellow-brick-road.rb +6 -0
- data/lib/yellow-brick-road/config.rb +15 -0
- data/lib/yellow-brick-road/directive_processor.rb +68 -0
- data/lib/yellow-brick-road/engine.rb +22 -0
- data/lib/yellow-brick-road/soy_processor.rb +56 -0
- data/lib/yellow-brick-road/utils.rb +38 -0
- data/lib/yellow-brick-road/version.rb +3 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +12 -0
- data/test/dummy/app/assets/javascripts/closure-deps.js +4 -0
- data/test/dummy/app/assets/javascripts/my-closure/simple.js.soy +14 -0
- data/test/dummy/app/assets/javascripts/my-closure/start.js +25 -0
- data/test/dummy/app/assets/stylesheets/application.css +7 -0
- data/test/dummy/app/controllers/application_controller.rb +7 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/application/index.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +18 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +51 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +30 -0
- data/test/dummy/config/environments/production.rb +60 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +10 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +10 -0
- data/test/dummy/config/initializers/yellow_brick_road.rb +2 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/log/development.log +13924 -0
- data/test/dummy/log/test.log +0 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +26 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/tmp/cache/assets/BE0/120/sprockets%2F751842b8c6750008c7310d182600d173 +142 -0
- data/test/dummy/tmp/cache/assets/C19/950/sprockets%2F142437f1d8d9424007b4a882a5429333 +1372 -0
- data/test/dummy/tmp/cache/assets/C4B/D00/sprockets%2F400f22c081529179ce3d079457de3009 +806 -0
- data/test/dummy/tmp/cache/assets/C5A/EE0/sprockets%2Fb711429ed948c503b718d077037780f8 +0 -0
- data/test/dummy/tmp/cache/assets/C5B/A80/sprockets%2F508569b474262724c61a461f7777dab7 +1118 -0
- data/test/dummy/tmp/cache/assets/C6C/660/sprockets%2F2c298b3b02232a21527680685a3efc30 +9289 -0
- data/test/dummy/tmp/cache/assets/C72/8A0/sprockets%2F167b265129e30d87d253c406db305c60 +293 -0
- data/test/dummy/tmp/cache/assets/C7E/9F0/sprockets%2F89862076204c62c4593ac20de32da909 +9 -0
- data/test/dummy/tmp/cache/assets/C8B/5F0/sprockets%2Fc6a4470b5c21e285e829a99365839b24 +0 -0
- data/test/dummy/tmp/cache/assets/C92/D20/sprockets%2F2e618f7805f445889aec94885a500f03 +457 -0
- data/test/dummy/tmp/cache/assets/C98/FD0/sprockets%2Fb11442af041f96e87a43a1dc11231745 +283 -0
- data/test/dummy/tmp/cache/assets/CA3/520/sprockets%2F5379d7143c6c52b11b88dc0ab5436133 +277 -0
- data/test/dummy/tmp/cache/assets/CA5/450/sprockets%2F6bb727c9312a749134ad67323a317f0d +73 -0
- data/test/dummy/tmp/cache/assets/CA5/4F0/sprockets%2Feeb7de7771527700af194c0441d29101 +709 -0
- data/test/dummy/tmp/cache/assets/CA6/E90/sprockets%2F611f68180f43c4181f06ae5c5f8201e2 +1546 -0
- data/test/dummy/tmp/cache/assets/CA7/310/sprockets%2F45664cf816315200b574e029fde6f10a +0 -0
- data/test/dummy/tmp/cache/assets/CA9/9D0/sprockets%2F2672e32464cf7267c4ba3d028f54b153 +224 -0
- data/test/dummy/tmp/cache/assets/CAB/5A0/sprockets%2F7f50e0289f150c8636ac9253129bc13c +2556 -0
- data/test/dummy/tmp/cache/assets/CB5/7E0/sprockets%2F42ff6672683b2029233a800e7539eeee +474 -0
- data/test/dummy/tmp/cache/assets/CB6/DC0/sprockets%2F2f9882155bb2d4d3ab5d708951857c60 +494 -0
- data/test/dummy/tmp/cache/assets/CBB/680/sprockets%2F1dc336d96fb52df34b458185559922b5 +1018 -0
- data/test/dummy/tmp/cache/assets/CBC/640/sprockets%2F67d2e0d9e5129d237e575d2780c64b47 +1260 -0
- data/test/dummy/tmp/cache/assets/CBE/550/sprockets%2Fd680cac830e0b3408ba910f0b0421147 +25 -0
- data/test/dummy/tmp/cache/assets/CC7/790/sprockets%2F69941f32a12e4f99d4a57f65386d870d +608 -0
- data/test/dummy/tmp/cache/assets/CCB/F80/sprockets%2Fa865701ef2ec41155e524772c31a1a2b +1088 -0
- data/test/dummy/tmp/cache/assets/CCE/580/sprockets%2F879411ed27ed1c557d57853d8f579b56 +0 -0
- data/test/dummy/tmp/cache/assets/CD0/070/sprockets%2F6748fe8481965f260d9c56b7f9f508a2 +1530 -0
- data/test/dummy/tmp/cache/assets/CD4/750/sprockets%2Faf3505141ecb3169ce41ce519d136924 +0 -0
- data/test/dummy/tmp/cache/assets/CD6/A90/sprockets%2F3f55ac75b9fb8426312116bcb940a580 +2539 -0
- data/test/dummy/tmp/cache/assets/CD9/6C0/sprockets%2F5e2458bc52da90ba349a66035e3b6752 +0 -0
- data/test/dummy/tmp/cache/assets/CD9/F50/sprockets%2F9008bf696500cfae1d61f045f209181e +256 -0
- data/test/dummy/tmp/cache/assets/CDB/B40/sprockets%2F53529a22c994570a0df4742c0bfe61f4 +0 -0
- data/test/dummy/tmp/cache/assets/CDC/D10/sprockets%2F1e775b4ff06b4401c07503ce95a839b5 +75 -0
- data/test/dummy/tmp/cache/assets/CDE/CD0/sprockets%2F141066798b4acf07053f7e3a6cb4e555 +1613 -0
- data/test/dummy/tmp/cache/assets/CE1/760/sprockets%2F245fe11803630fe30d0cf8a869886ab5 +357 -0
- data/test/dummy/tmp/cache/assets/CE1/FA0/sprockets%2F863d1650ef066e4a2168bc57c7c0e096 +0 -0
- data/test/dummy/tmp/cache/assets/CE2/310/sprockets%2Fd38075d5592ecaf82e43526c03b467c4 +1545 -0
- data/test/dummy/tmp/cache/assets/CE2/420/sprockets%2F30f2e8f30477e80cf6416dfe27307c07 +204 -0
- data/test/dummy/tmp/cache/assets/CE2/D70/sprockets%2F467c44b63644e0f44dd06a585f36f1a6 +522 -0
- data/test/dummy/tmp/cache/assets/CE3/670/sprockets%2Fddd11860b444cd0f9996be0c46762318 +796 -0
- data/test/dummy/tmp/cache/assets/CE4/0B0/sprockets%2Ff11535d785c0d34349c64d673bd4b28f +1105 -0
- data/test/dummy/tmp/cache/assets/CE4/590/sprockets%2Fd68edcc87a4ae302794093081b45b819 +10 -0
- data/test/dummy/tmp/cache/assets/CE4/D60/sprockets%2F61772e4a60b616f74da91b838a2f4f82 +0 -0
- data/test/dummy/tmp/cache/assets/CE6/DD0/sprockets%2F2fe073024a2bf26bd98458388b57af37 +1355 -0
- data/test/dummy/tmp/cache/assets/CE7/160/sprockets%2Fba1f9939f031b4356ec1869d40fc2747 +1261 -0
- data/test/dummy/tmp/cache/assets/CE8/C70/sprockets%2Fc6c9ba3c677b5e2af8520395192c9445 +173 -0
- data/test/dummy/tmp/cache/assets/CEA/8B0/sprockets%2Ff77e549cb6d37604105f35d4e67d8c21 +511 -0
- data/test/dummy/tmp/cache/assets/CEA/AA0/sprockets%2F5f816982c86d2e6b72b2f5f65c51d070 +1529 -0
- data/test/dummy/tmp/cache/assets/CEA/C10/sprockets%2F9dcd541e67c299ab076a44a2183872f8 +0 -0
- data/test/dummy/tmp/cache/assets/CF1/5A0/sprockets%2F1a697695edf2bb7b49a2896904218bc7 +115 -0
- data/test/dummy/tmp/cache/assets/CF4/480/sprockets%2F5e99c77e93f4a522c84357e62b25e0f7 +43 -0
- data/test/dummy/tmp/cache/assets/CF7/460/sprockets%2Fd12ea9733fe3c92456f57f9145569b9c +0 -0
- data/test/dummy/tmp/cache/assets/CF7/470/sprockets%2F2897897a166ca3369fecb88f83f211b5 +435 -0
- data/test/dummy/tmp/cache/assets/CFA/760/sprockets%2Fa9024adba14091e0635c6874d1db4e22 +0 -0
- data/test/dummy/tmp/cache/assets/D01/F30/sprockets%2Fe639a15b6e0cca37d12443b408e1166f +25 -0
- data/test/dummy/tmp/cache/assets/D02/9F0/sprockets%2Fb99eae308897fe88cb9414b96824098b +0 -0
- data/test/dummy/tmp/cache/assets/D03/330/sprockets%2F1e003cdb3e7dcc9307e84090ad457127 +454 -0
- data/test/dummy/tmp/cache/assets/D03/8B0/sprockets%2Ff74632bddf2c0b2018ca7b736309380e +365 -0
- data/test/dummy/tmp/cache/assets/D05/0A0/sprockets%2Fe57658220260db13eb5577aef42cb61b +257 -0
- data/test/dummy/tmp/cache/assets/D05/920/sprockets%2F909507434dcc270db4853e4c147f0aac +31 -0
- data/test/dummy/tmp/cache/assets/D08/510/sprockets%2Fa567be6cb6d7310096f1739b25a5a3f0 +50 -0
- data/test/dummy/tmp/cache/assets/D08/9F0/sprockets%2F1d61d2c89ca50957066bacc5b69011f5 +1424 -0
- data/test/dummy/tmp/cache/assets/D0A/790/sprockets%2Feb16913e6504c9b0d3be431de39e4751 +300 -0
- data/test/dummy/tmp/cache/assets/D0C/C50/sprockets%2Fd6613bee8b40d50459af6b52a7084f34 +796 -0
- data/test/dummy/tmp/cache/assets/D0D/030/sprockets%2Fba3f13b4a444679e8bc2549226ec743b +21 -0
- data/test/dummy/tmp/cache/assets/D0D/350/sprockets%2F2670bce036d485e15d059c0f1e98f24a +207 -0
- data/test/dummy/tmp/cache/assets/D13/270/sprockets%2F497cb163e6317e3fc1565d832f406cfb +348 -0
- data/test/dummy/tmp/cache/assets/D13/380/sprockets%2F786d003c9c7fb759dd26c1030c087cf6 +813 -0
- data/test/dummy/tmp/cache/assets/D13/7C0/sprockets%2F528d22310a9ab8e6fba08d82844ce795 +0 -0
- data/test/dummy/tmp/cache/assets/D15/F60/sprockets%2Fa28394e3f80365b5bc86794dd46daa22 +0 -0
- data/test/dummy/tmp/cache/assets/D18/500/sprockets%2Fd22c2d97d1db2154f2f7592906e957ea +1001 -0
- data/test/dummy/tmp/cache/assets/D1B/C70/sprockets%2F1c04848b1e1d6e8e33b8581f8c8128ff +223 -0
- data/test/dummy/tmp/cache/assets/D1C/600/sprockets%2Fa0601f99147f59ddd6266e6aff077e14 +0 -0
- data/test/dummy/tmp/cache/assets/D1E/470/sprockets%2Fb3933e694547b78bf6fb15f44a4623fe +53 -0
- data/test/dummy/tmp/cache/assets/D1F/480/sprockets%2F545164168becf42b289efc8708f1db68 +1278 -0
- data/test/dummy/tmp/cache/assets/D21/630/sprockets%2F0a14114729c14637f2e8f122acabd1ab +823 -0
- data/test/dummy/tmp/cache/assets/D24/A90/sprockets%2F21c8a0d48c51b8585ba03bc112ecd153 +692 -0
- data/test/dummy/tmp/cache/assets/D25/D30/sprockets%2F3b937f4c16d2aa0a28fc02a0e922712b +1441 -0
- data/test/dummy/tmp/cache/assets/D25/F30/sprockets%2Fe251527c0c018f4b4ad44b2ad7064fb0 +2255 -0
- data/test/dummy/tmp/cache/assets/D26/DE0/sprockets%2F761ac1bdb0739cc56fa0c1224b137b09 +0 -0
- data/test/dummy/tmp/cache/assets/D2A/C30/sprockets%2F978fe7268754f451c59b9ccb323ffa56 +0 -0
- data/test/dummy/tmp/cache/assets/D2B/0F0/sprockets%2Fbf223af03335cfc08a71e549e10c0e27 +2539 -0
- data/test/dummy/tmp/cache/assets/D2E/6D0/sprockets%2F9e7fda3affb389313cc50223f01c0324 +0 -0
- data/test/dummy/tmp/cache/assets/D2F/110/sprockets%2F3730ffe2ed34c1219d580bd1615ea7b0 +2239 -0
- data/test/dummy/tmp/cache/assets/D2F/F10/sprockets%2F9cac242f0bf5ec00079ea3a463e26552 +153 -0
- data/test/dummy/tmp/cache/assets/D30/1D0/sprockets%2Fd690a26a0b0ae138c1c48d257a7674bc +589 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D36/940/sprockets%2Fb4ba462ac9f4aac561c36e60367c1378 +572 -0
- data/test/dummy/tmp/cache/assets/D37/090/sprockets%2F2f2e71ebbc240014ebf648f0917e854a +798 -0
- data/test/dummy/tmp/cache/assets/D3A/440/sprockets%2F6d332243647c841dea36ed822cdfc23e +165 -0
- data/test/dummy/tmp/cache/assets/D3B/5A0/sprockets%2F82e05cf8c88ba8cb1c87e50d51372a03 +0 -0
- data/test/dummy/tmp/cache/assets/D41/B30/sprockets%2Fba1b93913dd01d83ac9a96df334456f8 +0 -0
- data/test/dummy/tmp/cache/assets/D43/D90/sprockets%2F04f3a5926d5a7672456dc7afa73d0c7f +38 -0
- data/test/dummy/tmp/cache/assets/D45/1F0/sprockets%2F1bfa855d9c10ff2431a9a548958cc5e4 +83 -0
- data/test/dummy/tmp/cache/assets/D45/B10/sprockets%2F643f3d9b216e48df952b7f150a46a7ec +60 -0
- data/test/dummy/tmp/cache/assets/D46/040/sprockets%2F199546844e5939721a5afcbcce4ea43a +143 -0
- data/test/dummy/tmp/cache/assets/D49/320/sprockets%2Fd8123eb229e34c9f507f7b1876f1c4ee +506 -0
- data/test/dummy/tmp/cache/assets/D49/750/sprockets%2Ff41ef1c0832b7294fb15588ff5c783cb +0 -0
- data/test/dummy/tmp/cache/assets/D49/930/sprockets%2F1071926698fa55abc71e1b6fd966dfe1 +72 -0
- data/test/dummy/tmp/cache/assets/D49/D10/sprockets%2Fb67b8d7cc7579352a91694f9ae10cdb0 +127 -0
- data/test/dummy/tmp/cache/assets/D4A/160/sprockets%2Fcbd8988b5e18d153eff6230d72e9046a +516 -0
- data/test/dummy/tmp/cache/assets/D4A/2B0/sprockets%2Ffcdf002d38fd938bf7226b46b76706c8 +1101 -0
- data/test/dummy/tmp/cache/assets/D4E/2F0/sprockets%2F77cb87ae57f0d8c25cdaa74181a64997 +1441 -0
- data/test/dummy/tmp/cache/assets/D4F/060/sprockets%2Fa9e66b39ada7394a29bf44f3a682f665 +511 -0
- data/test/dummy/tmp/cache/assets/D50/BD0/sprockets%2F88650dd57ef64075462e6dae757dbe2c +0 -0
- data/test/dummy/tmp/cache/assets/D53/CA0/sprockets%2Fa85032e82709a043fbb2ec00e04f2bbd +0 -0
- data/test/dummy/tmp/cache/assets/D54/BF0/sprockets%2F91970514ff528e8d2bfd81f1ec83c9c8 +240 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +10 -0
- data/test/dummy/tmp/cache/assets/D56/500/sprockets%2F75ebadd035f1324b194034af92eac3a0 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/900/sprockets%2F5729f77d97fdee53b1942cf17f6f05e4 +474 -0
- data/test/dummy/tmp/cache/assets/D5A/D50/sprockets%2F81bace3db2c2f1241175ff3c5009d08c +0 -0
- data/test/dummy/tmp/cache/assets/D5B/C70/sprockets%2Fe64119a9db7017b7ab3b0da1b6076f0d +44 -0
- data/test/dummy/tmp/cache/assets/D5E/4D0/sprockets%2F756f25e4ad861a050cdc41bb8414e4ab +126 -0
- data/test/dummy/tmp/cache/assets/D5E/730/sprockets%2Fd30caf70b387c4604326bdda32aeb549 +0 -0
- data/test/dummy/tmp/cache/assets/D5E/AA0/sprockets%2F790dd07caaaacb30ceb0174664e90817 +136 -0
- data/test/dummy/tmp/cache/assets/D64/D30/sprockets%2Fe4bd8f60a3a446274c3cb2f5d16563ac +590 -0
- data/test/dummy/tmp/cache/assets/D66/400/sprockets%2Fecb7401d20daf25605a7afad3a793778 +0 -0
- data/test/dummy/tmp/cache/assets/D67/250/sprockets%2F8422eb26855ca9c953a3bf1aeade8004 +0 -0
- data/test/dummy/tmp/cache/assets/D69/900/sprockets%2F28ae64f52cb18f77b1a1bd9c51293da4 +0 -0
- data/test/dummy/tmp/cache/assets/D6A/870/sprockets%2F1ece6a51b42f9280f4cee9020c94b72e +197 -0
- data/test/dummy/tmp/cache/assets/D6B/DD0/sprockets%2F9a0abc735e27fc61dab019788518eba4 +164 -0
- data/test/dummy/tmp/cache/assets/D6E/CC0/sprockets%2F8b4fbcec2475e7203b8859baf8e310a3 +0 -0
- data/test/dummy/tmp/cache/assets/D72/470/sprockets%2Fbc0c6d850e7c769e83d58eb3e6061b2a +2556 -0
- data/test/dummy/tmp/cache/assets/D72/9D0/sprockets%2F9402daf6da6f7eed331a9d78216cb761 +0 -0
- data/test/dummy/tmp/cache/assets/D74/070/sprockets%2F91ae68f698a39bd7d0d11150fc46e4cd +418 -0
- data/test/dummy/tmp/cache/assets/D74/7F0/sprockets%2F22dad1069ea6a8f29ae757c44e18ec83 +0 -0
- data/test/dummy/tmp/cache/assets/D75/3C0/sprockets%2F44e2ae51b97853d8ecda7b264a267c7d +1630 -0
- data/test/dummy/tmp/cache/assets/D77/780/sprockets%2Ffa2abdfb0b62867c346f79187b8e42d5 +823 -0
- data/test/dummy/tmp/cache/assets/D79/850/sprockets%2F4d540586ed379fd9a70fa0b7ce4f5b27 +306 -0
- data/test/dummy/tmp/cache/assets/D7A/B60/sprockets%2F5925c92f48caff053d08853dc69e5bba +0 -0
- data/test/dummy/tmp/cache/assets/D81/C90/sprockets%2F19aca5c835efce74878c23e581e2a89e +2239 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +11228 -0
- data/test/dummy/tmp/cache/assets/D8B/B10/sprockets%2Fbb7a2305a8f2832631863bbababb67be +301 -0
- data/test/dummy/tmp/cache/assets/D92/3B0/sprockets%2F93dc71f411faf72ec8ef0b5d217b51a0 +505 -0
- data/test/dummy/tmp/cache/assets/D92/EE0/sprockets%2Ffd051ea0abf6be6970754aa732e40c8b +289 -0
- data/test/dummy/tmp/cache/assets/D93/810/sprockets%2F7dc1ac5e1b83ba5144e34cf156d48a8a +471 -0
- data/test/dummy/tmp/cache/assets/D94/020/sprockets%2F35cb4ce22488fb5bdd260508ca47a3fb +239 -0
- data/test/dummy/tmp/cache/assets/D94/EC0/sprockets%2F8b900fba18f8e046f5f12e6d1f0ac15b +74 -0
- data/test/dummy/tmp/cache/assets/D95/470/sprockets%2F5be5d361a52575c433831b5e8cccbace +9273 -0
- data/test/dummy/tmp/cache/assets/D97/9D0/sprockets%2F524a2a94a88c1d392dabcba654e365fc +103 -0
- data/test/dummy/tmp/cache/assets/D9D/800/sprockets%2Ff8387220eb4dda9b29a37b5deb9f2a40 +54 -0
- data/test/dummy/tmp/cache/assets/D9E/DD0/sprockets%2Fb6b4ffad6485eda046b327a196e8c44a +0 -0
- data/test/dummy/tmp/cache/assets/DA1/0A0/sprockets%2F359c94aee6ba2e15fc9666aa4de311c8 +166 -0
- data/test/dummy/tmp/cache/assets/DA1/0D0/sprockets%2F798de3c28452e164a7fc1a3a6e8cdb4b +652 -0
- data/test/dummy/tmp/cache/assets/DA3/CB0/sprockets%2Fdfad6bb1857a8af91f98ba137c18504e +815 -0
- data/test/dummy/tmp/cache/assets/DA4/E10/sprockets%2Fbda7705734ace95f12a7d79df9c14af2 +1354 -0
- data/test/dummy/tmp/cache/assets/DA5/E30/sprockets%2F2e6707a119e94a784efbadca18d7e8d1 +129 -0
- data/test/dummy/tmp/cache/assets/DA6/4B0/sprockets%2F4f7a708b6aa2d42eb577493dea7cef55 +115 -0
- data/test/dummy/tmp/cache/assets/DA8/A10/sprockets%2F0ae5bbb4ca200e74db3b64d72c2be120 +0 -0
- data/test/dummy/tmp/cache/assets/DA9/3F0/sprockets%2Fdd0af9cfd65fb7d02fe778c8f6015361 +499 -0
- data/test/dummy/tmp/cache/assets/DA9/780/sprockets%2Fe3559a635e8f92dec7727a3db2ae7b4c +813 -0
- data/test/dummy/tmp/cache/assets/DAC/0E0/sprockets%2F04cef8243a9ef7321846debc977ea8db +607 -0
- data/test/dummy/tmp/cache/assets/DB1/260/sprockets%2Fb879ff7530bf8cc175e0c7e70dc4e79b +0 -0
- data/test/dummy/tmp/cache/assets/DB4/4C0/sprockets%2F30a76cbd98dedb56742cd8ecaf858757 +0 -0
- data/test/dummy/tmp/cache/assets/DBD/7E0/sprockets%2F236fb1ac5ed9f2e3fe32203acc3a842d +0 -0
- data/test/dummy/tmp/cache/assets/DC2/DF0/sprockets%2Fe233bcaba8beff15626c35cb5e0e0936 +845 -0
- data/test/dummy/tmp/cache/assets/DC4/600/sprockets%2F59c96aa6c1cbebc61bff6c050a5351d7 +225 -0
- data/test/dummy/tmp/cache/assets/DC5/030/sprockets%2Fcb2fe864a0177eec19017c43ce9aa4ad +187 -0
- data/test/dummy/tmp/cache/assets/DC8/A60/sprockets%2F9fcb9f5c3f679ce749ee4c3f93869ba6 +74 -0
- data/test/dummy/tmp/cache/assets/DCB/D40/sprockets%2Ffd5542bfb7660a8d8cac3a2e46fb01f8 +828 -0
- data/test/dummy/tmp/cache/assets/DCC/020/sprockets%2F0c129c5f2784c96fa1dc3da6c19c1efc +128 -0
- data/test/dummy/tmp/cache/assets/DCF/520/sprockets%2F975162fb97a3ec7033db5f2fdba4fcd3 +70 -0
- data/test/dummy/tmp/cache/assets/DD0/000/sprockets%2F0d5d631cce6f0b078bb29cf98b3d78bb +276 -0
- data/test/dummy/tmp/cache/assets/DD0/C90/sprockets%2F84eeca4ef8f5eb29b13f7e1ea3c71324 +591 -0
- data/test/dummy/tmp/cache/assets/DD6/710/sprockets%2F9e83f2ebbe3e349efca2de390e15d635 +204 -0
- data/test/dummy/tmp/cache/assets/DE1/830/sprockets%2Fd23d3cafef2e2a9055bc103dffc1a023 +208 -0
- data/test/dummy/tmp/cache/assets/DEB/470/sprockets%2Fae2de0fcbc2214b71d3f2a875d2bc8c3 +2255 -0
- data/test/dummy/tmp/cache/assets/DEE/690/sprockets%2F5d824bcadef29060cc13eed71af4b4d0 +550 -0
- data/test/dummy/tmp/cache/assets/DF0/5D0/sprockets%2F25a875eb0a5d4c49bcc3fa39ea0adb26 +567 -0
- data/test/dummy/tmp/cache/assets/DF3/E20/sprockets%2Fada770c49a5d6b38d1cc43ed4d51c1fc +0 -0
- data/test/dummy/tmp/cache/assets/DF5/C80/sprockets%2F03ad7d7b3a8feba9ed9be82ae2083b20 +340 -0
- data/test/dummy/tmp/cache/assets/DF6/560/sprockets%2Fafceb2b55eb108efe4446dfb02b519b8 +0 -0
- data/test/dummy/tmp/cache/assets/DFC/030/sprockets%2Fcbdd3679eaba219b4e1ff20677af1c6f +1371 -0
- data/test/dummy/tmp/cache/assets/E00/970/sprockets%2F8bc6dde8d05c382dd07cbcec70f54e09 +378 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/E12/2F0/sprockets%2F5c45062ecfbe512dcba176ba6ddacc00 +523 -0
- data/test/dummy/tmp/cache/assets/E21/5D0/sprockets%2Fd4fe6d611bfb0e63c04de5dbfb128a8a +0 -0
- data/test/dummy/tmp/cache/assets/E22/770/sprockets%2F2ccebcabfbb9b59159e4b73b3b30a74d +208 -0
- data/test/dummy/tmp/cache/assets/E31/A90/sprockets%2F26b98bbbc15eee9b370c7dcde88d16aa +394 -0
- data/test/dummy/tmp/cache/assets/E31/E30/sprockets%2Ffbdafcc4e2f44bb9fc653bcf9625b750 +284 -0
- data/test/dummy/tmp/cache/assets/E37/1C0/sprockets%2Fa5eb45fc86dafe2bee4e4fa3f53c4785 +0 -0
- data/test/dummy/tmp/cache/assets/E4C/960/sprockets%2F13fd6e4bfdf031acb3dedca8d0f407b4 +1277 -0
- data/test/dummy/tmp/cache/assets/E88/330/sprockets%2Fe02d0adb5529ffafcea1b9e5ccf69a5b +669 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/dummy/tmp/simple.js.js +20 -0
- data/test/dummy/tmp/soy-1325274421.js +20 -0
- data/test/dummy/tmp/soy-1325286267.js +20 -0
- data/test/test_helper.rb +10 -0
- data/test/yellow-brick-road_test.rb +7 -0
- metadata +538 -0
@@ -0,0 +1,798 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325441615.021125:@value{ I"length:EFiXYI"digest;
|
2
|
+
F"%b5658af4367823ae57198ea1413ce162I"source;
|
3
|
+
FI"XY// Copyright 2007 The Closure Library Authors. All Rights Reserved.
|
4
|
+
//
|
5
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
6
|
+
// you may not use this file except in compliance with the License.
|
7
|
+
// You may obtain a copy of the License at
|
8
|
+
//
|
9
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
//
|
11
|
+
// Unless required by applicable law or agreed to in writing, software
|
12
|
+
// distributed under the License is distributed on an "AS-IS" BASIS,
|
13
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14
|
+
// See the License for the specific language governing permissions and
|
15
|
+
// limitations under the License.
|
16
|
+
|
17
|
+
/**
|
18
|
+
* @fileoverview
|
19
|
+
* Efficient implementation of DataNode API.
|
20
|
+
*
|
21
|
+
* The implementation consists of three concrete classes for modelling
|
22
|
+
* DataNodes with different characteristics: FastDataNode,
|
23
|
+
* FastPrimitiveDataNode and FastListNode.
|
24
|
+
*
|
25
|
+
* FastDataNode is for bean-like or map-like objects that consists of
|
26
|
+
* key/value mappings and where the primary access pattern is by key.
|
27
|
+
*
|
28
|
+
* FastPrimitiveDataNode wraps primitives like strings, boolean, and numbers.
|
29
|
+
*
|
30
|
+
* FastListNode is for array-like data nodes. It also supports key-based
|
31
|
+
* lookups if the data nodes have an "id" property or if child nodes are
|
32
|
+
* explicitly added by name. It is most efficient if these features are not
|
33
|
+
* used.
|
34
|
+
*
|
35
|
+
* FastDataNodes can be constructed from JSON-like objects via the function
|
36
|
+
* goog.ds.FastDataNode.fromJs.
|
37
|
+
|
38
|
+
*/
|
39
|
+
|
40
|
+
|
41
|
+
goog.provide('goog.ds.AbstractFastDataNode');
|
42
|
+
goog.provide('goog.ds.FastDataNode');
|
43
|
+
goog.provide('goog.ds.FastListNode');
|
44
|
+
goog.provide('goog.ds.PrimitiveFastDataNode');
|
45
|
+
|
46
|
+
goog.require('goog.ds.DataManager');
|
47
|
+
goog.require('goog.ds.EmptyNodeList');
|
48
|
+
goog.require('goog.string');
|
49
|
+
|
50
|
+
/*
|
51
|
+
* Implementation note: In order to reduce the number of objects,
|
52
|
+
* FastDataNode stores its key/value mappings directly in the FastDataNode
|
53
|
+
* object iself (instead of a separate map). To make this work we have to
|
54
|
+
* sure that there are no name clashes with other attribute names used by
|
55
|
+
* FastDataNode (like dataName and parent). This is especially difficult in
|
56
|
+
* the light of automatic renaming by the JavaScript compiler. For this reason,
|
57
|
+
* all internal attributes start with "__" so that they are not renamed
|
58
|
+
* by the compiler.
|
59
|
+
*/
|
60
|
+
|
61
|
+
/**
|
62
|
+
* Creates a new abstract data node.
|
63
|
+
* @param {string} dataName Name of the datanode.
|
64
|
+
* @param {goog.ds.DataNode=} opt_parent Parent of this data node.
|
65
|
+
* @constructor
|
66
|
+
* @extends {goog.ds.DataNodeList}
|
67
|
+
*/
|
68
|
+
// TODO(arv): Use interfaces when available.
|
69
|
+
goog.ds.AbstractFastDataNode = function(dataName, opt_parent) {
|
70
|
+
if (!dataName) {
|
71
|
+
throw Error('Cannot create a fast data node without a data name');
|
72
|
+
}
|
73
|
+
this['__dataName'] = dataName;
|
74
|
+
this['__parent'] = opt_parent;
|
75
|
+
};
|
76
|
+
|
77
|
+
|
78
|
+
/**
|
79
|
+
* Return the name of this data node.
|
80
|
+
* @return {string} Name of this data noden.
|
81
|
+
*/
|
82
|
+
goog.ds.AbstractFastDataNode.prototype.getDataName = function() {
|
83
|
+
return this['__dataName'];
|
84
|
+
};
|
85
|
+
|
86
|
+
|
87
|
+
/**
|
88
|
+
* Set the name of this data node.
|
89
|
+
* @param {string} value Name.
|
90
|
+
*/
|
91
|
+
goog.ds.AbstractFastDataNode.prototype.setDataName = function(value) {
|
92
|
+
this['__dataName'] = value;
|
93
|
+
};
|
94
|
+
|
95
|
+
|
96
|
+
/**
|
97
|
+
* Get the path leading to this data node.
|
98
|
+
* @return {string} Data path.
|
99
|
+
*/
|
100
|
+
goog.ds.AbstractFastDataNode.prototype.getDataPath = function() {
|
101
|
+
var parentPath;
|
102
|
+
if (this['__parent']) {
|
103
|
+
parentPath = this['__parent'].getDataPath() + goog.ds.STR_PATH_SEPARATOR;
|
104
|
+
} else {
|
105
|
+
parentPath = '';
|
106
|
+
}
|
107
|
+
return parentPath + this.getDataName();
|
108
|
+
};
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
/**
|
113
|
+
* Creates a new fast data node, using the properties of root.
|
114
|
+
* @param {Object} root JSON-like object to initialize data node from.
|
115
|
+
* @param {string} dataName Name of this data node.
|
116
|
+
* @param {goog.ds.DataNode=} opt_parent Parent of this data node.
|
117
|
+
* @extends {goog.ds.AbstractFastDataNode}
|
118
|
+
* @constructor
|
119
|
+
*/
|
120
|
+
goog.ds.FastDataNode = function(root, dataName, opt_parent) {
|
121
|
+
goog.ds.AbstractFastDataNode.call(this, dataName, opt_parent);
|
122
|
+
this.extendWith_(root);
|
123
|
+
};
|
124
|
+
goog.inherits(goog.ds.FastDataNode, goog.ds.AbstractFastDataNode);
|
125
|
+
|
126
|
+
|
127
|
+
/**
|
128
|
+
* Add all attributes of object to this data node.
|
129
|
+
* @param {Object} object Object to add attributes from.
|
130
|
+
* @protected
|
131
|
+
* @suppress {underscore}
|
132
|
+
*/
|
133
|
+
goog.ds.FastDataNode.prototype.extendWith_ = function(object) {
|
134
|
+
for (var key in object) {
|
135
|
+
this[key] = object[key];
|
136
|
+
}
|
137
|
+
};
|
138
|
+
|
139
|
+
|
140
|
+
/**
|
141
|
+
* Creates a new FastDataNode structure initialized from object. This will
|
142
|
+
* return an instance of the most suitable sub-class of FastDataNode.
|
143
|
+
*
|
144
|
+
* You should not modify object after creating a fast data node from it
|
145
|
+
* or assume that changing object changes the data node. Doing so results
|
146
|
+
* in undefined behaviour.
|
147
|
+
*
|
148
|
+
* @param {Object|number|boolean|string} object Object to initialize data
|
149
|
+
* node from.
|
150
|
+
* @param {string} dataName Name of data node.
|
151
|
+
* @param {goog.ds.DataNode=} opt_parent Parent of data node.
|
152
|
+
* @return {goog.ds.AbstractFastDataNode} Data node representing object.
|
153
|
+
*/
|
154
|
+
goog.ds.FastDataNode.fromJs = function(object, dataName, opt_parent) {
|
155
|
+
if (goog.isArray(object)) {
|
156
|
+
return new goog.ds.FastListNode(object, dataName, opt_parent);
|
157
|
+
} else if (goog.isObject(object)) {
|
158
|
+
return new goog.ds.FastDataNode(object, dataName, opt_parent);
|
159
|
+
} else {
|
160
|
+
return new goog.ds.PrimitiveFastDataNode(object || !!object,
|
161
|
+
dataName,
|
162
|
+
opt_parent);
|
163
|
+
}
|
164
|
+
};
|
165
|
+
|
166
|
+
|
167
|
+
/**
|
168
|
+
* Static instance of an empty list.
|
169
|
+
* @type {goog.ds.EmptyNodeList}
|
170
|
+
* @private
|
171
|
+
*/
|
172
|
+
goog.ds.FastDataNode.emptyList_ = new goog.ds.EmptyNodeList();
|
173
|
+
|
174
|
+
|
175
|
+
/**
|
176
|
+
* Not supported for normal FastDataNodes.
|
177
|
+
* @param {Object} value Value to set data node to.
|
178
|
+
*/
|
179
|
+
goog.ds.FastDataNode.prototype.set = function(value) {
|
180
|
+
throw 'Not implemented yet';
|
181
|
+
};
|
182
|
+
|
183
|
+
|
184
|
+
/**
|
185
|
+
* Returns child nodes of this data node. Currently, only supports
|
186
|
+
* returning all children.
|
187
|
+
* @param {string=} opt_selector Children to include in child list.
|
188
|
+
* @return {goog.ds.DataNode|goog.ds.DataNodeList} List of child nodes.
|
189
|
+
*/
|
190
|
+
// TODO(arv): This class implements DataNodeList but we don't support interfaces
|
191
|
+
// yet.
|
192
|
+
goog.ds.FastDataNode.prototype.getChildNodes = function(opt_selector) {
|
193
|
+
if (!opt_selector || opt_selector == goog.ds.STR_ALL_CHILDREN_SELECTOR) {
|
194
|
+
return this;
|
195
|
+
} else if (opt_selector.indexOf(goog.ds.STR_WILDCARD) == -1) {
|
196
|
+
var child = this.getChildNode(opt_selector);
|
197
|
+
return child ? new goog.ds.FastListNode([child], '') :
|
198
|
+
new goog.ds.EmptyNodeList();
|
199
|
+
} else {
|
200
|
+
throw Error('Unsupported selector: ' + opt_selector);
|
201
|
+
}
|
202
|
+
};
|
203
|
+
|
204
|
+
|
205
|
+
/**
|
206
|
+
* Makes sure that a named child is wrapped in a data node structure.
|
207
|
+
* @param {string} name Name of child to wrap.
|
208
|
+
* @private
|
209
|
+
*/
|
210
|
+
goog.ds.FastDataNode.prototype.wrapChild_ = function(name) {
|
211
|
+
var child = this[name];
|
212
|
+
if (child != null && !child.getDataName) {
|
213
|
+
this[name] = goog.ds.FastDataNode.fromJs(this[name], name, this);
|
214
|
+
}
|
215
|
+
};
|
216
|
+
|
217
|
+
|
218
|
+
/**
|
219
|
+
* Get a child node by name.
|
220
|
+
* @param {string} name Name of child node.
|
221
|
+
* @param {boolean=} opt_create Whether to create the child if it does not
|
222
|
+
* exist.
|
223
|
+
* @return {goog.ds.DataNode} Child node.
|
224
|
+
*/
|
225
|
+
goog.ds.FastDataNode.prototype.getChildNode = function(name, opt_create) {
|
226
|
+
this.wrapChild_(name);
|
227
|
+
// this[name] always is a data node object, so using "||" is fine.
|
228
|
+
var child = this[name] || null;
|
229
|
+
if (child == null && opt_create) {
|
230
|
+
child = new goog.ds.FastDataNode({}, name, this);
|
231
|
+
this[name] = child;
|
232
|
+
}
|
233
|
+
return child;
|
234
|
+
};
|
235
|
+
|
236
|
+
|
237
|
+
/**
|
238
|
+
* Sets a child node. Creates the child if it does not exist.
|
239
|
+
*
|
240
|
+
* Calling this function makes any child nodes previously obtained for name
|
241
|
+
* invalid. You should not use these child nodes but instead obtain a new
|
242
|
+
* instance by calling getChildNode.
|
243
|
+
*
|
244
|
+
* @override
|
245
|
+
*/
|
246
|
+
goog.ds.FastDataNode.prototype.setChildNode = function(name, value) {
|
247
|
+
if (value != null) {
|
248
|
+
this[name] = value;
|
249
|
+
} else {
|
250
|
+
delete this[name];
|
251
|
+
}
|
252
|
+
goog.ds.DataManager.getInstance().fireDataChange(this.getDataPath() +
|
253
|
+
goog.ds.STR_PATH_SEPARATOR + name);
|
254
|
+
return null;
|
255
|
+
};
|
256
|
+
|
257
|
+
|
258
|
+
/**
|
259
|
+
* Returns the value of a child node. By using this method you can avoid
|
260
|
+
* the need to create PrimitiveFastData nodes.
|
261
|
+
* @param {string} name Name of child node.
|
262
|
+
* @return {Object} Value of child node.
|
263
|
+
*/
|
264
|
+
goog.ds.FastDataNode.prototype.getChildNodeValue = function(name) {
|
265
|
+
var child = this[name];
|
266
|
+
if (child != null) {
|
267
|
+
return (child.getDataName ? child.get() : child);
|
268
|
+
} else {
|
269
|
+
return null;
|
270
|
+
}
|
271
|
+
};
|
272
|
+
|
273
|
+
|
274
|
+
/**
|
275
|
+
* Returns whether this data node is a list. Always returns false for
|
276
|
+
* instances of FastDataNode but may return true for subclasses.
|
277
|
+
* @return {boolean} Whether this data node is array-like.
|
278
|
+
*/
|
279
|
+
goog.ds.FastDataNode.prototype.isList = function() {
|
280
|
+
return false;
|
281
|
+
};
|
282
|
+
|
283
|
+
|
284
|
+
/**
|
285
|
+
* Returns a javascript object representation of this data node. You should
|
286
|
+
* not modify the object returned by this function.
|
287
|
+
* @return {Object} Javascript object representation of this data node.
|
288
|
+
*/
|
289
|
+
goog.ds.FastDataNode.prototype.getJsObject = function() {
|
290
|
+
var result = {};
|
291
|
+
for (var key in this) {
|
292
|
+
if (!goog.string.startsWith(key, '__') && !goog.isFunction(this[key])) {
|
293
|
+
result[key] = (this[key]['__dataName'] ? this[key].getJsObject() :
|
294
|
+
this[key]);
|
295
|
+
}
|
296
|
+
}
|
297
|
+
return result;
|
298
|
+
};
|
299
|
+
|
300
|
+
|
301
|
+
/**
|
302
|
+
* Creates a deep copy of this data node.
|
303
|
+
* @return {goog.ds.FastDataNode} Clone of this data node.
|
304
|
+
*/
|
305
|
+
goog.ds.FastDataNode.prototype.clone = function() {
|
306
|
+
return /** @type {goog.ds.FastDataNode} */(goog.ds.FastDataNode.fromJs(
|
307
|
+
this.getJsObject(), this.getDataName()));
|
308
|
+
};
|
309
|
+
|
310
|
+
|
311
|
+
/*
|
312
|
+
* Implementation of goog.ds.DataNodeList for FastDataNode.
|
313
|
+
*/
|
314
|
+
|
315
|
+
|
316
|
+
/**
|
317
|
+
* Adds a child to this data node.
|
318
|
+
* @param {goog.ds.DataNode} value Child node to add.
|
319
|
+
*/
|
320
|
+
goog.ds.FastDataNode.prototype.add = function(value) {
|
321
|
+
this.setChildNode(value.getDataName(), value);
|
322
|
+
};
|
323
|
+
|
324
|
+
|
325
|
+
/**
|
326
|
+
* Gets the value of this data node (if called without opt_key) or
|
327
|
+
* gets a child node (if called with opt_key).
|
328
|
+
* @param {string=} opt_key Name of child node.
|
329
|
+
* @return {goog.ds.DataNode} This data node or a child node.
|
330
|
+
*/
|
331
|
+
goog.ds.FastDataNode.prototype.get = function(opt_key) {
|
332
|
+
if (!goog.isDef(opt_key)) {
|
333
|
+
// if there is no key, DataNode#get was called
|
334
|
+
return this;
|
335
|
+
} else {
|
336
|
+
return this.getChildNode(opt_key);
|
337
|
+
}
|
338
|
+
};
|
339
|
+
|
340
|
+
|
341
|
+
/**
|
342
|
+
* Gets a child node by index. This method has a complexity of O(n) where
|
343
|
+
* n is the number of children. If you need a faster implementation of this
|
344
|
+
* method, you should use goog.ds.FastListNode.
|
345
|
+
* @param {number} index Index of child node (starting from 0).
|
346
|
+
* @return {goog.ds.DataNode} Child node at specified index.
|
347
|
+
*/
|
348
|
+
goog.ds.FastDataNode.prototype.getByIndex = function(index) {
|
349
|
+
var i = 0;
|
350
|
+
for (var key in this) {
|
351
|
+
if (!goog.string.startsWith(key, '__') && !goog.isFunction(this[key])) {
|
352
|
+
if (i == index) {
|
353
|
+
this.wrapChild_(key);
|
354
|
+
return this[key];
|
355
|
+
}
|
356
|
+
++i;
|
357
|
+
}
|
358
|
+
}
|
359
|
+
return null;
|
360
|
+
};
|
361
|
+
|
362
|
+
|
363
|
+
/**
|
364
|
+
* Gets the number of child nodes. This method has a complexity of O(n) where
|
365
|
+
* n is the number of children. If you need a faster implementation of this
|
366
|
+
* method, you should use goog.ds.FastListNode.
|
367
|
+
* @return {number} Number of child nodes.
|
368
|
+
*/
|
369
|
+
goog.ds.FastDataNode.prototype.getCount = function() {
|
370
|
+
var count = 0;
|
371
|
+
for (var key in this) {
|
372
|
+
if (!goog.string.startsWith(key, '__') && !goog.isFunction(this[key])) {
|
373
|
+
++count;
|
374
|
+
}
|
375
|
+
}
|
376
|
+
// maybe cache this?
|
377
|
+
return count;
|
378
|
+
};
|
379
|
+
|
380
|
+
|
381
|
+
/**
|
382
|
+
* Sets a child node.
|
383
|
+
* @param {string} name Name of child node.
|
384
|
+
* @param {Object} value Value of child node.
|
385
|
+
*/
|
386
|
+
goog.ds.FastDataNode.prototype.setNode = function(name, value) {
|
387
|
+
this.setChildNode(name, value);
|
388
|
+
};
|
389
|
+
|
390
|
+
|
391
|
+
/**
|
392
|
+
* Removes a child node.
|
393
|
+
* @override
|
394
|
+
*/
|
395
|
+
goog.ds.FastDataNode.prototype.removeNode = function(name) {
|
396
|
+
delete this[name];
|
397
|
+
return false;
|
398
|
+
};
|
399
|
+
|
400
|
+
|
401
|
+
|
402
|
+
/**
|
403
|
+
* Creates a new data node wrapping a primitive value.
|
404
|
+
* @param {number|boolean|string} value Value the value to wrap.
|
405
|
+
* @param {string} dataName name Name of this data node.
|
406
|
+
* @param {goog.ds.DataNode=} opt_parent Parent of this data node.
|
407
|
+
* @extends {goog.ds.AbstractFastDataNode}
|
408
|
+
* @constructor
|
409
|
+
*/
|
410
|
+
goog.ds.PrimitiveFastDataNode = function(value, dataName, opt_parent) {
|
411
|
+
this.value_ = value;
|
412
|
+
goog.ds.AbstractFastDataNode.call(this, dataName, opt_parent);
|
413
|
+
};
|
414
|
+
goog.inherits(goog.ds.PrimitiveFastDataNode, goog.ds.AbstractFastDataNode);
|
415
|
+
|
416
|
+
|
417
|
+
/**
|
418
|
+
* Returns the value of this data node.
|
419
|
+
* @return {*} Value of this data node.
|
420
|
+
*/
|
421
|
+
goog.ds.PrimitiveFastDataNode.prototype.get = function() {
|
422
|
+
return this.value_;
|
423
|
+
};
|
424
|
+
|
425
|
+
|
426
|
+
/**
|
427
|
+
* Sets this data node to a new value.
|
428
|
+
* @param {number|boolean|string} value Value to set data node to.
|
429
|
+
*/
|
430
|
+
goog.ds.PrimitiveFastDataNode.prototype.set = function(value) {
|
431
|
+
if (goog.isArray(value) || goog.isObject(value)) {
|
432
|
+
throw 'can only set PrimitiveFastDataNode to primitive values';
|
433
|
+
}
|
434
|
+
this.value_ = value;
|
435
|
+
goog.ds.DataManager.getInstance().fireDataChange(this.getDataPath());
|
436
|
+
};
|
437
|
+
|
438
|
+
|
439
|
+
/**
|
440
|
+
* Returns child nodes of this data node. Always returns an unmodifiable,
|
441
|
+
* empty list.
|
442
|
+
* @return {goog.ds.DataNodeList} (Empty) list of child nodes.
|
443
|
+
*/
|
444
|
+
goog.ds.PrimitiveFastDataNode.prototype.getChildNodes = function() {
|
445
|
+
return goog.ds.FastDataNode.emptyList_;
|
446
|
+
};
|
447
|
+
|
448
|
+
|
449
|
+
/**
|
450
|
+
* Get a child node by name. Always returns null.
|
451
|
+
* @param {string} name Name of child node.
|
452
|
+
* @return {goog.ds.DataNode} Child node.
|
453
|
+
*/
|
454
|
+
goog.ds.PrimitiveFastDataNode.prototype.getChildNode = function(name) {
|
455
|
+
return null;
|
456
|
+
};
|
457
|
+
|
458
|
+
|
459
|
+
/**
|
460
|
+
* Returns the value of a child node. Always returns null.
|
461
|
+
* @param {string} name Name of child node.
|
462
|
+
* @return {Object} Value of child node.
|
463
|
+
*/
|
464
|
+
goog.ds.PrimitiveFastDataNode.prototype.getChildNodeValue = function(name) {
|
465
|
+
return null;
|
466
|
+
};
|
467
|
+
|
468
|
+
|
469
|
+
/**
|
470
|
+
* Not supported by primitive data nodes.
|
471
|
+
* @param {string} name Name of child node.
|
472
|
+
* @param {Object} value Value of child node.
|
473
|
+
*/
|
474
|
+
goog.ds.PrimitiveFastDataNode.prototype.setChildNode =
|
475
|
+
function(name, value) {
|
476
|
+
throw Error('Cannot set a child node for a PrimitiveFastDataNode');
|
477
|
+
};
|
478
|
+
|
479
|
+
|
480
|
+
/**
|
481
|
+
* Returns whether this data node is a list. Always returns false for
|
482
|
+
* instances of PrimitiveFastDataNode.
|
483
|
+
* @return {boolean} Whether this data node is array-like.
|
484
|
+
*/
|
485
|
+
goog.ds.PrimitiveFastDataNode.prototype.isList = function() {
|
486
|
+
return false;
|
487
|
+
};
|
488
|
+
|
489
|
+
|
490
|
+
/**
|
491
|
+
* Returns a javascript object representation of this data node. You should
|
492
|
+
* not modify the object returned by this function.
|
493
|
+
* @return {*} Javascript object representation of this data node.
|
494
|
+
*/
|
495
|
+
goog.ds.PrimitiveFastDataNode.prototype.getJsObject = function() {
|
496
|
+
return this.value_;
|
497
|
+
};
|
498
|
+
|
499
|
+
|
500
|
+
/**
|
501
|
+
* Creates a new list node from an array.
|
502
|
+
* @param {Array} values values hold by this list node.
|
503
|
+
* @param {string} dataName name of this node.
|
504
|
+
* @param {goog.ds.DataNode=} opt_parent parent of this node.
|
505
|
+
* @extends {goog.ds.AbstractFastDataNode}
|
506
|
+
* @constructor
|
507
|
+
*/
|
508
|
+
// TODO(arv): Use interfaces when available. This implements DataNodeList
|
509
|
+
// as well.
|
510
|
+
goog.ds.FastListNode = function(values, dataName, opt_parent) {
|
511
|
+
this.values_ = [];
|
512
|
+
for (var i = 0; i < values.length; ++i) {
|
513
|
+
var name = values[i].id || ('[' + i + ']');
|
514
|
+
this.values_.push(goog.ds.FastDataNode.fromJs(values[i], name, this));
|
515
|
+
if (values[i].id) {
|
516
|
+
if (!this.map_) {
|
517
|
+
this.map_ = {};
|
518
|
+
}
|
519
|
+
this.map_[values[i].id] = i;
|
520
|
+
}
|
521
|
+
}
|
522
|
+
goog.ds.AbstractFastDataNode.call(this, dataName, opt_parent);
|
523
|
+
};
|
524
|
+
goog.inherits(goog.ds.FastListNode, goog.ds.AbstractFastDataNode);
|
525
|
+
|
526
|
+
|
527
|
+
/**
|
528
|
+
* Not supported for FastListNodes.
|
529
|
+
* @param {Object} value Value to set data node to.
|
530
|
+
*/
|
531
|
+
goog.ds.FastListNode.prototype.set = function(value) {
|
532
|
+
throw Error('Cannot set a FastListNode to a new value');
|
533
|
+
};
|
534
|
+
|
535
|
+
|
536
|
+
/**
|
537
|
+
* Returns child nodes of this data node. Currently, only supports
|
538
|
+
* returning all children.
|
539
|
+
* @return {goog.ds.DataNode|goog.ds.DataNodeList} List of child nodes.
|
540
|
+
*/
|
541
|
+
// TODO(arv): This class implements DataNodeList but we don't support interfaces
|
542
|
+
// yet.
|
543
|
+
goog.ds.FastListNode.prototype.getChildNodes = function() {
|
544
|
+
return this;
|
545
|
+
};
|
546
|
+
|
547
|
+
|
548
|
+
/**
|
549
|
+
* Get a child node by name.
|
550
|
+
* @param {string} key Name of child node.
|
551
|
+
* @param {boolean=} opt_create Whether to create the child if it does not
|
552
|
+
* exist.
|
553
|
+
* @return {goog.ds.DataNode} Child node.
|
554
|
+
*/
|
555
|
+
goog.ds.FastListNode.prototype.getChildNode = function(key, opt_create) {
|
556
|
+
var index = this.getKeyAsNumber_(key);
|
557
|
+
if (index == null && this.map_) {
|
558
|
+
index = this.map_[key];
|
559
|
+
}
|
560
|
+
if (index != null && this.values_[index]) {
|
561
|
+
return this.values_[index];
|
562
|
+
} else if (opt_create) {
|
563
|
+
this.setChildNode(key, {});
|
564
|
+
return this.getChildNode(key);
|
565
|
+
} else {
|
566
|
+
return null;
|
567
|
+
}
|
568
|
+
};
|
569
|
+
|
570
|
+
|
571
|
+
/**
|
572
|
+
* Returns the value of a child node.
|
573
|
+
* @param {string} key Name of child node.
|
574
|
+
* @return {Object} Value of child node.
|
575
|
+
*/
|
576
|
+
goog.ds.FastListNode.prototype.getChildNodeValue = function(key) {
|
577
|
+
var child = this.getChildNode(key);
|
578
|
+
return (child ? child.get() : null);
|
579
|
+
};
|
580
|
+
|
581
|
+
|
582
|
+
/**
|
583
|
+
* Tries to interpret key as a numeric index enclosed by square brakcets.
|
584
|
+
* @param {string} key Key that should be interpreted as a number.
|
585
|
+
* @return {?number} Numeric index or null if key is not of the form
|
586
|
+
* described above.
|
587
|
+
* @private
|
588
|
+
*/
|
589
|
+
goog.ds.FastListNode.prototype.getKeyAsNumber_ = function(key) {
|
590
|
+
if (key.charAt(0) == '[' && key.charAt(key.length - 1) == ']') {
|
591
|
+
return Number(key.substring(1, key.length - 1));
|
592
|
+
} else {
|
593
|
+
return null;
|
594
|
+
}
|
595
|
+
};
|
596
|
+
|
597
|
+
|
598
|
+
/**
|
599
|
+
* Sets a child node. Creates the child if it does not exist. To set
|
600
|
+
* children at a certain index, use a key of the form '[index]'. Note, that
|
601
|
+
* you can only set values at existing numeric indices. To add a new node
|
602
|
+
* to this list, you have to use the add method.
|
603
|
+
*
|
604
|
+
* Calling this function makes any child nodes previously obtained for name
|
605
|
+
* invalid. You should not use these child nodes but instead obtain a new
|
606
|
+
* instance by calling getChildNode.
|
607
|
+
*
|
608
|
+
* @override
|
609
|
+
*/
|
610
|
+
goog.ds.FastListNode.prototype.setChildNode = function(key, value) {
|
611
|
+
var count = this.values_.length;
|
612
|
+
if (value != null) {
|
613
|
+
if (!value.getDataName) {
|
614
|
+
value = goog.ds.FastDataNode.fromJs(value, key, this);
|
615
|
+
}
|
616
|
+
var index = this.getKeyAsNumber_(key);
|
617
|
+
if (index != null) {
|
618
|
+
if (index < 0 || index >= this.values_.length) {
|
619
|
+
throw Error('List index out of bounds: ' + index);
|
620
|
+
}
|
621
|
+
this.values_[key] = value;
|
622
|
+
} else {
|
623
|
+
if (!this.map_) {
|
624
|
+
this.map_ = {};
|
625
|
+
}
|
626
|
+
this.values_.push(value);
|
627
|
+
this.map_[key] = this.values_.length - 1;
|
628
|
+
}
|
629
|
+
} else {
|
630
|
+
this.removeNode(key);
|
631
|
+
}
|
632
|
+
var dm = goog.ds.DataManager.getInstance();
|
633
|
+
dm.fireDataChange(this.getDataPath() + goog.ds.STR_PATH_SEPARATOR + key);
|
634
|
+
if (this.values_.length != count) {
|
635
|
+
this.listSizeChanged_();
|
636
|
+
}
|
637
|
+
return null;
|
638
|
+
};
|
639
|
+
|
640
|
+
|
641
|
+
/**
|
642
|
+
* Fire data changes that are appropriate when the size of this list changes.
|
643
|
+
* Should be called whenever the list size has changed.
|
644
|
+
* @private
|
645
|
+
*/
|
646
|
+
goog.ds.FastListNode.prototype.listSizeChanged_ = function() {
|
647
|
+
var dm = goog.ds.DataManager.getInstance();
|
648
|
+
dm.fireDataChange(this.getDataPath());
|
649
|
+
dm.fireDataChange(this.getDataPath() + goog.ds.STR_PATH_SEPARATOR +
|
650
|
+
'count()');
|
651
|
+
};
|
652
|
+
|
653
|
+
|
654
|
+
/**
|
655
|
+
* Returns whether this data node is a list. Always returns true.
|
656
|
+
* @return {boolean} Whether this data node is array-like.
|
657
|
+
*/
|
658
|
+
goog.ds.FastListNode.prototype.isList = function() {
|
659
|
+
return true;
|
660
|
+
};
|
661
|
+
|
662
|
+
|
663
|
+
/**
|
664
|
+
* Returns a javascript object representation of this data node. You should
|
665
|
+
* not modify the object returned by this function.
|
666
|
+
* @return {Object} Javascript object representation of this data node.
|
667
|
+
*/
|
668
|
+
goog.ds.FastListNode.prototype.getJsObject = function() {
|
669
|
+
var result = [];
|
670
|
+
for (var i = 0; i < this.values_.length; ++i) {
|
671
|
+
result.push(this.values_[i].getJsObject());
|
672
|
+
}
|
673
|
+
return result;
|
674
|
+
};
|
675
|
+
|
676
|
+
|
677
|
+
/*
|
678
|
+
* Implementation of goog.ds.DataNodeList for FastListNode.
|
679
|
+
*/
|
680
|
+
|
681
|
+
|
682
|
+
/**
|
683
|
+
* Adds a child to this data node
|
684
|
+
* @param {goog.ds.DataNode} value Child node to add.
|
685
|
+
*/
|
686
|
+
goog.ds.FastListNode.prototype.add = function(value) {
|
687
|
+
if (!value.getDataName) {
|
688
|
+
value = goog.ds.FastDataNode.fromJs(value,
|
689
|
+
String('[' + (this.values_.length) + ']'), this);
|
690
|
+
}
|
691
|
+
this.values_.push(value);
|
692
|
+
var dm = goog.ds.DataManager.getInstance();
|
693
|
+
dm.fireDataChange(this.getDataPath() + goog.ds.STR_PATH_SEPARATOR +
|
694
|
+
'[' + (this.values_.length - 1) + ']');
|
695
|
+
this.listSizeChanged_();
|
696
|
+
};
|
697
|
+
|
698
|
+
|
699
|
+
/**
|
700
|
+
* Gets the value of this data node (if called without opt_key) or
|
701
|
+
* gets a child node (if called with opt_key).
|
702
|
+
* @param {string=} opt_key Name of child node.
|
703
|
+
* @return {Array|goog.ds.DataNode} Array of child nodes (if called without
|
704
|
+
* opt_key), or a named child node otherwise.
|
705
|
+
*/
|
706
|
+
goog.ds.FastListNode.prototype.get = function(opt_key) {
|
707
|
+
// if there are no arguments, DataNode.get was called
|
708
|
+
if (!goog.isDef(opt_key)) {
|
709
|
+
return this.values_;
|
710
|
+
} else {
|
711
|
+
return this.getChildNode(opt_key);
|
712
|
+
}
|
713
|
+
};
|
714
|
+
|
715
|
+
|
716
|
+
/**
|
717
|
+
* Gets a child node by (numeric) index.
|
718
|
+
* @param {number} index Index of child node (starting from 0).
|
719
|
+
* @return {goog.ds.DataNode} Child node at specified index.
|
720
|
+
*/
|
721
|
+
goog.ds.FastListNode.prototype.getByIndex = function(index) {
|
722
|
+
var child = this.values_[index];
|
723
|
+
return (child != null ? child : null); // never return undefined
|
724
|
+
};
|
725
|
+
|
726
|
+
|
727
|
+
/**
|
728
|
+
* Gets the number of child nodes.
|
729
|
+
* @return {number} Number of child nodes.
|
730
|
+
*/
|
731
|
+
goog.ds.FastListNode.prototype.getCount = function() {
|
732
|
+
return this.values_.length;
|
733
|
+
};
|
734
|
+
|
735
|
+
|
736
|
+
/**
|
737
|
+
* Sets a child node.
|
738
|
+
* @param {string} name Name of child node.
|
739
|
+
* @param {Object} value Value of child node.
|
740
|
+
*/
|
741
|
+
goog.ds.FastListNode.prototype.setNode = function(name, value) {
|
742
|
+
throw Error('Setting child nodes of a FastListNode is not implemented, yet');
|
743
|
+
};
|
744
|
+
|
745
|
+
|
746
|
+
/**
|
747
|
+
* Removes a child node.
|
748
|
+
* @override
|
749
|
+
*/
|
750
|
+
goog.ds.FastListNode.prototype.removeNode = function(name) {
|
751
|
+
var index = this.getKeyAsNumber_(name);
|
752
|
+
if (index == null && this.map_) {
|
753
|
+
index = this.map_[name];
|
754
|
+
}
|
755
|
+
if (index != null) {
|
756
|
+
this.values_.splice(index, 1);
|
757
|
+
if (this.map_) {
|
758
|
+
var keyToDelete = null;
|
759
|
+
for (var key in this.map_) {
|
760
|
+
if (this.map_[key] == index) {
|
761
|
+
keyToDelete = key;
|
762
|
+
} else if (this.map_[key] > index) {
|
763
|
+
--this.map_[key];
|
764
|
+
}
|
765
|
+
}
|
766
|
+
if (keyToDelete) {
|
767
|
+
delete this.map_[keyToDelete];
|
768
|
+
}
|
769
|
+
}
|
770
|
+
var dm = goog.ds.DataManager.getInstance();
|
771
|
+
dm.fireDataChange(this.getDataPath() + goog.ds.STR_PATH_SEPARATOR +
|
772
|
+
'[' + index + ']');
|
773
|
+
this.listSizeChanged_();
|
774
|
+
}
|
775
|
+
return false;
|
776
|
+
};
|
777
|
+
|
778
|
+
|
779
|
+
/**
|
780
|
+
* Returns the index of a named child nodes. This method only works if
|
781
|
+
* this list uses mixed name/indexed lookup, i.e. if its child node have
|
782
|
+
* an 'id' attribute.
|
783
|
+
* @param {string} name Name of child node to determine index of.
|
784
|
+
* @return {number} Index of child node named name.
|
785
|
+
*/
|
786
|
+
goog.ds.FastListNode.prototype.indexOf = function(name) {
|
787
|
+
var index = this.getKeyAsNumber_(name);
|
788
|
+
if (index == null && this.map_) {
|
789
|
+
index = this.map_[name];
|
790
|
+
}
|
791
|
+
if (index == null) {
|
792
|
+
throw Error('Cannot determine index for: ' + name);
|
793
|
+
}
|
794
|
+
return /** @type {number} */(index);
|
795
|
+
};
|
796
|
+
;
|
797
|
+
FI"
|
798
|
+
F"%360eefc2faf6a8c8e99eee29c1030c4f
|