closure 1.2.701 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +9 -8
- data/closure-compiler/README +1 -1
- data/closure-compiler/compiler.jar +0 -0
- data/docs/SCRIPT.md +142 -0
- data/docs/closure/Closure/BeanShell.html +335 -0
- data/docs/closure/Closure/Compiler/Compilation.html +636 -0
- data/docs/closure/Closure/Compiler/Error.html +116 -0
- data/docs/closure/Closure/Compiler.html +387 -0
- data/docs/closure/Closure/FileResponse.html +622 -0
- data/docs/closure/Closure/Goog.html +1251 -0
- data/docs/closure/Closure/Middleware.html +304 -0
- data/docs/closure/Closure/Script/NotFound.html +116 -0
- data/docs/closure/Closure/Script/RenderStackOverflow.html +116 -0
- data/docs/closure/Closure/Script.html +1083 -0
- data/docs/closure/Closure/Server.html +439 -0
- data/docs/closure/Closure/ShowExceptions.html +266 -0
- data/docs/closure/Closure/Sources.html +1272 -0
- data/docs/closure/Closure/Templates/Error.html +116 -0
- data/docs/closure/Closure/Templates.html +361 -0
- data/docs/closure/Closure.html +715 -0
- data/docs/closure/_index.html +289 -0
- data/docs/closure/class_list.html +47 -0
- data/docs/closure/css/common.css +1 -0
- data/docs/closure/css/full_list.css +53 -0
- data/docs/closure/css/style.css +320 -0
- data/{closure-library/LICENSE → docs/closure/file.LICENSE.html} +106 -16
- data/docs/closure/file.README.html +79 -0
- data/docs/closure/file_list.html +52 -0
- data/docs/closure/frames.html +13 -0
- data/docs/closure/index.html +79 -0
- data/docs/closure/js/app.js +205 -0
- data/docs/closure/js/full_list.js +150 -0
- data/docs/closure/js/jquery.js +16 -0
- data/docs/closure/method_list.html +486 -0
- data/docs/closure/top-level-namespace.html +103 -0
- data/docs/index.erb +26 -0
- data/externs/chrome_extensions.externs +968 -0
- data/{scripts/externs/jquery_1_4_2.externs → externs/jquery-1.3.2.externs} +39 -170
- data/externs/jquery-1.4.3.externs +1289 -0
- data/externs/jquery-1.4.4.externs +1302 -0
- data/externs/jquery-1.5.externs +1697 -0
- data/externs/jquery.externs +4 -0
- data/lib/closure/beanshell.rb +9 -21
- data/lib/closure/compiler.rb +247 -102
- data/lib/closure/engines.rb +50 -0
- data/lib/closure/goog.rb +122 -68
- data/lib/closure/script.rb +68 -54
- data/lib/closure/server.rb +10 -1
- data/lib/closure/show_exceptions.rb +30 -3
- data/lib/closure/sources.rb +26 -25
- data/lib/closure/templates.rb +79 -124
- data/lib/closure/version.rb +1 -1
- data/lib/closure.rb +64 -43
- data/lib/shim.jar +0 -0
- data/scripts/config.ru +25 -0
- data/scripts/hello/compiler.js.erb +48 -0
- data/scripts/hello/compiler_build.js +5 -0
- data/scripts/hello/compiler_build.map +752 -0
- data/scripts/hello/compiler_debug.js +125 -0
- data/scripts/hello/hello.js +11 -0
- data/scripts/hello/index.erb +11 -0
- data/scripts/hello/legume.js +20 -0
- data/scripts/hello/legume.soy +9 -0
- data/scripts/index.erb +45 -5
- data/scripts/jquery/compiler.js.erb +7 -0
- data/scripts/jquery/compiler_out.js +1 -0
- data/scripts/jquery/index.erb +25 -0
- data/scripts/jquery/jquery_test.js +8 -0
- data/scripts/modules/api.js +11 -0
- data/scripts/modules/api_init.js +8 -0
- data/scripts/modules/app.js +102 -0
- data/scripts/modules/app_init.js +33 -0
- data/scripts/modules/compiler.js.erb +34 -0
- data/scripts/modules/compiler_build.js +6 -0
- data/scripts/modules/compiler_build.map +12077 -0
- data/scripts/modules/compiler_build_api.js +1 -0
- data/scripts/modules/compiler_build_app.js +74 -0
- data/scripts/modules/compiler_build_settings.js +2 -0
- data/scripts/modules/compiler_debug.js +6 -0
- data/scripts/modules/compiler_debug_api.js +11 -0
- data/scripts/modules/compiler_debug_app.js +2870 -0
- data/scripts/modules/compiler_debug_settings.js +42 -0
- data/scripts/modules/index.erb +18 -0
- data/scripts/modules/settings.js +19 -0
- data/scripts/modules/settings_init.js +14 -0
- data/scripts/{demos/rails_ujs.erb → rails/index.erb} +14 -6
- data/scripts/{demos → rails}/rails_ujs.js +0 -40
- data/scripts/svn.erb +228 -0
- data/scripts/welcome.erb +78 -0
- metadata +101 -1507
- data/.gitignore +0 -6
- data/.yardopts +0 -3
- data/closure-library/AUTHORS +0 -12
- data/closure-library/README +0 -6
- data/closure-library/all_tests.html +0 -113
- data/closure-library/alltests.js +0 -16
- data/closure-library/closure/bin/build/closurebuilder.py +0 -257
- data/closure-library/closure/bin/build/depstree.py +0 -186
- data/closure-library/closure/bin/build/depstree_test.py +0 -127
- data/closure-library/closure/bin/build/depswriter.py +0 -197
- data/closure-library/closure/bin/build/jscompiler.py +0 -69
- data/closure-library/closure/bin/build/source.py +0 -86
- data/closure-library/closure/bin/build/source_test.py +0 -57
- data/closure-library/closure/bin/build/treescan.py +0 -78
- data/closure-library/closure/bin/calcdeps.py +0 -570
- data/closure-library/closure/bin/scopify.py +0 -211
- data/closure-library/closure/css/inlay/g-base.css +0 -82
- data/closure-library/closure/css/inlay/g-fixed.css +0 -158
- data/closure-library/closure/css/inlay/g-ratio.css +0 -253
- data/closure-library/closure/goog/array/array.js +0 -1300
- data/closure-library/closure/goog/array/array_test.html +0 -1524
- data/closure-library/closure/goog/asserts/asserts.js +0 -277
- data/closure-library/closure/goog/asserts/asserts_test.html +0 -163
- data/closure-library/closure/goog/async/conditionaldelay.js +0 -238
- data/closure-library/closure/goog/async/conditionaldelay_test.html +0 -227
- data/closure-library/closure/goog/async/delay.js +0 -174
- data/closure-library/closure/goog/async/delay_test.html +0 -148
- data/closure-library/closure/goog/async/throttle.js +0 -189
- data/closure-library/closure/goog/async/throttle_test.html +0 -102
- data/closure-library/closure/goog/base.js +0 -1471
- data/closure-library/closure/goog/base_test.html +0 -1166
- data/closure-library/closure/goog/bootstrap/webworkers.js +0 -37
- data/closure-library/closure/goog/color/alpha.js +0 -436
- data/closure-library/closure/goog/color/alpha_test.html +0 -234
- data/closure-library/closure/goog/color/color.js +0 -757
- data/closure-library/closure/goog/color/color_test.html +0 -645
- data/closure-library/closure/goog/color/names.js +0 -176
- data/closure-library/closure/goog/crypt/arc4.js +0 -141
- data/closure-library/closure/goog/crypt/arc4_test.html +0 -42
- data/closure-library/closure/goog/crypt/base64.js +0 -267
- data/closure-library/closure/goog/crypt/base64_test.html +0 -106
- data/closure-library/closure/goog/crypt/basen.js +0 -242
- data/closure-library/closure/goog/crypt/basen_test.html +0 -167
- data/closure-library/closure/goog/crypt/crypt.js +0 -103
- data/closure-library/closure/goog/crypt/crypt_test.html +0 -68
- data/closure-library/closure/goog/crypt/hash32.js +0 -184
- data/closure-library/closure/goog/crypt/hash32_test.html +0 -287
- data/closure-library/closure/goog/crypt/sha1.js +0 -238
- data/closure-library/closure/goog/crypt/sha1_test.html +0 -47
- data/closure-library/closure/goog/css/autocomplete.css +0 -43
- data/closure-library/closure/goog/css/bubble.css +0 -84
- data/closure-library/closure/goog/css/button.css +0 -38
- data/closure-library/closure/goog/css/charpicker.css +0 -201
- data/closure-library/closure/goog/css/checkbox.css +0 -38
- data/closure-library/closure/goog/css/colormenubutton.css +0 -25
- data/closure-library/closure/goog/css/colorpalette.css +0 -54
- data/closure-library/closure/goog/css/colorpicker-simplegrid.css +0 -50
- data/closure-library/closure/goog/css/combobox.css +0 -57
- data/closure-library/closure/goog/css/common.css +0 -41
- data/closure-library/closure/goog/css/css3button.css +0 -77
- data/closure-library/closure/goog/css/css3menubutton.css +0 -23
- data/closure-library/closure/goog/css/custombutton.css +0 -164
- data/closure-library/closure/goog/css/datepicker.css +0 -148
- data/closure-library/closure/goog/css/dialog.css +0 -72
- data/closure-library/closure/goog/css/dimensionpicker.css +0 -47
- data/closure-library/closure/goog/css/dragdropdetector.css +0 -48
- data/closure-library/closure/goog/css/editor/bubble.css +0 -73
- data/closure-library/closure/goog/css/editor/dialog.css +0 -66
- data/closure-library/closure/goog/css/editor/linkdialog.css +0 -36
- data/closure-library/closure/goog/css/editortoolbar.css +0 -225
- data/closure-library/closure/goog/css/filteredmenu.css +0 -30
- data/closure-library/closure/goog/css/filterobservingmenuitem.css +0 -25
- data/closure-library/closure/goog/css/flatbutton.css +0 -65
- data/closure-library/closure/goog/css/flatmenubutton.css +0 -63
- data/closure-library/closure/goog/css/hovercard.css +0 -51
- data/closure-library/closure/goog/css/hsvapalette.css +0 -231
- data/closure-library/closure/goog/css/hsvpalette.css +0 -179
- data/closure-library/closure/goog/css/imagelessbutton.css +0 -160
- data/closure-library/closure/goog/css/imagelessmenubutton.css +0 -23
- data/closure-library/closure/goog/css/inputdatepicker.css +0 -12
- data/closure-library/closure/goog/css/linkbutton.css +0 -26
- data/closure-library/closure/goog/css/menu.css +0 -27
- data/closure-library/closure/goog/css/menubutton.css +0 -169
- data/closure-library/closure/goog/css/menuitem.css +0 -96
- data/closure-library/closure/goog/css/menuseparator.css +0 -19
- data/closure-library/closure/goog/css/multitestrunner.css +0 -121
- data/closure-library/closure/goog/css/offline.css +0 -147
- data/closure-library/closure/goog/css/palette.css +0 -36
- data/closure-library/closure/goog/css/popupdatepicker.css +0 -17
- data/closure-library/closure/goog/css/roundedpanel.css +0 -29
- data/closure-library/closure/goog/css/roundedtab.css +0 -158
- data/closure-library/closure/goog/css/submenu.css +0 -28
- data/closure-library/closure/goog/css/tab.css +0 -91
- data/closure-library/closure/goog/css/tabbar.css +0 -52
- data/closure-library/closure/goog/css/tablesorter.css +0 -14
- data/closure-library/closure/goog/css/toolbar.css +0 -400
- data/closure-library/closure/goog/css/tooltip.css +0 -14
- data/closure-library/closure/goog/css/tree.css +0 -147
- data/closure-library/closure/goog/css/tristatemenuitem.css +0 -43
- data/closure-library/closure/goog/cssom/cssom.js +0 -447
- data/closure-library/closure/goog/cssom/cssom_test.html +0 -343
- data/closure-library/closure/goog/cssom/cssom_test_import_1.css +0 -11
- data/closure-library/closure/goog/cssom/cssom_test_import_2.css +0 -10
- data/closure-library/closure/goog/cssom/cssom_test_link_1.css +0 -10
- data/closure-library/closure/goog/cssom/iframe/style.js +0 -1020
- data/closure-library/closure/goog/cssom/iframe/style_test.html +0 -391
- data/closure-library/closure/goog/cssom/iframe/style_test_import.css +0 -10
- data/closure-library/closure/goog/datasource/datamanager.js +0 -566
- data/closure-library/closure/goog/datasource/datasource.js +0 -646
- data/closure-library/closure/goog/datasource/datasource_test.html +0 -265
- data/closure-library/closure/goog/datasource/expr.js +0 -544
- data/closure-library/closure/goog/datasource/expr_test.html +0 -97
- data/closure-library/closure/goog/datasource/fastdatanode.js +0 -792
- data/closure-library/closure/goog/datasource/fastdatanode_test.html +0 -254
- data/closure-library/closure/goog/datasource/jsdatasource.js +0 -460
- data/closure-library/closure/goog/datasource/jsondatasource.js +0 -146
- data/closure-library/closure/goog/datasource/jsxmlhttpdatasource.js +0 -191
- data/closure-library/closure/goog/datasource/jsxmlhttpdatasource_test.html +0 -94
- data/closure-library/closure/goog/datasource/xmldatasource.js +0 -407
- data/closure-library/closure/goog/date/date.js +0 -1642
- data/closure-library/closure/goog/date/date_test.html +0 -1293
- data/closure-library/closure/goog/date/datelike.js +0 -27
- data/closure-library/closure/goog/date/daterange.js +0 -398
- data/closure-library/closure/goog/date/daterange_test.html +0 -213
- data/closure-library/closure/goog/date/relative.js +0 -425
- data/closure-library/closure/goog/date/relative_test.html +0 -124
- data/closure-library/closure/goog/date/utcdatetime.js +0 -178
- data/closure-library/closure/goog/date/utcdatetime_test.html +0 -119
- data/closure-library/closure/goog/debug/console.js +0 -138
- data/closure-library/closure/goog/debug/debug.js +0 -452
- data/closure-library/closure/goog/debug/debug_test.html +0 -32
- data/closure-library/closure/goog/debug/debugwindow.js +0 -582
- data/closure-library/closure/goog/debug/devcss/devcss.js +0 -435
- data/closure-library/closure/goog/debug/devcss/devcss_test.html +0 -365
- data/closure-library/closure/goog/debug/devcss/devcssrunner.js +0 -26
- data/closure-library/closure/goog/debug/divconsole.js +0 -141
- data/closure-library/closure/goog/debug/enhanceerror_test.html +0 -138
- data/closure-library/closure/goog/debug/entrypointregistry.js +0 -111
- data/closure-library/closure/goog/debug/entrypointregistry_test.html +0 -63
- data/closure-library/closure/goog/debug/error.js +0 -47
- data/closure-library/closure/goog/debug/error_test.html +0 -85
- data/closure-library/closure/goog/debug/errorhandler.js +0 -234
- data/closure-library/closure/goog/debug/errorhandler_async_test.html +0 -112
- data/closure-library/closure/goog/debug/errorhandler_test.html +0 -186
- data/closure-library/closure/goog/debug/errorhandlerweakdep.js +0 -38
- data/closure-library/closure/goog/debug/errorreporter.js +0 -324
- data/closure-library/closure/goog/debug/errorreporter_test.html +0 -289
- data/closure-library/closure/goog/debug/fancywindow.js +0 -265
- data/closure-library/closure/goog/debug/formatter.js +0 -314
- data/closure-library/closure/goog/debug/gcdiagnostics.js +0 -143
- data/closure-library/closure/goog/debug/logbuffer.js +0 -147
- data/closure-library/closure/goog/debug/logbuffer_test.html +0 -105
- data/closure-library/closure/goog/debug/logger.js +0 -809
- data/closure-library/closure/goog/debug/logger_test.html +0 -208
- data/closure-library/closure/goog/debug/logrecord.js +0 -271
- data/closure-library/closure/goog/debug/reflect.js +0 -163
- data/closure-library/closure/goog/debug/reflect_test.html +0 -81
- data/closure-library/closure/goog/debug/relativetimeprovider.js +0 -83
- data/closure-library/closure/goog/debug/tracer.js +0 -750
- data/closure-library/closure/goog/debug/tracer_test.html +0 -57
- data/closure-library/closure/goog/demos/advancedtooltip.html +0 -78
- data/closure-library/closure/goog/demos/animationqueue.html +0 -149
- data/closure-library/closure/goog/demos/autocomplete-basic.html +0 -56
- data/closure-library/closure/goog/demos/autocompleteremote.html +0 -40
- data/closure-library/closure/goog/demos/autocompleteremotedata.js +0 -18
- data/closure-library/closure/goog/demos/autocompleterichremote.html +0 -137
- data/closure-library/closure/goog/demos/autocompleterichremotedata.js +0 -33
- data/closure-library/closure/goog/demos/bidiinput.html +0 -72
- data/closure-library/closure/goog/demos/bubble.html +0 -250
- data/closure-library/closure/goog/demos/button.html +0 -395
- data/closure-library/closure/goog/demos/charcounter.html +0 -57
- data/closure-library/closure/goog/demos/charpicker.html +0 -64
- data/closure-library/closure/goog/demos/checkbox.html +0 -122
- data/closure-library/closure/goog/demos/color-contrast.html +0 -60
- data/closure-library/closure/goog/demos/colormenubutton.html +0 -213
- data/closure-library/closure/goog/demos/colorpicker.html +0 -43
- data/closure-library/closure/goog/demos/combobox.html +0 -125
- data/closure-library/closure/goog/demos/container.html +0 -670
- data/closure-library/closure/goog/demos/control.html +0 -477
- data/closure-library/closure/goog/demos/css/demo.css +0 -75
- data/closure-library/closure/goog/demos/css/emojipicker.css +0 -36
- data/closure-library/closure/goog/demos/css/emojisprite.css +0 -92
- data/closure-library/closure/goog/demos/css3button.html +0 -166
- data/closure-library/closure/goog/demos/css3menubutton.html +0 -285
- data/closure-library/closure/goog/demos/cssspriteanimation.html +0 -80
- data/closure-library/closure/goog/demos/datepicker.html +0 -183
- data/closure-library/closure/goog/demos/debug.html +0 -119
- data/closure-library/closure/goog/demos/depsgraph.html +0 -221
- data/closure-library/closure/goog/demos/dialog.html +0 -156
- data/closure-library/closure/goog/demos/dimensionpicker.html +0 -108
- data/closure-library/closure/goog/demos/dimensionpicker_rtl.html +0 -123
- data/closure-library/closure/goog/demos/dom_selection.html +0 -88
- data/closure-library/closure/goog/demos/drag.html +0 -191
- data/closure-library/closure/goog/demos/dragdrop.html +0 -263
- data/closure-library/closure/goog/demos/dragdropdetector.html +0 -46
- data/closure-library/closure/goog/demos/dragdropdetector_target.html +0 -17
- data/closure-library/closure/goog/demos/dragger.html +0 -83
- data/closure-library/closure/goog/demos/draglistgroup.html +0 -261
- data/closure-library/closure/goog/demos/drilldownrow.html +0 -78
- data/closure-library/closure/goog/demos/editor/deps.js +0 -20
- data/closure-library/closure/goog/demos/editor/editor.html +0 -139
- data/closure-library/closure/goog/demos/editor/field_basic.html +0 -74
- data/closure-library/closure/goog/demos/editor/helloworld.html +0 -91
- data/closure-library/closure/goog/demos/editor/helloworld.js +0 -81
- data/closure-library/closure/goog/demos/editor/helloworld_test.html +0 -75
- data/closure-library/closure/goog/demos/editor/helloworlddialog.js +0 -163
- data/closure-library/closure/goog/demos/editor/helloworlddialog_test.html +0 -100
- data/closure-library/closure/goog/demos/editor/helloworlddialogplugin.js +0 -110
- data/closure-library/closure/goog/demos/editor/helloworlddialogplugin_test.html +0 -198
- data/closure-library/closure/goog/demos/editor/seamlessfield.html +0 -106
- data/closure-library/closure/goog/demos/effects.html +0 -142
- data/closure-library/closure/goog/demos/emoji/200.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/201.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/202.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/203.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/204.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/205.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/206.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2BF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2C9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2CF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2D9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2DF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2E9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2ED.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2EF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F0.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F1.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F2.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F3.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F4.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F5.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F6.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F7.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F8.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2F9.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FA.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FB.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FC.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FD.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FE.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/2FF.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/none.gif +0 -0
- data/closure-library/closure/goog/demos/emoji/sprite.png +0 -0
- data/closure-library/closure/goog/demos/emoji/sprite2.png +0 -0
- data/closure-library/closure/goog/demos/emoji/unknown.gif +0 -0
- data/closure-library/closure/goog/demos/event-propagation.html +0 -192
- data/closure-library/closure/goog/demos/events.html +0 -99
- data/closure-library/closure/goog/demos/eventtarget.html +0 -70
- data/closure-library/closure/goog/demos/filedrophandler.html +0 -63
- data/closure-library/closure/goog/demos/filteredmenu.html +0 -118
- data/closure-library/closure/goog/demos/focushandler.html +0 -58
- data/closure-library/closure/goog/demos/gauge.html +0 -158
- data/closure-library/closure/goog/demos/graphics/advancedcoordinates.html +0 -141
- data/closure-library/closure/goog/demos/graphics/advancedcoordinates2.html +0 -130
- data/closure-library/closure/goog/demos/graphics/basicelements.html +0 -264
- data/closure-library/closure/goog/demos/graphics/events.html +0 -113
- data/closure-library/closure/goog/demos/graphics/modifyelements.html +0 -195
- data/closure-library/closure/goog/demos/graphics/subpixel.html +0 -80
- data/closure-library/closure/goog/demos/graphics/tiger.html +0 -105
- data/closure-library/closure/goog/demos/graphics/tigerdata.js +0 -2840
- data/closure-library/closure/goog/demos/history1.html +0 -132
- data/closure-library/closure/goog/demos/history2.html +0 -100
- data/closure-library/closure/goog/demos/history3.html +0 -106
- data/closure-library/closure/goog/demos/history3js.html +0 -36
- data/closure-library/closure/goog/demos/history_blank.html +0 -25
- data/closure-library/closure/goog/demos/hovercard.html +0 -177
- data/closure-library/closure/goog/demos/hsvapalette.html +0 -55
- data/closure-library/closure/goog/demos/hsvpalette.html +0 -56
- data/closure-library/closure/goog/demos/html5history.html +0 -87
- data/closure-library/closure/goog/demos/imagelessbutton.html +0 -221
- data/closure-library/closure/goog/demos/imagelessmenubutton.html +0 -285
- data/closure-library/closure/goog/demos/imagelessroundedcorner.html +0 -231
- data/closure-library/closure/goog/demos/index.html +0 -19
- data/closure-library/closure/goog/demos/index_nav.html +0 -253
- data/closure-library/closure/goog/demos/index_splash.html +0 -22
- data/closure-library/closure/goog/demos/inline_block_quirks.html +0 -125
- data/closure-library/closure/goog/demos/inline_block_standards.html +0 -126
- data/closure-library/closure/goog/demos/inputdatepicker.html +0 -60
- data/closure-library/closure/goog/demos/inputhandler.html +0 -72
- data/closure-library/closure/goog/demos/jsonprettyprinter.html +0 -80
- data/closure-library/closure/goog/demos/keyboardshortcuts.html +0 -112
- data/closure-library/closure/goog/demos/keyhandler.html +0 -127
- data/closure-library/closure/goog/demos/labelinput.html +0 -42
- data/closure-library/closure/goog/demos/menu.html +0 -220
- data/closure-library/closure/goog/demos/menubutton.html +0 -318
- data/closure-library/closure/goog/demos/mousewheelhandler.html +0 -109
- data/closure-library/closure/goog/demos/offline.html +0 -268
- data/closure-library/closure/goog/demos/onlinehandler.html +0 -77
- data/closure-library/closure/goog/demos/palette.html +0 -302
- data/closure-library/closure/goog/demos/pastehandler.html +0 -54
- data/closure-library/closure/goog/demos/plaintextspellchecker.html +0 -106
- data/closure-library/closure/goog/demos/popup.html +0 -200
- data/closure-library/closure/goog/demos/popupcolorpicker.html +0 -49
- data/closure-library/closure/goog/demos/popupdatepicker.html +0 -53
- data/closure-library/closure/goog/demos/popupemojipicker.html +0 -407
- data/closure-library/closure/goog/demos/popupmenu.html +0 -89
- data/closure-library/closure/goog/demos/progressbar.html +0 -97
- data/closure-library/closure/goog/demos/prompt.html +0 -92
- data/closure-library/closure/goog/demos/quadtree.html +0 -107
- data/closure-library/closure/goog/demos/ratings.html +0 -120
- data/closure-library/closure/goog/demos/richtextspellchecker.html +0 -92
- data/closure-library/closure/goog/demos/roundedpanel.html +0 -139
- data/closure-library/closure/goog/demos/samplecomponent.html +0 -75
- data/closure-library/closure/goog/demos/samplecomponent.js +0 -206
- data/closure-library/closure/goog/demos/scrollfloater.html +0 -117
- data/closure-library/closure/goog/demos/select.html +0 -324
- data/closure-library/closure/goog/demos/selectionmenubutton.html +0 -186
- data/closure-library/closure/goog/demos/serverchart.html +0 -122
- data/closure-library/closure/goog/demos/silverlightclipboardbutton.html +0 -71
- data/closure-library/closure/goog/demos/slider.html +0 -110
- data/closure-library/closure/goog/demos/splitbehavior.html +0 -164
- data/closure-library/closure/goog/demos/splitpane.html +0 -243
- data/closure-library/closure/goog/demos/stopevent.html +0 -171
- data/closure-library/closure/goog/demos/submenus.html +0 -130
- data/closure-library/closure/goog/demos/submenus2.html +0 -150
- data/closure-library/closure/goog/demos/tabbar.html +0 -289
- data/closure-library/closure/goog/demos/tablesorter.html +0 -116
- data/closure-library/closure/goog/demos/tabpane.html +0 -302
- data/closure-library/closure/goog/demos/textarea.html +0 -128
- data/closure-library/closure/goog/demos/timers.html +0 -291
- data/closure-library/closure/goog/demos/toolbar.html +0 -703
- data/closure-library/closure/goog/demos/tooltip.html +0 -91
- data/closure-library/closure/goog/demos/tracer.html +0 -92
- data/closure-library/closure/goog/demos/tree/demo.html +0 -126
- data/closure-library/closure/goog/demos/tree/testdata.js +0 -260
- data/closure-library/closure/goog/demos/tweakui.html +0 -121
- data/closure-library/closure/goog/demos/twothumbslider.html +0 -121
- data/closure-library/closure/goog/demos/useragent.html +0 -173
- data/closure-library/closure/goog/demos/viewportsizemonitor.html +0 -71
- data/closure-library/closure/goog/demos/xpc/blank.html +0 -7
- data/closure-library/closure/goog/demos/xpc/index.html +0 -89
- data/closure-library/closure/goog/demos/xpc/inner.html +0 -58
- data/closure-library/closure/goog/demos/xpc/minimal/blank.html +0 -7
- data/closure-library/closure/goog/demos/xpc/minimal/index.html +0 -105
- data/closure-library/closure/goog/demos/xpc/minimal/inner.html +0 -75
- data/closure-library/closure/goog/demos/xpc/minimal/relay.html +0 -7
- data/closure-library/closure/goog/demos/xpc/relay.html +0 -7
- data/closure-library/closure/goog/demos/xpc/xpcdemo.js +0 -304
- data/closure-library/closure/goog/demos/zippy.html +0 -127
- data/closure-library/closure/goog/deps.js +0 -679
- data/closure-library/closure/goog/disposable/disposable.js +0 -167
- data/closure-library/closure/goog/disposable/disposable_test.html +0 -202
- data/closure-library/closure/goog/dom/a11y.js +0 -438
- data/closure-library/closure/goog/dom/a11y_test.html +0 -86
- data/closure-library/closure/goog/dom/abstractmultirange.js +0 -77
- data/closure-library/closure/goog/dom/abstractrange.js +0 -514
- data/closure-library/closure/goog/dom/abstractrange_test.html +0 -73
- data/closure-library/closure/goog/dom/annotate.js +0 -352
- data/closure-library/closure/goog/dom/annotate_test.html +0 -187
- data/closure-library/closure/goog/dom/browserfeature.js +0 -50
- data/closure-library/closure/goog/dom/browserrange/abstractrange.js +0 -316
- data/closure-library/closure/goog/dom/browserrange/browserrange.js +0 -149
- data/closure-library/closure/goog/dom/browserrange/browserrange_test.html +0 -562
- data/closure-library/closure/goog/dom/browserrange/geckorange.js +0 -82
- data/closure-library/closure/goog/dom/browserrange/ierange.js +0 -970
- data/closure-library/closure/goog/dom/browserrange/operarange.js +0 -83
- data/closure-library/closure/goog/dom/browserrange/w3crange.js +0 -364
- data/closure-library/closure/goog/dom/browserrange/webkitrange.js +0 -112
- data/closure-library/closure/goog/dom/classes.js +0 -233
- data/closure-library/closure/goog/dom/classes_test.html +0 -228
- data/closure-library/closure/goog/dom/controlrange.js +0 -511
- data/closure-library/closure/goog/dom/controlrange_test.html +0 -246
- data/closure-library/closure/goog/dom/dataset.js +0 -90
- data/closure-library/closure/goog/dom/dataset_test.html +0 -104
- data/closure-library/closure/goog/dom/dom.js +0 -2424
- data/closure-library/closure/goog/dom/dom_quirks_test.html +0 -104
- data/closure-library/closure/goog/dom/dom_test.html +0 -103
- data/closure-library/closure/goog/dom/dom_test.js +0 -1129
- data/closure-library/closure/goog/dom/fontsizemonitor.js +0 -159
- data/closure-library/closure/goog/dom/fontsizemonitor_test.html +0 -283
- data/closure-library/closure/goog/dom/forms.js +0 -403
- data/closure-library/closure/goog/dom/forms_test.html +0 -483
- data/closure-library/closure/goog/dom/iframe.js +0 -128
- data/closure-library/closure/goog/dom/iframe_test.html +0 -87
- data/closure-library/closure/goog/dom/iter.js +0 -127
- data/closure-library/closure/goog/dom/iter_test.html +0 -97
- data/closure-library/closure/goog/dom/multirange.js +0 -519
- data/closure-library/closure/goog/dom/multirange_test.html +0 -67
- data/closure-library/closure/goog/dom/nodeiterator.js +0 -85
- data/closure-library/closure/goog/dom/nodeiterator_test.html +0 -49
- data/closure-library/closure/goog/dom/nodeoffset.js +0 -111
- data/closure-library/closure/goog/dom/nodeoffset_test.html +0 -88
- data/closure-library/closure/goog/dom/pattern/abstractpattern.js +0 -60
- data/closure-library/closure/goog/dom/pattern/allchildren.js +0 -73
- data/closure-library/closure/goog/dom/pattern/callback/callback.js +0 -82
- data/closure-library/closure/goog/dom/pattern/callback/counter.js +0 -72
- data/closure-library/closure/goog/dom/pattern/callback/test.js +0 -77
- data/closure-library/closure/goog/dom/pattern/childmatches.js +0 -152
- data/closure-library/closure/goog/dom/pattern/endtag.js +0 -53
- data/closure-library/closure/goog/dom/pattern/fulltag.js +0 -92
- data/closure-library/closure/goog/dom/pattern/matcher.js +0 -150
- data/closure-library/closure/goog/dom/pattern/matcher_test.html +0 -204
- data/closure-library/closure/goog/dom/pattern/nodetype.js +0 -57
- data/closure-library/closure/goog/dom/pattern/pattern.js +0 -93
- data/closure-library/closure/goog/dom/pattern/pattern_test.html +0 -614
- data/closure-library/closure/goog/dom/pattern/repeat.js +0 -188
- data/closure-library/closure/goog/dom/pattern/sequence.js +0 -139
- data/closure-library/closure/goog/dom/pattern/starttag.js +0 -53
- data/closure-library/closure/goog/dom/pattern/tag.js +0 -149
- data/closure-library/closure/goog/dom/pattern/text.js +0 -69
- data/closure-library/closure/goog/dom/range.js +0 -220
- data/closure-library/closure/goog/dom/range_test.html +0 -702
- data/closure-library/closure/goog/dom/rangeendpoint.js +0 -32
- data/closure-library/closure/goog/dom/savedcaretrange.js +0 -203
- data/closure-library/closure/goog/dom/savedcaretrange_test.html +0 -235
- data/closure-library/closure/goog/dom/savedrange.js +0 -74
- data/closure-library/closure/goog/dom/savedrange_test.html +0 -61
- data/closure-library/closure/goog/dom/selection.js +0 -470
- data/closure-library/closure/goog/dom/selection_test.html +0 -329
- data/closure-library/closure/goog/dom/tagiterator.js +0 -365
- data/closure-library/closure/goog/dom/tagiterator_test.html +0 -589
- data/closure-library/closure/goog/dom/tagname.js +0 -121
- data/closure-library/closure/goog/dom/tagname_test.html +0 -37
- data/closure-library/closure/goog/dom/textrange.js +0 -611
- data/closure-library/closure/goog/dom/textrange_test.html +0 -127
- data/closure-library/closure/goog/dom/textrangeiterator.js +0 -246
- data/closure-library/closure/goog/dom/textrangeiterator_test.html +0 -142
- data/closure-library/closure/goog/dom/viewportsizemonitor.js +0 -220
- data/closure-library/closure/goog/dom/viewportsizemonitor_test.html +0 -166
- data/closure-library/closure/goog/dom/xml.js +0 -187
- data/closure-library/closure/goog/dom/xml_test.html +0 -77
- data/closure-library/closure/goog/editor/browserfeature.js +0 -251
- data/closure-library/closure/goog/editor/browserfeature_test.html +0 -124
- data/closure-library/closure/goog/editor/clicktoeditwrapper.js +0 -438
- data/closure-library/closure/goog/editor/clicktoeditwrapper_test.html +0 -137
- data/closure-library/closure/goog/editor/command.js +0 -74
- data/closure-library/closure/goog/editor/defines.js +0 -34
- data/closure-library/closure/goog/editor/field.js +0 -2594
- data/closure-library/closure/goog/editor/field_test.html +0 -1000
- data/closure-library/closure/goog/editor/focus.js +0 -32
- data/closure-library/closure/goog/editor/focus_test.html +0 -66
- data/closure-library/closure/goog/editor/icontent.js +0 -296
- data/closure-library/closure/goog/editor/icontent_test.html +0 -209
- data/closure-library/closure/goog/editor/link.js +0 -279
- data/closure-library/closure/goog/editor/link_test.html +0 -234
- data/closure-library/closure/goog/editor/node.js +0 -435
- data/closure-library/closure/goog/editor/node_test.html +0 -590
- data/closure-library/closure/goog/editor/plugin.js +0 -444
- data/closure-library/closure/goog/editor/plugin_test.html +0 -187
- data/closure-library/closure/goog/editor/plugins/abstractbubbleplugin.js +0 -535
- data/closure-library/closure/goog/editor/plugins/abstractbubbleplugin_test.html +0 -227
- data/closure-library/closure/goog/editor/plugins/abstractdialogplugin.js +0 -336
- data/closure-library/closure/goog/editor/plugins/abstractdialogplugin_test.html +0 -399
- data/closure-library/closure/goog/editor/plugins/abstracttabhandler.js +0 -78
- data/closure-library/closure/goog/editor/plugins/abstracttabhandler_test.html +0 -91
- data/closure-library/closure/goog/editor/plugins/basictextformatter.js +0 -1740
- data/closure-library/closure/goog/editor/plugins/basictextformatter_test.html +0 -1171
- data/closure-library/closure/goog/editor/plugins/blockquote.js +0 -422
- data/closure-library/closure/goog/editor/plugins/blockquote_test.html +0 -149
- data/closure-library/closure/goog/editor/plugins/emoticons.js +0 -83
- data/closure-library/closure/goog/editor/plugins/emoticons_test.html +0 -67
- data/closure-library/closure/goog/editor/plugins/enterhandler.js +0 -730
- data/closure-library/closure/goog/editor/plugins/enterhandler_test.html +0 -739
- data/closure-library/closure/goog/editor/plugins/headerformatter.js +0 -95
- data/closure-library/closure/goog/editor/plugins/headerformatter_test.html +0 -100
- data/closure-library/closure/goog/editor/plugins/linkbubble.js +0 -458
- data/closure-library/closure/goog/editor/plugins/linkbubble_test.html +0 -309
- data/closure-library/closure/goog/editor/plugins/linkdialogplugin.js +0 -222
- data/closure-library/closure/goog/editor/plugins/linkdialogplugin_test.html +0 -370
- data/closure-library/closure/goog/editor/plugins/listtabhandler.js +0 -66
- data/closure-library/closure/goog/editor/plugins/listtabhandler_test.html +0 -177
- data/closure-library/closure/goog/editor/plugins/loremipsum.js +0 -186
- data/closure-library/closure/goog/editor/plugins/loremipsum_test.html +0 -169
- data/closure-library/closure/goog/editor/plugins/removeformatting.js +0 -772
- data/closure-library/closure/goog/editor/plugins/removeformatting_test.html +0 -920
- data/closure-library/closure/goog/editor/plugins/spacestabhandler.js +0 -93
- data/closure-library/closure/goog/editor/plugins/spacestabhandler_test.html +0 -186
- data/closure-library/closure/goog/editor/plugins/tableeditor.js +0 -496
- data/closure-library/closure/goog/editor/plugins/tableeditor_test.html +0 -299
- data/closure-library/closure/goog/editor/plugins/tagonenterhandler.js +0 -741
- data/closure-library/closure/goog/editor/plugins/tagonenterhandler_test.html +0 -481
- data/closure-library/closure/goog/editor/plugins/undoredo.js +0 -1014
- data/closure-library/closure/goog/editor/plugins/undoredo_test.html +0 -525
- data/closure-library/closure/goog/editor/plugins/undoredomanager.js +0 -337
- data/closure-library/closure/goog/editor/plugins/undoredomanager_test.html +0 -394
- data/closure-library/closure/goog/editor/plugins/undoredostate.js +0 -84
- data/closure-library/closure/goog/editor/plugins/undoredostate_test.html +0 -44
- data/closure-library/closure/goog/editor/range.js +0 -602
- data/closure-library/closure/goog/editor/range_test.html +0 -880
- data/closure-library/closure/goog/editor/seamlessfield.js +0 -720
- data/closure-library/closure/goog/editor/seamlessfield_quirks_test.html +0 -30
- data/closure-library/closure/goog/editor/seamlessfield_test.html +0 -33
- data/closure-library/closure/goog/editor/seamlessfield_test.js +0 -392
- data/closure-library/closure/goog/editor/style.js +0 -222
- data/closure-library/closure/goog/editor/style_test.html +0 -177
- data/closure-library/closure/goog/editor/table.js +0 -566
- data/closure-library/closure/goog/editor/table_test.html +0 -522
- data/closure-library/closure/goog/events/actioneventwrapper.js +0 -131
- data/closure-library/closure/goog/events/actioneventwrapper_test.html +0 -176
- data/closure-library/closure/goog/events/actionhandler.js +0 -189
- data/closure-library/closure/goog/events/actionhandler_test.html +0 -82
- data/closure-library/closure/goog/events/browserevent.js +0 -412
- data/closure-library/closure/goog/events/browserevent_test.html +0 -145
- data/closure-library/closure/goog/events/browserfeature.js +0 -43
- data/closure-library/closure/goog/events/event.js +0 -123
- data/closure-library/closure/goog/events/event_test.html +0 -70
- data/closure-library/closure/goog/events/eventhandler.js +0 -348
- data/closure-library/closure/goog/events/eventhandler_test.html +0 -230
- data/closure-library/closure/goog/events/events.js +0 -1101
- data/closure-library/closure/goog/events/events_test.html +0 -362
- data/closure-library/closure/goog/events/eventtarget.js +0 -197
- data/closure-library/closure/goog/events/eventtarget_test.html +0 -423
- data/closure-library/closure/goog/events/eventtype.js +0 -107
- data/closure-library/closure/goog/events/eventwrapper.js +0 -67
- data/closure-library/closure/goog/events/filedrophandler.js +0 -224
- data/closure-library/closure/goog/events/filedrophandler_test.html +0 -258
- data/closure-library/closure/goog/events/focushandler.js +0 -111
- data/closure-library/closure/goog/events/imehandler.js +0 -365
- data/closure-library/closure/goog/events/imehandler_test.html +0 -271
- data/closure-library/closure/goog/events/inputhandler.js +0 -218
- data/closure-library/closure/goog/events/keycodes.js +0 -314
- data/closure-library/closure/goog/events/keycodes_test.html +0 -72
- data/closure-library/closure/goog/events/keyhandler.js +0 -522
- data/closure-library/closure/goog/events/keyhandler_test.html +0 -621
- data/closure-library/closure/goog/events/keynames.js +0 -124
- data/closure-library/closure/goog/events/listener.js +0 -160
- data/closure-library/closure/goog/events/mousewheelhandler.js +0 -280
- data/closure-library/closure/goog/events/mousewheelhandler_test.html +0 -331
- data/closure-library/closure/goog/events/onlinehandler.js +0 -176
- data/closure-library/closure/goog/events/onlinelistener_test.html +0 -214
- data/closure-library/closure/goog/events/pastehandler.js +0 -444
- data/closure-library/closure/goog/events/pastehandler_test.html +0 -354
- data/closure-library/closure/goog/events/pools.js +0 -342
- data/closure-library/closure/goog/format/emailaddress.js +0 -329
- data/closure-library/closure/goog/format/emailaddress_test.html +0 -179
- data/closure-library/closure/goog/format/format.js +0 -451
- data/closure-library/closure/goog/format/format_test.html +0 -257
- data/closure-library/closure/goog/format/htmlprettyprinter.js +0 -406
- data/closure-library/closure/goog/format/htmlprettyprinter_test.html +0 -205
- data/closure-library/closure/goog/format/jsonprettyprinter.js +0 -405
- data/closure-library/closure/goog/format/jsonprettyprinter_test.html +0 -111
- data/closure-library/closure/goog/fs/entry.js +0 -406
- data/closure-library/closure/goog/fs/error.js +0 -103
- data/closure-library/closure/goog/fs/filesaver.js +0 -214
- data/closure-library/closure/goog/fs/filesystem.js +0 -59
- data/closure-library/closure/goog/fs/filewriter.js +0 -106
- data/closure-library/closure/goog/fs/fs.js +0 -183
- data/closure-library/closure/goog/fs/fs_test.html +0 -270
- data/closure-library/closure/goog/functions/functions.js +0 -219
- data/closure-library/closure/goog/functions/functions_test.html +0 -198
- data/closure-library/closure/goog/fx/abstractdragdrop.js +0 -1451
- data/closure-library/closure/goog/fx/abstractdragdrop_test.html +0 -430
- data/closure-library/closure/goog/fx/animation.js +0 -621
- data/closure-library/closure/goog/fx/animationqueue.js +0 -348
- data/closure-library/closure/goog/fx/cssspriteanimation.js +0 -112
- data/closure-library/closure/goog/fx/cssspriteanimation_test.html +0 -125
- data/closure-library/closure/goog/fx/dom.js +0 -610
- data/closure-library/closure/goog/fx/dragdrop.js +0 -49
- data/closure-library/closure/goog/fx/dragdropgroup.js +0 -107
- data/closure-library/closure/goog/fx/dragdropgroup_test.html +0 -234
- data/closure-library/closure/goog/fx/dragger.js +0 -731
- data/closure-library/closure/goog/fx/dragger_test.html +0 -415
- data/closure-library/closure/goog/fx/draglistgroup.js +0 -1159
- data/closure-library/closure/goog/fx/draglistgroup_test.html +0 -231
- data/closure-library/closure/goog/fx/dragscrollsupport.js +0 -274
- data/closure-library/closure/goog/fx/dragscrollsupport_test.html +0 -253
- data/closure-library/closure/goog/fx/easing.js +0 -50
- data/closure-library/closure/goog/fx/fx.js +0 -30
- data/closure-library/closure/goog/fx/fx_test.html +0 -157
- data/closure-library/closure/goog/gears/basestore.js +0 -523
- data/closure-library/closure/goog/gears/basestore_test.html +0 -247
- data/closure-library/closure/goog/gears/database.js +0 -935
- data/closure-library/closure/goog/gears/database_test.html +0 -699
- data/closure-library/closure/goog/gears/fakeworkerpool.js +0 -252
- data/closure-library/closure/goog/gears/fakeworkerpool_test.html +0 -188
- data/closure-library/closure/goog/gears/gears.js +0 -228
- data/closure-library/closure/goog/gears/gears_test.html +0 -78
- data/closure-library/closure/goog/gears/httprequest.js +0 -77
- data/closure-library/closure/goog/gears/loggerclient.js +0 -131
- data/closure-library/closure/goog/gears/loggerclient_test.html +0 -171
- data/closure-library/closure/goog/gears/loggerserver.js +0 -158
- data/closure-library/closure/goog/gears/loggerserver_test.html +0 -118
- data/closure-library/closure/goog/gears/logstore.js +0 -479
- data/closure-library/closure/goog/gears/logstore_test.html +0 -600
- data/closure-library/closure/goog/gears/managedresourcestore.js +0 -553
- data/closure-library/closure/goog/gears/managedresourcestore_test.html +0 -453
- data/closure-library/closure/goog/gears/multipartformdata.js +0 -203
- data/closure-library/closure/goog/gears/multipartformdata_test.html +0 -220
- data/closure-library/closure/goog/gears/statustype.js +0 -37
- data/closure-library/closure/goog/gears/urlcapture.js +0 -370
- data/closure-library/closure/goog/gears/urlcapture_test.html +0 -392
- data/closure-library/closure/goog/gears/worker.js +0 -201
- data/closure-library/closure/goog/gears/workerchannel.js +0 -205
- data/closure-library/closure/goog/gears/workerchannel_test.html +0 -207
- data/closure-library/closure/goog/gears/workerpool.js +0 -241
- data/closure-library/closure/goog/gears/workerpool_test.html +0 -203
- data/closure-library/closure/goog/graphics/abstractgraphics.js +0 -439
- data/closure-library/closure/goog/graphics/affinetransform.js +0 -497
- data/closure-library/closure/goog/graphics/affinetransform_test.html +0 -316
- data/closure-library/closure/goog/graphics/canvaselement.js +0 -776
- data/closure-library/closure/goog/graphics/canvasgraphics.js +0 -632
- data/closure-library/closure/goog/graphics/element.js +0 -145
- data/closure-library/closure/goog/graphics/ellipseelement.js +0 -59
- data/closure-library/closure/goog/graphics/ext/coordinates.js +0 -158
- data/closure-library/closure/goog/graphics/ext/coordinates_test.html +0 -74
- data/closure-library/closure/goog/graphics/ext/element.js +0 -970
- data/closure-library/closure/goog/graphics/ext/element_test.html +0 -144
- data/closure-library/closure/goog/graphics/ext/ellipse.js +0 -58
- data/closure-library/closure/goog/graphics/ext/ext.js +0 -29
- data/closure-library/closure/goog/graphics/ext/graphics.js +0 -209
- data/closure-library/closure/goog/graphics/ext/group.js +0 -213
- data/closure-library/closure/goog/graphics/ext/image.js +0 -62
- data/closure-library/closure/goog/graphics/ext/path.js +0 -140
- data/closure-library/closure/goog/graphics/ext/path_test.html +0 -46
- data/closure-library/closure/goog/graphics/ext/rectangle.js +0 -53
- data/closure-library/closure/goog/graphics/ext/shape.js +0 -144
- data/closure-library/closure/goog/graphics/ext/strokeandfillelement.js +0 -69
- data/closure-library/closure/goog/graphics/fill.js +0 -29
- data/closure-library/closure/goog/graphics/font.js +0 -59
- data/closure-library/closure/goog/graphics/graphics.js +0 -124
- data/closure-library/closure/goog/graphics/groupelement.js +0 -54
- data/closure-library/closure/goog/graphics/imageelement.js +0 -67
- data/closure-library/closure/goog/graphics/lineargradient.js +0 -131
- data/closure-library/closure/goog/graphics/path.js +0 -508
- data/closure-library/closure/goog/graphics/path_test.html +0 -359
- data/closure-library/closure/goog/graphics/pathelement.js +0 -50
- data/closure-library/closure/goog/graphics/paths.js +0 -86
- data/closure-library/closure/goog/graphics/paths_test.html +0 -97
- data/closure-library/closure/goog/graphics/rectelement.js +0 -59
- data/closure-library/closure/goog/graphics/solidfill.js +0 -70
- data/closure-library/closure/goog/graphics/stroke.js +0 -63
- data/closure-library/closure/goog/graphics/strokeandfillelement.js +0 -110
- data/closure-library/closure/goog/graphics/svgelement.js +0 -262
- data/closure-library/closure/goog/graphics/svggraphics.js +0 -813
- data/closure-library/closure/goog/graphics/textelement.js +0 -51
- data/closure-library/closure/goog/graphics/vmlelement.js +0 -380
- data/closure-library/closure/goog/graphics/vmlgraphics.js +0 -863
- data/closure-library/closure/goog/history/event.js +0 -54
- data/closure-library/closure/goog/history/eventtype.js +0 -30
- data/closure-library/closure/goog/history/history.js +0 -979
- data/closure-library/closure/goog/history/html5history.js +0 -303
- data/closure-library/closure/goog/history/html5history_test.html +0 -163
- data/closure-library/closure/goog/i18n/bidi.js +0 -772
- data/closure-library/closure/goog/i18n/bidi_test.html +0 -414
- data/closure-library/closure/goog/i18n/bidiformatter.js +0 -488
- data/closure-library/closure/goog/i18n/bidiformatter_test.html +0 -343
- data/closure-library/closure/goog/i18n/charlistdecompressor.js +0 -157
- data/closure-library/closure/goog/i18n/charlistdecompressor_test.html +0 -65
- data/closure-library/closure/goog/i18n/charpickerdata.js +0 -3185
- data/closure-library/closure/goog/i18n/currency.js +0 -385
- data/closure-library/closure/goog/i18n/currency_test.html +0 -202
- data/closure-library/closure/goog/i18n/currencycodemap.js +0 -210
- data/closure-library/closure/goog/i18n/datetimeformat.js +0 -636
- data/closure-library/closure/goog/i18n/datetimeformat_test.html +0 -436
- data/closure-library/closure/goog/i18n/datetimeparse.js +0 -1111
- data/closure-library/closure/goog/i18n/datetimeparse_test.html +0 -796
- data/closure-library/closure/goog/i18n/datetimepatterns.js +0 -1586
- data/closure-library/closure/goog/i18n/datetimepatternsext.js +0 -7386
- data/closure-library/closure/goog/i18n/datetimesymbols.js +0 -3350
- data/closure-library/closure/goog/i18n/datetimesymbolsext.js +0 -12938
- data/closure-library/closure/goog/i18n/graphemebreak.js +0 -181
- data/closure-library/closure/goog/i18n/graphemebreak_test.html +0 -72
- data/closure-library/closure/goog/i18n/messageformat.js +0 -556
- data/closure-library/closure/goog/i18n/messageformat_test.html +0 -334
- data/closure-library/closure/goog/i18n/mime.js +0 -100
- data/closure-library/closure/goog/i18n/mime_test.html +0 -51
- data/closure-library/closure/goog/i18n/numberformat.js +0 -763
- data/closure-library/closure/goog/i18n/numberformat_test.html +0 -605
- data/closure-library/closure/goog/i18n/numberformatsymbols.js +0 -10358
- data/closure-library/closure/goog/i18n/pluralrules.js +0 -695
- data/closure-library/closure/goog/i18n/timezone.js +0 -341
- data/closure-library/closure/goog/i18n/timezone_test.html +0 -163
- data/closure-library/closure/goog/i18n/uchar.js +0 -1160
- data/closure-library/closure/goog/i18n/uchar_test.html +0 -72
- data/closure-library/closure/goog/images/blank.gif +0 -0
- data/closure-library/closure/goog/images/bubble_close.jpg +0 -0
- data/closure-library/closure/goog/images/bubble_left.gif +0 -0
- data/closure-library/closure/goog/images/bubble_right.gif +0 -0
- data/closure-library/closure/goog/images/button-bg.gif +0 -0
- data/closure-library/closure/goog/images/check-outline.gif +0 -0
- data/closure-library/closure/goog/images/check-sprite.gif +0 -0
- data/closure-library/closure/goog/images/check.gif +0 -0
- data/closure-library/closure/goog/images/close_box.gif +0 -0
- data/closure-library/closure/goog/images/color-swatch-tick.gif +0 -0
- data/closure-library/closure/goog/images/dialog_close_box.gif +0 -0
- data/closure-library/closure/goog/images/dimension-highlighted.png +0 -0
- data/closure-library/closure/goog/images/dimension-unhighlighted.png +0 -0
- data/closure-library/closure/goog/images/dropdn.gif +0 -0
- data/closure-library/closure/goog/images/dropdn_disabled.gif +0 -0
- data/closure-library/closure/goog/images/dropdown.gif +0 -0
- data/closure-library/closure/goog/images/gears_bluedot.gif +0 -0
- data/closure-library/closure/goog/images/gears_offline.gif +0 -0
- data/closure-library/closure/goog/images/gears_online.gif +0 -0
- data/closure-library/closure/goog/images/gears_paused.gif +0 -0
- data/closure-library/closure/goog/images/gears_syncing.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite-sm.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite-sm.png +0 -0
- data/closure-library/closure/goog/images/hsv-sprite.gif +0 -0
- data/closure-library/closure/goog/images/hsv-sprite.png +0 -0
- data/closure-library/closure/goog/images/hsva-sprite-sm.gif +0 -0
- data/closure-library/closure/goog/images/hsva-sprite-sm.png +0 -0
- data/closure-library/closure/goog/images/hsva-sprite.gif +0 -0
- data/closure-library/closure/goog/images/hsva-sprite.png +0 -0
- data/closure-library/closure/goog/images/left_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/left_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/menu-arrows.gif +0 -0
- data/closure-library/closure/goog/images/minus.png +0 -0
- data/closure-library/closure/goog/images/no_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/no_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/offlineicons.png +0 -0
- data/closure-library/closure/goog/images/plus.png +0 -0
- data/closure-library/closure/goog/images/ratingstars.gif +0 -0
- data/closure-library/closure/goog/images/right_anchor_bubble_bot.gif +0 -0
- data/closure-library/closure/goog/images/right_anchor_bubble_top.gif +0 -0
- data/closure-library/closure/goog/images/toolbar-bg.png +0 -0
- data/closure-library/closure/goog/images/toolbar-separator.gif +0 -0
- data/closure-library/closure/goog/images/toolbar_icons.gif +0 -0
- data/closure-library/closure/goog/images/tree/I.png +0 -0
- data/closure-library/closure/goog/images/tree/cleardot.gif +0 -0
- data/closure-library/closure/goog/images/tree/tree.gif +0 -0
- data/closure-library/closure/goog/images/tree/tree.png +0 -0
- data/closure-library/closure/goog/images/ui_controls.jpg +0 -0
- data/closure-library/closure/goog/iter/iter.js +0 -627
- data/closure-library/closure/goog/iter/iter_test.html +0 -443
- data/closure-library/closure/goog/json/json.js +0 -302
- data/closure-library/closure/goog/json/json_test.html +0 -501
- data/closure-library/closure/goog/locale/countries.js +0 -288
- data/closure-library/closure/goog/locale/countrylanguagenames_test.html +0 -233
- data/closure-library/closure/goog/locale/defaultlocalenameconstants.js +0 -847
- data/closure-library/closure/goog/locale/genericfontnames.js +0 -73
- data/closure-library/closure/goog/locale/genericfontnames_test.html +0 -97
- data/closure-library/closure/goog/locale/genericfontnamesdata.js +0 -328
- data/closure-library/closure/goog/locale/locale.js +0 -397
- data/closure-library/closure/goog/locale/nativenameconstants.js +0 -1354
- data/closure-library/closure/goog/locale/scriptToLanguages.js +0 -482
- data/closure-library/closure/goog/locale/timezonedetection.js +0 -117
- data/closure-library/closure/goog/locale/timezonedetection_test.html +0 -130
- data/closure-library/closure/goog/locale/timezonefingerprint.js +0 -250
- data/closure-library/closure/goog/locale/timezonelist.js +0 -129
- data/closure-library/closure/goog/locale/timezonelist_test.html +0 -165
- data/closure-library/closure/goog/math/bezier.js +0 -244
- data/closure-library/closure/goog/math/bezier_test.html +0 -70
- data/closure-library/closure/goog/math/box.js +0 -236
- data/closure-library/closure/goog/math/box_test.html +0 -139
- data/closure-library/closure/goog/math/coordinate.js +0 -136
- data/closure-library/closure/goog/math/coordinate3.js +0 -168
- data/closure-library/closure/goog/math/coordinate3_test.html +0 -208
- data/closure-library/closure/goog/math/coordinate_test.html +0 -92
- data/closure-library/closure/goog/math/integer.js +0 -736
- data/closure-library/closure/goog/math/integer_test.html +0 -1653
- data/closure-library/closure/goog/math/line.js +0 -177
- data/closure-library/closure/goog/math/line_test.html +0 -62
- data/closure-library/closure/goog/math/long.js +0 -801
- data/closure-library/closure/goog/math/long_test.html +0 -1571
- data/closure-library/closure/goog/math/math.js +0 -355
- data/closure-library/closure/goog/math/math_test.html +0 -254
- data/closure-library/closure/goog/math/matrix.js +0 -669
- data/closure-library/closure/goog/math/matrix_test.html +0 -427
- data/closure-library/closure/goog/math/range.js +0 -146
- data/closure-library/closure/goog/math/range_test.html +0 -103
- data/closure-library/closure/goog/math/rangeset.js +0 -368
- data/closure-library/closure/goog/math/rangeset_test.html +0 -619
- data/closure-library/closure/goog/math/rect.js +0 -340
- data/closure-library/closure/goog/math/rect_test.html +0 -315
- data/closure-library/closure/goog/math/size.js +0 -201
- data/closure-library/closure/goog/math/size_test.html +0 -174
- data/closure-library/closure/goog/math/vec2.js +0 -255
- data/closure-library/closure/goog/math/vec2_test.html +0 -203
- data/closure-library/closure/goog/math/vec3.js +0 -308
- data/closure-library/closure/goog/math/vec3_test.html +0 -231
- data/closure-library/closure/goog/memoize/memoize.js +0 -98
- data/closure-library/closure/goog/memoize/memoize_test.html +0 -157
- data/closure-library/closure/goog/messaging/abstractchannel.js +0 -209
- data/closure-library/closure/goog/messaging/abstractchannel_test.html +0 -90
- data/closure-library/closure/goog/messaging/bufferedchannel.js +0 -277
- data/closure-library/closure/goog/messaging/bufferedchannel_test.html +0 -205
- data/closure-library/closure/goog/messaging/deferredchannel.js +0 -79
- data/closure-library/closure/goog/messaging/deferredchannel_test.html +0 -107
- data/closure-library/closure/goog/messaging/loggerclient.js +0 -131
- data/closure-library/closure/goog/messaging/loggerclient_test.html +0 -102
- data/closure-library/closure/goog/messaging/loggerserver.js +0 -94
- data/closure-library/closure/goog/messaging/loggerserver_test.html +0 -101
- data/closure-library/closure/goog/messaging/messagechannel.js +0 -115
- data/closure-library/closure/goog/messaging/messaging.js +0 -34
- data/closure-library/closure/goog/messaging/messaging_test.html +0 -42
- data/closure-library/closure/goog/messaging/multichannel.js +0 -303
- data/closure-library/closure/goog/messaging/multichannel_test.html +0 -122
- data/closure-library/closure/goog/messaging/portcaller.js +0 -150
- data/closure-library/closure/goog/messaging/portcaller_test.html +0 -66
- data/closure-library/closure/goog/messaging/portchannel.js +0 -341
- data/closure-library/closure/goog/messaging/portchannel_test.html +0 -359
- data/closure-library/closure/goog/messaging/portnetwork.js +0 -78
- data/closure-library/closure/goog/messaging/portnetwork_test.html +0 -64
- data/closure-library/closure/goog/messaging/portoperator.js +0 -196
- data/closure-library/closure/goog/messaging/portoperator_test.html +0 -112
- data/closure-library/closure/goog/messaging/testdata/portchannel_inner.html +0 -28
- data/closure-library/closure/goog/messaging/testdata/portchannel_worker.js +0 -37
- data/closure-library/closure/goog/messaging/testdata/portnetwork_inner.html +0 -35
- data/closure-library/closure/goog/messaging/testdata/portnetwork_worker1.js +0 -33
- data/closure-library/closure/goog/messaging/testdata/portnetwork_worker2.js +0 -33
- data/closure-library/closure/goog/module/abstractmoduleloader.js +0 -46
- data/closure-library/closure/goog/module/basemodule.js +0 -45
- data/closure-library/closure/goog/module/basemoduleloader.js +0 -210
- data/closure-library/closure/goog/module/loader.js +0 -269
- data/closure-library/closure/goog/module/module.js +0 -166
- data/closure-library/closure/goog/module/moduleinfo.js +0 -336
- data/closure-library/closure/goog/module/moduleinfo_test.html +0 -109
- data/closure-library/closure/goog/module/moduleloadcallback.js +0 -84
- data/closure-library/closure/goog/module/moduleloadcallback_test.html +0 -57
- data/closure-library/closure/goog/module/moduleloader.js +0 -250
- data/closure-library/closure/goog/module/moduleloader_test.html +0 -244
- data/closure-library/closure/goog/module/modulemanager.js +0 -1008
- data/closure-library/closure/goog/module/modulemanager_test.html +0 -1240
- data/closure-library/closure/goog/module/testdata/modA_1.js +0 -22
- data/closure-library/closure/goog/module/testdata/modA_2.js +0 -24
- data/closure-library/closure/goog/module/testdata/modB_1.js +0 -24
- data/closure-library/closure/goog/net/browserchannel.js +0 -2441
- data/closure-library/closure/goog/net/browserchannel_test.html +0 -1176
- data/closure-library/closure/goog/net/browsertestchannel.js +0 -552
- data/closure-library/closure/goog/net/bulkloader.js +0 -174
- data/closure-library/closure/goog/net/bulkloader_test.html +0 -232
- data/closure-library/closure/goog/net/bulkloaderhelper.js +0 -129
- data/closure-library/closure/goog/net/channeldebug.js +0 -288
- data/closure-library/closure/goog/net/channelrequest.js +0 -1125
- data/closure-library/closure/goog/net/channelrequest_test.html +0 -158
- data/closure-library/closure/goog/net/cookies.js +0 -401
- data/closure-library/closure/goog/net/cookies_test.html +0 -255
- data/closure-library/closure/goog/net/crossdomainrpc.js +0 -848
- data/closure-library/closure/goog/net/crossdomainrpc_test.gif +0 -0
- data/closure-library/closure/goog/net/crossdomainrpc_test.html +0 -120
- data/closure-library/closure/goog/net/crossdomainrpc_test_response.html +0 -59
- data/closure-library/closure/goog/net/errorcode.js +0 -130
- data/closure-library/closure/goog/net/eventtype.js +0 -37
- data/closure-library/closure/goog/net/iframe_xhr_test.html +0 -142
- data/closure-library/closure/goog/net/iframe_xhr_test_response.html +0 -17
- data/closure-library/closure/goog/net/iframeio.js +0 -1342
- data/closure-library/closure/goog/net/iframeio_different_base_test.data +0 -2
- data/closure-library/closure/goog/net/iframeio_different_base_test.html +0 -42
- data/closure-library/closure/goog/net/iframeio_test.html +0 -368
- data/closure-library/closure/goog/net/iframeloadmonitor.js +0 -199
- data/closure-library/closure/goog/net/iframeloadmonitor_test.html +0 -113
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame.html +0 -12
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame2.html +0 -12
- data/closure-library/closure/goog/net/iframeloadmonitor_test_frame3.html +0 -12
- data/closure-library/closure/goog/net/imageloader.js +0 -237
- data/closure-library/closure/goog/net/imageloader_test.html +0 -200
- data/closure-library/closure/goog/net/imageloader_testimg1.gif +0 -0
- data/closure-library/closure/goog/net/imageloader_testimg2.gif +0 -0
- data/closure-library/closure/goog/net/imageloader_testimg3.gif +0 -0
- data/closure-library/closure/goog/net/jsonp.js +0 -379
- data/closure-library/closure/goog/net/jsonp_test.html +0 -328
- data/closure-library/closure/goog/net/mockiframeio.js +0 -318
- data/closure-library/closure/goog/net/mockxhrlite.js +0 -34
- data/closure-library/closure/goog/net/mockxhrlite_test.html +0 -109
- data/closure-library/closure/goog/net/multiiframeloadmonitor.js +0 -116
- data/closure-library/closure/goog/net/multiiframeloadmonitor_test.html +0 -172
- data/closure-library/closure/goog/net/networktester.js +0 -383
- data/closure-library/closure/goog/net/networktester_test.html +0 -227
- data/closure-library/closure/goog/net/tmpnetwork.js +0 -168
- data/closure-library/closure/goog/net/wrapperxmlhttpfactory.js +0 -68
- data/closure-library/closure/goog/net/xhrio.js +0 -1093
- data/closure-library/closure/goog/net/xhrio_test.html +0 -603
- data/closure-library/closure/goog/net/xhriopool.js +0 -87
- data/closure-library/closure/goog/net/xhrlite.js +0 -119
- data/closure-library/closure/goog/net/xhrlite_test.html +0 -156
- data/closure-library/closure/goog/net/xhrlitepool.js +0 -37
- data/closure-library/closure/goog/net/xhrmanager.js +0 -763
- data/closure-library/closure/goog/net/xhrmonitor.js +0 -254
- data/closure-library/closure/goog/net/xhrmonitor_test.html +0 -199
- data/closure-library/closure/goog/net/xmlhttp.js +0 -215
- data/closure-library/closure/goog/net/xmlhttpfactory.js +0 -64
- data/closure-library/closure/goog/net/xpc/crosspagechannel.js +0 -624
- data/closure-library/closure/goog/net/xpc/crosspagechannel_test.html +0 -422
- data/closure-library/closure/goog/net/xpc/frameelementmethodtransport.js +0 -251
- data/closure-library/closure/goog/net/xpc/iframepollingtransport.js +0 -822
- data/closure-library/closure/goog/net/xpc/iframerelaytransport.js +0 -288
- data/closure-library/closure/goog/net/xpc/nativemessagingtransport.js +0 -280
- data/closure-library/closure/goog/net/xpc/nativemessagingtransport_test.html +0 -164
- data/closure-library/closure/goog/net/xpc/nixtransport.js +0 -454
- data/closure-library/closure/goog/net/xpc/relay.js +0 -72
- data/closure-library/closure/goog/net/xpc/testdata/inner_peer.html +0 -106
- data/closure-library/closure/goog/net/xpc/transport.js +0 -104
- data/closure-library/closure/goog/net/xpc/xpc.js +0 -238
- data/closure-library/closure/goog/object/object.js +0 -553
- data/closure-library/closure/goog/object/object_test.html +0 -376
- data/closure-library/closure/goog/positioning/absoluteposition.js +0 -73
- data/closure-library/closure/goog/positioning/abstractposition.js +0 -47
- data/closure-library/closure/goog/positioning/anchoredposition.js +0 -78
- data/closure-library/closure/goog/positioning/anchoredviewportposition.js +0 -126
- data/closure-library/closure/goog/positioning/anchoredviewportposition_test.html +0 -117
- data/closure-library/closure/goog/positioning/anchoredviewportposition_test_iframe.html +0 -35
- data/closure-library/closure/goog/positioning/clientposition.js +0 -75
- data/closure-library/closure/goog/positioning/menuanchoredposition.js +0 -97
- data/closure-library/closure/goog/positioning/positioning.js +0 -476
- data/closure-library/closure/goog/positioning/positioning_test.html +0 -877
- data/closure-library/closure/goog/positioning/positioning_test_iframe1.html +0 -16
- data/closure-library/closure/goog/positioning/positioning_test_iframe2.html +0 -13
- data/closure-library/closure/goog/positioning/positioning_test_quirk.html +0 -9
- data/closure-library/closure/goog/positioning/positioning_test_standard.html +0 -13
- data/closure-library/closure/goog/positioning/viewportclientposition.js +0 -102
- data/closure-library/closure/goog/positioning/viewportclientposition_test.html +0 -172
- data/closure-library/closure/goog/positioning/viewportposition.js +0 -63
- data/closure-library/closure/goog/proto/proto.js +0 -43
- data/closure-library/closure/goog/proto/serializer.js +0 -68
- data/closure-library/closure/goog/proto/serializer_test.html +0 -43
- data/closure-library/closure/goog/proto2/descriptor.js +0 -198
- data/closure-library/closure/goog/proto2/descriptor_test.html +0 -60
- data/closure-library/closure/goog/proto2/fielddescriptor.js +0 -288
- data/closure-library/closure/goog/proto2/fielddescriptor_test.html +0 -124
- data/closure-library/closure/goog/proto2/lazydeserializer.js +0 -69
- data/closure-library/closure/goog/proto2/message.js +0 -726
- data/closure-library/closure/goog/proto2/message_test.html +0 -356
- data/closure-library/closure/goog/proto2/objectserializer.js +0 -159
- data/closure-library/closure/goog/proto2/objectserializer_test.html +0 -423
- data/closure-library/closure/goog/proto2/package_test.pb.js +0 -164
- data/closure-library/closure/goog/proto2/pbliteserializer.js +0 -150
- data/closure-library/closure/goog/proto2/pbliteserializer_test.html +0 -267
- data/closure-library/closure/goog/proto2/proto_test.html +0 -693
- data/closure-library/closure/goog/proto2/serializer.js +0 -148
- data/closure-library/closure/goog/proto2/test.pb.js +0 -2820
- data/closure-library/closure/goog/proto2/util.js +0 -54
- data/closure-library/closure/goog/pubsub/pubsub.js +0 -326
- data/closure-library/closure/goog/pubsub/pubsub_test.html +0 -635
- data/closure-library/closure/goog/reflect/reflect.js +0 -50
- data/closure-library/closure/goog/spell/spellcheck.js +0 -474
- data/closure-library/closure/goog/spell/spellcheck_test.html +0 -112
- data/closure-library/closure/goog/string/path.js +0 -100
- data/closure-library/closure/goog/string/path_test.html +0 -59
- data/closure-library/closure/goog/string/string.js +0 -1207
- data/closure-library/closure/goog/string/string_test.html +0 -877
- data/closure-library/closure/goog/string/stringbuffer.js +0 -167
- data/closure-library/closure/goog/string/stringbuffer_test.html +0 -101
- data/closure-library/closure/goog/string/stringformat.js +0 -247
- data/closure-library/closure/goog/string/stringformat_test.html +0 -211
- data/closure-library/closure/goog/structs/avltree.js +0 -769
- data/closure-library/closure/goog/structs/avltree_test.html +0 -241
- data/closure-library/closure/goog/structs/circularbuffer.js +0 -219
- data/closure-library/closure/goog/structs/circularbuffer_test.html +0 -105
- data/closure-library/closure/goog/structs/heap.js +0 -332
- data/closure-library/closure/goog/structs/heap_test.html +0 -220
- data/closure-library/closure/goog/structs/inversionmap.js +0 -159
- data/closure-library/closure/goog/structs/inversionmap_test.html +0 -157
- data/closure-library/closure/goog/structs/linkedmap.js +0 -472
- data/closure-library/closure/goog/structs/linkedmap_test.html +0 -300
- data/closure-library/closure/goog/structs/map.js +0 -446
- data/closure-library/closure/goog/structs/map_test.html +0 -430
- data/closure-library/closure/goog/structs/node.js +0 -74
- data/closure-library/closure/goog/structs/pool.js +0 -344
- data/closure-library/closure/goog/structs/pool_test.html +0 -265
- data/closure-library/closure/goog/structs/prioritypool.js +0 -147
- data/closure-library/closure/goog/structs/prioritypool_test.html +0 -478
- data/closure-library/closure/goog/structs/priorityqueue.js +0 -64
- data/closure-library/closure/goog/structs/priorityqueue_test.html +0 -179
- data/closure-library/closure/goog/structs/quadtree.js +0 -571
- data/closure-library/closure/goog/structs/quadtree_test.html +0 -179
- data/closure-library/closure/goog/structs/queue.js +0 -157
- data/closure-library/closure/goog/structs/queue_test.html +0 -140
- data/closure-library/closure/goog/structs/set.js +0 -251
- data/closure-library/closure/goog/structs/set_test.html +0 -551
- data/closure-library/closure/goog/structs/simplepool.js +0 -203
- data/closure-library/closure/goog/structs/stringset.js +0 -404
- data/closure-library/closure/goog/structs/stringset_test.html +0 -251
- data/closure-library/closure/goog/structs/structs.js +0 -341
- data/closure-library/closure/goog/structs/structs_test.html +0 -1050
- data/closure-library/closure/goog/structs/treenode.js +0 -312
- data/closure-library/closure/goog/structs/treenode_test.html +0 -285
- data/closure-library/closure/goog/structs/trie.js +0 -368
- data/closure-library/closure/goog/structs/trie_test.html +0 -378
- data/closure-library/closure/goog/style/cursor.js +0 -125
- data/closure-library/closure/goog/style/cursor_test.html +0 -131
- data/closure-library/closure/goog/style/style.js +0 -1804
- data/closure-library/closure/goog/style/style_quirks_test.html +0 -1928
- data/closure-library/closure/goog/style/style_test.html +0 -2073
- data/closure-library/closure/goog/style/style_test_iframe_quirk.html +0 -29
- data/closure-library/closure/goog/style/style_test_iframe_standard.html +0 -30
- data/closure-library/closure/goog/style/style_test_quirk.html +0 -9
- data/closure-library/closure/goog/style/style_test_standard.html +0 -11
- data/closure-library/closure/goog/testing/asserts.js +0 -970
- data/closure-library/closure/goog/testing/asserts_test.html +0 -966
- data/closure-library/closure/goog/testing/async/mockcontrol.js +0 -174
- data/closure-library/closure/goog/testing/async/mockcontrol_test.html +0 -224
- data/closure-library/closure/goog/testing/asynctestcase.js +0 -812
- data/closure-library/closure/goog/testing/asynctestcase_async_test.html +0 -102
- data/closure-library/closure/goog/testing/asynctestcase_noasync_test.html +0 -98
- data/closure-library/closure/goog/testing/benchmark.js +0 -87
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizebutton.js +0 -64
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizebutton_test.html +0 -58
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizetoolbar.js +0 -66
- data/closure-library/closure/goog/testing/benchmarks/jsbinarysizetoolbar_test.html +0 -49
- data/closure-library/closure/goog/testing/continuationtestcase.js +0 -682
- data/closure-library/closure/goog/testing/continuationtestcase_test.html +0 -349
- data/closure-library/closure/goog/testing/deferredtestcase.js +0 -157
- data/closure-library/closure/goog/testing/deferredtestcase_test.html +0 -152
- data/closure-library/closure/goog/testing/dom.js +0 -596
- data/closure-library/closure/goog/testing/dom_test.html +0 -438
- data/closure-library/closure/goog/testing/editor/dom.js +0 -293
- data/closure-library/closure/goog/testing/editor/dom_test.html +0 -295
- data/closure-library/closure/goog/testing/editor/fieldmock.js +0 -90
- data/closure-library/closure/goog/testing/editor/testhelper.js +0 -168
- data/closure-library/closure/goog/testing/editor/testhelper_test.html +0 -176
- data/closure-library/closure/goog/testing/events/eventobserver.js +0 -85
- data/closure-library/closure/goog/testing/events/eventobserver_test.html +0 -70
- data/closure-library/closure/goog/testing/events/events.js +0 -540
- data/closure-library/closure/goog/testing/events/events_test.html +0 -434
- data/closure-library/closure/goog/testing/events/matchers.js +0 -41
- data/closure-library/closure/goog/testing/events/matchers_test.html +0 -40
- data/closure-library/closure/goog/testing/expectedfailures.js +0 -236
- data/closure-library/closure/goog/testing/expectedfailures_test.html +0 -122
- data/closure-library/closure/goog/testing/fs/blob.js +0 -74
- data/closure-library/closure/goog/testing/fs/blob_test.html +0 -53
- data/closure-library/closure/goog/testing/fs/directoryentry_test.html +0 -185
- data/closure-library/closure/goog/testing/fs/entry.js +0 -511
- data/closure-library/closure/goog/testing/fs/entry_test.html +0 -153
- data/closure-library/closure/goog/testing/fs/file.js +0 -51
- data/closure-library/closure/goog/testing/fs/fileentry_test.html +0 -54
- data/closure-library/closure/goog/testing/fs/filesystem.js +0 -64
- data/closure-library/closure/goog/testing/fs/filewriter.js +0 -314
- data/closure-library/closure/goog/testing/fs/filewriter_test.html +0 -248
- data/closure-library/closure/goog/testing/fs/fs.js +0 -146
- data/closure-library/closure/goog/testing/fs/fs_test.html +0 -54
- data/closure-library/closure/goog/testing/fs/integration_test.html +0 -219
- data/closure-library/closure/goog/testing/functionmock.js +0 -157
- data/closure-library/closure/goog/testing/functionmock_test.html +0 -357
- data/closure-library/closure/goog/testing/graphics.js +0 -64
- data/closure-library/closure/goog/testing/jsunit.js +0 -144
- data/closure-library/closure/goog/testing/loosemock.js +0 -240
- data/closure-library/closure/goog/testing/loosemock_test.html +0 -343
- data/closure-library/closure/goog/testing/messaging/mockmessagechannel.js +0 -77
- data/closure-library/closure/goog/testing/messaging/mockmessageevent.js +0 -100
- data/closure-library/closure/goog/testing/messaging/mockmessageport.js +0 -85
- data/closure-library/closure/goog/testing/messaging/mockportnetwork.js +0 -64
- data/closure-library/closure/goog/testing/mock.js +0 -556
- data/closure-library/closure/goog/testing/mock_test.html +0 -208
- data/closure-library/closure/goog/testing/mockclassfactory.js +0 -580
- data/closure-library/closure/goog/testing/mockclassfactory_test.html +0 -241
- data/closure-library/closure/goog/testing/mockclock.js +0 -395
- data/closure-library/closure/goog/testing/mockclock_test.html +0 -413
- data/closure-library/closure/goog/testing/mockcontrol.js +0 -210
- data/closure-library/closure/goog/testing/mockcontrol_test.html +0 -127
- data/closure-library/closure/goog/testing/mockinterface.js +0 -45
- data/closure-library/closure/goog/testing/mockmatchers.js +0 -395
- data/closure-library/closure/goog/testing/mockmatchers_test.html +0 -388
- data/closure-library/closure/goog/testing/mockrandom.js +0 -128
- data/closure-library/closure/goog/testing/mockrandom_test.html +0 -56
- data/closure-library/closure/goog/testing/mockrange.js +0 -65
- data/closure-library/closure/goog/testing/mockrange_test.html +0 -41
- data/closure-library/closure/goog/testing/mockuseragent.js +0 -143
- data/closure-library/closure/goog/testing/mockuseragent_test.html +0 -59
- data/closure-library/closure/goog/testing/multitestrunner.js +0 -1442
- data/closure-library/closure/goog/testing/net/xhrio.js +0 -595
- data/closure-library/closure/goog/testing/net/xhrio_test.html +0 -321
- data/closure-library/closure/goog/testing/objectpropertystring.js +0 -67
- data/closure-library/closure/goog/testing/performancetable.css +0 -46
- data/closure-library/closure/goog/testing/performancetable.js +0 -162
- data/closure-library/closure/goog/testing/performancetimer.js +0 -166
- data/closure-library/closure/goog/testing/performancetimer_test.html +0 -107
- data/closure-library/closure/goog/testing/propertyreplacer.js +0 -243
- data/closure-library/closure/goog/testing/propertyreplacer_test.html +0 -368
- data/closure-library/closure/goog/testing/pseudorandom.js +0 -162
- data/closure-library/closure/goog/testing/pseudorandom_test.html +0 -98
- data/closure-library/closure/goog/testing/recordfunction.js +0 -194
- data/closure-library/closure/goog/testing/recordfunction_test.html +0 -147
- data/closure-library/closure/goog/testing/singleton.js +0 -82
- data/closure-library/closure/goog/testing/singleton_test.html +0 -39
- data/closure-library/closure/goog/testing/stacktrace.js +0 -470
- data/closure-library/closure/goog/testing/stacktrace_test.html +0 -229
- data/closure-library/closure/goog/testing/strictmock.js +0 -124
- data/closure-library/closure/goog/testing/strictmock_test.html +0 -368
- data/closure-library/closure/goog/testing/style/layoutasserts.js +0 -368
- data/closure-library/closure/goog/testing/style/layoutasserts_test.html +0 -269
- data/closure-library/closure/goog/testing/testcase.js +0 -1053
- data/closure-library/closure/goog/testing/testqueue.js +0 -66
- data/closure-library/closure/goog/testing/testrunner.js +0 -391
- data/closure-library/closure/goog/testing/ui/rendererasserts.js +0 -50
- data/closure-library/closure/goog/testing/ui/rendererasserts_test.html +0 -51
- data/closure-library/closure/goog/testing/ui/rendererharness.js +0 -175
- data/closure-library/closure/goog/testing/ui/style.js +0 -137
- data/closure-library/closure/goog/testing/ui/style_reference.html +0 -27
- data/closure-library/closure/goog/testing/ui/style_test.html +0 -130
- data/closure-library/closure/goog/timer/timer.js +0 -285
- data/closure-library/closure/goog/timer/timer_test.html +0 -118
- data/closure-library/closure/goog/tweak/entries.js +0 -990
- data/closure-library/closure/goog/tweak/entries_test.html +0 -94
- data/closure-library/closure/goog/tweak/registry.js +0 -310
- data/closure-library/closure/goog/tweak/registry_test.html +0 -144
- data/closure-library/closure/goog/tweak/testhelpers.js +0 -111
- data/closure-library/closure/goog/tweak/tweak.js +0 -318
- data/closure-library/closure/goog/tweak/tweakui.js +0 -817
- data/closure-library/closure/goog/tweak/tweakui_test.html +0 -280
- data/closure-library/closure/goog/ui/abstractspellchecker.js +0 -1069
- data/closure-library/closure/goog/ui/activitymonitor.js +0 -286
- data/closure-library/closure/goog/ui/activitymonitor_test.html +0 -44
- data/closure-library/closure/goog/ui/advancedtooltip.js +0 -368
- data/closure-library/closure/goog/ui/advancedtooltip_test.html +0 -274
- data/closure-library/closure/goog/ui/animatedzippy.js +0 -190
- data/closure-library/closure/goog/ui/attachablemenu.js +0 -464
- data/closure-library/closure/goog/ui/autocomplete/arraymatcher.js +0 -156
- data/closure-library/closure/goog/ui/autocomplete/arraymatcher_test.html +0 -130
- data/closure-library/closure/goog/ui/autocomplete/autocomplete.js +0 -627
- data/closure-library/closure/goog/ui/autocomplete/autocomplete_test.html +0 -537
- data/closure-library/closure/goog/ui/autocomplete/basic.js +0 -53
- data/closure-library/closure/goog/ui/autocomplete/basic_test.html +0 -204
- data/closure-library/closure/goog/ui/autocomplete/inputhandler.js +0 -1209
- data/closure-library/closure/goog/ui/autocomplete/inputhandler_test.html +0 -555
- data/closure-library/closure/goog/ui/autocomplete/remote.js +0 -117
- data/closure-library/closure/goog/ui/autocomplete/remotearraymatcher.js +0 -273
- data/closure-library/closure/goog/ui/autocomplete/remotearraymatcher_test.html +0 -73
- data/closure-library/closure/goog/ui/autocomplete/renderer.js +0 -852
- data/closure-library/closure/goog/ui/autocomplete/renderer_test.html +0 -386
- data/closure-library/closure/goog/ui/autocomplete/richinputhandler.js +0 -59
- data/closure-library/closure/goog/ui/autocomplete/richremote.js +0 -108
- data/closure-library/closure/goog/ui/autocomplete/richremotearraymatcher.js +0 -126
- data/closure-library/closure/goog/ui/basicmenu.js +0 -930
- data/closure-library/closure/goog/ui/bidiinput.js +0 -164
- data/closure-library/closure/goog/ui/bubble.js +0 -475
- data/closure-library/closure/goog/ui/button.js +0 -208
- data/closure-library/closure/goog/ui/button_test.html +0 -257
- data/closure-library/closure/goog/ui/buttonrenderer.js +0 -205
- data/closure-library/closure/goog/ui/buttonrenderer_test.html +0 -190
- data/closure-library/closure/goog/ui/buttonside.js +0 -40
- data/closure-library/closure/goog/ui/cccbutton.js +0 -281
- data/closure-library/closure/goog/ui/charcounter.js +0 -200
- data/closure-library/closure/goog/ui/charpicker.js +0 -807
- data/closure-library/closure/goog/ui/checkbox.js +0 -303
- data/closure-library/closure/goog/ui/checkbox_test.html +0 -224
- data/closure-library/closure/goog/ui/checkboxmenuitem.js +0 -53
- data/closure-library/closure/goog/ui/colorbutton.js +0 -58
- data/closure-library/closure/goog/ui/colorbutton_test.html +0 -70
- data/closure-library/closure/goog/ui/colorbuttonrenderer.js +0 -72
- data/closure-library/closure/goog/ui/colormenubutton.js +0 -213
- data/closure-library/closure/goog/ui/colormenubuttonrenderer.js +0 -144
- data/closure-library/closure/goog/ui/colormenubuttonrenderer_test.html +0 -88
- data/closure-library/closure/goog/ui/colorpalette.js +0 -162
- data/closure-library/closure/goog/ui/colorpalette_test.html +0 -169
- data/closure-library/closure/goog/ui/colorpicker.js +0 -344
- data/closure-library/closure/goog/ui/colorsplitbehavior.js +0 -61
- data/closure-library/closure/goog/ui/combobox.js +0 -894
- data/closure-library/closure/goog/ui/combobox_test.html +0 -208
- data/closure-library/closure/goog/ui/component.js +0 -1187
- data/closure-library/closure/goog/ui/component_test.html +0 -723
- data/closure-library/closure/goog/ui/container.js +0 -1296
- data/closure-library/closure/goog/ui/container_test.html +0 -450
- data/closure-library/closure/goog/ui/containerrenderer.js +0 -370
- data/closure-library/closure/goog/ui/containerrenderer_test.html +0 -227
- data/closure-library/closure/goog/ui/containerscroller.js +0 -221
- data/closure-library/closure/goog/ui/containerscroller_test.html +0 -213
- data/closure-library/closure/goog/ui/control.js +0 -1348
- data/closure-library/closure/goog/ui/control_test.html +0 -2128
- data/closure-library/closure/goog/ui/controlcontent.js +0 -28
- data/closure-library/closure/goog/ui/controlrenderer.js +0 -808
- data/closure-library/closure/goog/ui/controlrenderer_test.html +0 -840
- data/closure-library/closure/goog/ui/cookieeditor.js +0 -182
- data/closure-library/closure/goog/ui/cookieeditor_test.html +0 -102
- data/closure-library/closure/goog/ui/css3buttonrenderer.js +0 -147
- data/closure-library/closure/goog/ui/css3menubuttonrenderer.js +0 -144
- data/closure-library/closure/goog/ui/cssnames.js +0 -28
- data/closure-library/closure/goog/ui/custombutton.js +0 -58
- data/closure-library/closure/goog/ui/custombuttonrenderer.js +0 -254
- data/closure-library/closure/goog/ui/customcolorpalette.js +0 -137
- data/closure-library/closure/goog/ui/customcolorpalette_test.html +0 -60
- data/closure-library/closure/goog/ui/datepicker.js +0 -1339
- data/closure-library/closure/goog/ui/datepicker_test.html +0 -190
- data/closure-library/closure/goog/ui/decorate.js +0 -37
- data/closure-library/closure/goog/ui/decorate_test.html +0 -113
- data/closure-library/closure/goog/ui/deprecatedbutton.js +0 -381
- data/closure-library/closure/goog/ui/dialog.js +0 -1776
- data/closure-library/closure/goog/ui/dialog_test.html +0 -493
- data/closure-library/closure/goog/ui/dimensionpicker.js +0 -289
- data/closure-library/closure/goog/ui/dimensionpicker_test.html +0 -128
- data/closure-library/closure/goog/ui/dimensionpickerrenderer.js +0 -387
- data/closure-library/closure/goog/ui/dragdropdetector.js +0 -642
- data/closure-library/closure/goog/ui/drilldownrow.js +0 -494
- data/closure-library/closure/goog/ui/editor/abstractdialog.js +0 -443
- data/closure-library/closure/goog/ui/editor/abstractdialog_test.html +0 -467
- data/closure-library/closure/goog/ui/editor/bubble.js +0 -520
- data/closure-library/closure/goog/ui/editor/bubble_test.html +0 -264
- data/closure-library/closure/goog/ui/editor/defaulttoolbar.js +0 -1062
- data/closure-library/closure/goog/ui/editor/linkdialog.js +0 -833
- data/closure-library/closure/goog/ui/editor/linkdialog_test.html +0 -449
- data/closure-library/closure/goog/ui/editor/messages.js +0 -115
- data/closure-library/closure/goog/ui/editor/tabpane.js +0 -183
- data/closure-library/closure/goog/ui/editor/toolbarcontroller.js +0 -293
- data/closure-library/closure/goog/ui/editor/toolbarfactory.js +0 -437
- data/closure-library/closure/goog/ui/editor/toolbarfactory_test.html +0 -73
- data/closure-library/closure/goog/ui/emoji/emoji.js +0 -72
- data/closure-library/closure/goog/ui/emoji/emojipalette.js +0 -298
- data/closure-library/closure/goog/ui/emoji/emojipaletterenderer.js +0 -206
- data/closure-library/closure/goog/ui/emoji/emojipicker.js +0 -797
- data/closure-library/closure/goog/ui/emoji/emojipicker_test.html +0 -840
- data/closure-library/closure/goog/ui/emoji/fast_nonprogressive_emojipicker_test.html +0 -256
- data/closure-library/closure/goog/ui/emoji/fast_progressive_emojipicker_test.html +0 -256
- data/closure-library/closure/goog/ui/emoji/popupemojipicker.js +0 -410
- data/closure-library/closure/goog/ui/emoji/popupemojipicker_test.html +0 -80
- data/closure-library/closure/goog/ui/emoji/progressiveemojipaletterenderer.js +0 -97
- data/closure-library/closure/goog/ui/emoji/spriteinfo.js +0 -212
- data/closure-library/closure/goog/ui/emoji/spriteinfo_test.html +0 -51
- data/closure-library/closure/goog/ui/filteredmenu.js +0 -562
- data/closure-library/closure/goog/ui/filteredmenu_test.html +0 -299
- data/closure-library/closure/goog/ui/filterobservingmenuitem.js +0 -97
- data/closure-library/closure/goog/ui/filterobservingmenuitemrenderer.js +0 -60
- data/closure-library/closure/goog/ui/flatbuttonrenderer.js +0 -138
- data/closure-library/closure/goog/ui/flatmenubuttonrenderer.js +0 -199
- data/closure-library/closure/goog/ui/formpost.js +0 -109
- data/closure-library/closure/goog/ui/formpost_test.html +0 -109
- data/closure-library/closure/goog/ui/gauge.js +0 -999
- data/closure-library/closure/goog/ui/gaugetheme.js +0 -169
- data/closure-library/closure/goog/ui/hovercard.js +0 -447
- data/closure-library/closure/goog/ui/hovercard_test.html +0 -343
- data/closure-library/closure/goog/ui/hsvapalette.js +0 -311
- data/closure-library/closure/goog/ui/hsvapalette_test.html +0 -152
- data/closure-library/closure/goog/ui/hsvpalette.js +0 -470
- data/closure-library/closure/goog/ui/hsvpalette_test.html +0 -202
- data/closure-library/closure/goog/ui/idgenerator.js +0 -57
- data/closure-library/closure/goog/ui/idletimer.js +0 -299
- data/closure-library/closure/goog/ui/idletimer_test.html +0 -100
- data/closure-library/closure/goog/ui/iframemask.js +0 -256
- data/closure-library/closure/goog/ui/iframemask_test.html +0 -230
- data/closure-library/closure/goog/ui/imagelessbuttonrenderer.js +0 -204
- data/closure-library/closure/goog/ui/imagelessmenubuttonrenderer.js +0 -202
- data/closure-library/closure/goog/ui/imagelessroundedcorner.js +0 -971
- data/closure-library/closure/goog/ui/inputdatepicker.js +0 -306
- data/closure-library/closure/goog/ui/inputdatepicker_test.html +0 -109
- data/closure-library/closure/goog/ui/itemevent.js +0 -50
- data/closure-library/closure/goog/ui/keyboardshortcuthandler.js +0 -981
- data/closure-library/closure/goog/ui/keyboardshortcuthandler_test.html +0 -671
- data/closure-library/closure/goog/ui/labelinput.js +0 -439
- data/closure-library/closure/goog/ui/linkbuttonrenderer.js +0 -67
- data/closure-library/closure/goog/ui/media/flashobject.js +0 -629
- data/closure-library/closure/goog/ui/media/flashobject_test.html +0 -236
- data/closure-library/closure/goog/ui/media/flickr.js +0 -309
- data/closure-library/closure/goog/ui/media/flickr_test.html +0 -90
- data/closure-library/closure/goog/ui/media/media.js +0 -284
- data/closure-library/closure/goog/ui/media/media_test.html +0 -161
- data/closure-library/closure/goog/ui/media/mediamodel.js +0 -840
- data/closure-library/closure/goog/ui/media/mp3.js +0 -225
- data/closure-library/closure/goog/ui/media/mp3_test.html +0 -78
- data/closure-library/closure/goog/ui/media/photo.js +0 -139
- data/closure-library/closure/goog/ui/media/photo_test.html +0 -62
- data/closure-library/closure/goog/ui/media/picasa.js +0 -317
- data/closure-library/closure/goog/ui/media/picasa_test.html +0 -131
- data/closure-library/closure/goog/ui/media/vimeo.js +0 -264
- data/closure-library/closure/goog/ui/media/vimeo_test.html +0 -79
- data/closure-library/closure/goog/ui/media/youtube.js +0 -328
- data/closure-library/closure/goog/ui/media/youtube_test.html +0 -185
- data/closure-library/closure/goog/ui/menu.js +0 -435
- data/closure-library/closure/goog/ui/menu_test.html +0 -129
- data/closure-library/closure/goog/ui/menubase.js +0 -191
- data/closure-library/closure/goog/ui/menubutton.js +0 -815
- data/closure-library/closure/goog/ui/menubutton_test.html +0 -440
- data/closure-library/closure/goog/ui/menubutton_test_frame.html +0 -41
- data/closure-library/closure/goog/ui/menubuttonrenderer.js +0 -226
- data/closure-library/closure/goog/ui/menubuttonrenderer_test.html +0 -161
- data/closure-library/closure/goog/ui/menuheader.js +0 -62
- data/closure-library/closure/goog/ui/menuheaderrenderer.js +0 -55
- data/closure-library/closure/goog/ui/menuitem.js +0 -154
- data/closure-library/closure/goog/ui/menuitem_test.html +0 -506
- data/closure-library/closure/goog/ui/menuitemrenderer.js +0 -353
- data/closure-library/closure/goog/ui/menuitemrenderer_test.html +0 -190
- data/closure-library/closure/goog/ui/menurenderer.js +0 -118
- data/closure-library/closure/goog/ui/menuseparator.js +0 -51
- data/closure-library/closure/goog/ui/menuseparatorrenderer.js +0 -102
- data/closure-library/closure/goog/ui/mockactivitymonitor.js +0 -54
- data/closure-library/closure/goog/ui/nativebuttonrenderer.js +0 -205
- data/closure-library/closure/goog/ui/nativebuttonrenderer_test.html +0 -213
- data/closure-library/closure/goog/ui/offlineinstalldialog.js +0 -1086
- data/closure-library/closure/goog/ui/offlinestatuscard.js +0 -580
- data/closure-library/closure/goog/ui/offlinestatuscomponent.js +0 -545
- data/closure-library/closure/goog/ui/option.js +0 -67
- data/closure-library/closure/goog/ui/palette.js +0 -528
- data/closure-library/closure/goog/ui/paletterenderer.js +0 -318
- data/closure-library/closure/goog/ui/plaintextspellchecker.js +0 -668
- data/closure-library/closure/goog/ui/plaintextspellchecker_test.html +0 -240
- data/closure-library/closure/goog/ui/popup.js +0 -410
- data/closure-library/closure/goog/ui/popup_test.html +0 -137
- data/closure-library/closure/goog/ui/popupbase.js +0 -721
- data/closure-library/closure/goog/ui/popupbase_test.html +0 -186
- data/closure-library/closure/goog/ui/popupcolorpicker.js +0 -441
- data/closure-library/closure/goog/ui/popupcolorpicker_test.html +0 -71
- data/closure-library/closure/goog/ui/popupdatepicker.js +0 -273
- data/closure-library/closure/goog/ui/popupmenu.js +0 -539
- data/closure-library/closure/goog/ui/popupmenu_test.html +0 -197
- data/closure-library/closure/goog/ui/progressbar.js +0 -390
- data/closure-library/closure/goog/ui/prompt.js +0 -307
- data/closure-library/closure/goog/ui/prompt_test.html +0 -65
- data/closure-library/closure/goog/ui/rangemodel.js +0 -301
- data/closure-library/closure/goog/ui/rangemodel_test.html +0 -270
- data/closure-library/closure/goog/ui/ratings.js +0 -441
- data/closure-library/closure/goog/ui/registry.js +0 -166
- data/closure-library/closure/goog/ui/registry_test.html +0 -236
- data/closure-library/closure/goog/ui/richtextspellchecker.js +0 -600
- data/closure-library/closure/goog/ui/richtextspellchecker_test.html +0 -224
- data/closure-library/closure/goog/ui/roundedcorners.js +0 -694
- data/closure-library/closure/goog/ui/roundedpanel.js +0 -609
- data/closure-library/closure/goog/ui/roundedpanel_test.html +0 -57
- data/closure-library/closure/goog/ui/roundedtabrenderer.js +0 -196
- data/closure-library/closure/goog/ui/scrollfloater.js +0 -394
- data/closure-library/closure/goog/ui/scrollfloater_test.html +0 -46
- data/closure-library/closure/goog/ui/select.js +0 -397
- data/closure-library/closure/goog/ui/select_test.html +0 -152
- data/closure-library/closure/goog/ui/selectionmenubutton.js +0 -277
- data/closure-library/closure/goog/ui/selectionmenubutton_test.html +0 -237
- data/closure-library/closure/goog/ui/selectionmodel.js +0 -291
- data/closure-library/closure/goog/ui/separator.js +0 -74
- data/closure-library/closure/goog/ui/serverchart.js +0 -1791
- data/closure-library/closure/goog/ui/serverchart_test.html +0 -598
- data/closure-library/closure/goog/ui/slider.js +0 -125
- data/closure-library/closure/goog/ui/sliderbase.js +0 -1087
- data/closure-library/closure/goog/ui/sliderbase_test.html +0 -198
- data/closure-library/closure/goog/ui/splitbehavior.js +0 -348
- data/closure-library/closure/goog/ui/splitbehavior_test.html +0 -161
- data/closure-library/closure/goog/ui/splitpane.js +0 -844
- data/closure-library/closure/goog/ui/splitpane_test.html +0 -143
- data/closure-library/closure/goog/ui/style/app/buttonrenderer.js +0 -204
- data/closure-library/closure/goog/ui/style/app/buttonrenderer_test.html +0 -155
- data/closure-library/closure/goog/ui/style/app/menubuttonrenderer.js +0 -227
- data/closure-library/closure/goog/ui/style/app/menubuttonrenderer_test.html +0 -167
- data/closure-library/closure/goog/ui/style/app/primaryactionbuttonrenderer.js +0 -88
- data/closure-library/closure/goog/ui/style/app/primaryactionbuttonrenderer_test.html +0 -76
- data/closure-library/closure/goog/ui/submenu.js +0 -660
- data/closure-library/closure/goog/ui/submenu_test.html +0 -446
- data/closure-library/closure/goog/ui/submenurenderer.js +0 -188
- data/closure-library/closure/goog/ui/tab.js +0 -102
- data/closure-library/closure/goog/ui/tab_test.html +0 -61
- data/closure-library/closure/goog/ui/tabbar.js +0 -393
- data/closure-library/closure/goog/ui/tabbar_test.html +0 -611
- data/closure-library/closure/goog/ui/tabbarrenderer.js +0 -173
- data/closure-library/closure/goog/ui/tabbarrenderer_test.html +0 -137
- data/closure-library/closure/goog/ui/tablesorter.js +0 -304
- data/closure-library/closure/goog/ui/tablesorter_test.html +0 -127
- data/closure-library/closure/goog/ui/tabpane.js +0 -674
- data/closure-library/closure/goog/ui/tabpane_test.html +0 -107
- data/closure-library/closure/goog/ui/tabrenderer.js +0 -152
- data/closure-library/closure/goog/ui/tabrenderer_test.html +0 -132
- data/closure-library/closure/goog/ui/textarea.js +0 -573
- data/closure-library/closure/goog/ui/textarea_test.html +0 -305
- data/closure-library/closure/goog/ui/textarearenderer.js +0 -167
- data/closure-library/closure/goog/ui/togglebutton.js +0 -58
- data/closure-library/closure/goog/ui/toolbar.js +0 -45
- data/closure-library/closure/goog/ui/toolbarbutton.js +0 -54
- data/closure-library/closure/goog/ui/toolbarbuttonrenderer.js +0 -55
- data/closure-library/closure/goog/ui/toolbarcolormenubutton.js +0 -57
- data/closure-library/closure/goog/ui/toolbarcolormenubuttonrenderer.js +0 -95
- data/closure-library/closure/goog/ui/toolbarcolormenubuttonrenderer_test.html +0 -66
- data/closure-library/closure/goog/ui/toolbarmenubutton.js +0 -56
- data/closure-library/closure/goog/ui/toolbarmenubuttonrenderer.js +0 -55
- data/closure-library/closure/goog/ui/toolbarrenderer.js +0 -95
- data/closure-library/closure/goog/ui/toolbarselect.js +0 -55
- data/closure-library/closure/goog/ui/toolbarseparator.js +0 -51
- data/closure-library/closure/goog/ui/toolbarseparatorrenderer.js +0 -87
- data/closure-library/closure/goog/ui/toolbartogglebutton.js +0 -53
- data/closure-library/closure/goog/ui/tooltip.js +0 -975
- data/closure-library/closure/goog/ui/tooltip_test.html +0 -351
- data/closure-library/closure/goog/ui/tree/basenode.js +0 -1457
- data/closure-library/closure/goog/ui/tree/basenode_test.html +0 -218
- data/closure-library/closure/goog/ui/tree/treecontrol.js +0 -656
- data/closure-library/closure/goog/ui/tree/treecontrol_test.html +0 -113
- data/closure-library/closure/goog/ui/tree/treenode.js +0 -102
- data/closure-library/closure/goog/ui/tree/typeahead.js +0 -332
- data/closure-library/closure/goog/ui/tree/typeahead_test.html +0 -133
- data/closure-library/closure/goog/ui/tristatemenuitem.js +0 -185
- data/closure-library/closure/goog/ui/tristatemenuitemrenderer.js +0 -86
- data/closure-library/closure/goog/ui/twothumbslider.js +0 -134
- data/closure-library/closure/goog/ui/zippy.js +0 -277
- data/closure-library/closure/goog/ui/zippy_test.html +0 -223
- data/closure-library/closure/goog/uri/uri.js +0 -1595
- data/closure-library/closure/goog/uri/uri_test.html +0 -837
- data/closure-library/closure/goog/uri/utils.js +0 -972
- data/closure-library/closure/goog/uri/utils_test.html +0 -521
- data/closure-library/closure/goog/useragent/adobereader.js +0 -90
- data/closure-library/closure/goog/useragent/adobereader_test.html +0 -34
- data/closure-library/closure/goog/useragent/flash.js +0 -113
- data/closure-library/closure/goog/useragent/flash_test.html +0 -34
- data/closure-library/closure/goog/useragent/iphoto.js +0 -86
- data/closure-library/closure/goog/useragent/jscript.js +0 -94
- data/closure-library/closure/goog/useragent/jscript_test.html +0 -65
- data/closure-library/closure/goog/useragent/picasa.js +0 -111
- data/closure-library/closure/goog/useragent/platform.js +0 -70
- data/closure-library/closure/goog/useragent/platform_test.html +0 -108
- data/closure-library/closure/goog/useragent/product.js +0 -253
- data/closure-library/closure/goog/useragent/product_isversion.js +0 -99
- data/closure-library/closure/goog/useragent/product_test.html +0 -322
- data/closure-library/closure/goog/useragent/useragent.js +0 -464
- data/closure-library/closure/goog/useragent/useragent_test.html +0 -290
- data/closure-library/closure/goog/window/window.js +0 -206
- data/closure-library/closure/goog/window/window_test.html +0 -185
- data/closure-library/third_party/closure/goog/base.js +0 -2
- data/closure-library/third_party/closure/goog/caja/string/html/htmlparser.js +0 -611
- data/closure-library/third_party/closure/goog/caja/string/html/htmlsanitizer.js +0 -605
- data/closure-library/third_party/closure/goog/deps.js +0 -26
- data/closure-library/third_party/closure/goog/dojo/dom/query.js +0 -1537
- data/closure-library/third_party/closure/goog/dojo/dom/query_test.html +0 -63
- data/closure-library/third_party/closure/goog/dojo/dom/query_test.js +0 -160
- data/closure-library/third_party/closure/goog/jpeg_encoder/jpeg_encoder_basic.js +0 -751
- data/closure-library/third_party/closure/goog/loremipsum/text/loremipsum.js +0 -712
- data/closure-library/third_party/closure/goog/loremipsum/text/loremipsum_test.html +0 -61
- data/closure-library/third_party/closure/goog/mochikit/async/deferred.js +0 -530
- data/closure-library/third_party/closure/goog/mochikit/async/deferred_test.html +0 -627
- data/closure-library/third_party/closure/goog/mochikit/async/deferredlist.js +0 -199
- data/closure-library/third_party/closure/goog/mochikit/async/deferredlist_test.html +0 -426
- data/closure-library/third_party/closure/goog/osapi/osapi.js +0 -91
- data/closure-library/third_party/closure/goog/silverlight/AppManifest.xml +0 -6
- data/closure-library/third_party/closure/goog/silverlight/AssemblyInfo.cs +0 -35
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButton.xaml +0 -9
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButton.xaml.cs +0 -74
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButtonApp.xaml +0 -8
- data/closure-library/third_party/closure/goog/silverlight/ClipboardButtonApp.xaml.cs +0 -75
- data/closure-library/third_party/closure/goog/silverlight/ClosureClipboardButton.csproj +0 -108
- data/closure-library/third_party/closure/goog/silverlight/ClosureClipboardButton.csproj.user +0 -29
- data/closure-library/third_party/closure/goog/silverlight/clipboardbutton.js +0 -279
- data/closure-library/third_party/closure/goog/silverlight/silverlight.js +0 -758
- data/closure-library/third_party/closure/goog/silverlight/supporteduseragent.js +0 -138
- data/closure-library/third_party/closure/goog/silverlight/xap_files +0 -0
- data/closure.gemspec +0 -19
- data/config.ru +0 -40
- data/java_src/ClosureScript.java +0 -89
- data/java_src/make.rb +0 -19
- data/lib/closure/sass.rb +0 -56
- data/lib/closure.jar +0 -0
- data/scripts/demos/compiler.build +0 -1
- data/scripts/demos/compiler.debug +0 -24
- data/scripts/demos/compiler.js.erb +0 -22
- data/scripts/demos/compiler.map +0 -114
- data/scripts/demos/deps.js.erb +0 -1
- data/scripts/demos/googly.erb +0 -19
- data/scripts/demos/googly.js +0 -24
- data/scripts/demos/helloworld.erb +0 -24
- data/scripts/demos/helloworld.js +0 -58
- data/scripts/demos/helloworld.soy +0 -45
- data/scripts/demos/index.erb +0 -29
- data/scripts/externs/jquery.externs +0 -4
- data/scripts/fixtures/_partial.haml +0 -2
- data/scripts/fixtures/erb.html.erb +0 -8
- data/scripts/fixtures/haml.haml +0 -6
- data/scripts/fixtures/html.html +0 -9
- data/scripts/fixtures/route_js.js.erb +0 -1
- data/test/beanshell_test.rb +0 -22
- data/test/server_test.rb +0 -67
- data/test/sources_test.rb +0 -41
- data/test/test_helper.rb +0 -12
- /data/{scripts/externs → externs}/jquery-ui.externs +0 -0
- /data/scripts/{demos/jquery.js → jquery/jquery_1.4.4.js} +0 -0
@@ -1,1160 +0,0 @@
|
|
1
|
-
// Copyright 2009 The Closure Library Authors. All Rights Reserved.
|
2
|
-
//
|
3
|
-
// Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
// you may not use this file except in compliance with the License.
|
5
|
-
// You may obtain a copy of the License at
|
6
|
-
//
|
7
|
-
// http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
//
|
9
|
-
// Unless required by applicable law or agreed to in writing, software
|
10
|
-
// distributed under the License is distributed on an "AS-IS" BASIS,
|
11
|
-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
// See the License for the specific language governing permissions and
|
13
|
-
// limitations under the License.
|
14
|
-
|
15
|
-
/**
|
16
|
-
* @fileoverview Collection of unitility functions for Unicode character.
|
17
|
-
*
|
18
|
-
*/
|
19
|
-
|
20
|
-
goog.provide('goog.i18n.uChar');
|
21
|
-
|
22
|
-
|
23
|
-
/**
|
24
|
-
* Map used for looking up the char data. Will be created lazily.
|
25
|
-
* @type {Object}
|
26
|
-
* @private
|
27
|
-
*/
|
28
|
-
goog.i18n.uChar.charData_ = null;
|
29
|
-
|
30
|
-
|
31
|
-
/**
|
32
|
-
* Gets the U+ notation string of a Unicode character. Ex: 'U+0041' for 'A'.
|
33
|
-
* @param {string} ch The given character.
|
34
|
-
* @return {string} The U+ notation of the given character.
|
35
|
-
*/
|
36
|
-
goog.i18n.uChar.toHexString = function(ch) {
|
37
|
-
var chCode = goog.i18n.uChar.toCharCode(ch);
|
38
|
-
var chCodeStr = 'U+' + goog.i18n.uChar.padString_(
|
39
|
-
chCode.toString(16).toUpperCase(), 4, '0');
|
40
|
-
|
41
|
-
return chCodeStr;
|
42
|
-
};
|
43
|
-
|
44
|
-
|
45
|
-
/**
|
46
|
-
* Gets a string padded with given character to get given size.
|
47
|
-
* @param {string} str The given string to be padded.
|
48
|
-
* @param {number} length The target size of the string.
|
49
|
-
* @param {string} ch The character to be padded with.
|
50
|
-
* @return {string} The padded string.
|
51
|
-
* @private
|
52
|
-
*/
|
53
|
-
goog.i18n.uChar.padString_ = function(str, length, ch) {
|
54
|
-
while (str.length < length) {
|
55
|
-
str = ch + str;
|
56
|
-
}
|
57
|
-
return str;
|
58
|
-
};
|
59
|
-
|
60
|
-
|
61
|
-
/**
|
62
|
-
* Gets Unicode value of the given character.
|
63
|
-
* @param {string} ch The given character.
|
64
|
-
* @return {number} The Unicode value of the character.
|
65
|
-
*/
|
66
|
-
goog.i18n.uChar.toCharCode = function(ch) {
|
67
|
-
var chCode = ch.charCodeAt(0);
|
68
|
-
if (chCode >= 0xD800 && chCode <= 0xDBFF) {
|
69
|
-
var chCode2 = ch.charCodeAt(1);
|
70
|
-
chCode = (chCode - 0xD800) * 0x400 + chCode2 - 0xDC00 + 0x10000;
|
71
|
-
}
|
72
|
-
|
73
|
-
return chCode;
|
74
|
-
};
|
75
|
-
|
76
|
-
|
77
|
-
/**
|
78
|
-
* Gets a character from the given Unicode value.
|
79
|
-
* @param {number} code The Unicode value of the character.
|
80
|
-
* @return {?string} The character from Unicode value.
|
81
|
-
*/
|
82
|
-
goog.i18n.uChar.fromCharCode = function(code) {
|
83
|
-
if (!code || code > 0x10FFFF) {
|
84
|
-
return null;
|
85
|
-
} else if (code >= 0x10000) {
|
86
|
-
var hi = Math.floor((code - 0x10000) / 0x400) + 0xD800;
|
87
|
-
var lo = (code - 0x10000) % 0x400 + 0xDC00;
|
88
|
-
return String.fromCharCode(hi) + String.fromCharCode(lo);
|
89
|
-
} else {
|
90
|
-
return String.fromCharCode(code);
|
91
|
-
}
|
92
|
-
};
|
93
|
-
|
94
|
-
|
95
|
-
/**
|
96
|
-
* Gets the name of a character, if available, returns null otherwise.
|
97
|
-
* @param {string} ch The character.
|
98
|
-
* @return {?string} The name of the character.
|
99
|
-
*/
|
100
|
-
goog.i18n.uChar.toName = function(ch) {
|
101
|
-
if (!goog.i18n.uChar.charData_) {
|
102
|
-
goog.i18n.uChar.createCharData();
|
103
|
-
}
|
104
|
-
|
105
|
-
var names = goog.i18n.uChar.charData_;
|
106
|
-
var chCode = goog.i18n.uChar.toCharCode(ch);
|
107
|
-
var chCodeStr = chCode + '';
|
108
|
-
|
109
|
-
if (ch in names) {
|
110
|
-
return names[ch];
|
111
|
-
} else if (chCodeStr in names) {
|
112
|
-
return names[chCode];
|
113
|
-
} else if (0xFE00 <= chCode && chCode <= 0xFE0F ||
|
114
|
-
0xE0100 <= chCode && chCode <= 0xE01EF) {
|
115
|
-
var seqnum;
|
116
|
-
if (0xFE00 <= chCode && chCode <= 0xFE0F) {
|
117
|
-
// Variation selectors from 1 to 16.
|
118
|
-
seqnum = chCode - 0xFDFF;
|
119
|
-
} else {
|
120
|
-
// Variation selectors from 17 to 256.
|
121
|
-
seqnum = chCode - 0xE00EF;
|
122
|
-
}
|
123
|
-
|
124
|
-
/** @desc Variation selector with the sequence number. */
|
125
|
-
var MSG_VARIATION_SELECTOR_SEQNUM =
|
126
|
-
goog.getMsg('Variation Selector - {$seqnum}', {'seqnum': seqnum});
|
127
|
-
return MSG_VARIATION_SELECTOR_SEQNUM;
|
128
|
-
}
|
129
|
-
return null;
|
130
|
-
};
|
131
|
-
|
132
|
-
|
133
|
-
/**
|
134
|
-
* Following lines are programatically created.
|
135
|
-
* Details: https://sites/cibu/character-picker.
|
136
|
-
**/
|
137
|
-
|
138
|
-
|
139
|
-
/**
|
140
|
-
* Sets up the character map, lazily. Some characters are indexed by their
|
141
|
-
* decimal value.
|
142
|
-
* @protected
|
143
|
-
*/
|
144
|
-
goog.i18n.uChar.createCharData = function() {
|
145
|
-
|
146
|
-
|
147
|
-
/**
|
148
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
149
|
-
* shown to a document editing user trying to insert a special character.
|
150
|
-
* The balloon help would appear while the user hovers over the character
|
151
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
152
|
-
* as consise as possible. More details:
|
153
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
154
|
-
*/
|
155
|
-
var MSG_CP_ARABIC_SIGN_SANAH = goog.getMsg('Arabic Sign Sanah');
|
156
|
-
|
157
|
-
|
158
|
-
/**
|
159
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
160
|
-
* shown to a document editing user trying to insert a special character.
|
161
|
-
* The balloon help would appear while the user hovers over the character
|
162
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
163
|
-
* as consise as possible. More details:
|
164
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
165
|
-
*/
|
166
|
-
var MSG_CP_CANADIAN_SYLLABICS_HYPHEN =
|
167
|
-
goog.getMsg('Canadian Syllabics Hyphen');
|
168
|
-
|
169
|
-
|
170
|
-
/**
|
171
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
172
|
-
* shown to a document editing user trying to insert a special character.
|
173
|
-
* The balloon help would appear while the user hovers over the character
|
174
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
175
|
-
* as consise as possible. More details:
|
176
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
177
|
-
*/
|
178
|
-
var MSG_CP_ARABIC_SIGN_SAFHA = goog.getMsg('Arabic Sign Safha');
|
179
|
-
|
180
|
-
|
181
|
-
/**
|
182
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
183
|
-
* shown to a document editing user trying to insert a special character.
|
184
|
-
* The balloon help would appear while the user hovers over the character
|
185
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
186
|
-
* as consise as possible. More details:
|
187
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
188
|
-
*/
|
189
|
-
var MSG_CP_ARABIC_FOOTNOTE_MARKER = goog.getMsg('Arabic Footnote Marker');
|
190
|
-
|
191
|
-
|
192
|
-
/**
|
193
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
194
|
-
* shown to a document editing user trying to insert a special character.
|
195
|
-
* The balloon help would appear while the user hovers over the character
|
196
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
197
|
-
* as consise as possible. More details:
|
198
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
199
|
-
*/
|
200
|
-
var MSG_CP_FOUR_PER_EM_SPACE = goog.getMsg('Four-per-em Space');
|
201
|
-
|
202
|
-
|
203
|
-
/**
|
204
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
205
|
-
* shown to a document editing user trying to insert a special character.
|
206
|
-
* The balloon help would appear while the user hovers over the character
|
207
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
208
|
-
* as consise as possible. More details:
|
209
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
210
|
-
*/
|
211
|
-
var MSG_CP_THREE_PER_EM_SPACE = goog.getMsg('Three-per-em Space');
|
212
|
-
|
213
|
-
|
214
|
-
/**
|
215
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
216
|
-
* shown to a document editing user trying to insert a special character.
|
217
|
-
* The balloon help would appear while the user hovers over the character
|
218
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
219
|
-
* as consise as possible. More details:
|
220
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
221
|
-
*/
|
222
|
-
var MSG_CP_FIGURE_SPACE = goog.getMsg('Figure Space');
|
223
|
-
|
224
|
-
|
225
|
-
/**
|
226
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
227
|
-
* shown to a document editing user trying to insert a special character.
|
228
|
-
* The balloon help would appear while the user hovers over the character
|
229
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
230
|
-
* as consise as possible. More details:
|
231
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
232
|
-
*/
|
233
|
-
var MSG_CP_MONGOLIAN_SOFT_HYPHEN = goog.getMsg('Mongolian Soft Hyphen');
|
234
|
-
|
235
|
-
|
236
|
-
/**
|
237
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
238
|
-
* shown to a document editing user trying to insert a special character.
|
239
|
-
* The balloon help would appear while the user hovers over the character
|
240
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
241
|
-
* as consise as possible. More details:
|
242
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
243
|
-
*/
|
244
|
-
var MSG_CP_THIN_SPACE = goog.getMsg('Thin Space');
|
245
|
-
|
246
|
-
|
247
|
-
/**
|
248
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
249
|
-
* shown to a document editing user trying to insert a special character.
|
250
|
-
* The balloon help would appear while the user hovers over the character
|
251
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
252
|
-
* as consise as possible. More details:
|
253
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
254
|
-
*/
|
255
|
-
var MSG_CP_SOFT_HYPHEN = goog.getMsg('Soft Hyphen');
|
256
|
-
|
257
|
-
|
258
|
-
/**
|
259
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
260
|
-
* shown to a document editing user trying to insert a special character.
|
261
|
-
* The balloon help would appear while the user hovers over the character
|
262
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
263
|
-
* as consise as possible. More details:
|
264
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
265
|
-
*/
|
266
|
-
var MSG_CP_ZERO_WIDTH_SPACE = goog.getMsg('Zero Width Space');
|
267
|
-
|
268
|
-
|
269
|
-
/**
|
270
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
271
|
-
* shown to a document editing user trying to insert a special character.
|
272
|
-
* The balloon help would appear while the user hovers over the character
|
273
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
274
|
-
* as consise as possible. More details:
|
275
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
276
|
-
*/
|
277
|
-
var MSG_CP_ARMENIAN_HYPHEN = goog.getMsg('Armenian Hyphen');
|
278
|
-
|
279
|
-
|
280
|
-
/**
|
281
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
282
|
-
* shown to a document editing user trying to insert a special character.
|
283
|
-
* The balloon help would appear while the user hovers over the character
|
284
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
285
|
-
* as consise as possible. More details:
|
286
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
287
|
-
*/
|
288
|
-
var MSG_CP_ZERO_WIDTH_JOINER = goog.getMsg('Zero Width Joiner');
|
289
|
-
|
290
|
-
|
291
|
-
/**
|
292
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
293
|
-
* shown to a document editing user trying to insert a special character.
|
294
|
-
* The balloon help would appear while the user hovers over the character
|
295
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
296
|
-
* as consise as possible. More details:
|
297
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
298
|
-
*/
|
299
|
-
var MSG_CP_EM_SPACE = goog.getMsg('Em Space');
|
300
|
-
|
301
|
-
|
302
|
-
/**
|
303
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
304
|
-
* shown to a document editing user trying to insert a special character.
|
305
|
-
* The balloon help would appear while the user hovers over the character
|
306
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
307
|
-
* as consise as possible. More details:
|
308
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
309
|
-
*/
|
310
|
-
var MSG_CP_SYRIAC_ABBREVIATION_MARK = goog.getMsg('Syriac Abbreviation Mark');
|
311
|
-
|
312
|
-
|
313
|
-
/**
|
314
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
315
|
-
* shown to a document editing user trying to insert a special character.
|
316
|
-
* The balloon help would appear while the user hovers over the character
|
317
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
318
|
-
* as consise as possible. More details:
|
319
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
320
|
-
*/
|
321
|
-
var MSG_CP_MONGOLIAN_VOWEL_SEPARATOR =
|
322
|
-
goog.getMsg('Mongolian Vowel Separator');
|
323
|
-
|
324
|
-
|
325
|
-
/**
|
326
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
327
|
-
* shown to a document editing user trying to insert a special character.
|
328
|
-
* The balloon help would appear while the user hovers over the character
|
329
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
330
|
-
* as consise as possible. More details:
|
331
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
332
|
-
*/
|
333
|
-
var MSG_CP_NON_BREAKING_HYPHEN = goog.getMsg('Non-breaking Hyphen');
|
334
|
-
|
335
|
-
|
336
|
-
/**
|
337
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
338
|
-
* shown to a document editing user trying to insert a special character.
|
339
|
-
* The balloon help would appear while the user hovers over the character
|
340
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
341
|
-
* as consise as possible. More details:
|
342
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
343
|
-
*/
|
344
|
-
var MSG_CP_HYPHEN = goog.getMsg('Hyphen');
|
345
|
-
|
346
|
-
|
347
|
-
/**
|
348
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
349
|
-
* shown to a document editing user trying to insert a special character.
|
350
|
-
* The balloon help would appear while the user hovers over the character
|
351
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
352
|
-
* as consise as possible. More details:
|
353
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
354
|
-
*/
|
355
|
-
var MSG_CP_EM_QUAD = goog.getMsg('Em Quad');
|
356
|
-
|
357
|
-
|
358
|
-
/**
|
359
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
360
|
-
* shown to a document editing user trying to insert a special character.
|
361
|
-
* The balloon help would appear while the user hovers over the character
|
362
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
363
|
-
* as consise as possible. More details:
|
364
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
365
|
-
*/
|
366
|
-
var MSG_CP_EN_SPACE = goog.getMsg('En Space');
|
367
|
-
|
368
|
-
|
369
|
-
/**
|
370
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
371
|
-
* shown to a document editing user trying to insert a special character.
|
372
|
-
* The balloon help would appear while the user hovers over the character
|
373
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
374
|
-
* as consise as possible. More details:
|
375
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
376
|
-
*/
|
377
|
-
var MSG_CP_HORIZONTAL_BAR = goog.getMsg('Horizontal Bar');
|
378
|
-
|
379
|
-
|
380
|
-
/**
|
381
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
382
|
-
* shown to a document editing user trying to insert a special character.
|
383
|
-
* The balloon help would appear while the user hovers over the character
|
384
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
385
|
-
* as consise as possible. More details:
|
386
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
387
|
-
*/
|
388
|
-
var MSG_CP_EM_DASH = goog.getMsg('Em Dash');
|
389
|
-
|
390
|
-
|
391
|
-
/**
|
392
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
393
|
-
* shown to a document editing user trying to insert a special character.
|
394
|
-
* The balloon help would appear while the user hovers over the character
|
395
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
396
|
-
* as consise as possible. More details:
|
397
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
398
|
-
*/
|
399
|
-
var MSG_CP_DOUBLE_OBLIQUE_HYPHEN = goog.getMsg('Double Oblique Hyphen');
|
400
|
-
|
401
|
-
|
402
|
-
/**
|
403
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
404
|
-
* shown to a document editing user trying to insert a special character.
|
405
|
-
* The balloon help would appear while the user hovers over the character
|
406
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
407
|
-
* as consise as possible. More details:
|
408
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
409
|
-
*/
|
410
|
-
var MSG_CP_MUSICAL_SYMBOL_END_PHRASE =
|
411
|
-
goog.getMsg('Musical Symbol End Phrase');
|
412
|
-
|
413
|
-
|
414
|
-
/**
|
415
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
416
|
-
* shown to a document editing user trying to insert a special character.
|
417
|
-
* The balloon help would appear while the user hovers over the character
|
418
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
419
|
-
* as consise as possible. More details:
|
420
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
421
|
-
*/
|
422
|
-
var MSG_CP_MEDIUM_MATHEMATICAL_SPACE =
|
423
|
-
goog.getMsg('Medium Mathematical Space');
|
424
|
-
|
425
|
-
|
426
|
-
/**
|
427
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
428
|
-
* shown to a document editing user trying to insert a special character.
|
429
|
-
* The balloon help would appear while the user hovers over the character
|
430
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
431
|
-
* as consise as possible. More details:
|
432
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
433
|
-
*/
|
434
|
-
var MSG_CP_WAVE_DASH = goog.getMsg('Wave Dash');
|
435
|
-
|
436
|
-
|
437
|
-
/**
|
438
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
439
|
-
* shown to a document editing user trying to insert a special character.
|
440
|
-
* The balloon help would appear while the user hovers over the character
|
441
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
442
|
-
* as consise as possible. More details:
|
443
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
444
|
-
*/
|
445
|
-
var MSG_CP_SPACE = goog.getMsg('Space');
|
446
|
-
|
447
|
-
|
448
|
-
/**
|
449
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
450
|
-
* shown to a document editing user trying to insert a special character.
|
451
|
-
* The balloon help would appear while the user hovers over the character
|
452
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
453
|
-
* as consise as possible. More details:
|
454
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
455
|
-
*/
|
456
|
-
var MSG_CP_HYPHEN_WITH_DIAERESIS = goog.getMsg('Hyphen With Diaeresis');
|
457
|
-
|
458
|
-
|
459
|
-
/**
|
460
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
461
|
-
* shown to a document editing user trying to insert a special character.
|
462
|
-
* The balloon help would appear while the user hovers over the character
|
463
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
464
|
-
* as consise as possible. More details:
|
465
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
466
|
-
*/
|
467
|
-
var MSG_CP_EN_QUAD = goog.getMsg('En Quad');
|
468
|
-
|
469
|
-
|
470
|
-
/**
|
471
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
472
|
-
* shown to a document editing user trying to insert a special character.
|
473
|
-
* The balloon help would appear while the user hovers over the character
|
474
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
475
|
-
* as consise as possible. More details:
|
476
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
477
|
-
*/
|
478
|
-
var MSG_CP_RIGHT_TO_LEFT_EMBEDDING = goog.getMsg('Right-to-left Embedding');
|
479
|
-
|
480
|
-
|
481
|
-
/**
|
482
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
483
|
-
* shown to a document editing user trying to insert a special character.
|
484
|
-
* The balloon help would appear while the user hovers over the character
|
485
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
486
|
-
* as consise as possible. More details:
|
487
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
488
|
-
*/
|
489
|
-
var MSG_CP_SIX_PER_EM_SPACE = goog.getMsg('Six-per-em Space');
|
490
|
-
|
491
|
-
|
492
|
-
/**
|
493
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
494
|
-
* shown to a document editing user trying to insert a special character.
|
495
|
-
* The balloon help would appear while the user hovers over the character
|
496
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
497
|
-
* as consise as possible. More details:
|
498
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
499
|
-
*/
|
500
|
-
var MSG_CP_HYPHEN_MINUS = goog.getMsg('Hyphen-minus');
|
501
|
-
|
502
|
-
|
503
|
-
/**
|
504
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
505
|
-
* shown to a document editing user trying to insert a special character.
|
506
|
-
* The balloon help would appear while the user hovers over the character
|
507
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
508
|
-
* as consise as possible. More details:
|
509
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
510
|
-
*/
|
511
|
-
var MSG_CP_POP_DIRECTIONAL_FORMATTING =
|
512
|
-
goog.getMsg('Pop Directional Formatting');
|
513
|
-
|
514
|
-
|
515
|
-
/**
|
516
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
517
|
-
* shown to a document editing user trying to insert a special character.
|
518
|
-
* The balloon help would appear while the user hovers over the character
|
519
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
520
|
-
* as consise as possible. More details:
|
521
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
522
|
-
*/
|
523
|
-
var MSG_CP_NARROW_NO_BREAK_SPACE = goog.getMsg('Narrow No-break Space');
|
524
|
-
|
525
|
-
|
526
|
-
/**
|
527
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
528
|
-
* shown to a document editing user trying to insert a special character.
|
529
|
-
* The balloon help would appear while the user hovers over the character
|
530
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
531
|
-
* as consise as possible. More details:
|
532
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
533
|
-
*/
|
534
|
-
var MSG_CP_RIGHT_TO_LEFT_OVERRIDE = goog.getMsg('Right-to-left Override');
|
535
|
-
|
536
|
-
|
537
|
-
/**
|
538
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
539
|
-
* shown to a document editing user trying to insert a special character.
|
540
|
-
* The balloon help would appear while the user hovers over the character
|
541
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
542
|
-
* as consise as possible. More details:
|
543
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
544
|
-
*/
|
545
|
-
var MSG_CP_PRESENTATION_FORM_FOR_VERTICAL_EM_DASH =
|
546
|
-
goog.getMsg('Presentation Form For Vertical Em Dash');
|
547
|
-
|
548
|
-
|
549
|
-
/**
|
550
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
551
|
-
* shown to a document editing user trying to insert a special character.
|
552
|
-
* The balloon help would appear while the user hovers over the character
|
553
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
554
|
-
* as consise as possible. More details:
|
555
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
556
|
-
*/
|
557
|
-
var MSG_CP_WAVY_DASH = goog.getMsg('Wavy Dash');
|
558
|
-
|
559
|
-
|
560
|
-
/**
|
561
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
562
|
-
* shown to a document editing user trying to insert a special character.
|
563
|
-
* The balloon help would appear while the user hovers over the character
|
564
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
565
|
-
* as consise as possible. More details:
|
566
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
567
|
-
*/
|
568
|
-
var MSG_CP_PRESENTATION_FORM_FOR_VERTICAL_EN_DASH =
|
569
|
-
goog.getMsg('Presentation Form For Vertical En Dash');
|
570
|
-
|
571
|
-
|
572
|
-
/**
|
573
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
574
|
-
* shown to a document editing user trying to insert a special character.
|
575
|
-
* The balloon help would appear while the user hovers over the character
|
576
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
577
|
-
* as consise as possible. More details:
|
578
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
579
|
-
*/
|
580
|
-
var MSG_CP_KHMER_VOWEL_INHERENT_AA = goog.getMsg('Khmer Vowel Inherent Aa');
|
581
|
-
|
582
|
-
|
583
|
-
/**
|
584
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
585
|
-
* shown to a document editing user trying to insert a special character.
|
586
|
-
* The balloon help would appear while the user hovers over the character
|
587
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
588
|
-
* as consise as possible. More details:
|
589
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
590
|
-
*/
|
591
|
-
var MSG_CP_KHMER_VOWEL_INHERENT_AQ = goog.getMsg('Khmer Vowel Inherent Aq');
|
592
|
-
|
593
|
-
|
594
|
-
/**
|
595
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
596
|
-
* shown to a document editing user trying to insert a special character.
|
597
|
-
* The balloon help would appear while the user hovers over the character
|
598
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
599
|
-
* as consise as possible. More details:
|
600
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
601
|
-
*/
|
602
|
-
var MSG_CP_PUNCTUATION_SPACE = goog.getMsg('Punctuation Space');
|
603
|
-
|
604
|
-
|
605
|
-
/**
|
606
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
607
|
-
* shown to a document editing user trying to insert a special character.
|
608
|
-
* The balloon help would appear while the user hovers over the character
|
609
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
610
|
-
* as consise as possible. More details:
|
611
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
612
|
-
*/
|
613
|
-
var MSG_CP_HALFWIDTH_HANGUL_FILLER = goog.getMsg('Halfwidth Hangul Filler');
|
614
|
-
|
615
|
-
|
616
|
-
/**
|
617
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
618
|
-
* shown to a document editing user trying to insert a special character.
|
619
|
-
* The balloon help would appear while the user hovers over the character
|
620
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
621
|
-
* as consise as possible. More details:
|
622
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
623
|
-
*/
|
624
|
-
var MSG_CP_KAITHI_NUMBER_SIGN = goog.getMsg('Kaithi Number Sign');
|
625
|
-
|
626
|
-
|
627
|
-
/**
|
628
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
629
|
-
* shown to a document editing user trying to insert a special character.
|
630
|
-
* The balloon help would appear while the user hovers over the character
|
631
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
632
|
-
* as consise as possible. More details:
|
633
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
634
|
-
*/
|
635
|
-
var MSG_CP_LEFT_TO_RIGHT_EMBEDDING = goog.getMsg('Left-to-right Embedding');
|
636
|
-
|
637
|
-
|
638
|
-
/**
|
639
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
640
|
-
* shown to a document editing user trying to insert a special character.
|
641
|
-
* The balloon help would appear while the user hovers over the character
|
642
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
643
|
-
* as consise as possible. More details:
|
644
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
645
|
-
*/
|
646
|
-
var MSG_CP_HEBREW_PUNCTUATION_MAQAF = goog.getMsg('Hebrew Punctuation Maqaf');
|
647
|
-
|
648
|
-
|
649
|
-
/**
|
650
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
651
|
-
* shown to a document editing user trying to insert a special character.
|
652
|
-
* The balloon help would appear while the user hovers over the character
|
653
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
654
|
-
* as consise as possible. More details:
|
655
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
656
|
-
*/
|
657
|
-
var MSG_CP_IDEOGRAPHIC_SPACE = goog.getMsg('Ideographic Space');
|
658
|
-
|
659
|
-
|
660
|
-
/**
|
661
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
662
|
-
* shown to a document editing user trying to insert a special character.
|
663
|
-
* The balloon help would appear while the user hovers over the character
|
664
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
665
|
-
* as consise as possible. More details:
|
666
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
667
|
-
*/
|
668
|
-
var MSG_CP_HAIR_SPACE = goog.getMsg('Hair Space');
|
669
|
-
|
670
|
-
|
671
|
-
/**
|
672
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
673
|
-
* shown to a document editing user trying to insert a special character.
|
674
|
-
* The balloon help would appear while the user hovers over the character
|
675
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
676
|
-
* as consise as possible. More details:
|
677
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
678
|
-
*/
|
679
|
-
var MSG_CP_NO_BREAK_SPACE = goog.getMsg('No-break Space');
|
680
|
-
|
681
|
-
|
682
|
-
/**
|
683
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
684
|
-
* shown to a document editing user trying to insert a special character.
|
685
|
-
* The balloon help would appear while the user hovers over the character
|
686
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
687
|
-
* as consise as possible. More details:
|
688
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
689
|
-
*/
|
690
|
-
var MSG_CP_FULLWIDTH_HYPHEN_MINUS = goog.getMsg('Fullwidth Hyphen-minus');
|
691
|
-
|
692
|
-
|
693
|
-
/**
|
694
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
695
|
-
* shown to a document editing user trying to insert a special character.
|
696
|
-
* The balloon help would appear while the user hovers over the character
|
697
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
698
|
-
* as consise as possible. More details:
|
699
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
700
|
-
*/
|
701
|
-
var MSG_CP_PARAGRAPH_SEPARATOR = goog.getMsg('Paragraph Separator');
|
702
|
-
|
703
|
-
|
704
|
-
/**
|
705
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
706
|
-
* shown to a document editing user trying to insert a special character.
|
707
|
-
* The balloon help would appear while the user hovers over the character
|
708
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
709
|
-
* as consise as possible. More details:
|
710
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
711
|
-
*/
|
712
|
-
var MSG_CP_LEFT_TO_RIGHT_OVERRIDE = goog.getMsg('Left-to-right Override');
|
713
|
-
|
714
|
-
|
715
|
-
/**
|
716
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
717
|
-
* shown to a document editing user trying to insert a special character.
|
718
|
-
* The balloon help would appear while the user hovers over the character
|
719
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
720
|
-
* as consise as possible. More details:
|
721
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
722
|
-
*/
|
723
|
-
var MSG_CP_SMALL_HYPHEN_MINUS = goog.getMsg('Small Hyphen-minus');
|
724
|
-
|
725
|
-
|
726
|
-
/**
|
727
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
728
|
-
* shown to a document editing user trying to insert a special character.
|
729
|
-
* The balloon help would appear while the user hovers over the character
|
730
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
731
|
-
* as consise as possible. More details:
|
732
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
733
|
-
*/
|
734
|
-
var MSG_CP_COMBINING_GRAPHEME_JOINER =
|
735
|
-
goog.getMsg('Combining Grapheme Joiner');
|
736
|
-
|
737
|
-
|
738
|
-
/**
|
739
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
740
|
-
* shown to a document editing user trying to insert a special character.
|
741
|
-
* The balloon help would appear while the user hovers over the character
|
742
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
743
|
-
* as consise as possible. More details:
|
744
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
745
|
-
*/
|
746
|
-
var MSG_CP_ZERO_WIDTH_NON_JOINER = goog.getMsg('Zero Width Non-joiner');
|
747
|
-
|
748
|
-
|
749
|
-
/**
|
750
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
751
|
-
* shown to a document editing user trying to insert a special character.
|
752
|
-
* The balloon help would appear while the user hovers over the character
|
753
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
754
|
-
* as consise as possible. More details:
|
755
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
756
|
-
*/
|
757
|
-
var MSG_CP_MUSICAL_SYMBOL_BEGIN_PHRASE =
|
758
|
-
goog.getMsg('Musical Symbol Begin Phrase');
|
759
|
-
|
760
|
-
|
761
|
-
/**
|
762
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
763
|
-
* shown to a document editing user trying to insert a special character.
|
764
|
-
* The balloon help would appear while the user hovers over the character
|
765
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
766
|
-
* as consise as possible. More details:
|
767
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
768
|
-
*/
|
769
|
-
var MSG_CP_ARABIC_NUMBER_SIGN = goog.getMsg('Arabic Number Sign');
|
770
|
-
|
771
|
-
|
772
|
-
/**
|
773
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
774
|
-
* shown to a document editing user trying to insert a special character.
|
775
|
-
* The balloon help would appear while the user hovers over the character
|
776
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
777
|
-
* as consise as possible. More details:
|
778
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
779
|
-
*/
|
780
|
-
var MSG_CP_RIGHT_TO_LEFT_MARK = goog.getMsg('Right-to-left Mark');
|
781
|
-
|
782
|
-
|
783
|
-
/**
|
784
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
785
|
-
* shown to a document editing user trying to insert a special character.
|
786
|
-
* The balloon help would appear while the user hovers over the character
|
787
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
788
|
-
* as consise as possible. More details:
|
789
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
790
|
-
*/
|
791
|
-
var MSG_CP_OGHAM_SPACE_MARK = goog.getMsg('Ogham Space Mark');
|
792
|
-
|
793
|
-
|
794
|
-
/**
|
795
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
796
|
-
* shown to a document editing user trying to insert a special character.
|
797
|
-
* The balloon help would appear while the user hovers over the character
|
798
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
799
|
-
* as consise as possible. More details:
|
800
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
801
|
-
*/
|
802
|
-
var MSG_CP_SMALL_EM_DASH = goog.getMsg('Small Em Dash');
|
803
|
-
|
804
|
-
|
805
|
-
/**
|
806
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
807
|
-
* shown to a document editing user trying to insert a special character.
|
808
|
-
* The balloon help would appear while the user hovers over the character
|
809
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
810
|
-
* as consise as possible. More details:
|
811
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
812
|
-
*/
|
813
|
-
var MSG_CP_LEFT_TO_RIGHT_MARK = goog.getMsg('Left-to-right Mark');
|
814
|
-
|
815
|
-
|
816
|
-
/**
|
817
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
818
|
-
* shown to a document editing user trying to insert a special character.
|
819
|
-
* The balloon help would appear while the user hovers over the character
|
820
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
821
|
-
* as consise as possible. More details:
|
822
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
823
|
-
*/
|
824
|
-
var MSG_CP_ARABIC_END_OF_AYAH = goog.getMsg('Arabic End Of Ayah');
|
825
|
-
|
826
|
-
|
827
|
-
/**
|
828
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
829
|
-
* shown to a document editing user trying to insert a special character.
|
830
|
-
* The balloon help would appear while the user hovers over the character
|
831
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
832
|
-
* as consise as possible. More details:
|
833
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
834
|
-
*/
|
835
|
-
var MSG_CP_HANGUL_CHOSEONG_FILLER = goog.getMsg('Hangul Choseong Filler');
|
836
|
-
|
837
|
-
|
838
|
-
/**
|
839
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
840
|
-
* shown to a document editing user trying to insert a special character.
|
841
|
-
* The balloon help would appear while the user hovers over the character
|
842
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
843
|
-
* as consise as possible. More details:
|
844
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
845
|
-
*/
|
846
|
-
var MSG_CP_HANGUL_FILLER = goog.getMsg('Hangul Filler');
|
847
|
-
|
848
|
-
|
849
|
-
/**
|
850
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
851
|
-
* shown to a document editing user trying to insert a special character.
|
852
|
-
* The balloon help would appear while the user hovers over the character
|
853
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
854
|
-
* as consise as possible. More details:
|
855
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
856
|
-
*/
|
857
|
-
var MSG_CP_FUNCTION_APPLICATION = goog.getMsg('Function Application');
|
858
|
-
|
859
|
-
|
860
|
-
/**
|
861
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
862
|
-
* shown to a document editing user trying to insert a special character.
|
863
|
-
* The balloon help would appear while the user hovers over the character
|
864
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
865
|
-
* as consise as possible. More details:
|
866
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
867
|
-
*/
|
868
|
-
var MSG_CP_HANGUL_JUNGSEONG_FILLER = goog.getMsg('Hangul Jungseong Filler');
|
869
|
-
|
870
|
-
|
871
|
-
/**
|
872
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
873
|
-
* shown to a document editing user trying to insert a special character.
|
874
|
-
* The balloon help would appear while the user hovers over the character
|
875
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
876
|
-
* as consise as possible. More details:
|
877
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
878
|
-
*/
|
879
|
-
var MSG_CP_INVISIBLE_SEPARATOR = goog.getMsg('Invisible Separator');
|
880
|
-
|
881
|
-
|
882
|
-
/**
|
883
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
884
|
-
* shown to a document editing user trying to insert a special character.
|
885
|
-
* The balloon help would appear while the user hovers over the character
|
886
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
887
|
-
* as consise as possible. More details:
|
888
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
889
|
-
*/
|
890
|
-
var MSG_CP_INVISIBLE_TIMES = goog.getMsg('Invisible Times');
|
891
|
-
|
892
|
-
|
893
|
-
/**
|
894
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
895
|
-
* shown to a document editing user trying to insert a special character.
|
896
|
-
* The balloon help would appear while the user hovers over the character
|
897
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
898
|
-
* as consise as possible. More details:
|
899
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
900
|
-
*/
|
901
|
-
var MSG_CP_INVISIBLE_PLUS = goog.getMsg('Invisible Plus');
|
902
|
-
|
903
|
-
|
904
|
-
/**
|
905
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
906
|
-
* shown to a document editing user trying to insert a special character.
|
907
|
-
* The balloon help would appear while the user hovers over the character
|
908
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
909
|
-
* as consise as possible. More details:
|
910
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
911
|
-
*/
|
912
|
-
var MSG_CP_WORD_JOINER = goog.getMsg('Word Joiner');
|
913
|
-
|
914
|
-
|
915
|
-
/**
|
916
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
917
|
-
* shown to a document editing user trying to insert a special character.
|
918
|
-
* The balloon help would appear while the user hovers over the character
|
919
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
920
|
-
* as consise as possible. More details:
|
921
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
922
|
-
*/
|
923
|
-
var MSG_CP_LINE_SEPARATOR = goog.getMsg('Line Separator');
|
924
|
-
|
925
|
-
|
926
|
-
/**
|
927
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
928
|
-
* shown to a document editing user trying to insert a special character.
|
929
|
-
* The balloon help would appear while the user hovers over the character
|
930
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
931
|
-
* as consise as possible. More details:
|
932
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
933
|
-
*/
|
934
|
-
var MSG_CP_KATAKANA_HIRAGANA_DOUBLE_HYPHEN =
|
935
|
-
goog.getMsg('Katakana-hiragana Double Hyphen');
|
936
|
-
|
937
|
-
|
938
|
-
/**
|
939
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
940
|
-
* shown to a document editing user trying to insert a special character.
|
941
|
-
* The balloon help would appear while the user hovers over the character
|
942
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
943
|
-
* as consise as possible. More details:
|
944
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
945
|
-
*/
|
946
|
-
var MSG_CP_EN_DASH = goog.getMsg('En Dash');
|
947
|
-
|
948
|
-
|
949
|
-
/**
|
950
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
951
|
-
* shown to a document editing user trying to insert a special character.
|
952
|
-
* The balloon help would appear while the user hovers over the character
|
953
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
954
|
-
* as consise as possible. More details:
|
955
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
956
|
-
*/
|
957
|
-
var MSG_CP_MUSICAL_SYMBOL_BEGIN_BEAM =
|
958
|
-
goog.getMsg('Musical Symbol Begin Beam');
|
959
|
-
|
960
|
-
|
961
|
-
/**
|
962
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
963
|
-
* shown to a document editing user trying to insert a special character.
|
964
|
-
* The balloon help would appear while the user hovers over the character
|
965
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
966
|
-
* as consise as possible. More details:
|
967
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
968
|
-
*/
|
969
|
-
var MSG_CP_FIGURE_DASH = goog.getMsg('Figure Dash');
|
970
|
-
|
971
|
-
|
972
|
-
/**
|
973
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
974
|
-
* shown to a document editing user trying to insert a special character.
|
975
|
-
* The balloon help would appear while the user hovers over the character
|
976
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
977
|
-
* as consise as possible. More details:
|
978
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
979
|
-
*/
|
980
|
-
var MSG_CP_MUSICAL_SYMBOL_BEGIN_TIE = goog.getMsg('Musical Symbol Begin Tie');
|
981
|
-
|
982
|
-
|
983
|
-
/**
|
984
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
985
|
-
* shown to a document editing user trying to insert a special character.
|
986
|
-
* The balloon help would appear while the user hovers over the character
|
987
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
988
|
-
* as consise as possible. More details:
|
989
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
990
|
-
*/
|
991
|
-
var MSG_CP_MUSICAL_SYMBOL_END_BEAM = goog.getMsg('Musical Symbol End Beam');
|
992
|
-
|
993
|
-
|
994
|
-
/**
|
995
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
996
|
-
* shown to a document editing user trying to insert a special character.
|
997
|
-
* The balloon help would appear while the user hovers over the character
|
998
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
999
|
-
* as consise as possible. More details:
|
1000
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1001
|
-
*/
|
1002
|
-
var MSG_CP_MUSICAL_SYMBOL_BEGIN_SLUR =
|
1003
|
-
goog.getMsg('Musical Symbol Begin Slur');
|
1004
|
-
|
1005
|
-
|
1006
|
-
/**
|
1007
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1008
|
-
* shown to a document editing user trying to insert a special character.
|
1009
|
-
* The balloon help would appear while the user hovers over the character
|
1010
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1011
|
-
* as consise as possible. More details:
|
1012
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1013
|
-
*/
|
1014
|
-
var MSG_CP_MUSICAL_SYMBOL_END_TIE = goog.getMsg('Musical Symbol End Tie');
|
1015
|
-
|
1016
|
-
|
1017
|
-
/**
|
1018
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1019
|
-
* shown to a document editing user trying to insert a special character.
|
1020
|
-
* The balloon help would appear while the user hovers over the character
|
1021
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1022
|
-
* as consise as possible. More details:
|
1023
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1024
|
-
*/
|
1025
|
-
var MSG_CP_INTERLINEAR_ANNOTATION_ANCHOR =
|
1026
|
-
goog.getMsg('Interlinear Annotation Anchor');
|
1027
|
-
|
1028
|
-
|
1029
|
-
/**
|
1030
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1031
|
-
* shown to a document editing user trying to insert a special character.
|
1032
|
-
* The balloon help would appear while the user hovers over the character
|
1033
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1034
|
-
* as consise as possible. More details:
|
1035
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1036
|
-
*/
|
1037
|
-
var MSG_CP_MUSICAL_SYMBOL_END_SLUR = goog.getMsg('Musical Symbol End Slur');
|
1038
|
-
|
1039
|
-
|
1040
|
-
/**
|
1041
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1042
|
-
* shown to a document editing user trying to insert a special character.
|
1043
|
-
* The balloon help would appear while the user hovers over the character
|
1044
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1045
|
-
* as consise as possible. More details:
|
1046
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1047
|
-
*/
|
1048
|
-
var MSG_CP_INTERLINEAR_ANNOTATION_TERMINATOR =
|
1049
|
-
goog.getMsg('Interlinear Annotation Terminator');
|
1050
|
-
|
1051
|
-
|
1052
|
-
/**
|
1053
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1054
|
-
* shown to a document editing user trying to insert a special character.
|
1055
|
-
* The balloon help would appear while the user hovers over the character
|
1056
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1057
|
-
* as consise as possible. More details:
|
1058
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1059
|
-
*/
|
1060
|
-
var MSG_CP_INTERLINEAR_ANNOTATION_SEPARATOR =
|
1061
|
-
goog.getMsg('Interlinear Annotation Separator');
|
1062
|
-
|
1063
|
-
|
1064
|
-
/**
|
1065
|
-
* @desc Name for a symbol, character or a letter. Used in a pop-up balloon,
|
1066
|
-
* shown to a document editing user trying to insert a special character.
|
1067
|
-
* The balloon help would appear while the user hovers over the character
|
1068
|
-
* displayed. Newlines are not allowed; translation should be a noun and
|
1069
|
-
* as consise as possible. More details:
|
1070
|
-
* docs/fileview?id=0B8NbxddKsFtwYjExMGJjNzgtYjkzOS00NjdiLTlmOGQtOGVhZDkyZDU5YjM4.
|
1071
|
-
*/
|
1072
|
-
var MSG_CP_ZERO_WIDTH_NO_BREAK_SPACE =
|
1073
|
-
goog.getMsg('Zero Width No-break Space');
|
1074
|
-
|
1075
|
-
goog.i18n.uChar.charData_ = {
|
1076
|
-
'\u0601': MSG_CP_ARABIC_SIGN_SANAH,
|
1077
|
-
'\u1400': MSG_CP_CANADIAN_SYLLABICS_HYPHEN,
|
1078
|
-
'\u0603': MSG_CP_ARABIC_SIGN_SAFHA,
|
1079
|
-
'\u0602': MSG_CP_ARABIC_FOOTNOTE_MARKER,
|
1080
|
-
'\u2005': MSG_CP_FOUR_PER_EM_SPACE,
|
1081
|
-
'\u2004': MSG_CP_THREE_PER_EM_SPACE,
|
1082
|
-
'\u2007': MSG_CP_FIGURE_SPACE,
|
1083
|
-
'\u1806': MSG_CP_MONGOLIAN_SOFT_HYPHEN,
|
1084
|
-
'\u2009': MSG_CP_THIN_SPACE,
|
1085
|
-
'\u00AD': MSG_CP_SOFT_HYPHEN,
|
1086
|
-
'\u200B': MSG_CP_ZERO_WIDTH_SPACE,
|
1087
|
-
'\u058A': MSG_CP_ARMENIAN_HYPHEN,
|
1088
|
-
'\u200D': MSG_CP_ZERO_WIDTH_JOINER,
|
1089
|
-
'\u2003': MSG_CP_EM_SPACE,
|
1090
|
-
'\u070F': MSG_CP_SYRIAC_ABBREVIATION_MARK,
|
1091
|
-
'\u180E': MSG_CP_MONGOLIAN_VOWEL_SEPARATOR,
|
1092
|
-
'\u2011': MSG_CP_NON_BREAKING_HYPHEN,
|
1093
|
-
'\u2010': MSG_CP_HYPHEN,
|
1094
|
-
'\u2001': MSG_CP_EM_QUAD,
|
1095
|
-
'\u2002': MSG_CP_EN_SPACE,
|
1096
|
-
'\u2015': MSG_CP_HORIZONTAL_BAR,
|
1097
|
-
'\u2014': MSG_CP_EM_DASH,
|
1098
|
-
'\u2E17': MSG_CP_DOUBLE_OBLIQUE_HYPHEN,
|
1099
|
-
'\u1D17A': MSG_CP_MUSICAL_SYMBOL_END_PHRASE,
|
1100
|
-
'\u205F': MSG_CP_MEDIUM_MATHEMATICAL_SPACE,
|
1101
|
-
'\u301C': MSG_CP_WAVE_DASH,
|
1102
|
-
' ': MSG_CP_SPACE,
|
1103
|
-
'\u2E1A': MSG_CP_HYPHEN_WITH_DIAERESIS,
|
1104
|
-
'\u2000': MSG_CP_EN_QUAD,
|
1105
|
-
'\u202B': MSG_CP_RIGHT_TO_LEFT_EMBEDDING,
|
1106
|
-
'\u2006': MSG_CP_SIX_PER_EM_SPACE,
|
1107
|
-
'-': MSG_CP_HYPHEN_MINUS,
|
1108
|
-
'\u202C': MSG_CP_POP_DIRECTIONAL_FORMATTING,
|
1109
|
-
'\u202F': MSG_CP_NARROW_NO_BREAK_SPACE,
|
1110
|
-
'\u202E': MSG_CP_RIGHT_TO_LEFT_OVERRIDE,
|
1111
|
-
'\uFE31': MSG_CP_PRESENTATION_FORM_FOR_VERTICAL_EM_DASH,
|
1112
|
-
'\u3030': MSG_CP_WAVY_DASH,
|
1113
|
-
'\uFE32': MSG_CP_PRESENTATION_FORM_FOR_VERTICAL_EN_DASH,
|
1114
|
-
'\u17B5': MSG_CP_KHMER_VOWEL_INHERENT_AA,
|
1115
|
-
'\u17B4': MSG_CP_KHMER_VOWEL_INHERENT_AQ,
|
1116
|
-
'\u2008': MSG_CP_PUNCTUATION_SPACE,
|
1117
|
-
'\uFFA0': MSG_CP_HALFWIDTH_HANGUL_FILLER,
|
1118
|
-
'\u110BD': MSG_CP_KAITHI_NUMBER_SIGN,
|
1119
|
-
'\u202A': MSG_CP_LEFT_TO_RIGHT_EMBEDDING,
|
1120
|
-
'\u05BE': MSG_CP_HEBREW_PUNCTUATION_MAQAF,
|
1121
|
-
'\u3000': MSG_CP_IDEOGRAPHIC_SPACE,
|
1122
|
-
'\u200A': MSG_CP_HAIR_SPACE,
|
1123
|
-
'\u00A0': MSG_CP_NO_BREAK_SPACE,
|
1124
|
-
'\uFF0D': MSG_CP_FULLWIDTH_HYPHEN_MINUS,
|
1125
|
-
'8233': MSG_CP_PARAGRAPH_SEPARATOR,
|
1126
|
-
'\u202D': MSG_CP_LEFT_TO_RIGHT_OVERRIDE,
|
1127
|
-
'\uFE63': MSG_CP_SMALL_HYPHEN_MINUS,
|
1128
|
-
'\u034F': MSG_CP_COMBINING_GRAPHEME_JOINER,
|
1129
|
-
'\u200C': MSG_CP_ZERO_WIDTH_NON_JOINER,
|
1130
|
-
'\u1D179': MSG_CP_MUSICAL_SYMBOL_BEGIN_PHRASE,
|
1131
|
-
'\u0600': MSG_CP_ARABIC_NUMBER_SIGN,
|
1132
|
-
'\u200F': MSG_CP_RIGHT_TO_LEFT_MARK,
|
1133
|
-
'\u1680': MSG_CP_OGHAM_SPACE_MARK,
|
1134
|
-
'\uFE58': MSG_CP_SMALL_EM_DASH,
|
1135
|
-
'\u200E': MSG_CP_LEFT_TO_RIGHT_MARK,
|
1136
|
-
'\u06DD': MSG_CP_ARABIC_END_OF_AYAH,
|
1137
|
-
'\u115F': MSG_CP_HANGUL_CHOSEONG_FILLER,
|
1138
|
-
'\u3164': MSG_CP_HANGUL_FILLER,
|
1139
|
-
'\u2061': MSG_CP_FUNCTION_APPLICATION,
|
1140
|
-
'\u1160': MSG_CP_HANGUL_JUNGSEONG_FILLER,
|
1141
|
-
'\u2063': MSG_CP_INVISIBLE_SEPARATOR,
|
1142
|
-
'\u2062': MSG_CP_INVISIBLE_TIMES,
|
1143
|
-
'\u2064': MSG_CP_INVISIBLE_PLUS,
|
1144
|
-
'\u2060': MSG_CP_WORD_JOINER,
|
1145
|
-
'8232': MSG_CP_LINE_SEPARATOR,
|
1146
|
-
'\u30A0': MSG_CP_KATAKANA_HIRAGANA_DOUBLE_HYPHEN,
|
1147
|
-
'\u2013': MSG_CP_EN_DASH,
|
1148
|
-
'\u1D173': MSG_CP_MUSICAL_SYMBOL_BEGIN_BEAM,
|
1149
|
-
'\u2012': MSG_CP_FIGURE_DASH,
|
1150
|
-
'\u1D175': MSG_CP_MUSICAL_SYMBOL_BEGIN_TIE,
|
1151
|
-
'\u1D174': MSG_CP_MUSICAL_SYMBOL_END_BEAM,
|
1152
|
-
'\u1D177': MSG_CP_MUSICAL_SYMBOL_BEGIN_SLUR,
|
1153
|
-
'\u1D176': MSG_CP_MUSICAL_SYMBOL_END_TIE,
|
1154
|
-
'\uFFF9': MSG_CP_INTERLINEAR_ANNOTATION_ANCHOR,
|
1155
|
-
'\u1D178': MSG_CP_MUSICAL_SYMBOL_END_SLUR,
|
1156
|
-
'\uFFFB': MSG_CP_INTERLINEAR_ANNOTATION_TERMINATOR,
|
1157
|
-
'\uFFFA': MSG_CP_INTERLINEAR_ANNOTATION_SEPARATOR,
|
1158
|
-
'\uFEFF': MSG_CP_ZERO_WIDTH_NO_BREAK_SPACE
|
1159
|
-
};
|
1160
|
-
};
|