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
Binary file
|
@@ -0,0 +1,44 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325441615.153538:@value{ I"length:EFi7I"digest;
|
2
|
+
F"%a889a850629f0d567cc57423b3648adcI"source;
|
3
|
+
FI"7// Copyright 2008 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 File which defines dummy object to work around undefined
|
19
|
+
* properties compiler warning for weak dependencies on
|
20
|
+
* {@link goog.debug.ErrorHandler#protectEntryPoint}.
|
21
|
+
*
|
22
|
+
*/
|
23
|
+
|
24
|
+
|
25
|
+
goog.provide('goog.debug.errorHandlerWeakDep');
|
26
|
+
|
27
|
+
|
28
|
+
/**
|
29
|
+
* Dummy object to work around undefined properties compiler warning.
|
30
|
+
* @type {Object}
|
31
|
+
*/
|
32
|
+
goog.debug.errorHandlerWeakDep = {
|
33
|
+
/**
|
34
|
+
* @param {Function} fn An entry point function to be protected.
|
35
|
+
* @param {boolean=} opt_tracers Whether to install tracers around the
|
36
|
+
* fn.
|
37
|
+
* @return {Function} A protected wrapper function that calls the
|
38
|
+
* entry point function.
|
39
|
+
*/
|
40
|
+
protectEntryPoint: function(fn, opt_tracers) { return fn; }
|
41
|
+
};
|
42
|
+
;
|
43
|
+
FI"
|
44
|
+
F"%e600d97facf54c849ce5fafa61c4afef
|
@@ -0,0 +1,126 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325441615.26778:@value{ I"length:EFi[
|
2
|
+
F"%297a07f57328af66d1ec9245b83e478aI"source;
|
3
|
+
FI"[
|
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 Event Types.
|
19
|
+
*
|
20
|
+
* @author arv@google.com (Erik Arvidsson)
|
21
|
+
* @author mirkov@google.com (Mirko Visontai)
|
22
|
+
*/
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
goog.provide('goog.events.EventType');
|
27
|
+
|
28
|
+
goog.require('goog.userAgent');
|
29
|
+
|
30
|
+
|
31
|
+
/**
|
32
|
+
* Constants for event names.
|
33
|
+
* @enum {string}
|
34
|
+
*/
|
35
|
+
goog.events.EventType = {
|
36
|
+
// Mouse events
|
37
|
+
CLICK: 'click',
|
38
|
+
DBLCLICK: 'dblclick',
|
39
|
+
MOUSEDOWN: 'mousedown',
|
40
|
+
MOUSEUP: 'mouseup',
|
41
|
+
MOUSEOVER: 'mouseover',
|
42
|
+
MOUSEOUT: 'mouseout',
|
43
|
+
MOUSEMOVE: 'mousemove',
|
44
|
+
SELECTSTART: 'selectstart', // IE, Safari, Chrome
|
45
|
+
|
46
|
+
// Key events
|
47
|
+
KEYPRESS: 'keypress',
|
48
|
+
KEYDOWN: 'keydown',
|
49
|
+
KEYUP: 'keyup',
|
50
|
+
|
51
|
+
// Focus
|
52
|
+
BLUR: 'blur',
|
53
|
+
FOCUS: 'focus',
|
54
|
+
DEACTIVATE: 'deactivate', // IE only
|
55
|
+
// NOTE: The following two events are not stable in cross-browser usage.
|
56
|
+
// WebKit and Opera implement DOMFocusIn/Out.
|
57
|
+
// IE implements focusin/out.
|
58
|
+
// Gecko implements neither see bug at
|
59
|
+
// https://bugzilla.mozilla.org/show_bug.cgi?id=396927.
|
60
|
+
// The DOM Events Level 3 Draft deprecates DOMFocusIn in favor of focusin:
|
61
|
+
// http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html
|
62
|
+
// You can use FOCUS in Capture phase until implementations converge.
|
63
|
+
FOCUSIN: goog.userAgent.IE ? 'focusin' : 'DOMFocusIn',
|
64
|
+
FOCUSOUT: goog.userAgent.IE ? 'focusout' : 'DOMFocusOut',
|
65
|
+
|
66
|
+
// Forms
|
67
|
+
CHANGE: 'change',
|
68
|
+
SELECT: 'select',
|
69
|
+
SUBMIT: 'submit',
|
70
|
+
INPUT: 'input',
|
71
|
+
PROPERTYCHANGE: 'propertychange', // IE only
|
72
|
+
|
73
|
+
// Drag and drop
|
74
|
+
DRAGSTART: 'dragstart',
|
75
|
+
DRAGENTER: 'dragenter',
|
76
|
+
DRAGOVER: 'dragover',
|
77
|
+
DRAGLEAVE: 'dragleave',
|
78
|
+
DROP: 'drop',
|
79
|
+
|
80
|
+
// WebKit touch events.
|
81
|
+
TOUCHSTART: 'touchstart',
|
82
|
+
TOUCHMOVE: 'touchmove',
|
83
|
+
TOUCHEND: 'touchend',
|
84
|
+
TOUCHCANCEL: 'touchcancel',
|
85
|
+
|
86
|
+
// Misc
|
87
|
+
CONTEXTMENU: 'contextmenu',
|
88
|
+
ERROR: 'error',
|
89
|
+
HELP: 'help',
|
90
|
+
LOAD: 'load',
|
91
|
+
LOSECAPTURE: 'losecapture',
|
92
|
+
READYSTATECHANGE: 'readystatechange',
|
93
|
+
RESIZE: 'resize',
|
94
|
+
SCROLL: 'scroll',
|
95
|
+
UNLOAD: 'unload',
|
96
|
+
|
97
|
+
// HTML 5 History events
|
98
|
+
// See http://www.w3.org/TR/html5/history.html#event-definitions
|
99
|
+
HASHCHANGE: 'hashchange',
|
100
|
+
PAGEHIDE: 'pagehide',
|
101
|
+
PAGESHOW: 'pageshow',
|
102
|
+
POPSTATE: 'popstate',
|
103
|
+
|
104
|
+
// Copy and Paste
|
105
|
+
// Support is limited. Make sure it works on your favorite browser
|
106
|
+
// before using.
|
107
|
+
// http://www.quirksmode.org/dom/events/cutcopypaste.html
|
108
|
+
COPY: 'copy',
|
109
|
+
PASTE: 'paste',
|
110
|
+
CUT: 'cut',
|
111
|
+
BEFORECOPY: 'beforecopy',
|
112
|
+
BEFORECUT: 'beforecut',
|
113
|
+
BEFOREPASTE: 'beforepaste',
|
114
|
+
|
115
|
+
// HTML 5 worker events
|
116
|
+
MESSAGE: 'message',
|
117
|
+
CONNECT: 'connect',
|
118
|
+
|
119
|
+
// CSS transition events. Based on the browser support described at:
|
120
|
+
// https://developer.mozilla.org/en/css/css_transitions#Browser_compatibility
|
121
|
+
TRANSITIONEND: goog.userAgent.WEBKIT ? 'webkitTransitionEnd' :
|
122
|
+
(goog.userAgent.OPERA ? 'oTransitionEnd' : 'transitionend')
|
123
|
+
};
|
124
|
+
;
|
125
|
+
FI"
|
126
|
+
F"%bd0ca9c6424ad4e9ffb7d4f1519cbf8e
|
Binary file
|
@@ -0,0 +1,136 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325441615.577773:@value{ I"length:EFi�I"digest;
|
2
|
+
F"%e4304c1d0247c710111afc3eb4bde102I"source;
|
3
|
+
FI"�// 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 Error codes shared between goog.net.IframeIo and
|
19
|
+
* goog.net.XhrIo.
|
20
|
+
*/
|
21
|
+
|
22
|
+
|
23
|
+
goog.provide('goog.net.ErrorCode');
|
24
|
+
|
25
|
+
|
26
|
+
/**
|
27
|
+
* Error codes
|
28
|
+
* @enum {number}
|
29
|
+
*/
|
30
|
+
goog.net.ErrorCode = {
|
31
|
+
|
32
|
+
/**
|
33
|
+
* There is no error condition.
|
34
|
+
*/
|
35
|
+
NO_ERROR: 0,
|
36
|
+
|
37
|
+
/**
|
38
|
+
* The most common error from iframeio, unfortunately, is that the browser
|
39
|
+
* responded with an error page that is classed as a different domain. The
|
40
|
+
* situations, are when a browser error page is shown -- 404, access denied,
|
41
|
+
* DNS failure, connection reset etc.)
|
42
|
+
*
|
43
|
+
*/
|
44
|
+
ACCESS_DENIED: 1,
|
45
|
+
|
46
|
+
/**
|
47
|
+
* Currently the only case where file not found will be caused is when the
|
48
|
+
* code is running on the local file system and a non-IE browser makes a
|
49
|
+
* request to a file that doesn't exist.
|
50
|
+
*/
|
51
|
+
FILE_NOT_FOUND: 2,
|
52
|
+
|
53
|
+
/**
|
54
|
+
* If Firefox shows a browser error page, such as a connection reset by
|
55
|
+
* server or access denied, then it will fail silently without the error or
|
56
|
+
* load handlers firing.
|
57
|
+
*/
|
58
|
+
FF_SILENT_ERROR: 3,
|
59
|
+
|
60
|
+
/**
|
61
|
+
* Custom error provided by the client through the error check hook.
|
62
|
+
*/
|
63
|
+
CUSTOM_ERROR: 4,
|
64
|
+
|
65
|
+
/**
|
66
|
+
* Exception was thrown while processing the request.
|
67
|
+
*/
|
68
|
+
EXCEPTION: 5,
|
69
|
+
|
70
|
+
/**
|
71
|
+
* The Http response returned a non-successful http status code.
|
72
|
+
*/
|
73
|
+
HTTP_ERROR: 6,
|
74
|
+
|
75
|
+
/**
|
76
|
+
* The request was aborted.
|
77
|
+
*/
|
78
|
+
ABORT: 7,
|
79
|
+
|
80
|
+
/**
|
81
|
+
* The request timed out.
|
82
|
+
*/
|
83
|
+
TIMEOUT: 8,
|
84
|
+
|
85
|
+
/**
|
86
|
+
* The resource is not available offline.
|
87
|
+
*/
|
88
|
+
OFFLINE: 9
|
89
|
+
};
|
90
|
+
|
91
|
+
|
92
|
+
/**
|
93
|
+
* Returns a friendly error message for an error code. These messages are for
|
94
|
+
* debugging and are not localized.
|
95
|
+
* @param {goog.net.ErrorCode} errorCode An error code.
|
96
|
+
* @return {string} A message for debugging.
|
97
|
+
*/
|
98
|
+
goog.net.ErrorCode.getDebugMessage = function(errorCode) {
|
99
|
+
switch (errorCode) {
|
100
|
+
case goog.net.ErrorCode.NO_ERROR:
|
101
|
+
return 'No Error';
|
102
|
+
|
103
|
+
case goog.net.ErrorCode.ACCESS_DENIED:
|
104
|
+
return 'Access denied to content document';
|
105
|
+
|
106
|
+
case goog.net.ErrorCode.FILE_NOT_FOUND:
|
107
|
+
return 'File not found';
|
108
|
+
|
109
|
+
case goog.net.ErrorCode.FF_SILENT_ERROR:
|
110
|
+
return 'Firefox silently errored';
|
111
|
+
|
112
|
+
case goog.net.ErrorCode.CUSTOM_ERROR:
|
113
|
+
return 'Application custom error';
|
114
|
+
|
115
|
+
case goog.net.ErrorCode.EXCEPTION:
|
116
|
+
return 'An exception occurred';
|
117
|
+
|
118
|
+
case goog.net.ErrorCode.HTTP_ERROR:
|
119
|
+
return 'Http response at 400 or 500 level';
|
120
|
+
|
121
|
+
case goog.net.ErrorCode.ABORT:
|
122
|
+
return 'Request was aborted';
|
123
|
+
|
124
|
+
case goog.net.ErrorCode.TIMEOUT:
|
125
|
+
return 'Request timed out';
|
126
|
+
|
127
|
+
case goog.net.ErrorCode.OFFLINE:
|
128
|
+
return 'The resource is not available offline';
|
129
|
+
|
130
|
+
default:
|
131
|
+
return 'Unrecognized error code';
|
132
|
+
}
|
133
|
+
};
|
134
|
+
;
|
135
|
+
FI"
|
136
|
+
F"%b6e6ffcaab00ee2533119fc967848803
|
@@ -0,0 +1,590 @@
|
|
1
|
+
o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1325458072.980515:@value{ I"length:EFi�AI"digest;
|
2
|
+
F"%e2977c5b38c5ec8860b855f7afd757baI"source;
|
3
|
+
FI"�A// Copyright 2006 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 Utilities for manipulating objects/maps/hashes.
|
19
|
+
*/
|
20
|
+
|
21
|
+
|
22
|
+
goog.provide('goog.object');
|
23
|
+
|
24
|
+
|
25
|
+
/**
|
26
|
+
* Calls a function for each element in an object/map/hash.
|
27
|
+
*
|
28
|
+
* @param {Object} obj The object over which to iterate.
|
29
|
+
* @param {Function} f The function to call for every element. This function
|
30
|
+
* takes 3 arguments (the element, the index and the object)
|
31
|
+
* and the return value is irrelevant.
|
32
|
+
* @param {Object=} opt_obj This is used as the 'this' object within f.
|
33
|
+
*/
|
34
|
+
goog.object.forEach = function(obj, f, opt_obj) {
|
35
|
+
for (var key in obj) {
|
36
|
+
f.call(opt_obj, obj[key], key, obj);
|
37
|
+
}
|
38
|
+
};
|
39
|
+
|
40
|
+
|
41
|
+
/**
|
42
|
+
* Calls a function for each element in an object/map/hash. If that call returns
|
43
|
+
* true, adds the element to a new object.
|
44
|
+
*
|
45
|
+
* @param {Object} obj The object over which to iterate.
|
46
|
+
* @param {Function} f The function to call for every element. This
|
47
|
+
* function takes 3 arguments (the element, the index and the object)
|
48
|
+
* and should return a boolean. If the return value is true the
|
49
|
+
* element is added to the result object. If it is false the
|
50
|
+
* element is not included.
|
51
|
+
* @param {Object=} opt_obj This is used as the 'this' object within f.
|
52
|
+
* @return {!Object} a new object in which only elements that passed the test
|
53
|
+
* are present.
|
54
|
+
*/
|
55
|
+
goog.object.filter = function(obj, f, opt_obj) {
|
56
|
+
var res = {};
|
57
|
+
for (var key in obj) {
|
58
|
+
if (f.call(opt_obj, obj[key], key, obj)) {
|
59
|
+
res[key] = obj[key];
|
60
|
+
}
|
61
|
+
}
|
62
|
+
return res;
|
63
|
+
};
|
64
|
+
|
65
|
+
|
66
|
+
/**
|
67
|
+
* For every element in an object/map/hash calls a function and inserts the
|
68
|
+
* result into a new object.
|
69
|
+
*
|
70
|
+
* @param {Object} obj The object over which to iterate.
|
71
|
+
* @param {Function} f The function to call for every element. This function
|
72
|
+
* takes 3 arguments (the element, the index and the object)
|
73
|
+
* and should return something. The result will be inserted
|
74
|
+
* into a new object.
|
75
|
+
* @param {Object=} opt_obj This is used as the 'this' object within f.
|
76
|
+
* @return {!Object} a new object with the results from f.
|
77
|
+
*/
|
78
|
+
goog.object.map = function(obj, f, opt_obj) {
|
79
|
+
var res = {};
|
80
|
+
for (var key in obj) {
|
81
|
+
res[key] = f.call(opt_obj, obj[key], key, obj);
|
82
|
+
}
|
83
|
+
return res;
|
84
|
+
};
|
85
|
+
|
86
|
+
|
87
|
+
/**
|
88
|
+
* Calls a function for each element in an object/map/hash. If any
|
89
|
+
* call returns true, returns true (without checking the rest). If
|
90
|
+
* all calls return false, returns false.
|
91
|
+
*
|
92
|
+
* @param {Object} obj The object to check.
|
93
|
+
* @param {Function} f The function to call for every element. This function
|
94
|
+
* takes 3 arguments (the element, the index and the object) and should
|
95
|
+
* return a boolean.
|
96
|
+
* @param {Object=} opt_obj This is used as the 'this' object within f.
|
97
|
+
* @return {boolean} true if any element passes the test.
|
98
|
+
*/
|
99
|
+
goog.object.some = function(obj, f, opt_obj) {
|
100
|
+
for (var key in obj) {
|
101
|
+
if (f.call(opt_obj, obj[key], key, obj)) {
|
102
|
+
return true;
|
103
|
+
}
|
104
|
+
}
|
105
|
+
return false;
|
106
|
+
};
|
107
|
+
|
108
|
+
|
109
|
+
/**
|
110
|
+
* Calls a function for each element in an object/map/hash. If
|
111
|
+
* all calls return true, returns true. If any call returns false, returns
|
112
|
+
* false at this point and does not continue to check the remaining elements.
|
113
|
+
*
|
114
|
+
* @param {Object} obj The object to check.
|
115
|
+
* @param {Function} f The function to call for every element. This function
|
116
|
+
* takes 3 arguments (the element, the index and the object) and should
|
117
|
+
* return a boolean.
|
118
|
+
* @param {Object=} opt_obj This is used as the 'this' object within f.
|
119
|
+
* @return {boolean} false if any element fails the test.
|
120
|
+
*/
|
121
|
+
goog.object.every = function(obj, f, opt_obj) {
|
122
|
+
for (var key in obj) {
|
123
|
+
if (!f.call(opt_obj, obj[key], key, obj)) {
|
124
|
+
return false;
|
125
|
+
}
|
126
|
+
}
|
127
|
+
return true;
|
128
|
+
};
|
129
|
+
|
130
|
+
|
131
|
+
/**
|
132
|
+
* Returns the number of key-value pairs in the object map.
|
133
|
+
*
|
134
|
+
* @param {Object} obj The object for which to get the number of key-value
|
135
|
+
* pairs.
|
136
|
+
* @return {number} The number of key-value pairs in the object map.
|
137
|
+
*/
|
138
|
+
goog.object.getCount = function(obj) {
|
139
|
+
// JS1.5 has __count__ but it has been deprecated so it raises a warning...
|
140
|
+
// in other words do not use. Also __count__ only includes the fields on the
|
141
|
+
// actual object and not in the prototype chain.
|
142
|
+
var rv = 0;
|
143
|
+
for (var key in obj) {
|
144
|
+
rv++;
|
145
|
+
}
|
146
|
+
return rv;
|
147
|
+
};
|
148
|
+
|
149
|
+
|
150
|
+
/**
|
151
|
+
* Returns one key from the object map, if any exists.
|
152
|
+
* For map literals the returned key will be the first one in most of the
|
153
|
+
* browsers (a know exception is Konqueror).
|
154
|
+
*
|
155
|
+
* @param {Object} obj The object to pick a key from.
|
156
|
+
* @return {string|undefined} The key or undefined if the object is empty.
|
157
|
+
*/
|
158
|
+
goog.object.getAnyKey = function(obj) {
|
159
|
+
for (var key in obj) {
|
160
|
+
return key;
|
161
|
+
}
|
162
|
+
};
|
163
|
+
|
164
|
+
|
165
|
+
/**
|
166
|
+
* Returns one value from the object map, if any exists.
|
167
|
+
* For map literals the returned value will be the first one in most of the
|
168
|
+
* browsers (a know exception is Konqueror).
|
169
|
+
*
|
170
|
+
* @param {Object} obj The object to pick a value from.
|
171
|
+
* @return {*} The value or undefined if the object is empty.
|
172
|
+
*/
|
173
|
+
goog.object.getAnyValue = function(obj) {
|
174
|
+
for (var key in obj) {
|
175
|
+
return obj[key];
|
176
|
+
}
|
177
|
+
};
|
178
|
+
|
179
|
+
|
180
|
+
/**
|
181
|
+
* Whether the object/hash/map contains the given object as a value.
|
182
|
+
* An alias for goog.object.containsValue(obj, val).
|
183
|
+
*
|
184
|
+
* @param {Object} obj The object in which to look for val.
|
185
|
+
* @param {*} val The object for which to check.
|
186
|
+
* @return {boolean} true if val is present.
|
187
|
+
*/
|
188
|
+
goog.object.contains = function(obj, val) {
|
189
|
+
return goog.object.containsValue(obj, val);
|
190
|
+
};
|
191
|
+
|
192
|
+
|
193
|
+
/**
|
194
|
+
* Returns the values of the object/map/hash.
|
195
|
+
*
|
196
|
+
* @param {Object} obj The object from which to get the values.
|
197
|
+
* @return {!Array} The values in the object/map/hash.
|
198
|
+
*/
|
199
|
+
goog.object.getValues = function(obj) {
|
200
|
+
var res = [];
|
201
|
+
var i = 0;
|
202
|
+
for (var key in obj) {
|
203
|
+
res[i++] = obj[key];
|
204
|
+
}
|
205
|
+
return res;
|
206
|
+
};
|
207
|
+
|
208
|
+
|
209
|
+
/**
|
210
|
+
* Returns the keys of the object/map/hash.
|
211
|
+
*
|
212
|
+
* @param {Object} obj The object from which to get the keys.
|
213
|
+
* @return {!Array.<string>} Array of property keys.
|
214
|
+
*/
|
215
|
+
goog.object.getKeys = function(obj) {
|
216
|
+
var res = [];
|
217
|
+
var i = 0;
|
218
|
+
for (var key in obj) {
|
219
|
+
res[i++] = key;
|
220
|
+
}
|
221
|
+
return res;
|
222
|
+
};
|
223
|
+
|
224
|
+
|
225
|
+
/**
|
226
|
+
* Get a value from an object multiple levels deep. This is useful for
|
227
|
+
* pulling values from deeply nested objects, such as JSON responses.
|
228
|
+
* Example usage: getValueByKeys(jsonObj, 'foo', 'entries', 3)
|
229
|
+
*
|
230
|
+
* @param {!Object} obj An object to get the value from. Can be array-like.
|
231
|
+
* @param {...(string|number|!Array.<number|string>)} var_args A number of keys
|
232
|
+
* (as strings, or nubmers, for array-like objects). Can also be
|
233
|
+
* specified as a single array of keys.
|
234
|
+
* @return {*} The resulting value. If, at any point, the value for a key
|
235
|
+
* is undefined, returns undefined.
|
236
|
+
*/
|
237
|
+
goog.object.getValueByKeys = function(obj, var_args) {
|
238
|
+
var isArrayLike = goog.isArrayLike(var_args);
|
239
|
+
var keys = isArrayLike ? var_args : arguments;
|
240
|
+
|
241
|
+
// Start with the 2nd parameter for the variable parameters syntax.
|
242
|
+
for (var i = isArrayLike ? 0 : 1; i < keys.length; i++) {
|
243
|
+
obj = obj[keys[i]];
|
244
|
+
if (!goog.isDef(obj)) {
|
245
|
+
break;
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
return obj;
|
250
|
+
};
|
251
|
+
|
252
|
+
|
253
|
+
/**
|
254
|
+
* Whether the object/map/hash contains the given key.
|
255
|
+
*
|
256
|
+
* @param {Object} obj The object in which to look for key.
|
257
|
+
* @param {*} key The key for which to check.
|
258
|
+
* @return {boolean} true If the map contains the key.
|
259
|
+
*/
|
260
|
+
goog.object.containsKey = function(obj, key) {
|
261
|
+
return key in obj;
|
262
|
+
};
|
263
|
+
|
264
|
+
|
265
|
+
/**
|
266
|
+
* Whether the object/map/hash contains the given value. This is O(n).
|
267
|
+
*
|
268
|
+
* @param {Object} obj The object in which to look for val.
|
269
|
+
* @param {*} val The value for which to check.
|
270
|
+
* @return {boolean} true If the map contains the value.
|
271
|
+
*/
|
272
|
+
goog.object.containsValue = function(obj, val) {
|
273
|
+
for (var key in obj) {
|
274
|
+
if (obj[key] == val) {
|
275
|
+
return true;
|
276
|
+
}
|
277
|
+
}
|
278
|
+
return false;
|
279
|
+
};
|
280
|
+
|
281
|
+
|
282
|
+
/**
|
283
|
+
* Searches an object for an element that satisfies the given condition and
|
284
|
+
* returns its key.
|
285
|
+
* @param {Object} obj The object to search in.
|
286
|
+
* @param {function(*, string, Object): boolean} f The function to call for
|
287
|
+
* every element. Takes 3 arguments (the value, the key and the object) and
|
288
|
+
* should return a boolean.
|
289
|
+
* @param {Object=} opt_this An optional "this" context for the function.
|
290
|
+
* @return {string|undefined} The key of an element for which the function
|
291
|
+
* returns true or undefined if no such element is found.
|
292
|
+
*/
|
293
|
+
goog.object.findKey = function(obj, f, opt_this) {
|
294
|
+
for (var key in obj) {
|
295
|
+
if (f.call(opt_this, obj[key], key, obj)) {
|
296
|
+
return key;
|
297
|
+
}
|
298
|
+
}
|
299
|
+
return undefined;
|
300
|
+
};
|
301
|
+
|
302
|
+
|
303
|
+
/**
|
304
|
+
* Searches an object for an element that satisfies the given condition and
|
305
|
+
* returns its value.
|
306
|
+
* @param {Object} obj The object to search in.
|
307
|
+
* @param {function(*, string, Object): boolean} f The function to call for
|
308
|
+
* every element. Takes 3 arguments (the value, the key and the object) and
|
309
|
+
* should return a boolean.
|
310
|
+
* @param {Object=} opt_this An optional "this" context for the function.
|
311
|
+
* @return {*} The value of an element for which the function returns true or
|
312
|
+
* undefined if no such element is found.
|
313
|
+
*/
|
314
|
+
goog.object.findValue = function(obj, f, opt_this) {
|
315
|
+
var key = goog.object.findKey(obj, f, opt_this);
|
316
|
+
return key && obj[key];
|
317
|
+
};
|
318
|
+
|
319
|
+
|
320
|
+
/**
|
321
|
+
* Whether the object/map/hash is empty.
|
322
|
+
*
|
323
|
+
* @param {Object} obj The object to test.
|
324
|
+
* @return {boolean} true if obj is empty.
|
325
|
+
*/
|
326
|
+
goog.object.isEmpty = function(obj) {
|
327
|
+
for (var key in obj) {
|
328
|
+
return false;
|
329
|
+
}
|
330
|
+
return true;
|
331
|
+
};
|
332
|
+
|
333
|
+
|
334
|
+
/**
|
335
|
+
* Removes all key value pairs from the object/map/hash.
|
336
|
+
*
|
337
|
+
* @param {Object} obj The object to clear.
|
338
|
+
*/
|
339
|
+
goog.object.clear = function(obj) {
|
340
|
+
for (var i in obj) {
|
341
|
+
delete obj[i];
|
342
|
+
}
|
343
|
+
};
|
344
|
+
|
345
|
+
|
346
|
+
/**
|
347
|
+
* Removes a key-value pair based on the key.
|
348
|
+
*
|
349
|
+
* @param {Object} obj The object from which to remove the key.
|
350
|
+
* @param {*} key The key to remove.
|
351
|
+
* @return {boolean} Whether an element was removed.
|
352
|
+
*/
|
353
|
+
goog.object.remove = function(obj, key) {
|
354
|
+
var rv;
|
355
|
+
if ((rv = key in obj)) {
|
356
|
+
delete obj[key];
|
357
|
+
}
|
358
|
+
return rv;
|
359
|
+
};
|
360
|
+
|
361
|
+
|
362
|
+
/**
|
363
|
+
* Adds a key-value pair to the object. Throws an exception if the key is
|
364
|
+
* already in use. Use set if you want to change an existing pair.
|
365
|
+
*
|
366
|
+
* @param {Object} obj The object to which to add the key-value pair.
|
367
|
+
* @param {string} key The key to add.
|
368
|
+
* @param {*} val The value to add.
|
369
|
+
*/
|
370
|
+
goog.object.add = function(obj, key, val) {
|
371
|
+
if (key in obj) {
|
372
|
+
throw Error('The object already contains the key "' + key + '"');
|
373
|
+
}
|
374
|
+
goog.object.set(obj, key, val);
|
375
|
+
};
|
376
|
+
|
377
|
+
|
378
|
+
/**
|
379
|
+
* Returns the value for the given key.
|
380
|
+
*
|
381
|
+
* @param {Object} obj The object from which to get the value.
|
382
|
+
* @param {string} key The key for which to get the value.
|
383
|
+
* @param {*=} opt_val The value to return if no item is found for the given
|
384
|
+
* key (default is undefined).
|
385
|
+
* @return {*} The value for the given key.
|
386
|
+
*/
|
387
|
+
goog.object.get = function(obj, key, opt_val) {
|
388
|
+
if (key in obj) {
|
389
|
+
return obj[key];
|
390
|
+
}
|
391
|
+
return opt_val;
|
392
|
+
};
|
393
|
+
|
394
|
+
|
395
|
+
/**
|
396
|
+
* Adds a key-value pair to the object/map/hash.
|
397
|
+
*
|
398
|
+
* @param {Object} obj The object to which to add the key-value pair.
|
399
|
+
* @param {string} key The key to add.
|
400
|
+
* @param {*} value The value to add.
|
401
|
+
*/
|
402
|
+
goog.object.set = function(obj, key, value) {
|
403
|
+
obj[key] = value;
|
404
|
+
};
|
405
|
+
|
406
|
+
|
407
|
+
/**
|
408
|
+
* Adds a key-value pair to the object/map/hash if it doesn't exist yet.
|
409
|
+
*
|
410
|
+
* @param {Object} obj The object to which to add the key-value pair.
|
411
|
+
* @param {string} key The key to add.
|
412
|
+
* @param {*} value The value to add if the key wasn't present.
|
413
|
+
* @return {*} The value of the entry at the end of the function.
|
414
|
+
*/
|
415
|
+
goog.object.setIfUndefined = function(obj, key, value) {
|
416
|
+
return key in obj ? obj[key] : (obj[key] = value);
|
417
|
+
};
|
418
|
+
|
419
|
+
|
420
|
+
/**
|
421
|
+
* Does a flat clone of the object.
|
422
|
+
*
|
423
|
+
* @param {Object} obj Object to clone.
|
424
|
+
* @return {!Object} Clone of the input object.
|
425
|
+
*/
|
426
|
+
goog.object.clone = function(obj) {
|
427
|
+
// We cannot use the prototype trick because a lot of methods depend on where
|
428
|
+
// the actual key is set.
|
429
|
+
|
430
|
+
var res = {};
|
431
|
+
for (var key in obj) {
|
432
|
+
res[key] = obj[key];
|
433
|
+
}
|
434
|
+
return res;
|
435
|
+
// We could also use goog.mixin but I wanted this to be independent from that.
|
436
|
+
};
|
437
|
+
|
438
|
+
|
439
|
+
/**
|
440
|
+
* Clones a value. The input may be an Object, Array, or basic type. Objects and
|
441
|
+
* arrays will be cloned recursively.
|
442
|
+
*
|
443
|
+
* WARNINGS:
|
444
|
+
* <code>goog.object.unsafeClone</code> does not detect reference loops. Objects
|
445
|
+
* that refer to themselves will cause infinite recursion.
|
446
|
+
*
|
447
|
+
* <code>goog.object.unsafeClone</code> is unaware of unique identifiers, and
|
448
|
+
* copies UIDs created by <code>getUid</code> into cloned results.
|
449
|
+
*
|
450
|
+
* @param {*} obj The value to clone.
|
451
|
+
* @return {*} A clone of the input value.
|
452
|
+
*/
|
453
|
+
goog.object.unsafeClone = function(obj) {
|
454
|
+
var type = goog.typeOf(obj);
|
455
|
+
if (type == 'object' || type == 'array') {
|
456
|
+
if (obj.clone) {
|
457
|
+
return obj.clone();
|
458
|
+
}
|
459
|
+
var clone = type == 'array' ? [] : {};
|
460
|
+
for (var key in obj) {
|
461
|
+
clone[key] = goog.object.unsafeClone(obj[key]);
|
462
|
+
}
|
463
|
+
return clone;
|
464
|
+
}
|
465
|
+
|
466
|
+
return obj;
|
467
|
+
};
|
468
|
+
|
469
|
+
|
470
|
+
/**
|
471
|
+
* Returns a new object in which all the keys and values are interchanged
|
472
|
+
* (keys become values and values become keys). If multiple keys map to the
|
473
|
+
* same value, the chosen transposed value is implementation-dependent.
|
474
|
+
*
|
475
|
+
* @param {Object} obj The object to transpose.
|
476
|
+
* @return {!Object} The transposed object.
|
477
|
+
*/
|
478
|
+
goog.object.transpose = function(obj) {
|
479
|
+
var transposed = {};
|
480
|
+
for (var key in obj) {
|
481
|
+
transposed[obj[key]] = key;
|
482
|
+
}
|
483
|
+
return transposed;
|
484
|
+
};
|
485
|
+
|
486
|
+
|
487
|
+
/**
|
488
|
+
* The names of the fields that are defined on Object.prototype.
|
489
|
+
* @type {Array.<string>}
|
490
|
+
* @private
|
491
|
+
*/
|
492
|
+
goog.object.PROTOTYPE_FIELDS_ = [
|
493
|
+
'constructor',
|
494
|
+
'hasOwnProperty',
|
495
|
+
'isPrototypeOf',
|
496
|
+
'propertyIsEnumerable',
|
497
|
+
'toLocaleString',
|
498
|
+
'toString',
|
499
|
+
'valueOf'
|
500
|
+
];
|
501
|
+
|
502
|
+
|
503
|
+
/**
|
504
|
+
* Extends an object with another object.
|
505
|
+
* This operates 'in-place'; it does not create a new Object.
|
506
|
+
*
|
507
|
+
* Example:
|
508
|
+
* var o = {};
|
509
|
+
* goog.object.extend(o, {a: 0, b: 1});
|
510
|
+
* o; // {a: 0, b: 1}
|
511
|
+
* goog.object.extend(o, {c: 2});
|
512
|
+
* o; // {a: 0, b: 1, c: 2}
|
513
|
+
*
|
514
|
+
* @param {Object} target The object to modify.
|
515
|
+
* @param {...Object} var_args The objects from which values will be copied.
|
516
|
+
*/
|
517
|
+
goog.object.extend = function(target, var_args) {
|
518
|
+
var key, source;
|
519
|
+
for (var i = 1; i < arguments.length; i++) {
|
520
|
+
source = arguments[i];
|
521
|
+
for (key in source) {
|
522
|
+
target[key] = source[key];
|
523
|
+
}
|
524
|
+
|
525
|
+
// For IE the for-in-loop does not contain any properties that are not
|
526
|
+
// enumerable on the prototype object (for example isPrototypeOf from
|
527
|
+
// Object.prototype) and it will also not include 'replace' on objects that
|
528
|
+
// extend String and change 'replace' (not that it is common for anyone to
|
529
|
+
// extend anything except Object).
|
530
|
+
|
531
|
+
for (var j = 0; j < goog.object.PROTOTYPE_FIELDS_.length; j++) {
|
532
|
+
key = goog.object.PROTOTYPE_FIELDS_[j];
|
533
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
534
|
+
target[key] = source[key];
|
535
|
+
}
|
536
|
+
}
|
537
|
+
}
|
538
|
+
};
|
539
|
+
|
540
|
+
|
541
|
+
/**
|
542
|
+
* Creates a new object built from the key-value pairs provided as arguments.
|
543
|
+
* @param {...*} var_args If only one argument is provided and it is an array
|
544
|
+
* then this is used as the arguments, otherwise even arguments are used as
|
545
|
+
* the property names and odd arguments are used as the property values.
|
546
|
+
* @return {!Object} The new object.
|
547
|
+
* @throws {Error} If there are uneven number of arguments or there is only one
|
548
|
+
* non array argument.
|
549
|
+
*/
|
550
|
+
goog.object.create = function(var_args) {
|
551
|
+
var argLength = arguments.length;
|
552
|
+
if (argLength == 1 && goog.isArray(arguments[0])) {
|
553
|
+
return goog.object.create.apply(null, arguments[0]);
|
554
|
+
}
|
555
|
+
|
556
|
+
if (argLength % 2) {
|
557
|
+
throw Error('Uneven number of arguments');
|
558
|
+
}
|
559
|
+
|
560
|
+
var rv = {};
|
561
|
+
for (var i = 0; i < argLength; i += 2) {
|
562
|
+
rv[arguments[i]] = arguments[i + 1];
|
563
|
+
}
|
564
|
+
return rv;
|
565
|
+
};
|
566
|
+
|
567
|
+
|
568
|
+
/**
|
569
|
+
* Creates a new object where the property names come from the arguments but
|
570
|
+
* the value is always set to true
|
571
|
+
* @param {...*} var_args If only one argument is provided and it is an array
|
572
|
+
* then this is used as the arguments, otherwise the arguments are used
|
573
|
+
* as the property names.
|
574
|
+
* @return {!Object} The new object.
|
575
|
+
*/
|
576
|
+
goog.object.createSet = function(var_args) {
|
577
|
+
var argLength = arguments.length;
|
578
|
+
if (argLength == 1 && goog.isArray(arguments[0])) {
|
579
|
+
return goog.object.createSet.apply(null, arguments[0]);
|
580
|
+
}
|
581
|
+
|
582
|
+
var rv = {};
|
583
|
+
for (var i = 0; i < argLength; i++) {
|
584
|
+
rv[arguments[i]] = true;
|
585
|
+
}
|
586
|
+
return rv;
|
587
|
+
};
|
588
|
+
;
|
589
|
+
FI"
|
590
|
+
F"%bc29b28a87e96ff899c31e4d05046073
|