diff --git a/audio/GxSwitchlessWah-lv2/Makefile b/audio/GxSwitchlessWah-lv2/Makefile new file mode 100644 index 00000000000..24118fde5de --- /dev/null +++ b/audio/GxSwitchlessWah-lv2/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= GxSwitchlessWah +DISTVERSION= g20171206 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Analog wah emulation with switchless activation + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= brummer10 +GH_PROJECT= ${PORTNAME}.lv2 +GH_TAGNAME= 6977568 + +SSE_FLAGS_i386= "-msse -mfpmath=sse" +SSE_FLAGS_amd64= "-msse2 -mfpmath=sse" +SSE_FLAGS_armv7= "-march=armv7 -mfpu=vfpv3" + +MAKE_ARGS= SSE_CFLAGS=${SSE_FLAGS_${ARCH}} + +PLIST_FILES= lib/lv2/GxSwitchlessWah.lv2/gx_switchless_wah.so \ + lib/lv2/GxSwitchlessWah.lv2/gx_switchless_wah.ttl \ + lib/lv2/GxSwitchlessWah.lv2/manifest.ttl + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/GxSwitchlessWah.lv2/gx_switchless_wah.so + +.include diff --git a/audio/GxSwitchlessWah-lv2/distinfo b/audio/GxSwitchlessWah-lv2/distinfo new file mode 100644 index 00000000000..8017d277e29 --- /dev/null +++ b/audio/GxSwitchlessWah-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1512578914 +SHA256 (brummer10-GxSwitchlessWah.lv2-g20171206-6977568_GH0.tar.gz) = 5d7a67c58fd44848e317a55496a1421183ac1654eb703ebd8618d2b03ce0a831 +SIZE (brummer10-GxSwitchlessWah.lv2-g20171206-6977568_GH0.tar.gz) = 17415 diff --git a/audio/GxSwitchlessWah-lv2/files/patch-Makefile b/audio/GxSwitchlessWah-lv2/files/patch-Makefile new file mode 100644 index 00000000000..532fbcbca68 --- /dev/null +++ b/audio/GxSwitchlessWah-lv2/files/patch-Makefile @@ -0,0 +1,47 @@ +--- Makefile.orig 2017-12-08 06:25:07 UTC ++++ Makefile +@@ -8,25 +8,25 @@ + endif + + # check CPU and supported optimization flags +- ifneq ($(shell cat /proc/cpuinfo | grep sse3 ) , ) +- SSE_CFLAGS = -msse3 -mfpmath=sse +- else ifneq ($(shell cat /proc/cpuinfo | grep sse2 ) , ) +- SSE_CFLAGS = -msse2 -mfpmath=sse +- else ifneq ($(shell cat /proc/cpuinfo | grep sse ) , ) +- SSE_CFLAGS = -msse -mfpmath=sse +- else ifneq ($(shell cat /proc/cpuinfo | grep ARM ) , ) +- ifneq ($(shell cat /proc/cpuinfo | grep ARMv7 ) , ) +- ifneq ($(shell cat /proc/cpuinfo | grep vfpd32 ) , ) +- SSE_CFLAGS = -march=armv7 -mfpu=vfpv3 +- else ifneq ($(shell cat /proc/cpuinfo | grep vfpv3 ) , ) +- SSE_CFLAGS = -march=armv7 -mfpu=vfpv3 +- endif +- else +- ARMCPU = "YES" +- endif +- else +- SSE_CFLAGS = +- endif ++ #ifneq ($(shell cat /proc/cpuinfo | grep sse3 ) , ) ++ # SSE_CFLAGS = -msse3 -mfpmath=sse ++ #else ifneq ($(shell cat /proc/cpuinfo | grep sse2 ) , ) ++ # SSE_CFLAGS = -msse2 -mfpmath=sse ++ #else ifneq ($(shell cat /proc/cpuinfo | grep sse ) , ) ++ # SSE_CFLAGS = -msse -mfpmath=sse ++ # else ifneq ($(shell cat /proc/cpuinfo | grep ARM ) , ) ++ # ifneq ($(shell cat /proc/cpuinfo | grep ARMv7 ) , ) ++ # ifneq ($(shell cat /proc/cpuinfo | grep vfpd32 ) , ) ++ # SSE_CFLAGS = -march=armv7 -mfpu=vfpv3 ++ # else ifneq ($(shell cat /proc/cpuinfo | grep vfpv3 ) , ) ++ # SSE_CFLAGS = -march=armv7 -mfpu=vfpv3 ++ # endif ++ # else ++ # ARMCPU = "YES" ++ # endif ++ #else ++ # SSE_CFLAGS = ++ #endif + + # set bundle name + NAME = gx_switchless_wah diff --git a/audio/GxSwitchlessWah-lv2/pkg-descr b/audio/GxSwitchlessWah-lv2/pkg-descr new file mode 100644 index 00000000000..18d93850cbe --- /dev/null +++ b/audio/GxSwitchlessWah-lv2/pkg-descr @@ -0,0 +1,7 @@ +Analog wah emulator allowing to alter sound in a way to create a distinctive +sound, mimicking the human voice saying the onomatopoeic name "wah-wah". + +See the corresponding article on Wikipedia: +https://en.wikipedia.org/wiki/Wah-wah_pedal + +WWW: https://github.com/brummer10/GxSwitchlessWah.lv2 diff --git a/audio/Makefile b/audio/Makefile index 6a68e4e570d..ddb8b0d7c98 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -3,6 +3,7 @@ COMMENT = Audio tools + SUBDIR += GxSwitchlessWah-lv2 SUBDIR += HVSC-Update SUBDIR += Maaate SUBDIR += aacgain diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 2ee569fdda6..21ab4336bd6 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -46,6 +46,7 @@ _CMUS_CONFIGURE_OPTS= AAC ALSA AO ARTS CDDB CDIO COREAUDIO CUE DISCID \ CONFIGURE_ARGS+= CONFIG_${opt}=n .endfor +OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFAULT= AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV OPTIONS_SUB= yes diff --git a/converters/rubygem-json-ld/pkg-descr b/converters/rubygem-json-ld/pkg-descr index 902f4b112da..68484db4d81 100644 --- a/converters/rubygem-json-ld/pkg-descr +++ b/converters/rubygem-json-ld/pkg-descr @@ -3,4 +3,4 @@ compaction and framing API interfaces. It can now be used to create a context from an RDFS/OWL definition, and optionally include a JSON-LD representation of the ontology itself. -WWW: http://github.com/ruby-rdf/json-ld +WWW: https://github.com/ruby-rdf/json-ld diff --git a/databases/galera/Makefile b/databases/galera/Makefile index 4c7ffd1c69a..c8ce7ee5a9d 100644 --- a/databases/galera/Makefile +++ b/databases/galera/Makefile @@ -56,27 +56,9 @@ OPTIONS_DEFINE= BOOSTPOOL BPOSTATIC DEBUG BOOSTPOOL_DESC= Use boost pool allocator BPOSTATIC_DESC= Use static boost_program_options -.include - -# Clang is available on FreeBSD 9.x but the default -# compiler (e.g. /usr/bin/cc) is GCC. Force the usage of Clang. -.if ${OSVERSION} < 1000024 -CC= clang -CXX= clang++ -CPP= clang-cpp -.endif - -.if ${PORT_OPTIONS:MBOOSTPOOL} -MAKE_ARGS+= boost_pool=1 -.endif - -.if ${PORT_OPTIONS:MBPOSTATIC} -MAKE_ARGS+= bpostatic=${LOCALBASE}/lib/libboost_program_options.a -.endif - -.if ${PORT_OPTIONS:MDEBUG} -MAKE_ARGS+= debug=0 -.endif +BOOSTPOOL_MAKE_ARGS= boost_pool=1 +BPOSTATIC_MAKE_ARGS= bpostatic=${LOCALBASE}/lib/libboost_program_options.a +DEBUG_MAKE_ARGS= debug=0 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/garb/garbd ${STAGEDIR}${PREFIX}/bin/ @@ -84,4 +66,4 @@ do-install: @(cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libgalera_smm.so \ libgalera.so) -.include +.include diff --git a/databases/galera/pkg-descr b/databases/galera/pkg-descr index c66b2f42f36..4cf15e8d108 100644 --- a/databases/galera/pkg-descr +++ b/databases/galera/pkg-descr @@ -2,4 +2,4 @@ Galera wsrep provider library for Galera Cluster for MySQL, an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth. -WWW: http://galeracluster.com +WWW: http://galeracluster.com/ diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index 546009ac772..ad5d4f74e11 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -28,8 +28,15 @@ MAKE_ARGS= sitelibdir='$$(rubylibdir)' \ INSTALL_PROG="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" +.include + +.if ${RUBY_VER} >= 2.4 +post-patch: + @${REINPLACE_CMD} -e '/\/include\/ruby.h/d' ${WRKSRC}/depend +.endif + do-extract: ${MKDIR} ${WRKDIR} ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/ -.include +.include diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile index d5340386b9e..867d3c44717 100644 --- a/deskutils/pypanel/Makefile +++ b/deskutils/pypanel/Makefile @@ -33,8 +33,9 @@ post-patch: s|/usr/bin/imlib2-config|${LOCALBASE}/bin/imlib2-config|; \ s|/usr/X11R6/include|${LOCALBASE}/include|; \ s|"COPYING", "README", ||' ${WRKSRC}/setup.py - @${REINPLACE_CMD} -e 's|sysconfig\.get_python_lib()|"${PREFIX}/share"|' \ - ${WRKSRC}/setup.py ${WRKSRC}/pypanel + @${REINPLACE_CMD} -e \ + 's|sysconfig\.get_python_lib()|"${PREFIX}/share"|' \ + ${WRKSRC}/setup.py ${WRKSRC}/pypanel @${REINPLACE_CMD} -e \ 's|/usr/lib/libImlib2.so.1|${LOCALBASE}/lib/libImlib2.so|' \ ${WRKSRC}/setup.py ${WRKSRC}/ppmodule.c diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 7c9451b0a59..081147e813d 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -44,7 +44,7 @@ RULES_USES= localbase:ldflags TEST_CMAKE_BOOL= BUILD_TESTS HTMLREPORT_DESC= Install cppcheck-htmlreport -HTMLREPORT_USES= python:2,${PYUSE:C/ /,/W} +HTMLREPORT_USES= python:${PYUSE:C/ /,/W} HTMLREPORT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} HTMLREPORT_PLIST_FILES= bin/cppcheck-htmlreport HTMLREPORT_VARS= PYUSE+=run @@ -54,7 +54,7 @@ MANPAGES_BUILD_DEPENDS= xsltproc:textproc/libxslt \ MATCHCOMPILER_DESC= Build-time optimizations via Python MATCHCOMPILER_CMAKE_BOOL= USE_MATCHCOMPILER -MATCHCOMPILER_USES= python:2,${PYUSE:C/ /,/W} +MATCHCOMPILER_USES= python:${PYUSE:C/ /,/W} MATCHCOMPILER_VARS= PYUSE+=build post-install-HTMLREPORT-on: diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index b4d14f046e0..fcf7b648908 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 34f9d40cae3..363c01704be 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1513174933 -SHA256 (grpc-grpc-v1.8.0_GH0.tar.gz) = 7d1c646c2012bdd0af275215c3fc882c598a1eb664c1012a49a81e4faf27a504 -SIZE (grpc-grpc-v1.8.0_GH0.tar.gz) = 4636987 +TIMESTAMP = 1513345089 +SHA256 (grpc-grpc-v1.8.1_GH0.tar.gz) = ae34c8255ea0aa4f893b9b2cb9f02d8e13bd9d7f2a90d1c39d56a5d6143a9f44 +SIZE (grpc-grpc-v1.8.1_GH0.tar.gz) = 4636161 SHA256 (google-benchmark-v1.3.0_GH0.tar.gz) = f19559475a592cbd5ac48b61f6b9cedf87f0b6775d1443de54cfe8f53940b28d SIZE (google-benchmark-v1.3.0_GH0.tar.gz) = 105485 diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile index 0035a7dfa3e..4ce792dd92c 100644 --- a/devel/pecl-grpc/Makefile +++ b/devel/pecl-grpc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-grpc/distinfo b/devel/pecl-grpc/distinfo index 5423e3fa948..35354f5905a 100644 --- a/devel/pecl-grpc/distinfo +++ b/devel/pecl-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510723140 -SHA256 (PECL/grpc-1.7.0.tgz) = 0583129a618f186c90ec81b41d3d259e195fbd7f0979a74a8b13f46a64b96686 -SIZE (PECL/grpc-1.7.0.tgz) = 2326462 +TIMESTAMP = 1513349287 +SHA256 (PECL/grpc-1.8.0.tgz) = cec11452d2938da8d7c5a5b11bc7df6c11469ece18c0954fd12edd34a3321dab +SIZE (PECL/grpc-1.8.0.tgz) = 2304860 diff --git a/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c b/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c deleted file mode 100644 index 7345b263429..00000000000 --- a/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/tsi/ssl_transport_security.c.orig 2017-08-29 09:34:33 UTC -+++ src/core/tsi/ssl_transport_security.c -@@ -35,6 +35,7 @@ - - #include - -+#include - #include - #include - diff --git a/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc b/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc new file mode 100644 index 00000000000..8e7bb983d9f --- /dev/null +++ b/devel/pecl-grpc/files/patch-src_core_tsi_ssl__transport__security.cc @@ -0,0 +1,11 @@ +--- src/core/tsi/ssl_transport_security.cc.orig 2017-12-15 14:58:10 UTC ++++ src/core/tsi/ssl_transport_security.cc +@@ -19,7 +19,7 @@ + #include "src/core/tsi/ssl_transport_security.h" + + #include +- ++#include + #include + #include + diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile index 2bb2d4bb0b6..6365c173d38 100644 --- a/devel/pycharm-ce/Makefile +++ b/devel/pycharm-ce/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pycharm-ce -PORTVERSION= 2017.2.4 +PORTVERSION= 2017.3 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ \ http://download.jetbrains.com/python/ @@ -41,7 +41,7 @@ do-install: @${RM} -r ${STAGEDIR}${DATADIR}/jre64 @${RM} -r ${STAGEDIR}${DATADIR}/helpers/pydev/pydevd_attach_to_process @${RM} ${STAGEDIR}${DATADIR}/lib/pty4j-0.5.jar - ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/ #cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar # TODO: Remove and enable fsnotifier when devel/libinotify is fixed diff --git a/devel/pycharm-ce/distinfo b/devel/pycharm-ce/distinfo index 11fa480f465..420557178a3 100644 --- a/devel/pycharm-ce/distinfo +++ b/devel/pycharm-ce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509539301 -SHA256 (pycharm-community-2017.2.4.tar.gz) = a72045c348981640a12fb9739e04d4985163248006150d4fd3b3c09d34216ea4 -SIZE (pycharm-community-2017.2.4.tar.gz) = 200392450 +TIMESTAMP = 1513173904 +SHA256 (pycharm-community-2017.3.tar.gz) = b973581cb3de0f0f5a203231f67b21a45b7dd58968393cef49d48403cb1b8ad1 +SIZE (pycharm-community-2017.3.tar.gz) = 282451011 diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist index 632599c3d86..e871db3e2fd 100644 --- a/devel/pycharm-ce/pkg-plist +++ b/devel/pycharm-ce/pkg-plist @@ -1,4 +1,4 @@ -bin/pycharm +bin/pycharm-ce share/applications/pycharm-ce.desktop %%DATADIR%%/Install-Linux-tar.txt %%DATADIR%%/bin/format.sh @@ -245,6 +245,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pockets/iterators.py %%DATADIR%%/helpers/pockets/string.py %%DATADIR%%/helpers/profiler/__init__.py +%%DATADIR%%/helpers/profiler/_imps/__init__.py +%%DATADIR%%/helpers/profiler/_imps/_pydev_pkgutil_old.py %%DATADIR%%/helpers/profiler/_prof_imports.py %%DATADIR%%/helpers/profiler/load_pstat.py %%DATADIR%%/helpers/profiler/ply/__init__.py @@ -254,10 +256,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/profiler/ply/yacc.py %%DATADIR%%/helpers/profiler/ply/ygen.py %%DATADIR%%/helpers/profiler/prof_io.py +%%DATADIR%%/helpers/profiler/prof_six.py %%DATADIR%%/helpers/profiler/prof_util.py %%DATADIR%%/helpers/profiler/profiler.thrift %%DATADIR%%/helpers/profiler/run_profiler.py -%%DATADIR%%/helpers/profiler/six.py %%DATADIR%%/helpers/profiler/thriftpy/__init__.py %%DATADIR%%/helpers/profiler/thriftpy/_compat.py %%DATADIR%%/helpers/profiler/thriftpy/contrib/__init__.py @@ -651,6 +653,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css %%DATADIR%%/helpers/py3only/docutils/writers/xetex/__init__.py %%DATADIR%%/helpers/pycharm/__init__.py +%%DATADIR%%/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt +%%DATADIR%%/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py %%DATADIR%%/helpers/pycharm/_bdd_utils.py %%DATADIR%%/helpers/pycharm/_jb_create_folder.py %%DATADIR%%/helpers/pycharm/_jb_django_project_creator.py @@ -660,6 +664,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/_jb_pytest_runner.py %%DATADIR%%/helpers/pycharm/_jb_runner_tools.py %%DATADIR%%/helpers/pycharm/_jb_tox_runner.py +%%DATADIR%%/helpers/pycharm/_jb_trialtest_runner.py %%DATADIR%%/helpers/pycharm/_jb_unittest_runner.py %%DATADIR%%/helpers/pycharm/_jb_utils.py %%DATADIR%%/helpers/pycharm/appcfg_fetcher.py @@ -708,6 +713,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm/teamcity/__init__.py %%DATADIR%%/helpers/pycharm/teamcity/common.py %%DATADIR%%/helpers/pycharm/teamcity/context_managers.py +%%DATADIR%%/helpers/pycharm/teamcity/diff_tools.py %%DATADIR%%/helpers/pycharm/teamcity/django.py %%DATADIR%%/helpers/pycharm/teamcity/flake8_plugin.py %%DATADIR%%/helpers/pycharm/teamcity/flake8_v2_plugin.py @@ -724,6 +730,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pycharm_generator_utils/pyparsing.py %%DATADIR%%/helpers/pycharm_generator_utils/pyparsing_py3.py %%DATADIR%%/helpers/pycharm_generator_utils/util_methods.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/__init__.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/backend_interagg.py +%%DATADIR%%/helpers/pycharm_matplotlib_backend/sitecustomize.py %%DATADIR%%/helpers/pycodestyle.py %%DATADIR%%/helpers/pydev/LICENSE %%DATADIR%%/helpers/pydev/README.rst @@ -782,6 +791,13 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_26_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_34_64.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_35_64.cpython-35m-darwin.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_32.pyd +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_26_64.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_34_32.pyd @@ -795,6 +811,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_exec2.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py +%%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py %%DATADIR%%/helpers/pydev/_pydevd_bundle/pydevd_import_class.py @@ -823,17 +841,20 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.c %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pxd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +%%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py %%DATADIR%%/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py -%%DATADIR%%/helpers/pydev/build.gradle %%DATADIR%%/helpers/pydev/build_tools/build.py +%%DATADIR%%/helpers/pydev/build_tools/build_binaries_osx.py %%DATADIR%%/helpers/pydev/build_tools/build_binaries_windows.py %%DATADIR%%/helpers/pydev/build_tools/generate_code.py %%DATADIR%%/helpers/pydev/build_tools/names_to_rename.py %%DATADIR%%/helpers/pydev/build_tools/rename_pep8.py %%DATADIR%%/helpers/pydev/interpreterInfo.py +%%DATADIR%%/helpers/pydev/jython_test_deps/ant.jar +%%DATADIR%%/helpers/pydev/jython_test_deps/junit.jar %%DATADIR%%/helpers/pydev/merge_pydev_pycharm.txt %%DATADIR%%/helpers/pydev/pycharm-readme.txt %%DATADIR%%/helpers/pydev/pycompletionserver.py @@ -867,6 +888,13 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/pydevd_file_utils.py %%DATADIR%%/helpers/pydev/pydevd_plugins/__init__.py %%DATADIR%%/helpers/pydev/pydevd_plugins/django_debug.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/README.md +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/README.md +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/__init__.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +%%DATADIR%%/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py %%DATADIR%%/helpers/pydev/pydevd_plugins/jinja2_debug.py %%DATADIR%%/helpers/pydev/runfiles.py %%DATADIR%%/helpers/pydev/setup.py @@ -915,8 +943,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case56.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case7.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case89.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_event_ext.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_m_switch_2.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_module_entry_point.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_qthread3.py @@ -925,6 +955,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_remote_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_set_next_statement.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/_debugger_case_type_ext.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_1.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_2.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/_performance_3.py @@ -932,8 +963,10 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/manage.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/__init__.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/admin.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/forms.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/models.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/index.html +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/templates/my_app/name.html %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/tests.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/urls.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_app/views.py @@ -941,10 +974,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/settings.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/urls.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/my_django_proj_17/my_django_proj_17/wsgi.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_events.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/my_extensions/pydevd_plugins/extensions/pydevd_plugin_test_exttype.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/performance_check.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_additional_thread_info.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_bytecode_modification.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_debugger.py +%%DATADIR%%/helpers/pydev/tests_pydevd_python/test_frame_eval_and_tracing.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_process_command_line.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_pydev_monkey.py %%DATADIR%%/helpers/pydev/tests_pydevd_python/test_save_locals.py @@ -968,6 +1006,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevd_property.py %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_pydevdio.py %%DATADIR%%/helpers/pydev/tests_pydevd_runfiles/test_runfiles.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/__init__.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/__main__.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/hooks.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/isort.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/main.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/natural.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/pie_slice.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/pylama_isort.py +%%DATADIR%%/helpers/pydev/third_party/isort_container/isort/settings.py %%DATADIR%%/helpers/pydev/third_party/pep8/autopep8.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt @@ -1043,7 +1090,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py %%DATADIR%%/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py -%%DATADIR%%/helpers/pydev/third_party/pep8/pep8.py +%%DATADIR%%/helpers/pydev/third_party/pep8/pycodestyle.py %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll %%DATADIR%%/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py @@ -1173,6 +1220,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/Cookie.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/HTMLParser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/Queue.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/SimpleHTTPServer.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/SocketServer.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/StringIO.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/UserDict.pyi @@ -1196,6 +1244,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/_sre.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_symtable.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/_threading_local.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_weakref.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/_weakrefset.pyi @@ -1221,10 +1270,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/distutils/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/distutils/emxccompiler.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/doctest.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/dummy_thread.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/MIMEText.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/_parseaddr.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/application.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/base.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/multipart.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/email/mime/nonmultipart.pyi @@ -1257,23 +1308,30 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/itertools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/json.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/macpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/markupbase.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/md5.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/mimetools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/process.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/multiprocessing/util.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/mutex.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/ntpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/nturl2path.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/optparse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/os/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/os/path.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/os2emxpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pdb.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pickle.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pipes.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/platform.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/popen2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/posix.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/posixpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pprint.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/pwd.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/pydoc.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/random.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/re.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/repr.pyi @@ -1282,6 +1340,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/robotparser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/runpy.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/select.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sets.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sha.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/shelve.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/shlex.pyi @@ -1289,11 +1348,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/signal.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/smtplib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/socket.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sre_constants.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/sre_parse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/ssl.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/string.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/stringold.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/strop.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/subprocess.pyi @@ -1303,6 +1366,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/textwrap.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/thread.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/time.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/toaiff.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/token.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/tokenize.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/types.pyi @@ -1311,27 +1375,46 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2/urllib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/urllib2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/urlparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/user.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/uuid.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/whichdb.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/types.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/wsgiref/validate.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2/xmlrpclib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2/zlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/__future__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/_bisect.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_csv.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/_heapq.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_random.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_weakref.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/_weakrefset.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/argparse.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/asynchat.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/asyncore.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/base64.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/binascii.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/binhex.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/bisect.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/bz2.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cProfile.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/calendar.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cgi.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/chunk.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/cmath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/cmd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/code.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/codecs.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/codeop.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/colorsys.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/contextlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/copy.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/crypt.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/csv.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/difflib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/dis.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/archive_util.pyi @@ -1379,12 +1462,28 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/unixccompiler.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/util.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/distutils/version.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/doctest.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/errno.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/filecmp.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/fileinput.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/formatter.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/fractions.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/ftplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/grp.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/hmac.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/keyword.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/driver.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/grammar.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/literals.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/parse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/pgen.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/token.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pgen2/tokenize.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pygram.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/lib2to3/pytree.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/linecache.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/locale.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/logging/config.pyi @@ -1396,19 +1495,32 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/numbers.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/opcode.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/operator.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/optparse.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pdb.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pickle.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pickletools.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pkgutil.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/plistlib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/poplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pprint.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/profile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pstats.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pty.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/pwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/py_compile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/pyclbr.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/quopri.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/readline.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/rlcompleter.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/sched.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/select.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/site.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/smtpd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sndhdr.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/socket.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/stringprep.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/struct.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sunau.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/symtable.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/sysconfig.pyi @@ -1419,13 +1531,16 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/termios.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/threading.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/timeit.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/token.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/trace.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/traceback.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/tty.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/unicodedata.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/uu.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/uuid.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/wave.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/weakref.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/webbrowser.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/xdrlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/__init__.pyi @@ -1440,6 +1555,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/2and3/xml/sax/xmlreader.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/zipfile.pyi %%DATADIR%%/helpers/typeshed/stdlib/2and3/zipimport.pyi +%%DATADIR%%/helpers/typeshed/stdlib/2and3/zlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.3/ipaddress.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.4/_stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/3.4/_tracemalloc.pyi @@ -1467,6 +1583,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/_compression.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_curses.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_dummy_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_imp.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_importlib_modulespec.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_json.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_markupbase.pyi @@ -1475,6 +1592,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/_random.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_subprocess.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_thread.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/_threading_local.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/_warnings.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/abc.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/array.pyi @@ -1512,6 +1630,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/email/iterators.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/message.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/__init__.py +%%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/application.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/audio.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/email/mime/base.pyi @@ -1555,12 +1674,20 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/io.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/itertools.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/json.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/decoder.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/json/encoder.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/linecache.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/macpath.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/msvcrt.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/__init__.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/context.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/managers.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/pool.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/multiprocessing/process.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/nntplib.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/ntpath.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/nturl2path.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/os/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/os/path.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/pdb.pyi @@ -1574,6 +1701,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/queue.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/random.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/re.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/reprlib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/resource.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/runpy.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/select.pyi @@ -1584,8 +1712,11 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/smtplib.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/socket.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/socketserver.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/spwd.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/__init__.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/sqlite3/dbapi2.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sre_constants.pyi +%%DATADIR%%/helpers/typeshed/stdlib/3/sre_parse.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/ssl.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/stat.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/string.pyi @@ -1618,6 +1749,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/stdlib/3/wsgiref/validate.pyi %%DATADIR%%/helpers/typeshed/stdlib/3/zlib.pyi %%DATADIR%%/helpers/typeshed/tests/mypy_blacklist.txt +%%DATADIR%%/helpers/typeshed/tests/mypy_selftest.py %%DATADIR%%/helpers/typeshed/tests/mypy_test.py %%DATADIR%%/helpers/typeshed/tests/pytype_blacklist.txt %%DATADIR%%/helpers/typeshed/tests/pytype_test.py @@ -1839,6 +1971,9 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/ec2/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/elb/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/exception.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/kms/layer1.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/plugin.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/regioninfo.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/__init__.pyi @@ -1858,8 +1993,21 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/tagging.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/user.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/boto/s3/website.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/boto/utils.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/certifi.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/characteristic/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/README.md +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/core.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/decorators.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/formatting.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/globals.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/termui.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/types.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/click/utils.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/emoji.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_compat.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/jinja2/_stringdefs.pyi @@ -1904,6 +2052,19 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/err.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/times.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pymysql/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/attributes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/base.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/table.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/connection/util.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/constants.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/exceptions.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/indexes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/models.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/settings.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/throttle.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/pynamodb/types.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/pytz/lazy.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/__init__.pyi @@ -1943,7 +2104,24 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/structures.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/requests/utils.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/singledispatch.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/typing_extensions.pyi %%DATADIR%%/helpers/typeshed/third_party/2and3/ujson.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/composer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/constructor.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/dumper.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/emitter.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/error.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/events.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/loader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/nodes.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/parser.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/reader.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/representer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/resolver.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/scanner.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/serializer.pyi +%%DATADIR%%/helpers/typeshed/third_party/2and3/yaml/tokens.pyi %%DATADIR%%/helpers/typeshed/third_party/3.6/click/README.md %%DATADIR%%/helpers/typeshed/third_party/3.6/click/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/3.6/click/core.pyi @@ -1971,6 +2149,12 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/typeshed/third_party/3/docutils/parsers/rst/states.pyi %%DATADIR%%/helpers/typeshed/third_party/3/enum.pyi %%DATADIR%%/helpers/typeshed/third_party/3/itsdangerous.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/algorithms.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/__init__.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/py_ecdsa.pyi +%%DATADIR%%/helpers/typeshed/third_party/3/jwt/contrib/algorithms/pycrypto.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/__init__.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/etree.pyi %%DATADIR%%/helpers/typeshed/third_party/3/lxml/objectify.pyi @@ -2035,6 +2219,31 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/helpers/virtualenv-1.11.6.tar.gz %%DATADIR%%/helpers/virtualenv-1.7.2.tar.gz %%DATADIR%%/helpers/virtualenv-15.1.0.tar.gz +%%DATADIR%%/index/Python/id-index.input +%%DATADIR%%/index/Python/id-index.input.keystream +%%DATADIR%%/index/Python/id-index.input.keystream.len +%%DATADIR%%/index/Python/id-index.input.len +%%DATADIR%%/index/Python/id-index.input.values +%%DATADIR%%/index/Python/id-index.input.values.at +%%DATADIR%%/index/Python/id-index.input.values.s +%%DATADIR%%/index/Python/id-index.input_i +%%DATADIR%%/index/Python/id-index.input_i.len +%%DATADIR%%/index/Python/sdk-stubs.input +%%DATADIR%%/index/Python/sdk-stubs.input.keystream +%%DATADIR%%/index/Python/sdk-stubs.input.keystream.len +%%DATADIR%%/index/Python/sdk-stubs.input.len +%%DATADIR%%/index/Python/sdk-stubs.input.values +%%DATADIR%%/index/Python/sdk-stubs.input.values.at +%%DATADIR%%/index/Python/sdk-stubs.input.values.s +%%DATADIR%%/index/Python/sdk-stubs.input_i +%%DATADIR%%/index/Python/sdk-stubs.input_i.len +%%DATADIR%%/index/Python/sdk-stubs.names +%%DATADIR%%/index/Python/sdk-stubs.names.keystream +%%DATADIR%%/index/Python/sdk-stubs.names.keystream.len +%%DATADIR%%/index/Python/sdk-stubs.names.len +%%DATADIR%%/index/Python/sdk-stubs.names_i +%%DATADIR%%/index/Python/sdk-stubs.names_i.len +%%DATADIR%%/index/Python/sdk-stubs.version %%DATADIR%%/lib/annotations.jar %%DATADIR%%/lib/asm-all.jar %%DATADIR%%/lib/automaton.jar @@ -2048,13 +2257,15 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/common-io-3.2.1.jar %%DATADIR%%/lib/common-lang-3.2.1.jar %%DATADIR%%/lib/commons-codec-1.9.jar +%%DATADIR%%/lib/commons-compress-1.10.jar %%DATADIR%%/lib/commons-httpclient-3.1-patched.jar +%%DATADIR%%/lib/commons-imaging-1.0-RC.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/extensions.jar %%DATADIR%%/lib/fluent-hc-4.5.2.jar %%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/groovy-all-2.4.6.jar -%%DATADIR%%/lib/gson-2.5.jar +%%DATADIR%%/lib/groovy-all-2.4.12.jar +%%DATADIR%%/lib/gson-2.8.2.jar %%DATADIR%%/lib/guava-21.0.jar %%DATADIR%%/lib/httpclient-4.5.2.jar %%DATADIR%%/lib/httpcore-4.4.5.jar @@ -2083,6 +2294,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/jsch.agentproxy.sshagent.jar %%DATADIR%%/lib/jsch.agentproxy.usocket-jna.jar %%DATADIR%%/lib/jsch.agentproxy.usocket-nc.jar +%%DATADIR%%/lib/jsoup-1.10.3.jar %%DATADIR%%/lib/jsr173_1.0_api.jar %%DATADIR%%/lib/kotlin-reflect.jar %%DATADIR%%/lib/kotlin-runtime.jar @@ -2093,7 +2305,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/miglayout-core-5.0.jar %%DATADIR%%/lib/miglayout-swing-5.0.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar -%%DATADIR%%/lib/netty-all-4.1.10.Final.jar +%%DATADIR%%/lib/netty-all-4.1.13.Final.jar %%DATADIR%%/lib/openapi.jar %%DATADIR%%/lib/oromatcher.jar %%DATADIR%%/lib/picocontainer.jar @@ -2106,7 +2318,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/resources.jar %%DATADIR%%/lib/resources_en.jar %%DATADIR%%/lib/rngom-20051226-patched.jar -%%DATADIR%%/lib/sanselan-0.98-snapshot.jar %%DATADIR%%/lib/serviceMessages.jar %%DATADIR%%/lib/slf4j-api-1.7.10.jar %%DATADIR%%/lib/slf4j-log4j12-1.7.10.jar @@ -2114,7 +2325,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/sqlite-jdbc-3.16.1.jar %%DATADIR%%/lib/src/pycharm-openapi-src.zip %%DATADIR%%/lib/src/pycharm-pydev-src.zip -%%DATADIR%%/lib/streamex-0.6.2.jar +%%DATADIR%%/lib/streamex-0.6.5.jar %%DATADIR%%/lib/swingx-core-1.6.2.jar %%DATADIR%%/lib/trang-core.jar %%DATADIR%%/lib/trilead-ssh2.jar @@ -2124,7 +2335,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/lib/winp-1.23.jar %%DATADIR%%/lib/xbean.jar %%DATADIR%%/lib/xercesImpl.jar -%%DATADIR%%/lib/xml-apis.jar +%%DATADIR%%/lib/xml-apis-ext.jar %%DATADIR%%/lib/xmlgraphics-commons-1.5.jar %%DATADIR%%/lib/xmlrpc-2.0.jar %%DATADIR%%/lib/xpp3-1.1.4-min.jar @@ -2135,6 +2346,7 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/ant_license.txt %%DATADIR%%/license/asm_license.txt %%DATADIR%%/license/eclipse_license.txt +%%DATADIR%%/license/eclipse_license2.txt %%DATADIR%%/license/growl.license %%DATADIR%%/license/gson_license.txt %%DATADIR%%/license/imgscalr_license.txt @@ -2153,7 +2365,6 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/license/nanoxml_license.txt %%DATADIR%%/license/oromatcher_license.txt %%DATADIR%%/license/picoContainer_license.txt -%%DATADIR%%/license/sanselan_license.txt %%DATADIR%%/license/saxon-conditions.html %%DATADIR%%/license/sqljet-license.txt %%DATADIR%%/license/svnkit-license.txt @@ -2184,6 +2395,8 @@ share/applications/pycharm-ce.desktop %%DATADIR%%/plugins/ipnb/lib/ipnb.jar %%DATADIR%%/plugins/ipnb/lib/java_websocket.jar %%DATADIR%%/plugins/ipnb/lib/resources_en.jar +%%DATADIR%%/plugins/properties/lib/properties.jar +%%DATADIR%%/plugins/properties/lib/resources_en.jar %%DATADIR%%/plugins/python-rest/lib/python-rest.jar %%DATADIR%%/plugins/python-terminal/lib/python-terminal.jar %%DATADIR%%/plugins/rest/lib/resources_en.jar diff --git a/dns/powerdns-recursor/Makefile b/dns/powerdns-recursor/Makefile index 53993a7c3a0..03af8eaa5b2 100644 --- a/dns/powerdns-recursor/Makefile +++ b/dns/powerdns-recursor/Makefile @@ -60,4 +60,10 @@ SETUID_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-setuid SUB_FILES= pkg-message -.include +.include + +.if ${OSVERSION} < 1003506 +IGNORE= no _cxa_thread_atexit() support in FreeBSD libc < 10.4 +.endif + +.include diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index b87b968b96e..15e54f25b61 100644 --- a/games/dhewm3/Makefile +++ b/games/dhewm3/Makefile @@ -15,9 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h -BROKEN_armv7= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h - USE_GITHUB= yes GH_ACCOUNT= dhewm diff --git a/games/lightyears/Makefile b/games/lightyears/Makefile index e9c3ce855c2..9f1bf7457f1 100644 --- a/games/lightyears/Makefile +++ b/games/lightyears/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYGAME} -USES= python:2 shebangfix tar:bz2 +USES= python:2.7 shebangfix tar:bz2 SHEBANG_FILES= ${PORTNAME} NO_ARCH= yes diff --git a/graphics/darknock/Makefile b/graphics/darknock/Makefile index 07ae3be3ef6..40c69bada9f 100644 --- a/graphics/darknock/Makefile +++ b/graphics/darknock/Makefile @@ -20,22 +20,18 @@ USE_QT4= gui linguisttools_build moc_build rcc_build uic_build PORTDOCS= changelog PLIST_FILES= bin/darknock share/pixmaps/darknock.png -DESKTOP_ENTRIES= "${PORTNAME}" \ - "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ - "${PORTNAME}" \ - "Graphics;Qt;" \ - "true" +DESKTOP_ENTRIES="${PORTNAME}" \ + "" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ + "${PORTNAME}" \ + "Graphics;Qt;" \ + "true" OPTIONS_DEFINE= DOCS NLS -.include - -.if ${PORT_OPTIONS:MNLS} .for lang in fr it pl ro sv tr -PLIST_FILES+= %%DATADIR%%/locale/darknock_${lang}.qm +NLS_PLIST_FILES+= %%DATADIR%%/locale/darknock_${lang}.qm .endfor -.endif post-patch: @${REINPLACE_CMD} -e 's|/usr/share/darknock|${DATADIR}|g' \ @@ -47,13 +43,13 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/images/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps -.if ${PORT_OPTIONS:MNLS} + +do-install-NLS-on: @${MKDIR} ${STAGEDIR}${DATADIR}/locale ${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${STAGEDIR}${DATADIR}/locale -.endif -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/changelog ${STAGEDIR}${DOCSDIR} -.endif .include diff --git a/graphics/geeqie/files/patch-configure.in b/graphics/geeqie/files/patch-configure.in new file mode 100644 index 00000000000..d43d2843179 --- /dev/null +++ b/graphics/geeqie/files/patch-configure.in @@ -0,0 +1,15 @@ +--- configure.in.orig 2017-11-27 13:02:57 UTC ++++ configure.in +@@ -277,7 +277,11 @@ for dir in `echo "$withval" | tr : ' '`; + HAVE_LIRC=no + if test "x${lirc}" != "xno" ; then + AC_CHECK_HEADER(lirc/lirc_client.h, +- [AC_CHECK_LIB(lirc_client,lirc_init,[HAVE_LIRC=yes;LIBS=-llirc_client $LIBS;AC_DEFINE([HAVE_LIRC],[],[Define to 1 if LIRC must be used])],,)],) ++ [AC_CHECK_LIB(lirc_client,lirc_init,[ ++ HAVE_LIRC=yes ++ LIBS="-llirc_client $LIBS" ++ AC_DEFINE([HAVE_LIRC],[],[Define to 1 if LIRC must be used]) ++ ],,)],) + fi + AM_CONDITIONAL(HAVE_LIRC, [test "x$HAVE_LIRC" = xyes]) + diff --git a/java/intellij-ultimate/Makefile b/java/intellij-ultimate/Makefile index 6c4bd0cc0f9..46f3e7e9403 100644 --- a/java/intellij-ultimate/Makefile +++ b/java/intellij-ultimate/Makefile @@ -4,11 +4,11 @@ # Based on the java/intellij port PORTNAME= intellij-ultimate -PORTVERSION= 2016.2.5 +PORTVERSION= 2017.2.5 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ -DISTNAME= ideaIU-${PORTVERSION} +DISTNAME= ideaIU-${PORTVERSION}-no-jdk MAINTAINER= andoriyu@gmail.com COMMENT= IntelliJ IDEA Ultimate Edition @@ -21,40 +21,47 @@ LICENSE_PERMS= dist-mirror pkg-mirror auto-accept RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ intellij-pty4j>0:java/intellij-pty4j +USES= python:run shebangfix USE_JAVA= yes JAVA_VERSION= 1.8+ +SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes NO_ARCH_IGNORE= libnative_auth.so libnative_console.so libnative_filesystem.so \ - libnative_misc.so libnative_synchronization.so + libnative_misc.so libnative_synchronization.so \ + native-platform-freebsd-amd64-libcpp-0.14.jar native-platform-freebsd-amd64-libstdcpp-0.14.jar \ + native-platform-freebsd-i386-libcpp-0.14.jar native-platform-freebsd-i386-libstdcpp-0.14.jar NO_BUILD= yes USE_LDCONFIG= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/ USE_LDCONFIG32= ${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/ -WRKDIST= ${WRKDIR}/idea-IU-162.2228.15 +WRKSRC= ${WRKDIR}/idea-IU-172.4343.14 .include "${.CURDIR}/../intellij/common.mk" PLIST_SUB+= IDEA_HOME=${IDEA_HOME} SUB_FILES+= idea idea.desktop pkg-message SUB_LIST+= IDEA_HOME=${IDEA_HOME} -CONFLICTS= intellij-2016* +CONFLICTS= intellij-20* do-install: ${MKDIR} ${STAGEDIR}${IDEA_HOME} - @${TAR} -czf - -C ${WRKDIST} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME} + @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME} # Linux/Windows/OS X only so remove them @${RM} ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier \ ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier-arm \ ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier64 \ ${STAGEDIR}${IDEA_HOME}/bin/libbreakgen.so \ ${STAGEDIR}${IDEA_HOME}/bin/libbreakgen64.so \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-amd64-0.10.jar \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-i386-0.10.jar \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-i386-0.10.jar \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar \ - ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-i386-0.10.jar \ ${STAGEDIR}${IDEA_HOME}/bin/libyjpagent-linux.so \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/gluegen-rt-natives-linux-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/gluegen-rt-natives-macosx-universal.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/gluegen-rt-natives-windows-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/jogl-all-natives-linux-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/jogl-all-natives-macosx-universal.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/android/lib/jogl-all-natives-windows-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-*.jar \ + ${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-*.jar \ ${STAGEDIR}${IDEA_HOME}/bin/libyjpagent-linux64.so @${RM} -r ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/hpux/ \ ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/linux/ \ @@ -62,8 +69,6 @@ do-install: ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/solaris/ \ ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/win32/ \ ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/aix/ -# ${STRIP_CMD} ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/*.so -# ${STRIP_CMD} ${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/*.so # Remove the bundled native Pty4J support libraries, they are replaced # by java/intellij-pty4j @${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty @@ -72,12 +77,12 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea ${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/ - cd ${WRKDIST}/lib && ${JAVA_HOME}/bin/jar xf icons.jar - ${INSTALL_DATA} ${WRKDIST}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png + cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar + ${INSTALL_DATA} ${WRKSRC}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png # TODO: Remove and enable fsnotifier when devel/libinotify is fixed # Disable filewatcher warning message on IDEA startup ${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties # Use fsnotifier replacement provided by java/intellij-fsnotifier -# ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties + ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties .include diff --git a/java/intellij-ultimate/distinfo b/java/intellij-ultimate/distinfo index 04c1b93ece7..0edf5b64adc 100644 --- a/java/intellij-ultimate/distinfo +++ b/java/intellij-ultimate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476812452 -SHA256 (ideaIU-2016.2.5.tar.gz) = 30a4ddf82b8393fc22803c9335d6cb00087116dd09915e44f40f0433b81b1b3d -SIZE (ideaIU-2016.2.5.tar.gz) = 509791849 +TIMESTAMP = 1509834217 +SHA256 (ideaIU-2017.2.5-no-jdk.tar.gz) = 6649ec545093be46ebf2bf2d76e4b67597b2c92ea9ad80fe354db130994de45e +SIZE (ideaIU-2017.2.5-no-jdk.tar.gz) = 552916197 diff --git a/java/intellij-ultimate/pkg-plist b/java/intellij-ultimate/pkg-plist index b7c8401f4bc..92dfc6193ff 100644 --- a/java/intellij-ultimate/pkg-plist +++ b/java/intellij-ultimate/pkg-plist @@ -1,6 +1,7 @@ bin/idea %%IDEA_HOME%%/Install-Linux-tar.txt %%IDEA_HOME%%/bin/appletviewer.policy +%%IDEA_HOME%%/bin/format.sh %%IDEA_HOME%%/bin/idea.png %%IDEA_HOME%%/bin/idea.properties %%IDEA_HOME%%/bin/idea.sh @@ -8,12 +9,15 @@ bin/idea %%IDEA_HOME%%/bin/idea64.vmoptions %%IDEA_HOME%%/bin/inspect.sh %%IDEA_HOME%%/bin/log.xml +%%IDEA_HOME%%/bin/printenv.py +%%IDEA_HOME%%/bin/restart.py %%IDEA_HOME%%/build.txt %%IDEA_HOME%%/help/ReferenceCard.pdf %%IDEA_HOME%%/help/ReferenceCardForMac.pdf %%IDEA_HOME%%/help/ideahelp.jar %%IDEA_HOME%%/idea.png -%%IDEA_HOME%%/jre/lib/tools.jar +%%IDEA_HOME%%/lib/aether-1.1.0-all.jar +%%IDEA_HOME%%/lib/aether-dependency-resolver.jar %%IDEA_HOME%%/lib/alloy.jar %%IDEA_HOME%%/lib/annotations.jar %%IDEA_HOME%%/lib/ant/INSTALL @@ -72,42 +76,55 @@ bin/idea %%IDEA_HOME%%/lib/ant/lib/ant.jar %%IDEA_HOME%%/lib/ant/lib/ant.pom %%IDEA_HOME%%/lib/ant/lib/libraries.properties +%%IDEA_HOME%%/lib/asm-5.0.3.jar %%IDEA_HOME%%/lib/asm-all.jar -%%IDEA_HOME%%/lib/asm-commons.jar -%%IDEA_HOME%%/lib/asm.jar +%%IDEA_HOME%%/lib/asm-analysis-5.0.3.jar +%%IDEA_HOME%%/lib/asm-tree-5.0.3.jar %%IDEA_HOME%%/lib/automaton.jar %%IDEA_HOME%%/lib/batik-all.jar +%%IDEA_HOME%%/lib/bcprov-jdk15on-155.jar %%IDEA_HOME%%/lib/boot.jar %%IDEA_HOME%%/lib/bootstrap.jar -%%IDEA_HOME%%/lib/cglib-2.2.2.jar +%%IDEA_HOME%%/lib/cglib-nodep-3.2.4.jar %%IDEA_HOME%%/lib/cli-parser-1.1.jar %%IDEA_HOME%%/lib/clojure-1.8.0.jar %%IDEA_HOME%%/lib/clojure-jsr223-1.5.1.jar +%%IDEA_HOME%%/lib/cloud-config-client.jar +%%IDEA_HOME%%/lib/common-image-3.2.1.jar +%%IDEA_HOME%%/lib/common-io-3.2.1.jar +%%IDEA_HOME%%/lib/common-lang-3.2.1.jar %%IDEA_HOME%%/lib/commons-codec-1.9.jar +%%IDEA_HOME%%/lib/commons-compress-1.10.jar %%IDEA_HOME%%/lib/commons-httpclient-3.1-patched.jar %%IDEA_HOME%%/lib/commons-logging-1.2.jar %%IDEA_HOME%%/lib/commons-net-3.3.jar +%%IDEA_HOME%%/lib/constraint-layout.jar %%IDEA_HOME%%/lib/coverage-agent.jar %%IDEA_HOME%%/lib/coverage-instrumenter.jar %%IDEA_HOME%%/lib/coverage-util.jar -%%IDEA_HOME%%/lib/ecj-4.5.2.jar +%%IDEA_HOME%%/lib/ecj-4.6.2.jar %%IDEA_HOME%%/lib/extensions.jar %%IDEA_HOME%%/lib/external-system-rt.jar -%%IDEA_HOME%%/lib/fluent-hc-4.4.1.jar +%%IDEA_HOME%%/lib/fluent-hc-4.5.2.jar %%IDEA_HOME%%/lib/forms_rt.jar +%%IDEA_HOME%%/lib/google-analytics-library.jar %%IDEA_HOME%%/lib/groovy-all-2.4.6.jar %%IDEA_HOME%%/lib/gson-2.5.jar -%%IDEA_HOME%%/lib/guava-17.0.jar +%%IDEA_HOME%%/lib/guava-21.0.jar %%IDEA_HOME%%/lib/hamcrest-core-1.3.jar -%%IDEA_HOME%%/lib/httpclient-4.4.1.jar -%%IDEA_HOME%%/lib/httpcore-4.4.1.jar -%%IDEA_HOME%%/lib/httpmime-4.4.1.jar +%%IDEA_HOME%%/lib/httpclient-4.5.2.jar +%%IDEA_HOME%%/lib/httpcore-4.4.5.jar +%%IDEA_HOME%%/lib/httpmime-4.5.2.jar %%IDEA_HOME%%/lib/icons.jar %%IDEA_HOME%%/lib/idea-jsp-openapi.jar %%IDEA_HOME%%/lib/idea.jar %%IDEA_HOME%%/lib/idea_rt.jar %%IDEA_HOME%%/lib/ideax.jar +%%IDEA_HOME%%/lib/imageio-core-3.2.1.jar +%%IDEA_HOME%%/lib/imageio-metadata-3.2.1.jar +%%IDEA_HOME%%/lib/imageio-tiff-3.2.1.jar %%IDEA_HOME%%/lib/imgscalr-lib-4.2.jar +%%IDEA_HOME%%/lib/ini4j-0.5.2-patched.jar %%IDEA_HOME%%/lib/isorelax.jar %%IDEA_HOME%%/lib/jasper21_rt.jar %%IDEA_HOME%%/lib/jasper2_rt.jar @@ -117,20 +134,24 @@ bin/idea %%IDEA_HOME%%/lib/jcip-annotations.jar %%IDEA_HOME%%/lib/jdkAnnotations.jar %%IDEA_HOME%%/lib/jdom.jar +%%IDEA_HOME%%/lib/jediterm-pty-2.5.jar %%IDEA_HOME%%/lib/jettison-1.3.2.jar %%IDEA_HOME%%/lib/jgoodies-common-1.2.1.jar %%IDEA_HOME%%/lib/jgoodies-forms.jar %%IDEA_HOME%%/lib/jgoodies-looks-2.4.2.jar %%IDEA_HOME%%/lib/jh.jar +%%IDEA_HOME%%/lib/jimfs-1.1.jar %%IDEA_HOME%%/lib/jing.jar %%IDEA_HOME%%/lib/jna-platform.jar %%IDEA_HOME%%/lib/jna.jar +%%IDEA_HOME%%/lib/jps-builders-6.jar %%IDEA_HOME%%/lib/jps-builders.jar %%IDEA_HOME%%/lib/jps-launcher.jar %%IDEA_HOME%%/lib/jps-model.jar -%%IDEA_HOME%%/lib/jsch-0.1.53.jar +%%IDEA_HOME%%/lib/jsch-0.1.54.jar %%IDEA_HOME%%/lib/jsch.agentproxy.connector-factory.jar %%IDEA_HOME%%/lib/jsch.agentproxy.core.jar +%%IDEA_HOME%%/lib/jsch.agentproxy.jsch.jar %%IDEA_HOME%%/lib/jsch.agentproxy.pageant.jar %%IDEA_HOME%%/lib/jsch.agentproxy.sshagent.jar %%IDEA_HOME%%/lib/jsch.agentproxy.usocket-jna.jar @@ -145,17 +166,19 @@ bin/idea %%IDEA_HOME%%/lib/log4j.jar %%IDEA_HOME%%/lib/markdown4j-2.2.jar %%IDEA_HOME%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar +%%IDEA_HOME%%/lib/maven-aether-provider-3.3.9-all.jar %%IDEA_HOME%%/lib/microba.jar -%%IDEA_HOME%%/lib/miglayout-swing.jar +%%IDEA_HOME%%/lib/miglayout-core-5.0.jar +%%IDEA_HOME%%/lib/miglayout-swing-5.0.jar %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar %%IDEA_HOME%%/lib/nekohtml-1.9.14.jar -%%IDEA_HOME%%/lib/netty-all-4.1.1.Final.jar +%%IDEA_HOME%%/lib/netty-all-4.1.10.Final.jar %%IDEA_HOME%%/lib/openapi.jar %%IDEA_HOME%%/lib/optimizedFileManager.jar %%IDEA_HOME%%/lib/oromatcher.jar %%IDEA_HOME%%/lib/picocontainer.jar %%IDEA_HOME%%/lib/protobuf-2.5.0.jar -%%IDEA_HOME%%/lib/proxy-vole_20131209.jar +%%IDEA_HOME%%/lib/proxy-vole-1.0.3.jar %%IDEA_HOME%%/lib/purejavacomm.jar %%IDEA_HOME%%/lib/resolver.jar %%IDEA_HOME%%/lib/resources.jar @@ -176,8 +199,6 @@ bin/idea %%IDEA_HOME%%/lib/rt/jasper2/jsp-api.jar %%IDEA_HOME%%/lib/rt/jasper2/org.eclipse.jdt.core.jar %%IDEA_HOME%%/lib/rt/jasper2/servlet-api.jar -%%IDEA_HOME%%/lib/rt/jps-plugin-system.jar -%%IDEA_HOME%%/lib/rt/required_for_dist.txt %%IDEA_HOME%%/lib/rt/servlet.jar %%IDEA_HOME%%/lib/rt/xerces1.jar %%IDEA_HOME%%/lib/sanselan-0.98-snapshot.jar @@ -185,8 +206,9 @@ bin/idea %%IDEA_HOME%%/lib/servlet-api.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar +%%IDEA_HOME%%/lib/snakeyaml-1.17.jar %%IDEA_HOME%%/lib/snappy-in-java-0.5.1.jar -%%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar +%%IDEA_HOME%%/lib/sqlite-jdbc-3.16.1.jar %%IDEA_HOME%%/lib/src/src_css-api.zip %%IDEA_HOME%%/lib/src/src_database-openapi.zip %%IDEA_HOME%%/lib/src/src_jam-openapi.zip @@ -194,12 +216,15 @@ bin/idea %%IDEA_HOME%%/lib/src/src_persistence-openapi.zip %%IDEA_HOME%%/lib/src/src_spring-openapi.zip %%IDEA_HOME%%/lib/src/src_tomcat.zip -%%IDEA_HOME%%/lib/src/trove4j_src.jar +%%IDEA_HOME%%/lib/streamex-0.6.2.jar +%%IDEA_HOME%%/lib/studio-profiler-grpc-1.0-jarjar.jar %%IDEA_HOME%%/lib/swingx-core-1.6.2.jar %%IDEA_HOME%%/lib/trang-core.jar +%%IDEA_HOME%%/lib/trilead-ssh2.jar %%IDEA_HOME%%/lib/trove4j.jar %%IDEA_HOME%%/lib/util.jar %%IDEA_HOME%%/lib/velocity.jar +%%IDEA_HOME%%/lib/wadl-core.jar %%IDEA_HOME%%/lib/winp-1.23.jar %%IDEA_HOME%%/lib/xbean.jar %%IDEA_HOME%%/lib/xercesImpl.jar @@ -209,6 +234,7 @@ bin/idea %%IDEA_HOME%%/lib/xmlrpc-2.0.jar %%IDEA_HOME%%/lib/xpp3-1.1.4-min.jar %%IDEA_HOME%%/lib/xstream-1.4.8.jar +%%IDEA_HOME%%/lib/xz-1.5.jar %%IDEA_HOME%%/lib/yjp-controller-api-redist.jar %%IDEA_HOME%%/license/XStream_license.txt %%IDEA_HOME%%/license/ant_license.txt @@ -243,12 +269,17 @@ bin/idea %%IDEA_HOME%%/license/swingx_license.txt %%IDEA_HOME%%/license/third-party/W3C_Software_License.html %%IDEA_HOME%%/license/third-party/protobuf_license.txt +%%IDEA_HOME%%/license/trove4j_license.txt %%IDEA_HOME%%/license/winp_license.txt %%IDEA_HOME%%/license/xerces_license.txt %%IDEA_HOME%%/license/xmlrpc_license.txt %%IDEA_HOME%%/license/yourkit-license-redist.txt +%%IDEA_HOME%%/plugins/AngularJS/lib/AngularJS.jar +%%IDEA_HOME%%/plugins/AngularJS/lib/resources_en.jar +%%IDEA_HOME%%/plugins/AngularJS/ngLanguageService/angular-plugin.js +%%IDEA_HOME%%/plugins/AngularJS/ngLanguageService/angular-session.js +%%IDEA_HOME%%/plugins/AngularJS/ngLanguageService/syntax-kind.js %%IDEA_HOME%%/plugins/AppServersView/lib/AppServersView.jar -%%IDEA_HOME%%/plugins/AppServersView/lib/resources_en.jar %%IDEA_HOME%%/plugins/BatchApplications/lib/batch-applications-support.jar %%IDEA_HOME%%/plugins/BatchApplications/lib/resources_en.jar %%IDEA_HOME%%/plugins/BeanValidation/lib/bean_validation.jar @@ -262,7 +293,7 @@ bin/idea %%IDEA_HOME%%/plugins/ClearCaseIntegration/lib/ClearCaseIntegration.jar %%IDEA_HOME%%/plugins/DatabaseTools/lib/database-impl.jar %%IDEA_HOME%%/plugins/DatabaseTools/lib/database-openapi.jar -%%IDEA_HOME%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.264.jar +%%IDEA_HOME%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.296.jar %%IDEA_HOME%%/plugins/DatabaseTools/lib/jdbc-console.jar %%IDEA_HOME%%/plugins/DatabaseTools/lib/resources_en.jar %%IDEA_HOME%%/plugins/FreeMarker/lib/core.jar @@ -293,13 +324,9 @@ bin/idea %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/categoryTransform.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/closuresInMethod.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/defaultMethods.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/extensions.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/gantScript.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/indexedProperty.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/listenerList.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/metaDsl.gdsl %%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/newifyTransform.gdsl -%%IDEA_HOME%%/plugins/Groovy/lib/standardDsls/singletonTransform.gdsl %%IDEA_HOME%%/plugins/Guice/lib/Guice.jar %%IDEA_HOME%%/plugins/Guice/lib/resources_en.jar %%IDEA_HOME%%/plugins/GwtStudio/lib/GwtStudio.jar @@ -307,10 +334,12 @@ bin/idea %%IDEA_HOME%%/plugins/GwtStudio/lib/resources_en.jar %%IDEA_HOME%%/plugins/GwtStudio/lib/runtime.jar %%IDEA_HOME%%/plugins/GwtStudio/lib/sdm-launcher/superdevmode-launcher-legacy.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate-console.jar %%IDEA_HOME%%/plugins/Hibernate/lib/hibernate.jar %%IDEA_HOME%%/plugins/Hibernate/lib/hibernate3-console.jar %%IDEA_HOME%%/plugins/Hibernate/lib/hibernate4-console.jar %%IDEA_HOME%%/plugins/Hibernate/lib/hibernate5-console.jar +%%IDEA_HOME%%/plugins/Hibernate/lib/hibernate52-console.jar %%IDEA_HOME%%/plugins/IntelliLang/lib/IntelliLang.jar %%IDEA_HOME%%/plugins/IntelliLang/lib/intellilang-jps-plugin.jar %%IDEA_HOME%%/plugins/JBoss/lib/jbossIntegration.jar @@ -323,9 +352,9 @@ bin/idea %%IDEA_HOME%%/plugins/JavaEE/lib/IntelliLang-javaee.jar %%IDEA_HOME%%/plugins/JavaEE/lib/gradle-javaee.jar %%IDEA_HOME%%/plugins/JavaEE/lib/javaee-impl.jar +%%IDEA_HOME%%/plugins/JavaEE/lib/javaee-jps-plugin.jar %%IDEA_HOME%%/plugins/JavaEE/lib/javaee-openapi.jar %%IDEA_HOME%%/plugins/JavaEE/lib/jpa-console.jar -%%IDEA_HOME%%/plugins/JavaEE/lib/jps/javaee-jps-plugin.jar %%IDEA_HOME%%/plugins/JavaEE/lib/jps/jpa-jps-plugin.jar %%IDEA_HOME%%/plugins/JavaEE/lib/resources_en.jar %%IDEA_HOME%%/plugins/JavaEE/lib/webDeployment-transport.jar @@ -334,36 +363,146 @@ bin/idea %%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/FirefoxConnector.jar %%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/JavaEEJavaScriptDebug.jar %%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/JavaScriptDebugger.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/nashorn-debugger-support.jar %%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/nashorn-debugger.jar %%IDEA_HOME%%/plugins/JavaScriptDebugger/lib/resources_en.jar -%%IDEA_HOME%%/plugins/JavaScriptDebugger/nashorn-debugger-support.jar +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/appWorker.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/error/errorHelper.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/error/internalError.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/error/internalErrorCode.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/executionsLimiter.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/fileSystem.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/launcher.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/log/log.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/log/logHelper.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/log/loggers.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/options/lib/options.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/options/package.json +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/q/LICENSE +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/q/package.json +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/q/q.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/q/queue.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ultron/LICENSE +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ultron/index.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ultron/package.json +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ultron/test.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/index.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/BufferPool.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/BufferUtil.fallback.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/BufferUtil.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/ErrorCodes.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Extensions.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/PerMessageDeflate.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Receiver.hixie.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Receiver.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Sender.hixie.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Sender.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Validation.fallback.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/Validation.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/WebSocket.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/lib/WebSocketServer.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/node_modules/ws/package.json +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/package.json +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/packager.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/request.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/scriptImporter.js +%%IDEA_HOME%%/plugins/JavaScriptDebugger/proxy/sourceMap.js %%IDEA_HOME%%/plugins/JavaScriptLanguage/grunt_js/lib/grunt-intellij-util.js %%IDEA_HOME%%/plugins/JavaScriptLanguage/grunt_js/tasks/grunt-tasks-fetcher.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-stringifier.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-tree.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/base-test-reporter/intellij-util.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/jest-intellij/lib/jest-intellij-jasmine.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/LICENSE +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/README.md +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/bin/semver +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/package.json +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/range.bnf +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/node_modules/semver/semver.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/bin/batch-matcher +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/package-version-range-matcher/semver-range-matcher.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/package.json +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/jasmine-reporter.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-cli.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-config.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-plugin.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-tree.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/helpers/protractor-intellij/lib/protractor-intellij-util.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/cancellationToken.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.core.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2016.full.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.full.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.object.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.asynciterable.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.esnext.full.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.scripthost.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.webworker.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/tsserverlibrary.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/js-language-service.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/compile-info-holder.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/logger-impl.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/out-path-process.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/service-loader.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-default-options.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-plugin.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-project-service-new.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-project-service-old.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-project-service.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-new.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-old.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session-provider.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts-session.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/ts15impl.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/typescript/util.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin-provider.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/bin/eslint-plugin.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/bin/test/mock.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/bin/test/synchTest.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin-provider.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/eslint-plugin.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/test/mock.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/test/synchTest.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/testData/.eslintrc.bad.json +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/testData/.eslintrc.json +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/testData/longLine.js +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/testData/result.json +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-language-api-extends.d.ts +%%IDEA_HOME%%/plugins/JavaScriptLanguage/languageService/eslint/src/typings/js-lanuage-api.d.ts %%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/JavaScriptLanguage.jar %%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/commons-io-2.4.jar -%%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/ecmascript6-compiler.jar %%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/javascript-openapi.jar %%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/js-test-common.jar %%IDEA_HOME%%/plugins/JavaScriptLanguage/lib/resources_en.jar -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/bridge.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/compilerFactory.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.d.ts -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.es6.d.ts -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/lib.es7.d.ts -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/external/tsserver.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/js-language-service.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/out-path-process.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/store.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/ts-compiler-host-impl.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/compile-info-holder.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/logger-impl.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/service-loader.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/ts-plugin.js -%%IDEA_HOME%%/plugins/JavaScriptLanguage/typescriptCompiler/typescript/ts-session.js %%IDEA_HOME%%/plugins/JavaeeExtensions/lib/javaee-extensions.jar %%IDEA_HOME%%/plugins/JavaeeExtensions/lib/resources_en.jar %%IDEA_HOME%%/plugins/Jetty/lib/jettyIntegration.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin-dce-js +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin-dce-js.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlin.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-js @@ -372,21 +511,42 @@ bin/idea %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc-jvm.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/allopen-compiler-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar -%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/annotations-13.0.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar -%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler-client-embeddable.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-jslib.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-preloader.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-reflect-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-reflect.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runner.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-script-runtime-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-script-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-source-sections-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-jre7-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-jre7.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-jre8-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-jre8.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-js-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-js.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-stdlib.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-js-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-js.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-junit-sources.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-junit.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test-sources.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-test.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/noarg-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/sam-with-receiver-compiler-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/NOTICE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/args4j_LICENSE.txt @@ -395,18 +555,33 @@ bin/idea %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/dart_LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/jshashtable_license.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/json_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/maven_LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/pcollections_LICENSE.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/scala_license.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/trove_license.txt +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/license/third_party/trove_readme_license.txt +%%IDEA_HOME%%/plugins/Kotlin/lib/allopen-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/allopen-ide-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/android-extensions-compiler.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/android-extensions-ide.jar %%IDEA_HOME%%/plugins/Kotlin/lib/android-lint.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/javaslang-2.0.6.jar %%IDEA_HOME%%/plugins/Kotlin/lib/javax.inject.jar %%IDEA_HOME%%/plugins/Kotlin/lib/jps/kotlin-jps-plugin.jar -%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-compiler-plugin.jar -%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-android-extensions-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-gradle-tooling.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-plugin.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-reflect.jar %%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlin-script-runtime.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlinx-coroutines-core.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/kotlinx-coroutines-jdk8.jar %%IDEA_HOME%%/plugins/Kotlin/lib/markdown.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/noarg-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/noarg-ide-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/sam-with-receiver-compiler-plugin.jar +%%IDEA_HOME%%/plugins/Kotlin/lib/sam-with-receiver-ide-plugin.jar %%IDEA_HOME%%/plugins/PerforceIntegration/lib/PerforceIntegration.jar %%IDEA_HOME%%/plugins/PerforceIntegration/lib/perforce_util.jar %%IDEA_HOME%%/plugins/PerforceIntegration/lib/resources_en.jar @@ -438,6 +613,8 @@ bin/idea %%IDEA_HOME%%/plugins/SpringBatch/lib/SpringBatch.jar %%IDEA_HOME%%/plugins/SpringBatch/lib/resources_en.jar %%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot-api.jar +%%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot-config-yaml.jar +%%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot-run.jar %%IDEA_HOME%%/plugins/SpringBoot/lib/spring-boot.jar %%IDEA_HOME%%/plugins/SpringBoot/lib/spring-initializr.jar %%IDEA_HOME%%/plugins/SpringData/lib/SpringData.jar @@ -474,25 +651,24 @@ bin/idea %%IDEA_HOME%%/plugins/WebServices/lib/ws.jar %%IDEA_HOME%%/plugins/WebSocket/lib/resources_en.jar %%IDEA_HOME%%/plugins/WebSocket/lib/websocket-support.jar -%%IDEA_HOME%%/plugins/android/lib/GoogleFeedback.jar +%%IDEA_HOME%%/plugins/android/lib/adt-ui.jar %%IDEA_HOME%%/plugins/android/lib/android-common.jar %%IDEA_HOME%%/plugins/android/lib/android-rt.jar %%IDEA_HOME%%/plugins/android/lib/android-ultimate.jar %%IDEA_HOME%%/plugins/android/lib/android.jar %%IDEA_HOME%%/plugins/android/lib/androidAnnotations.jar +%%IDEA_HOME%%/plugins/android/lib/androidWidgets/BUILD %%IDEA_HOME%%/plugins/android/lib/androidWidgets/theme-editor-widgets.jar -%%IDEA_HOME%%/plugins/android/lib/antlr4-annotations-4.5.jar -%%IDEA_HOME%%/plugins/android/lib/antlr4-runtime-4.5.jar +%%IDEA_HOME%%/plugins/android/lib/antlr4-runtime-4.5.3.jar %%IDEA_HOME%%/plugins/android/lib/asm-5.0.3.jar %%IDEA_HOME%%/plugins/android/lib/asm-analysis-5.0.3.jar %%IDEA_HOME%%/plugins/android/lib/asm-tree-5.0.3.jar -%%IDEA_HOME%%/plugins/android/lib/bcpkix-jdk15on-1.48.jar -%%IDEA_HOME%%/plugins/android/lib/bcprov-jdk15on-1.48.jar -%%IDEA_HOME%%/plugins/android/lib/builder-model-2.0.0-alpha7.jar -%%IDEA_HOME%%/plugins/android/lib/common.jar -%%IDEA_HOME%%/plugins/android/lib/commons-compress-1.0.jar +%%IDEA_HOME%%/plugins/android/lib/bcpkix-jdk15on-155.jar +%%IDEA_HOME%%/plugins/android/lib/commons-compress-1.8.1.jar %%IDEA_HOME%%/plugins/android/lib/commons-io-2.4.jar +%%IDEA_HOME%%/plugins/android/lib/constraint-layout.jar %%IDEA_HOME%%/plugins/android/lib/data-binding.jar +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/BUILD %%IDEA_HOME%%/plugins/android/lib/device-art-resources/device-art.xml %%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/land_back.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/galaxy_nexus/land_fore.png @@ -600,6 +776,27 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_back_simple_port.9.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_shadow_simple_land.9.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/phone/phone_shadow_simple_port.9.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/land_back.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/land_fore.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/land_shadow.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/port_back.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/port_fore.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel/port_shadow.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/land_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/land_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/land_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/port_back.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/port_fore.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_c/port_shadow.png +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/land_back.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/land_fore.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/land_shadow.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/layout +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/port_back.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/port_fore.webp +%%IDEA_HOME%%/plugins/android/lib/device-art-resources/pixel_xl/port_shadow.webp %%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_back_simple.9.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_shadow_simple_land.9.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/tablet/tablet_shadow_simple_port.9.png @@ -640,24 +837,8571 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/port_fore.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/port_shadow.png %%IDEA_HOME%%/plugins/android/lib/device-art-resources/xoom/thumb.png +%%IDEA_HOME%%/plugins/android/lib/dexlib2-2.0.8-dev.jar +%%IDEA_HOME%%/plugins/android/lib/dexlib2-util-2.0.8-dev.jar %%IDEA_HOME%%/plugins/android/lib/freemarker-2.3.20.jar +%%IDEA_HOME%%/plugins/android/lib/gluegen-rt.jar +%%IDEA_HOME%%/plugins/android/lib/google-analytics-library.jar %%IDEA_HOME%%/plugins/android/lib/jarutils.jar %%IDEA_HOME%%/plugins/android/lib/javawriter-2.2.1.jar %%IDEA_HOME%%/plugins/android/lib/jgraphx-3.4.0.1.jar +%%IDEA_HOME%%/plugins/android/lib/jogl-all.jar %%IDEA_HOME%%/plugins/android/lib/jps/android-gradle-jps.jar %%IDEA_HOME%%/plugins/android/lib/jps/android-jps-plugin.jar %%IDEA_HOME%%/plugins/android/lib/jsr305-1.3.9.jar %%IDEA_HOME%%/plugins/android/lib/juniversalchardet-1.0.3.jar %%IDEA_HOME%%/plugins/android/lib/kxml2-2.3.0.jar %%IDEA_HOME%%/plugins/android/lib/layoutlib-api.jar +%%IDEA_HOME%%/plugins/android/lib/layoutlib-loader.jar +%%IDEA_HOME%%/plugins/android/lib/layoutlib.jar +%%IDEA_HOME%%/plugins/android/lib/layoutlib/build.prop +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/AndroidClock.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/CarroisGothicSC-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/ComingSoon.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/CutiveMono.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DancingScript-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DancingScript-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DroidSans-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DroidSans.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DroidSansFallback.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/DroidSansMono.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NanumGothic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoColorEmoji.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoNaskhArabic-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoNaskhArabic-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoNaskhArabicUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoNaskhArabicUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansArmenian-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansArmenian-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBalinese-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBamum-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBatak-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBengali-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBengali-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBengaliUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBengaliUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBuginese-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansBuhid-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansCanadianAboriginal-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansCham-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansCham-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansCherokee-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansCoptic-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansDevanagari-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansDevanagari-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansDevanagariUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansDevanagariUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansEthiopic-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansEthiopic-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGeorgian-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGeorgian-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGlagolitic-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGujarati-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGujarati-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGujaratiUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGujaratiUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGurmukhi-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGurmukhi-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGurmukhiUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansGurmukhiUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansHanunoo-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansHebrew-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansHebrew-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansJavanese-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKannada-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKannada-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKannadaUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKannadaUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKayahLi-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKhmer-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKhmer-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKhmerUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansKhmerUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLao-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLao-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLaoUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLaoUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLepcha-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLimbu-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansLisu-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMalayalam-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMalayalam-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMalayalamUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMalayalamUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMandaic-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMeeteiMayek-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMongolian-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMyanmar-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMyanmar-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMyanmarUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansMyanmarUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansNKo-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansNewTaiLue-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansOlChiki-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansOriya-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansOriya-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansOriyaUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansOriyaUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansRejang-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSaurashtra-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSinhala-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSinhala-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSundanese-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSylotiNagri-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSymbols-Regular-Subsetted.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSymbols-Regular-Subsetted2.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansSyriacEstrangela-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTagbanwa-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTaiLe-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTaiTham-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTaiViet-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTamil-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTamil-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTamilUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTamilUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTelugu-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTelugu-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTeluguUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTeluguUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThaana-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThaana-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThai-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThai-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThaiUI-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansThaiUI-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTibetan-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTibetan-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansTifinagh-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansVai-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSansYi-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSerif-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSerif-BoldItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSerif-Italic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/NotoSerif-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Black.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-BlackItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-BoldItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Italic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Light.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-LightItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Medium.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-MediumItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-Thin.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/Roboto-ThinItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-Bold.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-BoldItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-Italic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-Light.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-LightItalic.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/RobotoCondensed-Regular.ttf +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/fonts.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/fonts/fontsInSdk.txt +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/accelerate_decelerate_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/accelerate_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/activity_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/activity_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/activity_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/activity_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/anticipate_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/anticipate_overshoot_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/app_starting_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/bounce_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_checked_icon_null_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/button_state_list_anim_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/cycle_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/date_picker_fade_in_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/date_picker_fade_out_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/decelerate_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dialog_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dialog_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_bottom_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_bottom_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_left_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_left_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_right_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_right_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_top_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/dock_top_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/fade_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/fast_fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/fast_fade_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_1_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_1_pivot_0_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_1_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_2_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_2_pivot_0_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_2_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_3_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_3_pivot_0_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_3_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_4_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_5_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_6_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_1_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_2_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_3_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_4_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_5_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_toarrow_rectangle_path_6_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_1_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_1_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_2_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_2_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_3_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_3_pivot_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_path_1_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_path_2_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/ft_avd_tooverflow_rectangle_path_3_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/grow_fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/grow_fade_in_center.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/grow_fade_in_from_bottom.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_extract_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_extract_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_fancy_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/input_method_fancy_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/launch_task_behind_source.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/launch_task_behind_target.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/linear_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_behind_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_behind_enter_fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_behind_enter_wallpaper.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/lock_screen_wallpaper_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/options_panel_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/options_panel_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/overshoot_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/popup_enter_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/popup_exit_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/progress_indeterminate_horizontal_rect1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/progress_indeterminate_horizontal_rect2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/progress_indeterminate_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/progress_indeterminate_rotation_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_down_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_down_in_no_alpha.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_down_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_down_out_no_alpha.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_up_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/push_up_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/recent_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/recent_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/recents_fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/recents_fade_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/rotation_animation_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/rotation_animation_jump_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/rotation_animation_xfade_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_0_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_0_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_0_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_180_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_180_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_180_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_finish_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_finish_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_finish_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_minus_90_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_minus_90_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_minus_90_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_plus_90_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_plus_90_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_plus_90_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_start_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_start_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_rotate_start_frame.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_user_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/screen_user_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/search_bar_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/search_bar_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/seekbar_thumb_pressed_to_unpressed_thumb_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/shrink_fade_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/shrink_fade_out_center.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/shrink_fade_out_from_bottom.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_child_bottom.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_enter_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_exit_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_left.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_right.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_in_up.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_out_down.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_out_left.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_out_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slide_out_right.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/slow_fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/submenu_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/submenu_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/swipe_window_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/swipe_window_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/task_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/task_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/task_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/task_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/toast_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/toast_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/translucent_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/translucent_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_activity_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_activity_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_activity_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_activity_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_layer_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/voice_layer_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_intra_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_intra_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_intra_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_intra_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/wallpaper_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/anim/window_move_from_decor.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fade_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fade_out.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_fade_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_fade_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/fragment_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/leanback_setup_fragment_close_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/leanback_setup_fragment_close_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/leanback_setup_fragment_open_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/animator/leanback_setup_fragment_open_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/background_cache_hint_selector_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/background_cache_hint_selector_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/background_cache_hint_selector_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/background_cache_hint_selector_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/btn_colored_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/btn_colored_borderless_text_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/btn_colored_text_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/btn_default_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/btn_default_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/control_checkable_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/control_default_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/control_highlight_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/control_nodisable_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/decor_button_dark_color.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/decor_button_light_color.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/highlighted_text_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/hint_foreground_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/hint_foreground_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/list_highlight_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_dark_disable_only.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_dark_focused.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_dark_nodisable.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_disable_only_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_disable_only_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_disable_only_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_disable_only_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_focused_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_inverse_when_activated_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_leanback_formwizard_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_light_disable_only.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_light_nodisable.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_nodisable_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_nodisable_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_secondary_when_activated_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/primary_text_secondary_when_activated_material_inverse.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/ratingbar_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/ripple_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/ripple_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/search_url_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/search_url_text_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/search_url_text_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/search_url_text_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_dark_nodisable.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_inverse_when_activated_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_light_nodisable.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_nodisable_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_nodisable_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/secondary_text_nofocus.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/seekbar_track_progress_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/switch_thumb_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/switch_thumb_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/switch_track_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tab_highlight_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tab_indicator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tab_indicator_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tab_indicator_text_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tab_indicator_text_v4.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tertiary_text_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tertiary_text_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tertiary_text_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/tertiary_text_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/white_disabled_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/color/widget_edittext_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-en-hdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-en-ldpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-en-ldpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-en-mdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-en-mdpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_bottom_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_bottom_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_bottom_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_bottom_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_bottom_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_share_pack_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_share_pack_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_share_pack_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_solid_shadow_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_solid_shadow_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_stacked_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_stacked_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_stacked_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_stacked_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_stacked_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ab_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/activity_title_bar.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/arrow_down_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/arrow_up_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/battery_charge_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/bottom_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_cab_done_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_buttonless_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_buttonless_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disable_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disable_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disable_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disable_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_check_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_circle_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_circle_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_circle_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_circle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_circle_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_close_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_close_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_close_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_disabled_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_small_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_small_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_small_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_small_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_small_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_default_transparent_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dialog_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dialog_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dialog_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dialog_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dropdown_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dropdown_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dropdown_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dropdown_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_dropdown_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_erase_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_erase_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_erase_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_global_search_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_group_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_normal_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_normal_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_keyboard_key_trans_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_media_player.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_media_player_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_media_player_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_media_player_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_media_player_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_minus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_minus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_minus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_minus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_minus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_plus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_plus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_plus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_plus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_plus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_radio_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_rating_star_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_voice_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_voice_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_search_dialog_voice_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_square_overlay_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_square_overlay_disabled_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_square_overlay_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_square_overlay_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_square_overlay_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_big_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_off_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_switch_to_on_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_off_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_toggle_on_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_page_press.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/btn_zoom_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/button_onoff_indicator_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/button_onoff_indicator_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_bottom_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cab_background_top_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/call_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/checkbox_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/checkbox_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cling_arrow_up.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cling_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cling_button_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/cling_button_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/clock_dial.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/clock_hand_hour.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/clock_hand_minute.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/code_lock_bottom.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/code_lock_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/code_lock_top.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/combobox_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/combobox_nohighlight.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/compass_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/compass_base.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/contact_header_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/create_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dark_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/day_picker_week_view_dayline_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_divider_horizontal_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_full_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_full_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_ic_close_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_middle_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_middle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_middle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dialog_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_dim_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_horizontal_textfield.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_strong_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/divider_vertical_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_ic_arrow_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/dropdown_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/edit_query.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/edit_query_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/edit_query_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/edit_query_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/editbox_background_focus_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/editbox_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/editbox_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/editbox_dropdown_background_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_angel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_cool.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_crying.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_embarrassed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_foot_in_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_happy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_kissing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_laughing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_lips_are_sealed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_money_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_sad.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_surprised.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_tongue_sticking_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_undecided.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_winking.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_wtf.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/emo_im_yelling.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_close_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_close_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_close_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_ic_maximized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_ic_minimized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_open_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_open_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/expander_open_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_label_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_label_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_label_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_label_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_thumb_default_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_thumb_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_track_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_track_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_track_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/fastscroll_track_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/focused_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/frame_gallery_thumb.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/frame_gallery_thumb_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/frame_gallery_thumb_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/gallery_selected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/gallery_selected_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/gallery_selected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/gallery_unselected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/gallery_unselected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/grid_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/grid_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/highlight_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/highlight_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/highlight_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_ab_back_holo_dark_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_ab_back_holo_light_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_action_assist_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_aggregated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_audio_notification_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_audio_notification_mute_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_round_more_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_round_more_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_search_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_speak_now.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_square_browser_zoom_fit_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_btn_square_browser_zoom_page_overview_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_bullet_key_permission.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_cab_done_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_cab_done_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_cab_done_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_cab_done_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_checkmark_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_search_api_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_search_api_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_clear_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_coins_l.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_coins_s.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_commit_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_commit_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_commit_search_api_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_contact_picture.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_contact_picture_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_contact_picture_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_corp_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_alert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_alert_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_alert_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_close_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_close_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_dialer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_map.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_time.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_dialog_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_next_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_next_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_next_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_previous_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_previous_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_find_previous_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_go_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_go_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_grayedout_printer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_input_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_input_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_input_get.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_answer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_answer_and_end.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_answer_and_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_decline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_sound_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_sound_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_unlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_jog_dial_vibrate_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_launcher_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_airplane_mode_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_airplane_mode_off_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_idle_alarm_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_idle_charging.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_idle_lock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_idle_low_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_lock_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_open_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_outline_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_power_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_ringer_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_ringer_on_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_silent_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_silent_mode_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lock_silent_mode_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_maps_indicator_current_position.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_maps_indicator_current_position_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_maps_indicator_current_position_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_maps_indicator_current_position_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_embed_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_ff.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_fullscreen.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_next.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_pause.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_previous.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_rew.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_disabled_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_0_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_0_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_0_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_1_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_1_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_1_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_2_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_2_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_2_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_route_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_media_video_poster.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_account_list.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_agenda.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_allfriends.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_always_landscape_portrait.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_archive.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_attachment.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_back.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_block.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_blocked_user.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_btn_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_cc_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_chat_dashboard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_clear_playlist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_close_clear_cancel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_compass.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_compose.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_copy_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_copy_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_crop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_cut.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_cut_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_cut_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_day.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_directions.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_edit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_emoticons.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_end_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_find.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_find_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_find_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_find_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_friendslist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_gallery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_goto.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_help_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_home.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_info_details.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_invite.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_login.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_manage.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_mapmode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_mark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_month.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_moreoverflow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_moreoverflow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_moreoverflow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_my_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_mylocation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_myplaces.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_notifications.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_paste.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_paste_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_paste_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_play_clip.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_preferences.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_recent_history.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_report_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_revert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_rotate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_save.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_search_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_search_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_search_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_selectall_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_selectall_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_send.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_set_as.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_settings_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_share.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_share_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_share_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_slideshow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_sort_alphabetically.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_sort_by_size.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_star.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_start_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_today.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_upload.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_upload_you_tube.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_view.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_week.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_menu_zoom.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_cast_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_cast_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_cast_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_clear_all.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_ime_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_notification_overlay.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_partial_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_reminder.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_popup_sync_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_print.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_print_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_search_category_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_settings_language.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_sim_card_multi_24px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_sim_card_multi_48px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_half_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_half_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_star_half_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_sysbar_quicksettings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_user_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_vibrate_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_voice_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_voice_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_voice_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume_bluetooth_ad2p.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume_bluetooth_in_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume_off_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ic_volume_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/icon_highlight_rectangle.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/icon_highlight_square.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/ime_qwerty.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/indicator_input_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_long_left_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_long_left_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_long_middle_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_long_right_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_long_right_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_short_left.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_short_left_and_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_arrow_short_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_bg.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_dimple.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_dial_dimple_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_accessory_bg_landscape.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_key_feedback_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_key_feedback_more_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_popup_panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/keyboard_popup_panel_trans_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/light_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_activated_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_longpressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_longpressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_longpressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_section_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_section_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_section_divider_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_section_header_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_section_header_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_default_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_disabled_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_focused_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_focused_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_longpress.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_longpress_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_pressed_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_background_selected_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_multiselect_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_multiselect_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/list_selector_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/magnified_region_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/maps_google_logo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_background_fill_parent_width.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_dropdown_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_dropdown_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_hardkey_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_hardkey_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_popup_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_popup_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_separator.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menu_submenu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menuitem_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menuitem_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menuitem_background_solid_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menuitem_background_solid_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/menuitem_checkbox_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/minitab_lt_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/minitab_lt_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/minitab_lt_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/minitab_lt_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/minitab_lt_unselected_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_input_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_input_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_input_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_input_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_selection_divider.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/numberpicker_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_picture_frame_bg_focus_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_picture_frame_bg_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/panel_picture_frame_bg_pressed_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/password_field_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/password_keyboard_background_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_accessibility_features.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_affects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/perm_group_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/picture_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/picture_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/pointer_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/pointer_spot_anchor.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/pointer_spot_hover.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/pointer_spot_touch.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_background_mtrl_mult.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_bottom_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_bottom_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_bottom_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_center_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_center_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_center_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_full_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_full_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_above_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_above_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_above_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_inline_error_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_top_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/popup_top_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_audio_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_audio_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_audio_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_invisible.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_offline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_video_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_video_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/presence_video_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/pressed_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_primary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_primary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_secondary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progress_secondary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/progressbar_indeterminate_holo8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowdown_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowdown_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowdown_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowdown_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowup_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowup_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowup_left_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickactions_arrowup_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_focused_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_focused_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_normal_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_normal_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/quickcontact_badge_overlay_pressed_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/radiobutton_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/radiobutton_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_big_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_med_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/rate_star_small_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/recent_dialog_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/reticle.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrollbar_handle_accelerated_anim2.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrollbar_handle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrollbar_handle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrollbar_handle_horizontal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrollbar_handle_vertical.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_disabled_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_control_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_primary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_primary_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_secondary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_track_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_track_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/scrubber_track_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/search_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/search_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/search_plate_global.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/seek_thumb_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/seek_thumb_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/seek_thumb_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/settings_header_raw.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_dark_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_dark_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_dark_orange.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_dark_purple.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_light_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_light_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_light_orange.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sim_light_purple.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_16_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_16_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_48_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_48_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_76_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_76_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_ab_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_black_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_black_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_black_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_black_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_dropdown_background_down.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_dropdown_background_up.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_select.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_white_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_white_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/spinner_white_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/star_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/star_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_ecb_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_car_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_email_generic.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_gmail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_missed_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_rssi_in_range.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sdcard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sdcard_prepare.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sdcard_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sim_toolkit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sync.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sync_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_sync_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_notify_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_10.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_40.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_60.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_80.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_charge_anim85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_battery_unknown.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_certificate_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_data_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_data_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_data_wimax_signal_3_fully.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_data_wimax_signal_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_download_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_gps_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_headset.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_phone_call_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_r_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_r_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_r_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_r_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_r_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_ra_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_ra_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_ra_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_ra_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_ra_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_evdo_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_evdo_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_evdo_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_evdo_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_signal_evdo_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_tether_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_tether_general.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_tether_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_throttled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_upload_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_vp_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_vp_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/stat_sys_warning.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_header_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_item_app_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_item_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_item_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/status_bar_item_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/statusbar_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/submenu_arrow_nofocus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/switch_thumb_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_action_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_action_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_action_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_action_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_call_incoming.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_call_missed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_call_outgoing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_contact_card.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_delete_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_enter.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_feedback_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num0_no_plus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_num9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_ok_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/sym_keyboard_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_bottom_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_focus_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_focus_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_indicator_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_press_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_press_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_bar_left_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_bar_right_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_selected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_unselected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_unselected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_unselected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/tab_unselected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_edit_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_edit_side_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_edit_suggestions_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_select_handle_left_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_select_handle_middle_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/text_select_handle_right_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_bg_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_bg_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_bg_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_longpress_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_multiline_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_empty_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_empty_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_empty_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_right_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_right_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_right_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_right_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_search_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/textfield_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/title_bar_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/title_bar_portrait.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/title_bar_tall.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/toast_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/transportcontrol_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/unknown_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/vpn_connected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/vpn_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-hdpi/zoom_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/btn_lock_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-hdpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/btn_lock_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/ic_jog_dial_sound_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/ic_jog_dial_sound_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/ic_jog_dial_unlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-ldpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/btn_lock_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-mdpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-land-xhdpi/btn_lock_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/activity_title_bar.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/arrow_down_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/arrow_up_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/battery_charge_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/bottom_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_buttonless_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_buttonless_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_check_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_circle_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_circle_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_circle_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_circle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_circle_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_close_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_close_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_close_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_small_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_small_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_small_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_small_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_small_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_default_transparent_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dialog_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dialog_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dialog_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dialog_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dropdown_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dropdown_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dropdown_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dropdown_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_dropdown_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_erase_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_erase_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_erase_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_global_search_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_fulltrans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_keyboard_key_trans_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_media_player.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_media_player_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_media_player_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_media_player_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_media_player_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_minus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_minus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_minus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_minus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_minus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_plus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_plus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_plus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_plus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_plus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_radio_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_off_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_on_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_rating_star_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_voice_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_voice_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_search_dialog_voice_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_square_overlay_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_square_overlay_disabled_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_square_overlay_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_square_overlay_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_square_overlay_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_big_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_star_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_toggle_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_toggle_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_page_press.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/btn_zoom_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/button_onoff_indicator_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/button_onoff_indicator_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/call_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/checkbox_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/checkbox_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/clock_dial.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/clock_hand_hour.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/clock_hand_minute.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/code_lock_bottom.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/code_lock_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/code_lock_top.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/compass_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/compass_base.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/contact_header_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/create_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/dark_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/dialog_divider_horizontal_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_dim_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_horizontal_textfield.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_vertical_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_vertical_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_vertical_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/divider_vertical_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/editbox_background_focus_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/editbox_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/editbox_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/editbox_dropdown_background_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_angel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_cool.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_crying.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_foot_in_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_happy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_kissing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_laughing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_lips_are_sealed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_money_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_sad.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_surprised.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_tongue_sticking_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_undecided.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_winking.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_wtf.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/emo_im_yelling.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/expander_ic_maximized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/expander_ic_minimized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/focused_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/frame_gallery_thumb.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/frame_gallery_thumb_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/frame_gallery_thumb_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/gallery_selected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/gallery_selected_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/gallery_selected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/gallery_unselected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/gallery_unselected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/grid_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/grid_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/highlight_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/highlight_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/highlight_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_aggregated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_round_more_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_round_more_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_search_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_speak_now.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_square_browser_zoom_fit_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_btn_square_browser_zoom_page_overview_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_bullet_key_permission.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_contact_picture.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_contact_picture_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_contact_picture_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_alert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_dialer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_map.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_time.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_dialog_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_input_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_input_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_input_get.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_answer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_answer_and_end.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_answer_and_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_decline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_sound_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_sound_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_unlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_jog_dial_vibrate_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_launcher_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_airplane_mode_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_airplane_mode_off_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_idle_alarm_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_idle_charging.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_idle_lock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_idle_low_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_lock_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_power_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_ringer_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_ringer_on_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_silent_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_silent_mode_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_lock_silent_mode_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_maps_indicator_current_position.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_maps_indicator_current_position_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_maps_indicator_current_position_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_maps_indicator_current_position_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_embed_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_ff.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_fullscreen.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_next.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_pause.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_previous.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_rew.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_media_video_poster.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_account_list.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_agenda.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_allfriends.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_always_landscape_portrait.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_archive.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_attachment.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_back.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_block.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_blocked_user.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_cc_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_chat_dashboard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_clear_playlist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_close_clear_cancel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_compass.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_compose.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_crop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_day.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_directions.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_edit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_emoticons.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_end_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_friendslist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_gallery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_goto.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_home.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_info_details.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_invite.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_login.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_manage.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_mapmode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_mark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_month.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_my_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_mylocation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_myplaces.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_notifications.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_play_clip.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_preferences.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_recent_history.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_report_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_revert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_rotate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_save.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_send.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_set_as.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_share.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_slideshow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_sort_alphabetically.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_sort_by_size.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_star.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_start_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_today.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_upload.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_upload_you_tube.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_view.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_week.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_menu_zoom.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_notification_clear_all.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_notification_overlay.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_partial_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_reminder.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_popup_sync_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_search_category_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_vibrate_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume_bluetooth_ad2p.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume_bluetooth_in_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume_off_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ic_volume_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/icon_highlight_rectangle.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/icon_highlight_square.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/ime_qwerty.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/indicator_input_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_long_left_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_long_left_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_long_middle_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_long_right_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_long_right_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_short_left.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_short_left_and_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_arrow_short_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_bg.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_dimple.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_dial_dimple_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_accessory_bg_landscape.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_key_feedback_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_key_feedback_more_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_popup_panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/keyboard_popup_panel_trans_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/light_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/list_selector_background_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/list_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/list_selector_background_longpress.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/list_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/maps_google_logo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menu_background_fill_parent_width.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menu_separator.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menu_submenu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menuitem_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menuitem_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menuitem_background_solid_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menuitem_background_solid_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/menuitem_checkbox_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_input_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_input_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_input_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_input_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/numberpicker_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/panel_picture_frame_bg_focus_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/panel_picture_frame_bg_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/panel_picture_frame_bg_pressed_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/password_field_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/picture_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/picture_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_bottom_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_bottom_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_bottom_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_center_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_center_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_center_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_full_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_full_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_inline_error_above_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_inline_error_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_top_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/popup_top_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_audio_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_audio_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_audio_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_invisible.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_offline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_video_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_video_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/presence_video_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/pressed_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/progressbar_indeterminate1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/progressbar_indeterminate2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/progressbar_indeterminate3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/radiobutton_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/radiobutton_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_big_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_med_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_med_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_med_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_small_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_small_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/rate_star_small_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/recent_dialog_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/reticle.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/scrollbar_handle_accelerated_anim2.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/scrollbar_handle_horizontal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/scrollbar_handle_vertical.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/search_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/search_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/search_plate_global.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/seek_thumb_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/seek_thumb_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/seek_thumb_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/settings_header_raw.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_black_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_black_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_black_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_black_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_dropdown_background_down.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_dropdown_background_up.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_select.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_white_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_white_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/spinner_white_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/star_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/star_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_ecb_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_car_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_email_generic.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_gmail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_missed_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sdcard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sdcard_prepare.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sdcard_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sim_toolkit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sync.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sync_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_sync_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_notify_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_10.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_40.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_60.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_80.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_charge_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_battery_unknown.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_data_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_data_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_download_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_gps_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_headset.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_phone_call_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_r_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_r_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_r_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_r_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_r_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_ra_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_ra_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_ra_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_ra_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_ra_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_evdo_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_evdo_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_evdo_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_evdo_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_signal_evdo_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_tether_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_tether_general.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_tether_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_throttled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_upload_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_vp_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_vp_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/stat_sys_warning.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_header_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_item_app_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_item_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_item_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/status_bar_item_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/submenu_arrow_nofocus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_action_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_action_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_action_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_action_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_call_incoming.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_call_missed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_call_outgoing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_contact_card.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_delete_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_feedback_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num0_no_plus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_num9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_ok_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/sym_keyboard_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_focus_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_focus_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_press_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_press_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected_bar_left_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected_bar_right_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_selected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/tab_unselected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_empty_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_empty_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_empty_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_search_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/textfield_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/title_bar_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/title_bar_portrait.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/title_bar_tall.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/toast_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/unknown_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/vpn_connected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/vpn_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-ldpi/zoom_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_bottom_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_bottom_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_bottom_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_bottom_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_bottom_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_share_pack_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_share_pack_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_share_pack_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_solid_shadow_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_solid_shadow_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_stacked_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_stacked_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_stacked_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_stacked_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_stacked_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ab_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/activity_title_bar.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/arrow_down_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/arrow_up_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/battery_charge_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/bottom_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_cab_done_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_buttonless_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_buttonless_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disable_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disable_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disable_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disable_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_check_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_circle_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_circle_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_circle_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_circle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_circle_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_close_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_close_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_close_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_disabled_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_small_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_small_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_small_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_small_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_small_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_default_transparent_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dialog_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dialog_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dialog_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dialog_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dropdown_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dropdown_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dropdown_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dropdown_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_dropdown_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_erase_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_erase_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_erase_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_global_search_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_group_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_normal_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_normal_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_light_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_light_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_keyboard_key_trans_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_media_player.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_media_player_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_media_player_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_media_player_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_media_player_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_minus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_minus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_minus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_minus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_minus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_plus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_plus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_plus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_plus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_plus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_radio_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_rating_star_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_voice_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_voice_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_search_dialog_voice_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_square_overlay_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_square_overlay_disabled_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_square_overlay_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_square_overlay_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_square_overlay_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_big_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_off_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_switch_to_on_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_off_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_toggle_on_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_page_press.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/btn_zoom_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/button_onoff_indicator_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/button_onoff_indicator_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_bottom_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cab_background_top_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/call_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/checkbox_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/checkbox_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cling_arrow_up.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cling_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cling_button_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/cling_button_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/clock_dial.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/clock_hand_hour.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/clock_hand_minute.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/code_lock_bottom.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/code_lock_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/code_lock_top.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/combobox_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/combobox_nohighlight.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/compass_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/compass_base.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/contact_header_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/create_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dark_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/day_picker_week_view_dayline_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_divider_horizontal_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_full_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_full_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_ic_close_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_middle_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_middle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_middle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dialog_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_dim_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_horizontal_textfield.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_strong_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/divider_vertical_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_ic_arrow_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/dropdown_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/edit_query.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/edit_query_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/edit_query_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/edit_query_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/editbox_background_focus_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/editbox_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/editbox_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/editbox_dropdown_background_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_angel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_cool.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_crying.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_embarrassed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_foot_in_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_happy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_kissing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_laughing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_lips_are_sealed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_money_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_sad.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_surprised.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_tongue_sticking_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_undecided.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_winking.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_wtf.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/emo_im_yelling.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_close_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_close_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_close_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_ic_maximized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_ic_minimized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_open_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_open_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/expander_open_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_label_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_label_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_label_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_label_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_thumb_default_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_thumb_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_track_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_track_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_track_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/fastscroll_track_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/focused_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/frame_gallery_thumb.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/frame_gallery_thumb_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/frame_gallery_thumb_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/gallery_selected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/gallery_selected_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/gallery_selected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/gallery_unselected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/gallery_unselected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/grid_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/grid_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/highlight_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/highlight_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/highlight_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_ab_back_holo_dark_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_ab_back_holo_light_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_action_assist_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_aggregated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_audio_notification_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_audio_notification_mute_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_round_more_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_round_more_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_search_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_speak_now.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_square_browser_zoom_fit_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_btn_square_browser_zoom_page_overview_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_bullet_key_permission.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_cab_done_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_cab_done_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_cab_done_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_cab_done_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_checkmark_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_search_api_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_search_api_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_clear_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_coins_l.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_coins_s.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_commit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_commit_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_commit_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_commit_search_api_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_contact_picture.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_contact_picture_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_contact_picture_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_corp_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_alert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_alert_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_alert_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_close_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_close_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_dialer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_map.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_time.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_dialog_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_next_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_next_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_next_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_previous_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_previous_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_find_previous_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_go_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_go_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_grayedout_printer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_input_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_input_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_input_get.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_answer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_answer_and_end.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_answer_and_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_decline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_sound_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_sound_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_unlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_jog_dial_vibrate_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_launcher_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_airplane_mode_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_airplane_mode_off_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_idle_alarm_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_idle_charging.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_idle_lock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_idle_low_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_lock_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_open_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_outline_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_power_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_ringer_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_ringer_on_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_silent_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_silent_mode_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lock_silent_mode_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_maps_indicator_current_position.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_maps_indicator_current_position_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_maps_indicator_current_position_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_maps_indicator_current_position_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_embed_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_ff.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_fullscreen.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_next.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_pause.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_previous.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_rew.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_disabled_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_0_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_0_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_0_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_1_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_1_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_1_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_2_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_2_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_2_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_route_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_media_video_poster.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_account_list.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_agenda.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_allfriends.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_always_landscape_portrait.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_archive.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_attachment.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_back.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_block.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_blocked_user.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_btn_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_cc_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_chat_dashboard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_clear_playlist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_close_clear_cancel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_compass.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_compose.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_copy_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_copy_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_crop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_cut.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_cut_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_cut_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_day.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_directions.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_edit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_emoticons.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_end_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_find.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_find_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_find_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_find_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_friendslist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_gallery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_goto.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_help_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_home.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_info_details.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_invite.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_login.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_manage.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_mapmode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_mark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_month.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_moreoverflow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_moreoverflow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_moreoverflow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_my_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_mylocation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_myplaces.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_notifications.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_paste.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_paste_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_paste_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_play_clip.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_preferences.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_recent_history.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_report_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_revert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_rotate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_save.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_search_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_search_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_search_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_selectall_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_selectall_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_send.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_set_as.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_settings_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_share.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_share_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_share_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_slideshow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_sort_alphabetically.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_sort_by_size.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_star.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_start_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_today.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_upload.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_upload_you_tube.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_view.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_week.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_menu_zoom.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_cast_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_cast_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_cast_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_clear_all.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_ime_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_notification_overlay.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_partial_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_reminder.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_popup_sync_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_print.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_print_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_search_category_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_settings_language.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_sim_card_multi_24px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_sim_card_multi_48px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_half_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_half_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_star_half_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_sysbar_quicksettings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_user_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_vibrate_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_voice_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_voice_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_voice_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume_bluetooth_ad2p.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume_bluetooth_in_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume_off_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ic_volume_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/icon_highlight_rectangle.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/icon_highlight_square.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/ime_qwerty.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/indicator_input_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_long_left_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_long_left_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_long_middle_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_long_right_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_long_right_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_short_left.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_short_left_and_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_arrow_short_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_bg.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_dimple.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_dial_dimple_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_left_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_confirm_gray.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_confirm_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_confirm_red.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_confirm_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_bar_right_end_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_left_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_confirm_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_confirm_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_confirm_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_confirm_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_right_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_target_gray.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_target_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_target_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/jog_tab_target_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_accessory_bg_landscape.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_key_feedback_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_key_feedback_more_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_popup_panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/keyboard_popup_panel_trans_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/light_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_activated_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_longpressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_longpressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_longpressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_section_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_section_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_section_divider_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_section_header_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_section_header_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_default_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_disabled_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_focused_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_focused_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_longpress.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_longpress_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_pressed_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_background_selected_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_multiselect_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_multiselect_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/list_selector_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/magnified_region_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/maps_google_logo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_background_fill_parent_width.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_dropdown_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_dropdown_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_hardkey_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_hardkey_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_popup_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_popup_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_separator.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menu_submenu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menuitem_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menuitem_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menuitem_background_solid_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menuitem_background_solid_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/menuitem_checkbox_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/minitab_lt_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/minitab_lt_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/minitab_lt_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/minitab_lt_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/minitab_lt_unselected_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_input_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_input_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_input_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_input_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_selection_divider.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/numberpicker_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_picture_frame_bg_focus_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_picture_frame_bg_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/panel_picture_frame_bg_pressed_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/password_field_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/password_keyboard_background_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_accessibility_features.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_affects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/perm_group_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/picture_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/picture_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_alias.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_alias_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_all_scroll.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_all_scroll_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_cell.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_cell_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_context_menu.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_context_menu_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_copy_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_crosshair.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_crosshair_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_grab.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_grab_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_grabbing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_grabbing_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_hand.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_hand_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_help_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_horizontal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_horizontal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_nodrop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_nodrop_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_spot_anchor.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_spot_hover.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_spot_touch.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_text.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_text_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_top_left_diagonal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_top_left_diagonal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_top_right_diagonal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_top_right_diagonal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_vertical_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_vertical_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_vertical_text.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_vertical_text_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_10.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_11.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_12.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_13.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_14.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_17.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_18.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_19.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_21.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_22.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_23.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_24.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_25.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_26.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_27.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_29.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_30.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_31.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_32.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_33.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_34.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_35.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_wait_9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_zoom_in.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_zoom_in_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_zoom_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pointer_zoom_out_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_background_mtrl_mult.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_bottom_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_bottom_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_bottom_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_center_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_center_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_center_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_full_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_full_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_above_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_above_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_above_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_inline_error_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_top_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/popup_top_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_audio_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_audio_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_audio_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_invisible.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_offline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_video_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_video_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/presence_video_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/pressed_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_primary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_primary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_secondary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progress_secondary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/progressbar_indeterminate_holo8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowdown_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowdown_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowdown_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowdown_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowup_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowup_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowup_left_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickactions_arrowup_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_focused_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_focused_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_normal_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_normal_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/quickcontact_badge_overlay_pressed_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/radiobutton_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/radiobutton_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_big_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_med_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/rate_star_small_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/recent_dialog_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/reticle.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrollbar_handle_accelerated_anim2.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrollbar_handle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrollbar_handle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrollbar_handle_horizontal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrollbar_handle_vertical.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_disabled_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_control_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_primary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_primary_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_secondary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_track_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_track_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/scrubber_track_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/search_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/search_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/search_plate_global.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/seek_thumb_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/seek_thumb_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/seek_thumb_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/settings_header_raw.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_dark_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_dark_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_dark_orange.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_dark_purple.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_light_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_light_green.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_light_orange.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sim_light_purple.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_16_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_16_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_48_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_48_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_76_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_76_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_ab_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_black_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_black_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_black_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_black_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_dropdown_background_down.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_dropdown_background_up.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_select.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_white_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_white_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/spinner_white_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/star_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/star_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_ecb_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_car_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_email_generic.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_gmail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_missed_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_rssi_in_range.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sdcard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sdcard_prepare.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sdcard_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sim_toolkit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sync.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sync_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_sync_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_notify_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_charge_anim85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_battery_unknown.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_certificate_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_data_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_data_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_data_wimax_signal_3_fully.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_data_wimax_signal_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_download_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_gps_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_headset.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_phone_call_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_r_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_r_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_r_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_r_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_r_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_ra_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_ra_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_ra_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_ra_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_ra_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_evdo_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_evdo_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_evdo_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_evdo_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_signal_evdo_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_tether_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_tether_general.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_tether_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_throttled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_upload_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_vp_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_vp_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/stat_sys_warning.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_header_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_item_app_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_item_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_item_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/status_bar_item_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/statusbar_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/submenu_arrow_nofocus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/switch_thumb_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_action_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_action_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_action_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_action_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_call_incoming.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_call_missed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_call_outgoing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_contact_card.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_delete_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_delete_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_enter.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_feedback_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num0_no_plus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_num9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_ok_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/sym_keyboard_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_bottom_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_focus_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_focus_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_indicator_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_press_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_press_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_bar_left_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_bar_right_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_selected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_unselected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_unselected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_unselected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/tab_unselected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_edit_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_edit_side_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_edit_suggestions_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_select_handle_left_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_select_handle_middle_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/text_select_handle_right_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_bg_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_bg_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_bg_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_longpress_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_multiline_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_empty_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_empty_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_empty_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_right_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_right_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_right_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_right_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_search_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/textfield_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/title_bar_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/title_bar_portrait.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/title_bar_tall.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/toast_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/transportcontrol_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/unknown_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/vpn_connected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/vpn_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-mdpi/zoom_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/blank_tile.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/default_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/loading_tile.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/loading_tile_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/no_tile_128.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/no_tile_256.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/platlogo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/platlogo_m.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/stat_sys_adb.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/text_cursor_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-nodpi/text_cursor_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/sym_keyboard_return_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/unlock_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/unlock_halo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/unlock_ring.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-hdpi/unlock_wave.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/sym_keyboard_return_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/unlock_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/unlock_halo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/unlock_ring.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-mdpi/unlock_wave.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-nodpi/default_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/sym_keyboard_return_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/unlock_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/unlock_halo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/unlock_ring.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw600dp-xhdpi/unlock_wave.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-sw720dp-nodpi/default_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_bottom_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_bottom_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_bottom_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_bottom_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_bottom_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_share_pack_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_share_pack_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_share_pack_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_solid_shadow_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_solid_shadow_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_stacked_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_stacked_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_stacked_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_stacked_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_stacked_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ab_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/activity_title_bar.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/arrow_down_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/arrow_up_float.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/battery_charge_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/bottom_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_cab_done_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_buttonless_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_buttonless_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disable_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_check_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_circle_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_circle_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_circle_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_circle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_circle_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_close_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_close_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_close_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_disabled_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_small_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_small_normal_disable.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_small_normal_disable_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_small_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_small_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_default_transparent_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dialog_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dialog_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dialog_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dialog_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dropdown_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dropdown_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dropdown_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dropdown_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_dropdown_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_erase_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_erase_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_erase_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_global_search_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_group_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_normal_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_normal_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_off_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_dark_pressed_on_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_fulltrans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_light_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_light_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_normal_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_normal_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_pressed_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_keyboard_key_trans_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_media_player.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_media_player_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_media_player_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_media_player_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_media_player_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_minus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_minus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_minus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_minus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_minus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_plus_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_plus_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_plus_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_plus_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_plus_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_radio_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_rating_star_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_voice_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_voice_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_search_dialog_voice_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_square_overlay_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_square_overlay_disabled_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_square_overlay_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_square_overlay_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_square_overlay_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_off_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_off_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_off_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_off_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_on_disable.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_on_disable_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_on_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_big_on_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_label_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_off_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_switch_to_on_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_off_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_toggle_on_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_page_press.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/btn_zoom_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/button_onoff_indicator_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/button_onoff_indicator_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_bottom_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cab_background_top_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/call_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/checkbox_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/checkbox_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cling_arrow_up.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cling_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cling_button_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/cling_button_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/clock_dial.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/clock_hand_hour.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/clock_hand_minute.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/code_lock_bottom.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/code_lock_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/code_lock_top.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/combobox_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/combobox_nohighlight.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/compass_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/compass_base.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/contact_header_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/create_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dark_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/day_picker_week_view_dayline_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_divider_horizontal_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_full_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_full_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_ic_close_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_middle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_middle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dialog_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_dim_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_horizontal_textfield.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_bright_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_dark_opaque.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/divider_vertical_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/dropdown_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/edit_query.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/edit_query_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/edit_query_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/edit_query_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/editbox_background_focus_yellow.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/editbox_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/editbox_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/editbox_dropdown_background_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_angel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_cool.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_crying.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_embarrassed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_foot_in_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_happy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_kissing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_laughing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_lips_are_sealed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_money_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_sad.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_surprised.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_tongue_sticking_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_undecided.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_winking.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_wtf.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/emo_im_yelling.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_close_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_close_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_close_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_ic_maximized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_ic_minimized.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_open_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_open_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/expander_open_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_label_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_label_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_label_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_label_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_thumb_default_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_thumb_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_track_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_track_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_track_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/fastscroll_track_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/focused_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/frame_gallery_thumb.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/frame_gallery_thumb_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/frame_gallery_thumb_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/gallery_selected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/gallery_selected_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/gallery_selected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/gallery_unselected_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/gallery_unselected_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/grid_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/grid_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/highlight_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/highlight_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/highlight_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_ab_back_holo_dark_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_ab_back_holo_light_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_aggregated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_audio_notification_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_audio_notification_mute_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_round_more_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_round_more_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_search_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_speak_now.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_square_browser_zoom_fit_page_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_btn_square_browser_zoom_page_overview_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_bullet_key_permission.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_cab_done_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_cab_done_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_cab_done_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_cab_done_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_checkmark_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_clear_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_clear_search_api_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_clear_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_clear_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_coins_l.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_coins_s.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_commit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_commit_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_commit_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_commit_search_api_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_contact_picture.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_contact_picture_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_contact_picture_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_corp_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_alert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_alert_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_alert_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_close_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_close_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_dialer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_map.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_time.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_dialog_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_next_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_next_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_next_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_previous_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_previous_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_find_previous_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_go_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_go_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_grayedout_printer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_input_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_input_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_input_get.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_answer.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_answer_and_end.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_answer_and_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_decline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_sound_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_sound_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_unlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_jog_dial_vibrate_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_launcher_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_airplane_mode_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_airplane_mode_off_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_idle_alarm_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_idle_charging.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_idle_lock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_idle_low_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_lock_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_open_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_outline_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_power_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_ringer_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_ringer_on_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_silent_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_silent_mode_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lock_silent_mode_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_maps_indicator_current_position.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_maps_indicator_current_position_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_maps_indicator_current_position_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_maps_indicator_current_position_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_embed_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_ff.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_fullscreen.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_next.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_pause.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_previous.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_rew.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_disabled_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_0_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_0_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_0_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_1_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_1_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_1_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_2_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_2_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_2_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_route_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_media_video_poster.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_account_list.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_agenda.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_allfriends.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_always_landscape_portrait.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_archive.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_attachment.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_back.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_block.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_blocked_user.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_btn_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_cc_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_chat_dashboard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_clear_playlist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_close_clear_cancel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_compass.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_compose.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_copy_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_copy_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_crop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_cut.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_cut_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_cut_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_day.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_directions.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_edit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_emoticons.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_end_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_find.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_find_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_find_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_find_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_friendslist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_gallery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_goto.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_help_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_home.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_info_details.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_invite.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_login.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_manage.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_mapmode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_mark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_month.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_moreoverflow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_moreoverflow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_moreoverflow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_my_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_mylocation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_myplaces.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_notifications.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_paste.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_paste_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_paste_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_play_clip.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_preferences.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_recent_history.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_report_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_revert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_rotate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_save.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_search_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_search_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_search_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_selectall_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_selectall_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_send.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_set_as.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_settings_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_share.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_share_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_share_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_slideshow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_sort_alphabetically.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_sort_by_size.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_star.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_start_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_today.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_upload.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_upload_you_tube.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_view.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_week.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_menu_zoom.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_cast_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_cast_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_cast_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_clear_all.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_ime_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_notification_overlay.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_partial_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_reminder.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_popup_sync_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_print.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_print_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_search_category_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_settings_language.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_sim_card_multi_24px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_sim_card_multi_48px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_half_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_half_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_star_half_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_user_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_vibrate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_vibrate_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_voice_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_voice_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_voice_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume_bluetooth_ad2p.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume_bluetooth_in_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume_off_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ic_volume_small.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/icon_highlight_rectangle.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/icon_highlight_square.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/ime_qwerty.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/indicator_input_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_long_left_green.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_long_left_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_long_middle_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_long_right_red.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_long_right_yellow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_short_left.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_short_left_and_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_arrow_short_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_bg.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_dimple.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/jog_dial_dimple_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_accessory_bg_landscape.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_key_feedback_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_key_feedback_more_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_popup_panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/keyboard_popup_panel_trans_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/light_header.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_activated_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_divider_horizontal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_longpressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_longpressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_longpressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_section_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_section_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_section_divider_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_section_header_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_section_header_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_default_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_disabled_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_focused_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_focused_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_longpress.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_longpress_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_pressed_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_background_selected_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_multiselect_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_multiselect_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/list_selector_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/magnified_region_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/maps_google_logo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_background_fill_parent_width.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_dropdown_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_dropdown_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_hardkey_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_hardkey_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_popup_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_popup_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_separator.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menu_submenu_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menuitem_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menuitem_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menuitem_background_solid_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menuitem_background_solid_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/menuitem_checkbox_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/minitab_lt_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/minitab_lt_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/minitab_lt_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/minitab_lt_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/minitab_lt_unselected_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_down_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_down_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_down_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_down_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_down_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_input_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_input_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_input_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_input_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_selection_divider.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_up_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_up_disabled_focused.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_up_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_up_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/numberpicker_up_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_picture_frame_bg_focus_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_picture_frame_bg_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/panel_picture_frame_bg_pressed_blue.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/password_field_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/password_keyboard_background_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_accessibility_features.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_affects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/perm_group_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/picture_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/picture_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_alias.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_alias_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_all_scroll.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_all_scroll_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_cell.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_cell_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_context_menu.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_context_menu_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_copy_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_crosshair.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_crosshair_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_grab.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_grab_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_grabbing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_grabbing_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_hand.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_hand_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_help_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_horizontal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_horizontal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_nodrop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_nodrop_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_spot_anchor.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_spot_hover.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_spot_touch.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_text.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_text_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_top_left_diagonal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_top_left_diagonal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_top_right_diagonal_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_top_right_diagonal_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_vertical_double_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_vertical_double_arrow_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_vertical_text.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_vertical_text_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_10.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_11.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_12.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_13.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_14.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_17.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_18.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_19.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_21.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_22.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_23.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_24.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_25.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_26.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_27.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_29.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_30.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_31.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_32.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_33.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_34.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_35.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_wait_9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_zoom_in.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_zoom_in_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_zoom_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pointer_zoom_out_large.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_background_mtrl_mult.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_bottom_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_bottom_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_bottom_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_center_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_center_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_center_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_full_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_full_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_above_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_above_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_above_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_inline_error_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_top_bright.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/popup_top_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_audio_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_audio_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_audio_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_invisible.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_offline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_video_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_video_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/presence_video_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/pressed_application_background_static.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_primary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_primary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_secondary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progress_secondary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/progressbar_indeterminate_holo8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowdown_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowdown_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowdown_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowdown_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowup_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowup_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowup_left_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickactions_arrowup_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_focused_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_focused_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_normal_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_normal_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/quickcontact_badge_overlay_pressed_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/radiobutton_off_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/radiobutton_on_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_big_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_med_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_half.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/rate_star_small_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/recent_dialog_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/reticle.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrollbar_handle_accelerated_anim2.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrollbar_handle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrollbar_handle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrollbar_handle_horizontal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrollbar_handle_vertical.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_disabled_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_control_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_primary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_primary_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_secondary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_track_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_track_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/scrubber_track_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/search_dropdown_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/search_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/search_plate_global.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/seek_thumb_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/seek_thumb_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/seek_thumb_selected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/settings_header_raw.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_16_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_16_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_48_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_48_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_76_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_76_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_ab_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_black_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_black_20.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_black_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_black_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_dropdown_background_down.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_dropdown_background_up.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_select.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_white_16.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_white_48.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/spinner_white_76.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/star_big_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/star_big_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/star_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/star_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_ecb_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_car_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_email_generic.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_gmail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_missed_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_rssi_in_range.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sdcard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sdcard_prepare.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sdcard_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sim_toolkit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sync.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sync_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_sync_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_notify_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim100.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim15.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim28.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim43.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim57.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim71.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_charge_anim85.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_battery_unknown.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_certificate_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_data_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_data_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_data_wimax_signal_3_fully.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_data_wimax_signal_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_download_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_gps_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_headset.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_phone_call_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_r_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_r_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_r_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_r_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_r_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_ra_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_ra_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_ra_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_ra_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_ra_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_0_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_1_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_2_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_3_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_4_cdma.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_evdo_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_evdo_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_evdo_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_evdo_3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_signal_evdo_4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_tether_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_tether_general.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_tether_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_throttled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_upload_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_vp_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_vp_phone_call_on_hold.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/stat_sys_warning.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_background.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_header_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_item_app_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_item_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_item_background_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/status_bar_item_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/statusbar_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/submenu_arrow_nofocus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/switch_thumb_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_action_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_action_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_action_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_action_email.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_call_incoming.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_call_missed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_call_outgoing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_contact_card.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_delete_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_enter.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_feedback_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num0_no_plus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_num9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_ok.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_ok_dim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_return.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_shift.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_shift_locked.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/sym_keyboard_space.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_bottom_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_focus_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_focus_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_indicator_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_press.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_press_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_press_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_bar_left.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_bar_left_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_bar_right.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_bar_right_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_selected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_unselected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_unselected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_unselected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_unselected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/tab_unselected_v4.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_edit_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_edit_side_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_edit_suggestions_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_select_handle_left_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_select_handle_middle_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/text_select_handle_right_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_disabled_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_multiline_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_empty_default.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_empty_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_empty_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_right_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_right_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_right_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_right_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_search_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/textfield_selected.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/title_bar_medium.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/title_bar_portrait.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/title_bar_tall.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/toast_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/transportcontrol_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/unknown_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/vpn_connected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/vpn_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xhdpi/zoom_plate.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_bottom_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_bottom_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_bottom_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_bottom_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_bottom_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_share_pack_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_share_pack_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_share_pack_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_solid_shadow_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_solid_shadow_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_stacked_solid_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_stacked_solid_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_stacked_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_transparent_dark_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ab_transparent_light_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_cab_done_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_check_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_disabled_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_default_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_group_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_radio_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_rating_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_off_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_star_on_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_off_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_switch_to_on_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_off_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_normal_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_normal_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/btn_toggle_on_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_bottom_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cab_background_top_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cling_arrow_up.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cling_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cling_button_normal.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/cling_button_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/combobox_disabled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/combobox_nohighlight.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/create_contact.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/day_picker_week_view_dayline_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_bottom_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_bottom_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_full_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_full_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_ic_close_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_middle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_middle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_top_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/dialog_top_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_angel.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_cool.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_crying.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_embarrassed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_foot_in_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_happy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_kissing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_laughing.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_lips_are_sealed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_money_mouth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_sad.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_surprised.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_tongue_sticking_out.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_undecided.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_winking.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_wtf.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/emo_im_yelling.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_close_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_close_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_close_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_open_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_open_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/expander_open_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_label_left_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_label_left_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_label_right_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_label_right_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_thumb_default_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_thumb_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_track_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_track_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_track_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/fastscroll_track_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_ab_back_holo_dark_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_ab_back_holo_light_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_audio_notification_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_audio_notification_mute_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_btn_search_go.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_btn_speak_now.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_bullet_key_permission.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_cab_done_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_cab_done_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_cab_done_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_cab_done_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_commit_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_commit_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_commit_search_api_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_contact_picture.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_contact_picture_180_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_contact_picture_180_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_contact_picture_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_contact_picture_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_corp_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_dialog_alert_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_dialog_alert_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_emergency.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_find_next_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_find_previous_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_input_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_launcher_android.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_airplane_mode_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_airplane_mode_off_am_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_idle_alarm_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_lock_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_open_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_outline_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_power_off_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lock_silent_mode_off.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_alarm.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_answer_active.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_answer_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_answer_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_camera_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_camera_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_chevron_down.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_chevron_left.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_chevron_right.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_chevron_up.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_decline_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_decline_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_decline_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_emergencycall_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_emergencycall_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_forgotpassword_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_google_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_google_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_google_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_handle_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_handle_pressed.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_player_background.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_puk.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_silent_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_silent_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_silent_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_sim.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_soundon_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_soundon_focused.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_soundon_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_text_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_text_focusde.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_text_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_unlock_activated.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreen_unlock_normal.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_lockscreens_now_button.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_embed_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_ff.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_fullscreen.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_next.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_pause.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_play.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_previous.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_rew.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_disabled_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_off_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_0_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_0_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_0_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_1_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_1_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_1_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_2_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_2_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_2_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_route_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_media_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_account_list.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_agenda.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_allfriends.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_always_landscape_portrait.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_archive.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_attachment.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_back.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_block.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_blocked_user.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_btn_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_cc_am.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_chat_dashboard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_clear_playlist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_compass.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_compose.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_copy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_copy_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_copy_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_crop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_cut.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_cut_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_cut_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_day.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_directions.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_edit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_emoticons.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_end_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_find.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_find_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_find_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_find_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_forward.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_friendslist.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_gallery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_goto.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_help.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_help_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_home.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_info_details.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_invite.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_login.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_manage.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_mapmode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_mark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_month.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_moreoverflow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_moreoverflow_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_moreoverflow_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_my_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_mylocation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_myplaces.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_notifications.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_paste.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_paste_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_paste_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_play_clip.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_preferences.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_recent_history.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_report_image.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_revert.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_rotate.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_save.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_search.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_search_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_search_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_search_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_selectall_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_selectall_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_send.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_set_as.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_settings_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_share.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_share_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_share_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_slideshow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_sort_alphabetically.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_sort_by_size.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_star.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_start_conversation.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_stop.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_today.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_upload.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_upload_you_tube.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_view.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_week.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_menu_zoom.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_notification_cast_0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_notification_cast_1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_notification_cast_2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_notification_ime_default.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_notification_media_route.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_calendar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_camera.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_effects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_location.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_messages.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_microphone.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_phone_calls.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_social_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_perm_group_wallpapewr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_sim_card_multi_24px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_sim_card_multi_48px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_half_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_half_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_star_half_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_suggestions_add.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_suggestions_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_user_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_voice_search_api_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/ic_voice_search_api_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/indicator_input_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_activated_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_longpressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_longpressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_longpressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_section_divider_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_section_divider_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_section_divider_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selector_background_disabled.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selector_background_focus.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selector_background_longpress.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/list_selector_background_pressed.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/lockscreen_protection_pattern.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/magnified_region_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_dropdown_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_dropdown_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_hardkey_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_hardkey_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_popup_panel_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/menu_popup_panel_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_longpressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_down_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_selection_divider.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_disabled_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_disabled_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_disabled_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_focused_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_focused_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_longpressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_normal_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_normal_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_pressed_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/numberpicker_up_pressed_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/panel_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/panel_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_accessibility_features.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_affects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/perm_group_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/pointer_arrow.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/popup_background_mtrl_mult.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/popup_inline_error_above_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/popup_inline_error_above_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/popup_inline_error_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/popup_inline_error_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_audio_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_audio_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_audio_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_invisible.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_offline.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_video_away.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_video_busy.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/presence_video_online.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_primary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_primary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_secondary_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progress_secondary_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/progressbar_indeterminate_holo8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_focused_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_normal_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/quickcontact_badge_overlay_pressed_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_big_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_med_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_half_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_half_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_off_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_off_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_on_holo_dark.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/rate_star_small_on_holo_light.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrollbar_handle_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrollbar_handle_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_disabled_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_focused_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_normal_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_on_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_on_pressed_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_control_pressed_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_primary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_primary_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_secondary_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_track_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_track_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/scrubber_track_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_16_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_16_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_48_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_48_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_76_inner_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_76_outer_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_ab_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_default_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_default_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_disabled_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_disabled_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_disabled_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_focused_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_focused_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_normal_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_pressed_holo_dark_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/spinner_pressed_holo_light_am.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_car_mode.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_chat.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_disk_full.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_email_generic.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_gmail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_missed_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_more.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_rssi_in_range.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sdcard.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sdcard_prepare.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sdcard_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sim_toolkit.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sync.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sync_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_sync_error.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_notify_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_certificate_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_data_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_data_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_data_wimax_signal_3_fully.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_data_wimax_signal_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_download_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_gps_on.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_phone_call.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_tether_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_tether_general.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_tether_usb.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_throttled.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim0.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_upload_anim5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/stat_sys_warning.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_bg_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_holo_light_v2.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_pressed_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/switch_thumb_pressed_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_delete.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_enter.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num0_no_plus.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num1.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num2.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num3.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num4.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num5.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num6.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num7.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num8.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_num9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/sym_keyboard_return_holo.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_indicator_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_selected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_selected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_selected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_unselected_focused_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_unselected_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/tab_unselected_pressed_holo.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/text_edit_paste_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/text_edit_suggestions_window.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/text_select_handle_left_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/text_select_handle_middle_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/text_select_handle_right_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_activated_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_activated_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_disabled_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_disabled_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_disabled_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_focused_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_multiline_focused_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_activated_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_default_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_right_default_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_right_default_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_right_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_right_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_selected_holo_dark.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/textfield_search_selected_holo_light.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/toast_frame.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/transportcontrol_bg.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/vpn_connected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxhdpi/vpn_disconnected.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_off_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00001.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00002.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00003.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00004.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00005.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00006.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00007.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00008.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00009.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00010.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00011.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/btn_switch_to_on_mtrl_00012.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_corp_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_lock_open_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_lock_outline_wht_24dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_menu_search_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_sim_card_multi_24px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_sim_card_multi_48px_clr.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_half_black_16dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_half_black_36dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_star_half_black_48dp.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/ic_user_secure.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_accessibility_features.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_affects_battery.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_app_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_audio_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_bluetooth.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_bookmarks.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_device_alarms.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_display.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_personal_info.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_screenlock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_shortrange_network.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_status_bar.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_sync_settings.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_system_clock.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_system_tools.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_voicemail.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/perm_group_wallpaper.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/tab_indicator_mtrl_alpha.9.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/text_select_handle_left_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable-xxxhdpi/text_select_handle_right_mtrl_alpha.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ab_share_pack_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ab_solid_shadow_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/action_bar_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/action_bar_divider.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/action_bar_item_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/activated_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/activated_background_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/activated_background_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/activated_background_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/activated_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/app_icon_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/background_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/background_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/background_leanback_setup.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/box.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_borderless_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_browser_zoom_fit_page.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_browser_zoom_page_overview.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_cab_done_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_cab_done_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_check.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_check_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_check_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_check_material_anim.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_checkbox_checked_mtrl.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_checkbox_unchecked_mtrl.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_circle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_close.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_colored_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_mtrl_shape.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_small.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_default_transparent.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_dropdown.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_global_search.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_group_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_group_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_keyboard_key.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_keyboard_key_fulltrans.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_keyboard_key_ics.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_keyboard_key_trans.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_minus.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_plus.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_material_anim.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_off_mtrl.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_off_to_on_mtrl_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_on_mtrl.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_radio_on_to_off_mtrl_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_search_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_search_dialog_voice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_square_overlay.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_star.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_star_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_star_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_star_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_toggle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_toggle_bg.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_toggle_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_toggle_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_toggle_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_zoom_down.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_zoom_page.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/btn_zoom_up.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/button_inset.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/cab_background_bottom_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/cab_background_top_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/cling_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/control_background_32dp_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/control_background_40dp_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/dark_header_dither.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_caption_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_caption_title_focused.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_caption_title_unfocused.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_close_button_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_close_button_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_maximize_button_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/decor_maximize_button_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/dialog_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/edit_query_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/edit_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/edit_text_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/edit_text_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/edit_text_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/editbox_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/emulator_circular_window_overlay.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/expander_group.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/expander_group_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/expander_group_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/expander_group_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_label_left_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_label_right_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_thumb_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_thumb_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_track_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_track_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/fastscroll_track_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/floating_popup_background_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/floating_popup_background_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ft_avd_toarrow.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ft_avd_toarrow_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ft_avd_tooverflow.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ft_avd_tooverflow_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/gallery_item_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/gallery_thumb.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/grid_selector_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_ab_back_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_ab_back_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_ab_back_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_ab_back_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_ab_back_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_account_circle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_arrow_drop_right_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_alarm.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_alarm_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_media.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_media_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_notification.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_notification_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_ring_notif.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_ring_notif_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_ring_notif_vibrate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_vol.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_audio_vol_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_btn_round_more.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_btn_square_browser_zoom_fit_page.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_btn_square_browser_zoom_page_overview.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_check_circle_24px.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_chevron_end.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_chevron_start.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_clear.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_clear_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_clear_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_clear_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_close.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_collapse_bundle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_collapse_notification.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_commit_search_api_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_badge.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_badge_no_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_badge_off.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_icon_badge.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_statusbar_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_corp_user_badge.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_dialog_alert_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_eject_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_expand_bundle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_expand_more_48dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_expand_notification.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_feedback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_find_next_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_find_previous_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_fingerprint.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_folder_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_go_search_api_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_done.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_go.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_next.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_previous.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_return.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_search.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_input_extract_action_send.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_airplane_mode.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_airplane_mode_off.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_bugreport.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_idle_alarm.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_lock.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lock_power_off.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_lockscreen_outerring.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_maps_indicator_current_position_anim.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_connecting_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_connecting_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_connecting_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_media_route_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_cc.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_copy_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_cut_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_find_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_moreoverflow_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_moreoverflow_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_moreoverflow_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_moreoverflow_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_moreoverflow_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_paste_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_refresh.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_search_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_selectall_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_menu_share_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_more_items.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_notification_alert.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_notification_block.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_perm_device_info.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_popup_sync.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_refresh.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_schedule.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_sd_card_48dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_search_api_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_settings_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_spinner_caret.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_storage_48dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_text_dot.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_usb_48dp.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ic_voice_search_api_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/immersive_cling_bg_circ.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/immersive_cling_light_bg_circ.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/indicator_check_mark_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/indicator_check_mark_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/input_extract_action_bg_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/input_extract_action_bg_normal_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/input_extract_action_bg_pressed_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_activated_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_borderless_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_borderless_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_borderless_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_material_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/item_background_material_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_left_answer.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_left_generic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_left_unlock.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_right_decline.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_right_generic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_right_sound_off.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_bar_right_sound_on.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_left_answer.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_left_generic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_left_unlock.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_right_decline.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_right_generic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_right_sound_off.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/jog_tab_right_sound_on.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/keyboard_key_feedback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/light_header_dither.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_choice_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_divider_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_highlight.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_highlight_active.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_highlight_inactive.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_section_divider_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selected_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selected_background_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background_transition.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background_transition_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background_transition_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_background_transition_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/list_selector_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/load_average_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/media_button_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menu_panel_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menu_panel_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menu_selector.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menuitem_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menuitem_background_solid.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/menuitem_checkbox.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/minitab_lt.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/notification_material_action_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/notification_material_media_action_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/number_picker_divider_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/numberpicker_down_btn.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/numberpicker_input.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/numberpicker_up_btn.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/panel_picture_frame_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_calendar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_camera.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_contacts.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_location.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_microphone.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_phone_calls.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_sensors.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_sms.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/perm_group_storage.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_alias_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_alias_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_all_scroll_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_all_scroll_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_arrow_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_arrow_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_cell_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_cell_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_context_menu_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_context_menu_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_copy_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_copy_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_crosshair_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_crosshair_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_grab_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_grab_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_grabbing_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_grabbing_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_hand_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_hand_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_help_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_help_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_horizontal_double_arrow_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_horizontal_double_arrow_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_nodrop_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_nodrop_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_spot_anchor_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_spot_hover_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_spot_touch_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_text_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_text_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_top_left_diagonal_double_arrow_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_top_left_diagonal_double_arrow_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_top_right_diagonal_double_arrow_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_top_right_diagonal_double_arrow_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_vertical_double_arrow_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_vertical_double_arrow_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_vertical_text_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_vertical_text_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_wait.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_wait_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_zoom_in_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_zoom_in_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_zoom_out_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/pointer_zoom_out_large_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error_above.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error_above_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error_above_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/popup_inline_error_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_horizontal.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_horizontal_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_horizontal_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_horizontal_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_indeterminate_horizontal.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_indeterminate_horizontal_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_indeterminate_horizontal_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_large.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_large_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_large_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_large_white.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_medium.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_medium_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_medium_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_medium_white.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_small.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_small_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_small_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_small_titlebar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/progress_small_white.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_focused_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_focused_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_normal_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_normal_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_pressed_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/quickcontact_badge_overlay_pressed_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_empty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_empty_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_empty_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_empty_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_filled.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_filled_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_filled_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_filled_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_half_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_full_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_indicator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_small.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_small_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_small_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/ratingbar_small_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/screen_background_selector_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/screen_background_selector_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/scroll_indicator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/scrollbar_handle_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/scrubber_control_selector_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/scrubber_progress_horizontal_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/scrubber_progress_horizontal_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/search_dropdown_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/search_dropdown_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/search_spinner.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seek_thumb.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_thumb_material_anim.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_thumb_pressed_to_unpressed.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_thumb_pressed_to_unpressed_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_thumb_unpressed_to_pressed.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_thumb_unpressed_to_pressed_animation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_tick_mark_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/seekbar_track_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/settings_header.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/silent_mode_indicator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_default_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_default_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_disabled_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_disabled_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_focused_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_focused_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_pressed_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_ab_pressed_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_background_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_background_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_default_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_default_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_disabled_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_disabled_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_dropdown_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_focused_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_focused_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_pressed_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_pressed_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/spinner_textfield_background_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_notify_call_mute.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_notify_disabled_data.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_notify_wifi_in_range.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_battery.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_battery_charge.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_download.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_download_done_static.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_speakerphone.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_tether_wifi.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/stat_sys_upload.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/status_bar_item_app_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/status_bar_item_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/submenu_arrow.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_inner_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_inner_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_thumb_material_anim.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_track_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_track_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/switch_track_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_bottom_left.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_bottom_left_v4.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_bottom_right.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_bottom_right_v4.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_indicator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_indicator_ab_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_indicator_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_indicator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/tab_indicator_v4.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/text_cursor_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/text_select_handle_left_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/text_select_handle_middle_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/text_select_handle_right_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_search.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_search_empty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_search_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_searchview_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_searchview_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_searchview_right_holo_dark.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/textfield_searchview_right_holo_light.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/time_picker_editable_background.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/title_bar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/title_bar_shadow.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/vector_drawable_progress_bar_large.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/vector_drawable_progress_bar_medium.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/vector_drawable_progress_bar_small.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/vector_drawable_progress_indeterminate_horizontal.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/drawable/view_accessibility_focused.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/accelerate_cubic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/accelerate_decelerate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/accelerate_quad.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/accelerate_quart.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/accelerate_quint.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/anticipate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/anticipate_overshoot.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/bounce.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/cycle.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/decelerate_cubic.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/decelerate_quad.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/decelerate_quart.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/decelerate_quint.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/fast_out_linear_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/fast_out_slow_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_0.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_3.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_4.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_5.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/ft_avd_toarrow_animation_interpolator_6.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/launch_task_behind_source_scale_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/launch_task_behind_source_scale_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/launch_task_behind_target_ydelta.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/launch_task_micro_alpha.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/launch_task_micro_ydelta.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/linear.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/linear_out_slow_in.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/overshoot.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/progress_indeterminate_horizontal_rect1_scalex.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/progress_indeterminate_horizontal_rect1_translatex.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/progress_indeterminate_horizontal_rect2_scalex.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/progress_indeterminate_horizontal_rect2_translatex.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/trim_end_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/interpolator/trim_start_interpolator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-land/date_picker_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-land/icon_menu_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-land/ssl_certificate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-land/time_picker_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-large/action_mode_close_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-port/icon_menu_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-sw600dp/date_picker_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-sw600dp/keyguard.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-sw600dp/preference_list_content_single.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-television/user_switching_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-watch/input_method_extract_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-watch/progress_dialog_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/activity_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/breadcrumbs_in_fragment.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/breadcrumbs_in_fragment_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/select_dialog_item_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/select_dialog_multichoice_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout-xlarge/select_dialog_singlechoice_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_bar_home.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_bar_home_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_bar_title_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_bar_up_container.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_menu_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_menu_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_mode_bar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_mode_close_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/action_mode_close_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/activity_chooser_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/activity_chooser_view_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/activity_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/activity_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/activity_list_item_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/adaptive_notification_wrapper.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_button_bar_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_leanback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_leanback_button_panel_side.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_progress.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_progress_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_progress_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/alert_dialog_title_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/always_use_checkbox.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/am_compat_mode_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_anr_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_error_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_not_authorized.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_permission_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_permission_item_money.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_permission_item_old.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/app_perms_summary.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/auto_complete_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/breadcrumbs_in_fragment.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/breadcrumbs_in_fragment_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/browser_link_context_header.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/calendar_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/character_picker.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/character_picker_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/choose_account.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/choose_account_row.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/choose_account_type.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/choose_type_and_account.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/chooser_grid.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/chooser_row.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/common_tab_settings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_header_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_legacy.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_legacy_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_month_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/date_picker_view_animator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/day_picker_content_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/decor_caption.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/default_navigation.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_custom_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_custom_title_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_custom_title_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title_icons.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title_icons_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title_icons_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/dialog_title_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/expandable_list_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/expanded_menu_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_close_overflow_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_container.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_menu_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_menu_image_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_open_overflow_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_overflow_button.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_overflow_image_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/floating_popup_overflow_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/fragment_bread_crumb_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/fragment_bread_crumb_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/fragment_bread_crumbs.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/global_actions_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/global_actions_silent_mode.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/grant_credentials_permission.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/heavy_weight_switcher.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/icon_menu_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/immersive_mode_cling.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/input_method.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/input_method_extract_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/input_method_switch_dialog_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/input_method_switch_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/js_prompt.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/keyboard_key_preview.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/keyboard_popup_keyboard.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/keyguard.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/language_picker_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/language_picker_section_header.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/launch_warning.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_content_simple.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_gestures_overlay.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_menu_item_checkbox.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_menu_item_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_menu_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/list_menu_item_radio.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/locale_picker_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/media_controller.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/media_route_chooser_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/media_route_controller_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/media_route_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/menu_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_intruder_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_material_action.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_material_action_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_material_action_tombstone.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_material_media_action.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_material_reply_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_header.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_base.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_big_base.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_big_media.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_big_picture.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_big_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_inbox.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_media.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_material_messaging.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_part_chronometer.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_part_line1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_progress.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_progressbar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_right_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/notification_template_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/number_picker.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/number_picker_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/number_picker_with_selector_wheel.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/number_picker_with_selector_wheel_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/overlay_display_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/permissions_account_and_authtokentype.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/permissions_package_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/popup_menu_header_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/popup_menu_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/power_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_category.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_category_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_category_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_child.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_child_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_child_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_dialog_edittext.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_dialog_edittext_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_dialog_seekbar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_dialog_seekbar_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_header_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_header_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_information.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_information_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_information_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_list_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_list_content_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_list_content_single.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_list_fragment.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_list_fragment_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_widget_checkbox.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_widget_seekbar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_widget_seekbar_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preference_widget_switch.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/preferences.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/progress_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/progress_dialog_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/progress_dialog_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/recent_apps_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/recent_apps_icon.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/remote_views_adapter_default_loading_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/resolve_grid_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/resolve_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/resolver_different_item_header.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/resolver_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/resolver_list_with_default.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/restrictions_pin_challenge.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/restrictions_pin_setup.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/safe_mode.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_action_bar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_custom_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_progress.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_simple.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_simple_overlay_action_mode.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_swipe_dismiss.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_title.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_title_icons.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/screen_toolbar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/search_bar.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/search_dropdown_item_icons_2line.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/search_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_item_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_multichoice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_multichoice_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_multichoice_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_singlechoice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_singlechoice_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/select_dialog_singlechoice_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_account_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_dropdown_hint.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_dropdown_item_1line.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_dropdown_item_2line.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_expandable_list_item_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_expandable_list_item_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_gallery_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_2_single_choice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_activated_1.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_activated_2.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_checked.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_multiple_choice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_list_item_single_choice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_selectable_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_spinner_dropdown_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/simple_spinner_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/sms_short_code_confirmation_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/ssl_certificate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/status_bar_latest_event_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/subscription_item_layout.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/tab_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/tab_indicator.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/tab_indicator_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/tab_indicator_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/test_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_drag_thumbnail.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_action_popup_text.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_no_paste_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_paste_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_side_no_paste_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_side_paste_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_suggestion_container.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_suggestion_container_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_suggestion_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_suggestion_item_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/text_edit_suggestions_window.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/textview_hint.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/time_picker_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/time_picker_header_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/time_picker_legacy.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/time_picker_legacy_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/time_picker_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/transient_notification.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/twelve_key_entry.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/two_line_list_item.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/typing_filter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/unlaunchable_app_activity.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/unsupported_display_size_dialog_content.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/user_switching_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/voice_interaction_session.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/web_runtime.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/web_text_view_dropdown.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/webview_find.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/webview_select_singlechoice.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/wifi_p2p_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/wifi_p2p_dialog_row.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/work_widget_mask_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/year_label_text_view.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/zoom_browser_accessory_buttons.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/zoom_container.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/zoom_controls.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/layout/zoom_magnify.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/menu/language_selection_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/menu/webview_copy.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/menu/webview_find.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-hdpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-hdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-ldpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-ldpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-mdpi/sym_app_on_sd_unavailable_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-mdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-xhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-xxhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/mipmap-xxxhdpi/sym_def_app_icon.png +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ar-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ar/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ar/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ar/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-bg-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-bg/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ca-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ca/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-cs-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-cs/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-cs/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-cs/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-da-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-da/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-da/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-da/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-de-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-de/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-de/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-de/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-el-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-el/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-en-rGB-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-en-rGB/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-en-rGB/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-en-rGB/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es-rUS-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es-rUS/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-es/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fa-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fa/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fi-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fi/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fi/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fi/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fr-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fr/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fr/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-fr/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hi-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hi/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hr-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hr/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hu-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hu/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hu/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-hu/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-id-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-id/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-it-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-it/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-it/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-it/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-iw-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-iw/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-iw/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-iw/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ja-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ja/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ja/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ja/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ko-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ko/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ko/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ko/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-lt-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-lt/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-lv-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-lv/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nb-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nb/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nl-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nl/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nl/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-nl/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pl-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pl/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pl/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pl/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt-rBR/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt-rBR/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt-rPT-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt-rPT/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-pt/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-rm/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-rm/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ro-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ro/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ru-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ru/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ru/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-ru/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sk-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sk/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sl-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sl/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sr-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sr/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sv-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-sv/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-th-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-th/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-th/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-th/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tl-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tl/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tr-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tr/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tr/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-tr/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-uk-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-uk/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-vi-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-vi/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rCN-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rCN/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rCN/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rCN/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rTW-xlarge/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rTW/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rTW/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw-zh-rTW/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/accessibility_gestures.bin +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/color_fade_frag.frag +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/color_fade_vert.vert +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/fallbackring.ogg +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/incognito_mode_start_page.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/loaderror.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/raw/nodomain.html +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/explode.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/fade.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/move.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/no_transition.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/popup_window_enter.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/popup_window_exit.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/slide_bottom.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/slide_left.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/slide_right.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/transition/slide_top.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-af-rZA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-af-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-af/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-am-rET/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-am-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-am/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar-rEG/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar-rEG/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar-rIL/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-az-rAZ-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-b+sr+Latn-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-be-rBY-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bg-rBG/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bg-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bg/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bn-rBD-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bs-rBA-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ca-rES/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ca-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ca/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-cs-rCZ/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-cs-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-cs/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-da-rDK/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-da-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-da/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de-rAT/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de-rCH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de-rDE/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de-rLI/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-el-rGR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-el-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-el/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rAU-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rAU/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rAU/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rCA/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rCA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rGB-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rGB/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rGB/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIE/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIE/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIN/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIN/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rNZ/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rNZ/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rSG/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rSG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rUS/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rUS/donottranslate-names.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rZA/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-en-rZA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es-rES/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es-rUS-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es-rUS/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-et-rEE-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-eu-rES-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fa-rIR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fa-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fa/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fi-rFI/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fi-rFI/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fi-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fi/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rBE/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rCA-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rCA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rCH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-rFR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-gl-rES-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-gu-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-h320dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-h720dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hi-rIN/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hi-rIN/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hi-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hi/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hr-rHR/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hr-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hr/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hu-rHU/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hu-rHU/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hu-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hu/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hy-rAM-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-in-rID/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-in-rID/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-in-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-in/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-is-rIS-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-it-rCH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-it-rIT/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-it-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-it/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-iw-rIL/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-iw-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-iw/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ja-rJP/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ja-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ja/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ka-rGE-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-kk-rKZ-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-km-rKH-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-kn-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ko-rKR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ko-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ko/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ky-rKG-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/arrays.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/dimens_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/donottranslate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-land/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/themes_device_defaults.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/themes_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-large/themes_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ldrtl-television/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ldrtl/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lo-rLA-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lt-rLT/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lt-rLT/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lt-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lt/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lv-rLV/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lv-rLV/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lv-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lv/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc204-mnc04/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc204-mnc12/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc204/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc204/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc206-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc206-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc208-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc208-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc208-mnc15/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc208-mnc26/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc02/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc04/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc06/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc07/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc09/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc11/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc12/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc13/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc14/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc15/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc16/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc17/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc18/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc19/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc20/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc214-mnc21/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc219-mnc02/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc219/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc220/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc222-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc230/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc230/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc232-mnc11/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc232-mnc12/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc232/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc232/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc20/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc26/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc30/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc31/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc32/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc33/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc34/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234-mnc86/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc234/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc235-mnc94/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc238-mnc06/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc240-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc240-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc259-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc260/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc260/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc262/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc262/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc268-mnc03/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc286/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc220/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc221/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc370/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc610/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc640/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc660/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc720/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc302-mnc780/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc004/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc120/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc150/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc160/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc170/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc200/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc210/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc220/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc230/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc240/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc250/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc260/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc270/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc300/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc310/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc380/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc410/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc490/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc530/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc580/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc590/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc640/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc660/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-af/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-am/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ar/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-az-rAZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-b+sr+Latn/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-be-rBY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-bg/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-bn-rBD/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-bs-rBA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ca/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-cs/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-da/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-de/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-el/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-en-rAU/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-en-rGB/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-en-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-es-rUS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-es/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-et-rEE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-eu-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-fa/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-fi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-fr-rCA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-fr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-gl-rES/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-gu-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-hi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-hr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-hu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-hy-rAM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-in/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-is-rIS/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-it/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-iw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ja/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ka-rGE/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-kk-rKZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-km-rKH/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-kn-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ko/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ky-rKG/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-lo-rLA/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-lt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-lv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310-mnc800/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc310/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc190/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc220/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc221/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc222/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc223/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc224/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc225/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc226/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc227/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc228/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc229/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc480/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc490/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc580/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc581/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc582/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc583/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc584/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc585/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc586/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc587/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc588/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc589/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311-mnc870/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc311/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc312-mnc530/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc312/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc313/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc314/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc315/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc316/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc334-mnc020/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc334-mnc050/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc340-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc404/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc405/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc415-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc416-mnc77/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc425-mnc07/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc425-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc425/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc432-mnc20/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc432/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc440-mnc20/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc440-mnc50/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc440-mnc54/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc440/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc450-ko/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc450-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc450-mnc06/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc450-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc450/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc454-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc505-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc510-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc510-mnc21/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc510-mnc89/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc520/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc530-mnc05/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc530-mnc24/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc730-mnc01/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc730-mnc07/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc730-mnc08/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mcc730-mnc10/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mk-rMK-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mk-rMK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ml-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ml-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mn-rMN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mn-rMN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mr-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-mr-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ms-rMY-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ms-rMY/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ms-rMY/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-my-rMM-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-my-rMM/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nb-rNO/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nb-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nb/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nb/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ne-rNP-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ne-rNP/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nl-rBE/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nl-rNL/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nl-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nl/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-nl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pa-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pa-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pl-rPL/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pl-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pl/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-port-mdpi/donottranslate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-port/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-port/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rBR-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rBR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rBR/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rPT-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rPT/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rPT/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-rPT/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-pt/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-rm-rCH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ro-rRO/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ro-rRO/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ro-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ro/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ro/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-round-watch/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ru-rRU/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ru-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ru/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ru/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-si-rLK-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-si-rLK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sk-rSK/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sk-rSK/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sk-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sk/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sl-rSI/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sl-rSI/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sl-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sl/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sq-rAL-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sq-rAL/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sr-rRS/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sr-rRS/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sr-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sr/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sv-rSE/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sv-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sv/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sv/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw-rTZ/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw360dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw380dp-land/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw380dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp-land/arrays.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp-land/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp-land/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp-port/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp-w960dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/colors.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/dimens_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw600dp/styles.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp-land/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp-port/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp-w1280dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp/dimens_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-sw720dp/styles.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ta-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ta-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-te-rIN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-te-rIN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-television/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-television/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-television/themes.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-television/themes_device_defaults.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-th-rTH/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-th-rTH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-th-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-th/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-th/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tl-rPH/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tl-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tl/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tl/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tr-rTR/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tr-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tr/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-tr/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uk-rUA/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uk-rUA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uk-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uk/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uk/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ur-rPK-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-ur-rPK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uz-rUZ-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-uz-rUZ/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-vi-rVN/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-vi-rVN/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-vi-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-vi/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-vi/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w170dp-notround-watch/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w320dp-h426dp/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w320dp/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w426dp-h320dp/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w480dp/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-w720dp/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-watch/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-watch/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-watch/themes.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-watch/themes_device_defaults.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-xlarge-land/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-xlarge/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-xlarge/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rCN-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rCN/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rCN/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rCN/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rHK-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rHK/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rTW-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rTW/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rTW/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zh-rTW/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zu-rZA/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zu-watch/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zu/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values-zu/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/arrays.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/attrs.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/attrs_manifest.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/bools.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/colors.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/colors_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/colors_leanback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/colors_legacy.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/colors_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/dimens_leanback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/dimens_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/donottranslate-cldr.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/donottranslate-maps.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/donottranslate-names.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/donottranslate.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/donottranslate_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/ids.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/integers.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/locale_config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/public.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/strings.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles_device_defaults.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles_leanback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/styles_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/symbols.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes_device_defaults.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes_holo.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes_leanback.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes_material.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/values/themes_micro.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-en/autotext.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-land/password_kbd_qwerty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-land/password_kbd_qwerty_shifted.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-mdpi/password_kbd_qwerty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-mdpi/password_kbd_qwerty_shifted.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-xlarge/password_kbd_numeric.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-xlarge/password_kbd_qwerty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-xlarge/password_kbd_qwerty_shifted.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-xlarge/password_kbd_symbols.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml-xlarge/password_kbd_symbols_shift.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/apns.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/audio_assets.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/autotext.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/bookmarks.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/config_webview_packages.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/default_zen_mode_config.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/global_keys.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/kg_password_kbd_numeric.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_extension.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_numeric.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_popup_template.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_qwerty.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_qwerty_shifted.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_symbols.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/password_kbd_symbols_shift.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/power_profile.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/preferred_time_zones.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/sms_7bit_translation_table.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/sms_short_codes.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/storage_list.xml +%%IDEA_HOME%%/plugins/android/lib/layoutlib/data/res/xml/time_zones_by_country.xml +%%IDEA_HOME%%/plugins/android/lib/libwebp.jar %%IDEA_HOME%%/plugins/android/lib/lombok-ast-0.2.3.jar %%IDEA_HOME%%/plugins/android/lib/manifest-merger.jar +%%IDEA_HOME%%/plugins/android/lib/pixalprobe.jar %%IDEA_HOME%%/plugins/android/lib/repository.jar %%IDEA_HOME%%/plugins/android/lib/resources_en.jar %%IDEA_HOME%%/plugins/android/lib/sdk-common.jar %%IDEA_HOME%%/plugins/android/lib/sdk-tools.jar %%IDEA_HOME%%/plugins/android/lib/sdklib.jar %%IDEA_HOME%%/plugins/android/lib/spantable.jar +%%IDEA_HOME%%/plugins/android/lib/templates/BUILD %%IDEA_HOME%%/plugins/android/lib/templates/NOTICE %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/AlwaysOnWearActivity/recipe.xml.ftl @@ -672,7 +9416,6 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/build.gradle.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/app_icon_quantum.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/app_icon_quantum_card.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/AndroidTVActivity/root/res/drawable-hdpi/card_background_default.9.png @@ -770,6 +9513,19 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/root/src/app_package/BlankActivity.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/BlankWearActivity/templates-WatchViewStub-Wear.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/build.gradle +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/drawable/ic_dashboard_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/drawable/ic_home_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/drawable/ic_notifications_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/layout/activity_main.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/menu/navigation.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/values/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/res/values/strings.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/root/src/app_package/MainActivity.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/template.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/BottomNavigationActivity/template_bottom_navigation_activity.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/EmptyActivity/root/src/app_package/SimpleActivity.java.ftl @@ -849,7 +9605,6 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/MasterDetailFlow/template_master_detail.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/build.gradle.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_camera.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_gallery.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/drawable-v21/ic_menu_manage.xml @@ -861,6 +9616,7 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/layout/navigation_view.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/menu/drawer.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/menu/main.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values-v21/no_actionbar_styles_v21.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/dimens.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/drawables.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/NavigationDrawerActivity/root/res-buildApi22/values/strings.xml.ftl @@ -898,24 +9654,10 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/ScrollActivity/template_scroll_activity.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_info_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_notifications_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-hdpi/ic_sync_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_info_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_notifications_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-mdpi/ic_sync_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_info_black_24dp.xml -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_notifications_black_24dp.xml -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-v21/ic_sync_black_24dp.xml -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_info_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_notifications_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xhdpi/ic_sync_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_info_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_notifications_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxhdpi/ic_sync_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_info_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_notifications_black_24dp.png -%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable-xxxhdpi/ic_sync_black_24dp.png +%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/build.gradle +%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable/ic_info_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable/ic_notifications_black_24dp.xml +%%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/drawable/ic_sync_black_24dp.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/values/pref_strings.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_data_sync.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/SettingsActivity/root/res/xml/pref_general.xml @@ -944,380 +9686,24 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/template_blank_activity_pager.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/TabbedActivity/template_blank_activity_tabs.png %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/common_globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/jni_code_snippet.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/jni_code_usage.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_app_bar.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_dummy_content.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_manifest.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_no_actionbar.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple_dimens.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/recipe_simple_menu.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/AndroidManifest.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/layout/app_bar.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/layout/simple.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/menu/simple_menu.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values-v21/no_actionbar_styles_v21.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values-w820dp/simple_dimens.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/app_bar_dimens.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/manifest_strings.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/no_actionbar_styles.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/simple_dimens.xml %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/res/values/simple_menu_strings.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/root/src/app_package/dummy/DummyContent.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/activities/common/wear_common_globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/build.gradle -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/res/layout/activity_simple.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/res/menu/main.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/res/values-w820dp/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/res/values/dimens.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/root/src/app_package/SimpleActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivity/template_blank_activity.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/layout/activity_fragment_container.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/layout/fragment_simple.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/menu/main.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/values-w820dp/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/values/dimens.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/src/app_package/SimpleActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/src/app_package/include_fragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/root/src/app_package/include_options_menu.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/BlankActivityWithFragment/template_blank_activity_fragment.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/root/res/layout/activity_simple.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/root/src/app_package/SimpleActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/EmptyActivity/template_blank_activity.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/layout/activity_fullscreen.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/values-v11/styles.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/values/attrs.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/values/colors.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/res/values/styles.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/src/app_package/FullscreenActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/src/app_package/util/SystemUiHider.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/src/app_package/util/SystemUiHiderBase.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/root/src/app_package/util/SystemUiHiderHoneycomb.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/FullscreenActivity/template_fullscreen_activity.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/res/layout/activity_login.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/res/values/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/src/app_package/LoginActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/root/src/app_package/PlusBaseActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/LoginActivity/template_login_activity.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/layout/activity_content_detail.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/layout/activity_content_list.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/layout/activity_content_twopane.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/layout/fragment_content_detail.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/values-large/refs.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/values-sw600dp/refs.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/src/app_package/ContentDetailFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/src/app_package/ContentListActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/src/app_package/ContentListFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/root/src/app_package/dummy/DummyContent.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/MasterDetailFlow/template_master_detail.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-hdpi/drawer_shadow.9.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-hdpi/ic_drawer.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-mdpi/drawer_shadow.9.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-mdpi/ic_drawer.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-xhdpi/drawer_shadow.9.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-xhdpi/ic_drawer.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-xxhdpi/drawer_shadow.9.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/drawable-xxhdpi/ic_drawer.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/layout/activity_drawer.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/layout/fragment_navigation_drawer.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/layout/fragment_simple.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/menu/global.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/menu/main.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/values-w820dp/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/values/dimens.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/src/app_package/DrawerActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/src/app_package/NavigationDrawerFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/src/app_package/include_fragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/root/src/app_package/include_options_menu.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/NavigationDrawerActivity/template_blank_activity_drawer.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/res/xml/pref_data_sync.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/res/xml/pref_general.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/res/xml/pref_headers.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/res/xml/pref_notification.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/root/src/app_package/SettingsActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/SettingsActivity/template_settings_activity.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/layout/activity_fragment_container.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/layout/activity_pager.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/layout/fragment_simple.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/menu/main.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/values-w820dp/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/values/dimens.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/src/app_package/DropdownActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/src/app_package/TabsAndPagerActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/src/app_package/include_fragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/root/src/app_package/include_options_menu.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/template_blank_activity_dropdown.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/template_blank_activity_pager.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/activities/TabbedActivity/template_blank_activity_tabs.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/gradle/utils/dependencies.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/gradle/wrapper/gradle/wrapper/gradle-wrapper.jar -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/gradle/wrapper/gradlew -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/gradle/wrapper/gradlew.bat -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFile/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFile/root/src/app_package/interface.aidl.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFile/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AidlFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AndroidManifest/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AndroidManifest/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AndroidManifest/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AndroidManifest/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/drawable-nodpi/example_appwidget_preview.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/layout/appwidget.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/layout/appwidget_configure.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/values-v14/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/values/dimens.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/res/xml/appwidget_info.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/src/app_package/AppWidget.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/root/src/app_package/AppWidgetConfigureActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x1.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x1_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x1_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x1_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x2.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x2_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x2_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x2_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x3.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x3_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x3_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x3_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x4.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x4_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x4_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_1x4_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x1.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x1_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x1_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x1_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x2.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x2_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x2_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x2_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x3.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x3_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x3_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x3_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x4.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x4_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x4_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_2x4_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x1.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x1_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x1_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x1_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x2.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x2_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x2_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x2_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x3.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x3_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x3_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x3_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x4.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x4_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x4_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_3x4_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x1.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x1_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x1_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x1_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x2.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x2_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x2_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x2_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x3.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x3_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x3_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x3_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x4.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x4_h.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x4_v.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AppWidget/thumbs/template_widget_4x4_vh.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AssetsFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AssetsFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/AssetsFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/root/res/layout/fragment_blank.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/root/res/values/strings.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/root/src/app_package/BlankFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BlankFragment/template_blank_fragment.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BroadcastReceiver/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BroadcastReceiver/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BroadcastReceiver/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BroadcastReceiver/root/src/app_package/BroadcastReceiver.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/BroadcastReceiver/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ContentProvider/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ContentProvider/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ContentProvider/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ContentProvider/root/src/app_package/ContentProvider.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ContentProvider/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/root/res/layout/sample.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/root/res/values/attrs.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/root/src/app_package/CustomView.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/CustomView/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/res/layout-v17/dream.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/res/xml/dream_prefs.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/res/xml/xml_dream.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/src/app_package/DreamService.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/root/src/app_package/SettingsActivity.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Daydream/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/IntentService/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/IntentService/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/IntentService/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/IntentService/root/src/app_package/IntentService.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/IntentService/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JavaFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JavaFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JavaFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JniFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JniFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/JniFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/LayoutResourceFile/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/LayoutResourceFile/root/res/layout.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/LayoutResourceFile/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/layout/fragment_grid.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/layout/fragment_list.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/values-large/refs_lrg.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/values-sw600dp/refs_lrg.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/values/refs.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/res/values/refs_lrg.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/src/app_package/ListFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/root/src/app_package/dummy/DummyContent.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ListFragment/templates_list_fragment.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-hdpi/ic_action_stat_reply.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-hdpi/ic_action_stat_share.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-mdpi/ic_action_stat_reply.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-mdpi/ic_action_stat_share.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-nodpi/example_picture_large.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-nodpi/example_picture_small.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-xhdpi/ic_action_stat_reply.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/drawable-xhdpi/ic_action_stat_share.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/root/src/app_package/NotificationHelper.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_list.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_list_actions.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_none.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_none_actions.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_picture.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_picture_actions.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_text.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Notification/template_notification_text_actions.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/root/res/layout/fragment_plus_one.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/root/src/app_package/PlusOneFragment.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/PlusOneFragment/templates_plusone_fragment.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResourcesFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResourcesFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ResourcesFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/RsFolder/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/RsFolder/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/RsFolder/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Service/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Service/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Service/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Service/root/src/app_package/Service.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/Service/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ValueResourceFile/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ValueResourceFile/root/res/values.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/other/ValueResourceFile/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/root/settings.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidApplication/template_new_project.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/root/AndroidManifest.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/root/res/values/strings.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/root/settings.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewAndroidLibrary/template_new_project.png -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/globals.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/recipe.xml.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/root/build.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/root/settings.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/root/src/library_package/Placeholder.java.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/template.xml -%%IDEA_HOME%%/plugins/android/lib/templates/eclipse/projects/NewJavaLibrary/template_new_project.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/AndroidWearModule/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/AndroidWearModule/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/AndroidWearModule/root/AndroidManifest.xml.ftl @@ -1339,20 +9725,26 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/AndroidManifest.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/CMakeLists.txt.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/build.gradle.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/module_ignore +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/native-lib.cpp.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/proguard-rules.txt.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-anydpi/test.svg %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-hdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-hdpi/ic_launcher_round.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-mdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-mdpi/ic_launcher_round.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xhdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xhdpi/ic_launcher_round.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxhdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxhdpi/ic_launcher_round.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxxhdpi/ic_launcher.png +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/mipmap-xxxhdpi/ic_launcher_round.png %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/colors.xml %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/strings.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/res/values/styles.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/settings.gradle.ftl -%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/test/app_package/ApplicationTest.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/test/app_package/ExampleInstrumentedTest.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/root/test/app_package/ExampleUnitTest.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewAndroidModule/template_new_project.png @@ -1407,7 +9799,6 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewJavaLibrary/root/src/library_package/Placeholder.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewJavaLibrary/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/gradle-projects/NewJavaLibrary/template_new_project.png -%%IDEA_HOME%%/plugins/android/lib/templates/gradle/utils/dependencies.gradle.ftl %%IDEA_HOME%%/plugins/android/lib/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.jar %%IDEA_HOME%%/plugins/android/lib/templates/gradle/wrapper/gradle/wrapper/gradle-wrapper.properties %%IDEA_HOME%%/plugins/android/lib/templates/gradle/wrapper/gradlew @@ -1417,6 +9808,7 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/other/AidlFile/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/AidlFolder/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/AidlFolder/root/build.gradle.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/other/AidlFolder/root/component-build.gradle.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/AidlFolder/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/AndroidAutoMediaService/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/AndroidAutoMediaService/recipe.xml.ftl @@ -1585,6 +9977,13 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/root/src/app_package/RecyclerViewAdapter.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/ListFragment/templates_list_fragment.png +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/globals.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/recipe.xml.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/root/res/layout/fragment_item_list_dialog.xml +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/root/res/layout/fragment_item_list_dialog_item.xml +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/root/res/values/dimens.xml +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/root/src/app_package/ItemListDialogFragment.java.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/other/ModalBottomSheet/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/Notification/globals.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/Notification/recipe.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/Notification/root/AndroidManifest.xml.ftl @@ -1640,6 +10039,7 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/AndroidManifest.xml.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/AndroidManifestPermissions.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/build.gradle.ftl +%%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/bg.png %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/preview_analog.png %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/preview_digital.png %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/res/drawable-nodpi/preview_digital_circular.png @@ -1651,7 +10051,6 @@ bin/idea %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/root/src/app_package/MyDigitalWatchFaceService.java.ftl %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/template.xml %%IDEA_HOME%%/plugins/android/lib/templates/other/WatchFaceService/template_thumbnail.png -%%IDEA_HOME%%/plugins/android/lib/truth-0.28.jar %%IDEA_HOME%%/plugins/ant/lib/ant-jps-plugin.jar %%IDEA_HOME%%/plugins/ant/lib/antIntegration.jar %%IDEA_HOME%%/plugins/ant/lib/resources_en.jar @@ -1672,7 +10071,6 @@ bin/idea %%IDEA_HOME%%/plugins/cloudBeesIntegration/lib/cloudBeesIntegration.jar %%IDEA_HOME%%/plugins/cloudBeesIntegration/lib/specifics/cloudBeesSpecifics.jar %%IDEA_HOME%%/plugins/cloudFoundryIntegration/lib/cloudFoundryIntegration.jar -%%IDEA_HOME%%/plugins/cloudFoundryIntegration/lib/snakeyaml-1.15.jar %%IDEA_HOME%%/plugins/cloudFoundryIntegration/lib/specifics/cloudFoundrySpecifics.jar %%IDEA_HOME%%/plugins/coffeescript-core/lib/coffeescript-core.jar %%IDEA_HOME%%/plugins/coffeescript-core/lib/resources_en.jar @@ -1691,8 +10089,6 @@ bin/idea %%IDEA_HOME%%/plugins/cucumber-java/lib/cucumber-java.jar %%IDEA_HOME%%/plugins/cucumber-java/lib/cucumber-jvm-formatter.jar %%IDEA_HOME%%/plugins/cucumber-java/lib/gherkin-2.12.2.jar -%%IDEA_HOME%%/plugins/cucumber/lib/cucumber.jar -%%IDEA_HOME%%/plugins/cucumber/lib/resources_en.jar %%IDEA_HOME%%/plugins/cvsIntegration/lib/cvsIntegration.jar %%IDEA_HOME%%/plugins/cvsIntegration/lib/cvs_util.jar %%IDEA_HOME%%/plugins/cvsIntegration/lib/javacvs-src.jar @@ -1709,8 +10105,6 @@ bin/idea %%IDEA_HOME%%/plugins/drools/lib/drools-support.jar %%IDEA_HOME%%/plugins/drools/lib/resources_en.jar %%IDEA_HOME%%/plugins/dsm/lib/dsm.jar -%%IDEA_HOME%%/plugins/dsm/lib/resources_en.jar -%%IDEA_HOME%%/plugins/duplicates/lib/duplicates.jar %%IDEA_HOME%%/plugins/eclipse/lib/common-eclipse-util.jar %%IDEA_HOME%%/plugins/eclipse/lib/eclipse-jps-plugin.jar %%IDEA_HOME%%/plugins/eclipse/lib/eclipse.jar @@ -1743,37 +10137,42 @@ bin/idea %%IDEA_HOME%%/plugins/flex/lib/unittestingsupport_flexunit_4.swc %%IDEA_HOME%%/plugins/flex/lib/unittestingsupport_mx.swc %%IDEA_HOME%%/plugins/flex/lib/unittestingsupport_spark.swc +%%IDEA_HOME%%/plugins/gherkin/lib/gherkin.jar +%%IDEA_HOME%%/plugins/gherkin/lib/resources_en.jar %%IDEA_HOME%%/plugins/git4idea/lib/git4idea-rt.jar %%IDEA_HOME%%/plugins/git4idea/lib/git4idea.jar -%%IDEA_HOME%%/plugins/git4idea/lib/ini4j-0.5.2-patched.jar %%IDEA_HOME%%/plugins/git4idea/lib/remote-servers-git.jar %%IDEA_HOME%%/plugins/git4idea/lib/resources_en.jar -%%IDEA_HOME%%/plugins/git4idea/lib/trilead-ssh2.jar %%IDEA_HOME%%/plugins/github/lib/github.jar %%IDEA_HOME%%/plugins/gradle/lib/commons-io-2.2.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-2.13.jar +%%IDEA_HOME%%/plugins/gradle/lib/commons-lang-2.6.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-base-services-groovy-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-cli-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-core-3.5.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-jps-plugin.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-2.13.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-2.13.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-logging-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-messaging-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-core-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-model-groovy-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-native-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-process-services-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-resources-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-api-3.5.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-api.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar -%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-2.13.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-version-info-3.5.jar +%%IDEA_HOME%%/plugins/gradle/lib/gradle-wrapper-3.5.jar %%IDEA_HOME%%/plugins/gradle/lib/gradle.jar %%IDEA_HOME%%/plugins/gradle/lib/guava-jdk5-17.0.jar -%%IDEA_HOME%%/plugins/gradle/lib/jna-3.2.7.jar -%%IDEA_HOME%%/plugins/gradle/lib/jsr305-1.3.9.jar +%%IDEA_HOME%%/plugins/gradle/lib/jansi-1.14.jar %%IDEA_HOME%%/plugins/gradle/lib/kryo-2.22.jar %%IDEA_HOME%%/plugins/gradle/lib/minlog-1.2.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.10.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-0.10.jar -%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-0.10.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.14.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-libcpp-0.14.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-libstdcpp-0.14.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-libcpp-0.14.jar +%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-libstdcpp-0.14.jar %%IDEA_HOME%%/plugins/gradle/lib/objenesis-1.2.jar %%IDEA_HOME%%/plugins/gradle/lib/reflectasm-1.07.jar %%IDEA_HOME%%/plugins/gradle/lib/resources_en.jar @@ -1787,33 +10186,42 @@ bin/idea %%IDEA_HOME%%/plugins/htmltools/lib/resources_en.jar %%IDEA_HOME%%/plugins/j2meplugin/lib/j2meplugin.jar %%IDEA_HOME%%/plugins/j2meplugin/lib/resources_en.jar +%%IDEA_HOME%%/plugins/jBPM/lib/jbpm-graph-api.jar +%%IDEA_HOME%%/plugins/jBPM/lib/jbpm-support.jar %%IDEA_HOME%%/plugins/java-decompiler/lib/java-decompiler.jar %%IDEA_HOME%%/plugins/java-i18n/lib/java-i18n.jar %%IDEA_HOME%%/plugins/java-i18n/lib/resources_en.jar -%%IDEA_HOME%%/plugins/javaFX/lib/SceneBuilderKit-8.1.1.jar +%%IDEA_HOME%%/plugins/javaFX/lib/SceneBuilderKit-8.2.0.jar %%IDEA_HOME%%/plugins/javaFX/lib/common-javaFX-plugin.jar %%IDEA_HOME%%/plugins/javaFX/lib/javaFX-jps-plugin.jar %%IDEA_HOME%%/plugins/javaFX/lib/javaFX.jar %%IDEA_HOME%%/plugins/javaFX/lib/resources_en.jar %%IDEA_HOME%%/plugins/jboss-core/lib/jboss-core.jar -%%IDEA_HOME%%/plugins/jbpm/lib/jbpm-support.jar.jar -%%IDEA_HOME%%/plugins/jbpm/lib/resources_en.jar %%IDEA_HOME%%/plugins/jsp/lib/jsp-impl.jar +%%IDEA_HOME%%/plugins/jsp/lib/resources_en.jar %%IDEA_HOME%%/plugins/jsr45debug/lib/jsr45debug.jar %%IDEA_HOME%%/plugins/jsr45debug/lib/resources_en.jar +%%IDEA_HOME%%/plugins/junit/lib/apiguardian-api-1.0.0.jar %%IDEA_HOME%%/plugins/junit/lib/idea-junit.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-jupiter-engine-5.0.0-M1.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-platform-commons-1.0.0-M1.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-platform-engine-1.0.0-M1.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-platform-launcher-1.0.0-M1.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-platform-runner-1.0.0-M1.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-jupiter-api-5.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-jupiter-engine-5.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-platform-commons-1.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-platform-engine-1.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-platform-launcher-1.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-platform-runner-1.0.0.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-platform-suite-api-1.0.0.jar %%IDEA_HOME%%/plugins/junit/lib/junit-rt.jar -%%IDEA_HOME%%/plugins/junit/lib/junit-vintage-engine-4.12.0-M1.jar +%%IDEA_HOME%%/plugins/junit/lib/junit-vintage-engine-4.12.0.jar %%IDEA_HOME%%/plugins/junit/lib/junit5-rt.jar -%%IDEA_HOME%%/plugins/junit/lib/opentest4j-1.0.0-M1.jar +%%IDEA_HOME%%/plugins/junit/lib/opentest4j-1.0.0.jar %%IDEA_HOME%%/plugins/junit/lib/resources_en.jar %%IDEA_HOME%%/plugins/less/lib/less.jar %%IDEA_HOME%%/plugins/less/lib/resources_en.jar +%%IDEA_HOME%%/plugins/markdown/lib/Loboevolution.jar +%%IDEA_HOME%%/plugins/markdown/lib/intellij-markdown.jar +%%IDEA_HOME%%/plugins/markdown/lib/markdown.jar +%%IDEA_HOME%%/plugins/markdown/lib/owasp-java-html-sanitizer.jar +%%IDEA_HOME%%/plugins/markdown/lib/resources_en.jar %%IDEA_HOME%%/plugins/maven-ext/lib/maven-ext.jar %%IDEA_HOME%%/plugins/maven/lib/artifact-resolver-m2.jar %%IDEA_HOME%%/plugins/maven/lib/artifact-resolver-m3.jar @@ -1844,72 +10252,124 @@ bin/idea %%IDEA_HOME%%/plugins/maven/lib/maven2/conf/settings.xml %%IDEA_HOME%%/plugins/maven/lib/maven2/lib/maven-2.2.1-uber.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-common.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3-server-impl.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-lib/archetype-catalog-2.2.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-lib/archetype-common-2.2.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-lib/maven-dependency-tree-1.2.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-lib/nexus-indexer-3.0.4.jar %%IDEA_HOME%%/plugins/maven/lib/maven3-server-lib/nexus-indexer-artifact-1.0.1.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/LICENSE.txt -%%IDEA_HOME%%/plugins/maven/lib/maven3/NOTICE.txt +%%IDEA_HOME%%/plugins/maven/lib/maven3/LICENSE +%%IDEA_HOME%%/plugins/maven/lib/maven3/NOTICE %%IDEA_HOME%%/plugins/maven/lib/maven3/README.txt %%IDEA_HOME%%/plugins/maven/lib/maven3/bin/m2.conf %%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvn -%%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvn.bat +%%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvn.cmd %%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvnDebug -%%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvnDebug.bat +%%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvnDebug.cmd %%IDEA_HOME%%/plugins/maven/lib/maven3/bin/mvnyjp -%%IDEA_HOME%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.5.2.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/conf/logging/simplelogger.properties %%IDEA_HOME%%/plugins/maven/lib/maven3/conf/settings.xml -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-api-1.13.1.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-connector-wagon-1.13.1.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-impl-1.13.1.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-spi-1.13.1.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-util-1.13.1.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/conf/toolchains.xml +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-api-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-api.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-connector-basic-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-connector-basic.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-impl-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-impl.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-spi-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-spi.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-transport-wagon-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-transport-wagon.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-util-1.0.2.v20150114.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aether-util.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/aopalliance-1.0.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/cdi-api-1.0.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/cdi-api.license %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/commons-cli-1.2.jar %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/commons-io-2.2.jar %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/commons-lang-2.6.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/commons-lang3-3.4.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/commons-lang3.license %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/ext/README.txt -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-aether-provider-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-artifact-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-compat-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-core-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-embedder-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings-3.0.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.0.5.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/guava-18.0.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/guice-4.0-no_aop.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/javax.inject-1.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/jsoup-1.7.2.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/jsoup.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/jsr250-api-1.0.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/jsr250-api.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-aether-provider-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-aether-provider.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-artifact-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-artifact.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-builder-support-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-builder-support.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-compat-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-compat.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-core-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-core.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-embedder-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-embedder.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model-builder.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-model.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-plugin-api.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-repository-metadata.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.3.9.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings-builder.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/maven-settings.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject-0.3.2.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus-0.3.2.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus.license %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-cipher-1.7.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-1.5.5.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.14.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-cipher.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-1.6.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.21.jar %%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher-1.3.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-utils-2.0.6.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/sisu-guava-0.9.9.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/sisu-guice-3.1.0-no_aop.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/sisu-inject-bean-2.3.0.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/sisu-inject-plexus-2.3.0.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-file-2.8.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http-2.8-shaded.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http-shared-2.8.jar -%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-provider-api-2.8.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/plexus-utils-3.0.22.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/slf4j-api-1.7.5.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/slf4j-api.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/slf4j-simple-1.7.5.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/slf4j-simple.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-file-2.10.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-file.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http-2.10-shaded.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http-shared-2.10.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http-shared.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-http.license +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-provider-api-2.10.jar +%%IDEA_HOME%%/plugins/maven/lib/maven3/lib/wagon-provider-api.license %%IDEA_HOME%%/plugins/maven/lib/maven30-server-impl.jar -%%IDEA_HOME%%/plugins/maven/lib/maven32-server-impl.jar %%IDEA_HOME%%/plugins/maven/lib/plexus-archiver-2.4.4.jar %%IDEA_HOME%%/plugins/maven/lib/plexus-utils-2.0.6.jar %%IDEA_HOME%%/plugins/maven/lib/resources_en.jar -%%IDEA_HOME%%/plugins/maven/lib/wadl-core.jar +%%IDEA_HOME%%/plugins/openShiftIntegration/lib/jackson-annotations-2.8.1.jar +%%IDEA_HOME%%/plugins/openShiftIntegration/lib/jackson-core-2.8.1.jar +%%IDEA_HOME%%/plugins/openShiftIntegration/lib/jackson-databind-2.8.1.jar %%IDEA_HOME%%/plugins/openShiftIntegration/lib/openShiftIntegration.jar %%IDEA_HOME%%/plugins/openShiftIntegration/lib/specifics/openShiftSpecifics.jar -%%IDEA_HOME%%/plugins/osmorc/lib/bndlib-3.0.0.jar -%%IDEA_HOME%%/plugins/osmorc/lib/bndlib-plugins-3.0.0.jar +%%IDEA_HOME%%/plugins/osmorc/lib/bnd-repository-3.3.0.jar +%%IDEA_HOME%%/plugins/osmorc/lib/bnd-resolve-3.3.0.jar +%%IDEA_HOME%%/plugins/osmorc/lib/bndlib-3.3.0.jar %%IDEA_HOME%%/plugins/osmorc/lib/bundlor-all.jar %%IDEA_HOME%%/plugins/osmorc/lib/org.apache.felix.framework-4.2.1.jar +%%IDEA_HOME%%/plugins/osmorc/lib/org.osgi.namespace.contract-1.0.0.jar +%%IDEA_HOME%%/plugins/osmorc/lib/org.osgi.namespace.extender-1.0.1.jar +%%IDEA_HOME%%/plugins/osmorc/lib/org.osgi.namespace.implementation-1.0.0.jar +%%IDEA_HOME%%/plugins/osmorc/lib/org.osgi.namespace.service-1.0.0.jar %%IDEA_HOME%%/plugins/osmorc/lib/osmorc-jps-plugin.jar %%IDEA_HOME%%/plugins/osmorc/lib/osmorc.jar %%IDEA_HOME%%/plugins/osmorc/lib/plexus-utils-3.0.10.jar %%IDEA_HOME%%/plugins/osmorc/lib/resources_en.jar %%IDEA_HOME%%/plugins/properties/lib/properties.jar +%%IDEA_HOME%%/plugins/properties/lib/resources_en.jar %%IDEA_HOME%%/plugins/remote-run/lib/remote-run.jar %%IDEA_HOME%%/plugins/resinIntegration/lib/resin.jar %%IDEA_HOME%%/plugins/resinIntegration/lib/resources_en.jar @@ -1921,12 +10381,13 @@ bin/idea %%IDEA_HOME%%/plugins/sass/lib/jrubyparser-0.5.4.jar %%IDEA_HOME%%/plugins/sass/lib/resources_en.jar %%IDEA_HOME%%/plugins/sass/lib/sass.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-annotations-2.7.1.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-core-2.7.1.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-databind-2.7.1-1.jar +%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-annotations-2.8.1.jar +%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-core-2.8.1.jar +%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-databind-2.8.1.jar %%IDEA_HOME%%/plugins/settings-repository/lib/jgit.jar %%IDEA_HOME%%/plugins/settings-repository/lib/resources_en.jar %%IDEA_HOME%%/plugins/settings-repository/lib/settings-repository.jar +%%IDEA_HOME%%/plugins/spy-js/lib/resources_en.jar %%IDEA_HOME%%/plugins/spy-js/lib/socketio.jar %%IDEA_HOME%%/plugins/spy-js/lib/spy-js.jar %%IDEA_HOME%%/plugins/spy-js/server/lib/app.js @@ -1945,18 +10406,38 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/lib/urlUtil.js %%IDEA_HOME%%/plugins/spy-js/server/lib/worker.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/acorn +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/atob +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/cake +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/dateformat %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/escodegen %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/esgenerate %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/esparse %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/esvalidate %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/express +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/grunt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/gzip-size +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/handlebars +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/istanbul +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/jasmine-node +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/js-yaml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/ncp %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/node-http-proxy +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/nopt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/pretty-bytes +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/r.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/r_js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/rimraf %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/semver +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/strip-indent %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/uglifyjs %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/uuid +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/which %%IDEA_HOME%%/plugins/spy-js/server/node_modules/.bin/wscat +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/abbrev/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/abbrev/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/abbrev/abbrev.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/abbrev/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/acorn/.editorconfig %%IDEA_HOME%%/plugins/spy-js/server/node_modules/acorn/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/acorn/.tern-project @@ -2004,44 +10485,23 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/active-x-obfuscator/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/active-x-obfuscator/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/active-x-obfuscator/test.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/.idea/scopes/scope_settings.xml -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/MIT-LICENSE.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/README.md -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/adm-zip.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/headers/entryHeader.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/headers/index.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/headers/mainHeader.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/methods/deflater.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/methods/index.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/methods/inflater.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/package.json -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/New folder/hidden_readonly.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/New folder/readonly.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/New folder/somefile.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/asd/New Text Document.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/attributes_test/blank file.txt -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/fast.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/fastest.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/linux_arc.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/maximum.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/normal.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/store.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/assets/ultra.zip -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/test/index.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/util/constants.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/util/errors.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/util/fattr.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/util/index.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/util/utils.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/zipEntry.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/adm-zip/zipFile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/align-text/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/align-text/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/align-text/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/align-text/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/amdefine/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/amdefine/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/amdefine/amdefine.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/amdefine/intercept.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/amdefine/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-regex/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-regex/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-regex/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-regex/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-styles/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-styles/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-styles/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ansi-styles/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/LICENSE-MIT %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/lib/archiver.js @@ -2052,6 +10512,37 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/lib/modules/zip/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/lib/util/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/archiver/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/append.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/append/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/count.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/help.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/store.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/store/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/store/false.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/store/true.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/subparsers.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action/version.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/action_container.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/argparse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/argument/error.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/argument/exclusive.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/argument/group.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/argument_parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/const.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/help/added_formatters.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/help/formatter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/namespace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/lib/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/argparse/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/array-find-index/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/array-find-index/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/array-find-index/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/array-find-index/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/asn1/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/asn1/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/asn1/README.md @@ -2074,6 +10565,13 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/async/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/async/lib/async.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/LICENSE.DOCS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/bin/atob.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/atob/test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/aws-sign2/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/aws-sign2/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/aws-sign2/index.js @@ -2110,6 +10608,27 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/brace-expansion/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/brace-expansion/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/brace-expansion/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/src/binding.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/src/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/fixtures/elipses.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/fixtures/empty.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/fixtures/person.jpg +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/ignored/test-zlib-dictionary-fail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/ignored/test-zlib-dictionary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/ignored/test-zlib-params.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-close-after-write.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-convenience-methods.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-from-string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-invalid-input.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-random-byte-pipes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-write-after-flush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib-zero-byte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/browserify-zlib/test/test-zlib.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/LICENSE @@ -2117,6 +10636,12 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/buffer-crc32/tests/crc.test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/builtin-modules.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/builtin-modules/static.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/History.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/Makefile @@ -2124,10 +10649,71 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/component.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/bytes/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase-keys/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase-keys/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase-keys/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase-keys/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/camelcase/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/caseless/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/caseless/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/caseless/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/caseless/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/center-align/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/center-align/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/center-align/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/center-align/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/center-align/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/chalk/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/chalk/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/chalk/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/chalk/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/.coveralls.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/LICENSE.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/README.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/example/center.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/example/meat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/test/break.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/test/idleness.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/node_modules/wordwrap/test/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/cliui/test/cliui.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/CNAME +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/CONTRIBUTING.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/bin/cake +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/bin/coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/browser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/cake.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/coffee-script.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/command.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/grammar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/helpers.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/lexer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/nodes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/optparse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/register.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/repl.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/rewriter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/scope.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/lib/coffee-script/sourcemap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/register.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/coffee-script/repl.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/colors/MIT-LICENSE.txt %%IDEA_HOME%%/plugins/spy-js/server/node_modules/colors/ReadMe.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/colors/colors.js @@ -2151,6 +10737,36 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-map/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-map/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-map/test/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/Makefile +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/isarray/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/.zuul.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/doc/stream.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/duplex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/passthrough.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/readable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/node_modules/readable-stream/writable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/concat-stream/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/connect/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/connect/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/connect/LICENSE @@ -2333,6 +10949,24 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ctype/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ctype/tools/jsl.conf %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ctype/tools/jsstyle +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/browser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/currently-unhandled/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/Readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/bin/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/lib/dateformat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/test/test_dayofweek.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/test/test_formats.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/test/test_isoutcdatetime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/test/weekofyear/test_weekofyear.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/dateformat/test/weekofyear/test_weekofyear.sh %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/.jshintrc %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/History.md @@ -2343,6 +10977,10 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/debug.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/node.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/debug/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/decamelize/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/decamelize/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/decamelize/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/decamelize/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/deep-equal/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/deep-equal/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/deep-equal/example/cmp.js @@ -2388,12 +11026,22 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/end-of-stream/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/end-of-stream/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/end-of-stream/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/error-ex/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/error-ex/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/error-ex/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/error-ex/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escape-string-regexp/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escape-string-regexp/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escape-string-regexp/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escape-string-regexp/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/LICENSE.BSD %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/LICENSE.source-map %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/bin/escodegen.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/bin/esgenerate.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/escodegen.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/CHANGELOG.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/Makefile.dryice.js @@ -2420,6 +11068,18 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/source-node.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/lib/source-map/util.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/run-tests.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-api.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-array-set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-base64-vlq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-base64.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-binary-search.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-dog-fooding.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-map-consumer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-map-generator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-source-node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/test-util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/node_modules/source-map/test/source-map/util.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/escodegen/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/esprima/ChangeLog %%IDEA_HOME%%/plugins/spy-js/server/node_modules/esprima/LICENSE.BSD @@ -2447,6 +11107,31 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/esutils/lib/keyword.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/esutils/lib/utils.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/esutils/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/eventemitter2/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/eventemitter2/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/eventemitter2/lib/eventemitter2.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/eventemitter2/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/lib/exit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/exit_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/10-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/10-stdout-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/10-stdout.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/100-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/100-stdout-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/100-stdout.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/1000-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/1000-stdout-stderr.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/1000-stdout.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/create-files.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/log-broken.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/exit/test/fixtures/log.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/History.md @@ -2464,6 +11149,8 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/lib/router/route.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/lib/utils.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/lib/view.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/node_modules/buffer-crc32/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/node_modules/buffer-crc32/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/node_modules/buffer-crc32/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/node_modules/buffer-crc32/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/express/node_modules/buffer-crc32/package.json @@ -2481,6 +11168,27 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fast-levenshtein/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fast-levenshtein/levenshtein.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fast-levenshtein/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fd-slicer/test/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/figures/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/figures/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/figures/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/figures/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/.eslintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/test/.eslintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-sync-cmp/test/test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/index.js @@ -2516,6 +11224,61 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/node_modules/iconv-lite/lib/streams.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/node_modules/iconv-lite/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/file-utils/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/lib/fileset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/examples/g.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/examples/usr-local.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/glob.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/minimatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/test/brace-expand.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/test/caching.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/test/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/node_modules/minimatch/test/extglob-ending-with-state-char.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/00-setup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/bash-comparison.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/bash-results.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/cwd-test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/globstar-match.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/mark.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/new-glob-optional-options.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/nocase-nomagic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/pause-resume.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/readme-issue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/root-nomount.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/stat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/glob/test/zz-cleanup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/minimatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/test/brace-expand.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/test/caching.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/test/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/node_modules/minimatch/test/extglob-ending-with-state-char.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/tests/fixtures/an (odd) filename.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/tests/helper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/fileset/tests/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/find-up/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/find-up/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/find-up/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/find-up/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/findup-sync/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/findup-sync/LICENSE-MIT %%IDEA_HOME%%/plugins/spy-js/server/node_modules/findup-sync/README.md @@ -2543,6 +11306,15 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/form-data/node_modules/async/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/form-data/node_modules/async/support/sync-package-managers.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/form-data/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/AUTHORS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/Readme.rst +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/autolint.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/buster.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/lib/formatio.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/formatio/test/formatio-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fresh/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fresh/History.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fresh/Makefile @@ -2554,21 +11326,2743 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fs.realpath/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fs.realpath/old.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/fs.realpath/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/.editorconfig +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/AUTHORS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/benchmarks/gaze100s.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/lib/gaze.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/minimatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/test/brace-expand.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/test/caching.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/test/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/node_modules/minimatch/test/extglob-ending-with-state-char.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/add_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/api_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/Project (LO)/one.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/nested/one.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/nested/sub/two.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/nested/sub2/two.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/nested/three.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/one.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/sub/one.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/fixtures/sub/two.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/matching_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/patterns_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/relative_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/rename_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/safewrite_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gaze/test/watch_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/get-stdin/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/get-stdin/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/get-stdin/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/lib/getobject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/getobject/test/namespace_test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/common.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/glob.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/glob/sync.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/fs.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/graceful-fs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/legacy-streams.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/polyfills.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/test/open.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/graceful-fs/test/readdir-sort.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/growl/History.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/growl/Readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/growl/lib/growl.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/growl/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/growl/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/dist/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/dist/async.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-clean/tasks/clean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-copy/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-copy/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-copy/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-copy/tasks/copy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/.bin/uglifyjs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/async/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/async/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/async/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/async/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/dist/source-map.debug.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/dist/source-map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/dist/source-map.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/dist/source-map.min.js.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/array-set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/base64-vlq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/base64.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/binary-search.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/mapping-list.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/quick-sort.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/source-map-consumer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/source-map-generator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/source-node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/lib/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/source-map/source-map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/bin/extract-props.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/bin/uglifyjs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/compress.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/mozilla-ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/output.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/propmangle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/scope.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/sourcemap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/lib/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/tools/domprops.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/tools/exports.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/tools/node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/node_modules/uglify-js/tools/props.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/tasks/lib/uglify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-contrib-uglify/tasks/uglify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-known-options/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-known-options/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-known-options/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-known-options/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Hash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_LazyWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_LodashWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_MapCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Reflect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_SetCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Stack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Symbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Uint8Array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_WeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_addMapEntry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_addSetEntry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_apply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayConcat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayIncludes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayIncludesWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayPush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arrayReduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_arraySome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assignInDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assignMergeValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assignValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assocDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assocGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assocHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assocIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_assocSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseAssign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseClamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseConforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseCreate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseDelay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseDifference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseExtremum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFindIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFlatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseForIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseForOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseForOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseForRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseFunctions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseHasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseInRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIntersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseInverter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseInvoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIsEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIsEqualDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIsMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseIteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseKeysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseMatches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseMatchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseMerge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseMergeDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseOrderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePropertyDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_basePullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseRandom.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSetData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSlice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseSum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseTimes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseToPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseToPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseUnary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseUnset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseWrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseXor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_baseZipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cacheHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cachePush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_charsEndIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_charsStartIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_checkGlobal.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_cloneTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_compareAscending.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_compareMultiple.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_composeArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_composeArgsRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_copyArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_copyObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_copyObjectWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_copySymbols.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createAssigner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createBaseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createBaseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createBaseWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createCaseFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createCompounder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createCtorWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createCurryWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createFlow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createHybridWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createInverter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createOver.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createPadding.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createPartialWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createRecurryWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createRound.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_createWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_deburrLetter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_equalArrays.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_equalByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_equalObjects.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_escapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_escapeStringChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getFuncName.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getMatchData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getSymbols.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_getView.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_hasPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_hashDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_hashGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_hashHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_hashSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_indexKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_indexOfNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_initCloneArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_initCloneByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_initCloneObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isHostObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isIterateeCall.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isKeyable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isLaziable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isPrototype.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_isStrictComparable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_iteratorToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_lazyClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_lazyReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_lazyValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapClear.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mapToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mergeData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_mergeDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_metaMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_nativeCreate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_parent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reEscape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reEvaluate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reInterpolate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_realNames.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reorder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_replaceHolders.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_setData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_setToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stackClear.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stackDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stackGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stackHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stackSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stringSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stringToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_stringToPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_toArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_toFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_unescapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/_wrapperClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/add.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/after.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/ary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/assign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/assignIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/assignInWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/assignWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/at.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/attempt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/before.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/bind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/bindAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/bindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/camelCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/ceil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/chunk.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/clamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/clone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/cloneDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/cloneDeepWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/cloneWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/commit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/compact.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/concat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/cond.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/conforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/countBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/create.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/curry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/curryRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/date.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/debounce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/deburr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/defaultsDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/defer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/delay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/difference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/differenceBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/differenceWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/drop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/dropRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/dropRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/dropWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/each.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/eachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/eq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/escape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/every.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/extend.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/extendWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/findIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/findKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/findLast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/findLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/findLastKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flattenDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/floor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/flowRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forInRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/forOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/_baseConvert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/_convertBrowser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/_mapping.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/_util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/add.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/after.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/all.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/allPass.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/apply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/ary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assignIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assignInWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assignWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assoc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/assocPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/at.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/attempt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/before.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/bind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/bindAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/bindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/camelCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/ceil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/chunk.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/clamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/clone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/cloneDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/cloneDeepWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/cloneWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/commit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/compact.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/compose.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/concat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/cond.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/conforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/contains.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/convert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/countBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/create.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/curry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/curryN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/curryRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/curryRightN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/date.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/debounce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/deburr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/defaultsDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/defer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/delay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/difference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/differenceBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/differenceWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/dissoc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/dissocPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/drop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/dropRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/dropRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/dropWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/each.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/eachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/eq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/equals.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/escape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/every.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/extend.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/extendWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/fill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/findIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/findKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/findLast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/findLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/findLastKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/first.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flattenDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/floor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/flowRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forInRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/forOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/fromPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/functions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/functionsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/get.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/getOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/groupBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/gt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/gte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/has.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/hasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/head.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/identity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/inRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/includes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/indexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/init.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/initial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/intersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/intersectionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/intersectionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/invert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/invertBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/invoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/invokeMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isArguments.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isArrayLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isDate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isElement.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isEmpty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isEqualWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isError.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isFinite.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isMatchWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isNil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isNull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isObjectLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isUndefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isWeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/isWeakSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/iteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/kebabCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/keyBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/keys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/keysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lang.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/last.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lowerCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lowerFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/lte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mapKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mapObj.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mapValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/matches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/matchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/math.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/maxBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/memoize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mergeWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/method.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/methodOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/minBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/mixin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/nAry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/negate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/next.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/noop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/now.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/nthArg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/number.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/omit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/omitAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/omitBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/once.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/orderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/over.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/overArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/overEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/overSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/padEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/padStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/parseInt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/partial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/partialRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/partition.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/path.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pathEq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pathOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pickAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pipe.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/plant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/prop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/propOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/propOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/property.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/propertyOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/pullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/range.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/rangeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/rearg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/reduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/reduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/reject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/remove.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/replace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/rest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/result.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/round.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sample.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sampleSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/seq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/setWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/shuffle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/size.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/slice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/snakeCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/some.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/somePass.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedLastIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedLastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/split.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/spread.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/startCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/subtract.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/sumBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/tail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/take.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/takeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/takeRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/takeWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/tap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/templateSettings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/throttle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/thru.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/times.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toIterator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toJSON.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toLower.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toPairsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/toUpper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trimChars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trimCharsEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trimCharsStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trimEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/trimStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unapply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unescape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/union.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/uniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/uniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/uniqWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/uniqueId.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unnest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unzip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/unzipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/upperCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/upperFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/useWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/value.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/valueOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/values.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/valuesIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/whereEq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/without.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperChain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperFlatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/wrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/xor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/xorBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/xorWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/zip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/zipObj.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/zipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/zipObjectDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fp/zipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/fromPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/functions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/functionsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/get.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/groupBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/gt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/gte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/has.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/hasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/head.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/identity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/inRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/includes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/indexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/initial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/intersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/intersectionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/intersectionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/invert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/invertBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/invoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/invokeMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isArguments.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isArrayLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isDate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isElement.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isEmpty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isEqualWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isError.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isFinite.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isMatchWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isNil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isNull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isObjectLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isUndefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isWeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/isWeakSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/iteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/kebabCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/keyBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/keys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/keysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lang.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/last.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lowerCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lowerFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/lte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/mapKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/mapValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/matches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/matchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/math.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/maxBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/mean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/memoize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/mergeWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/method.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/methodOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/minBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/mixin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/negate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/next.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/noop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/now.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/nthArg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/number.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/omit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/omitBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/once.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/orderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/over.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/overArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/overEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/overSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/padEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/padStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/parseInt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/partial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/partialRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/partition.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/plant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/property.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/propertyOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/pullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/range.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/rangeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/rearg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/reduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/reduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/reject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/remove.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/replace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/rest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/result.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/round.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sample.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sampleSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/seq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/setWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/shuffle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/size.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/slice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/snakeCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/some.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedLastIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedLastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/split.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/spread.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/startCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/subtract.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/sumBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/tail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/take.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/takeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/takeRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/takeWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/tap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/templateSettings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/throttle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/thru.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/times.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toIterator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toJSON.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toLower.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toPairsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/toUpper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/trimEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/trimStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unescape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/union.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/uniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/uniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/uniqWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/uniqueId.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unzip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/unzipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/upperCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/upperFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/value.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/valueOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/values.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/valuesIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/without.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperChain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperFlatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/wrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/xor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/xorBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/xorWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/zip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/zipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/zipObjectDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/node_modules/lodash/zipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log-utils/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/appveyor.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/examples.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/ReadMe.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/examples/normal-usage.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/examples/safe-string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/colors.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/custom/trap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/custom/zalgo.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/extendStringPrototype.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/maps/america.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/maps/rainbow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/maps/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/maps/zebra.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/styles.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/lib/system/supports-colors.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/safe.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/colors/themes/generic-logging.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/chunk.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/compact.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/difference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/drop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/dropRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/dropRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/dropWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/fill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/findIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/findLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/first.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/flatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/flattenDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/head.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/indexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/initial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/intersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/last.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/lastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/pull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/pullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/remove.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/rest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/slice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/sortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/sortedLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/tail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/take.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/takeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/takeRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/takeWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/union.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/uniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/unique.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/unzip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/unzipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/without.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/xor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/zip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/zipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/array/zipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/commit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/concat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/lodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/plant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/run.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/tap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/thru.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/toJSON.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/toString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/value.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/valueOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperChain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperCommit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperConcat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperPlant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperToString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/chain/wrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/all.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/any.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/at.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/collect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/contains.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/countBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/detect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/each.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/eachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/every.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/findLast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/findWhere.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/foldl.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/foldr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/forEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/forEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/groupBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/include.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/includes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/indexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/inject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/invoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/partition.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/pluck.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/reduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/reduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/reject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/sample.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/select.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/shuffle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/size.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/some.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/sortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/sortByAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/sortByOrder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/collection/where.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/date.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/date/now.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/after.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/ary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/backflow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/before.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/bind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/bindAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/bindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/compose.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/curry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/curryRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/debounce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/defer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/delay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/flow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/flowRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/memoize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/modArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/negate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/once.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/partial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/partialRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/rearg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/restParam.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/spread.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/throttle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/function/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/LazyWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/LodashWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/MapCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/SetCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayConcat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayCopy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayExtremum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayPush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arrayReduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arraySome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/arraySum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/assignDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/assignOwnDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/assignWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseAssign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseCallback.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseCompareAscending.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseCopy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseCreate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseDelay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseDifference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseExtremum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFindIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFlatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseForIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseForOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseForOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseForRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseFunctions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseIsEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseIsEqualDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseIsFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseIsMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseMatches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseMatchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseMerge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseMergeDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/basePropertyDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/basePullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseRandom.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSetData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSlice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSortByOrder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseSum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseToString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/baseWrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/binaryIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/binaryIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/bindCallback.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/bufferClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/cacheIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/cachePush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/charsLeftIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/charsRightIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/compareAscending.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/compareMultiple.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/composeArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/composeArgsRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createAssigner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createBaseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createBaseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createBindWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createCompounder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createCtorWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createCurry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createExtremum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createFind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createFindIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createFindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createFlow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createForEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createForIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createForOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createHybridWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createObjectMapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createPadDir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createPadding.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createPartial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createPartialWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createRound.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createSortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/createWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/deburrLetter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/equalArrays.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/equalByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/equalObjects.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/escapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/escapeRegExpChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/escapeStringChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getFuncName.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getMatchData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/getView.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/indexOfNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/initCloneArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/initCloneByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/initCloneObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/invokePath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isArrayLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isIterateeCall.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isLaziable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isObjectLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isSpace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/isStrictComparable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/lazyClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/lazyReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/lazyValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mapDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mapGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mapHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mapSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mergeData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/mergeDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/metaMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/pickByArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/pickByCallback.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/reEscape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/reEvaluate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/reInterpolate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/realNames.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/reorder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/replaceHolders.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/setData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/shimKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/sortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/toIterable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/toObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/toPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/trimmedLeftIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/trimmedRightIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/unescapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/internal/wrapperClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/clone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/cloneDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/eq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/gt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/gte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isArguments.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isDate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isElement.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isEmpty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isError.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isFinite.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isNull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/isUndefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/lt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/lte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/toArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/lang/toPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/add.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/ceil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/floor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/round.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/math/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/number.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/number/inRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/number/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/assign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/create.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/defaultsDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/extend.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/findKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/findLastKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/forIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/forInRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/forOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/forOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/functions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/get.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/has.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/invert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/keys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/keysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/mapKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/mapValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/methods.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/omit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/pairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/pick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/result.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/values.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/object/valuesIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/camelCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/deburr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/escape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/kebabCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/padLeft.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/padRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/parseInt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/snakeCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/startCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/templateSettings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/trimLeft.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/trimRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/trunc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/unescape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/string/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/support.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/attempt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/callback.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/identity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/iteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/matches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/matchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/method.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/methodOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/mixin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/noop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/property.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/propertyOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/range.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/times.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/lodash/utility/uniqueId.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/.editorconfig +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/.eslintrc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/CHANGELOG.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/CONTRIBUTING.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/README.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/camelize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/chars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/chop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/classify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/clean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/cleanDiacritics.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/count.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/dasherize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/decapitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/dedent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/dist/underscore.string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/dist/underscore.string.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/escapeHTML.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/exports.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/gulpfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/adjacent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/defaultToWhiteSpace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/escapeChars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/htmlEntities.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/makeString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/strRepeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/helper/toPositive.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/humanize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/include.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/insert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/isBlank.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/levenshtein.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/lines.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/lpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/lrpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/ltrim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/meteor-post.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/meteor-pre.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/naturalCmp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/numberFormat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/package.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/pred.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/prune.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/quote.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/replaceAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/rpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/rtrim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/slugify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/splice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/sprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/strLeft.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/strLeftBack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/strRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/strRightBack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/stripTags.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/succ.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/surround.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/swapCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/titleize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/toBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/toSentence.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/toSentenceSerial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/underscored.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/unescapeHTML.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/unquote.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/vsprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/node_modules/underscore.string/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-log/test/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/appveyor.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/dist/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/dist/async.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Hash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_LazyWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_LodashWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_MapCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Reflect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_SetCache.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Stack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Symbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_Uint8Array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_WeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_addMapEntry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_addSetEntry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_apply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayConcat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayIncludes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayIncludesWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayPush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arrayReduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_arraySome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assignInDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assignMergeValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assignValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assocDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assocGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assocHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assocIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_assocSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseAssign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseClamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseConforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseCreate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseDelay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseDifference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseExtremum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFindIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFlatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseForIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseForOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseForOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseForRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseFunctions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseHasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseInRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIntersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseInverter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseInvoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIsEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIsEqualDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIsMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseIteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseKeysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseMatches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseMatchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseMerge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseMergeDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseOrderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePropertyDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_basePullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseRandom.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseReduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSetData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSlice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseSum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseTimes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseToPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseToPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseUnary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseUnset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseWrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseXor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_baseZipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cacheHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cachePush.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_charsEndIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_charsStartIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_checkGlobal.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_cloneTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_compareAscending.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_compareMultiple.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_composeArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_composeArgsRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_copyArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_copyObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_copyObjectWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_copySymbols.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createAggregator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createAssigner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createBaseEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createBaseFor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createBaseWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createCaseFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createCompounder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createCtorWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createCurryWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createFlow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createHybridWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createInverter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createOver.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createPadding.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createPartialWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createRecurryWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createRound.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_createWrapper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_deburrLetter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_equalArrays.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_equalByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_equalObjects.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_escapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_escapeStringChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getFuncName.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getMatchData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getSymbols.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_getView.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_hasPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_hashDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_hashGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_hashHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_hashSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_indexKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_indexOfNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_initCloneArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_initCloneByTag.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_initCloneObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isHostObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isIterateeCall.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isKeyable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isLaziable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isPrototype.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_isStrictComparable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_iteratorToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_lazyClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_lazyReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_lazyValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapClear.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mapToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mergeData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_mergeDefaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_metaMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_nativeCreate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_parent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_reEscape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_reEvaluate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_reInterpolate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_realNames.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_reorder.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_replaceHolders.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_setData.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_setToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stackClear.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stackDelete.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stackGet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stackHas.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stackSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stringSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stringToArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_stringToPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_toArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_toFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_unescapeHtmlChar.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/_wrapperClone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/add.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/after.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/ary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/assign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/assignIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/assignInWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/assignWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/at.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/attempt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/before.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/bind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/bindAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/bindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/camelCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/ceil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/chunk.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/clamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/clone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/cloneDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/cloneDeepWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/cloneWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/commit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/compact.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/concat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/cond.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/conforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/countBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/create.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/curry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/curryRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/date.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/debounce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/deburr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/defaultsDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/defer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/delay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/difference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/differenceBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/differenceWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/drop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/dropRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/dropRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/dropWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/each.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/eachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/eq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/escape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/every.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/extend.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/extendWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/findIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/findKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/findLast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/findLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/findLastKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flattenDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/floor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/flowRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forInRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/forOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/_baseConvert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/_convertBrowser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/_mapping.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/_util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/add.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/after.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/all.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/allPass.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/apply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/array.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/ary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assign.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assignIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assignInWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assignWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assoc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/assocPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/at.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/attempt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/before.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/bind.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/bindAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/bindKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/camelCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/ceil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/chain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/chunk.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/clamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/clone.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/cloneDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/cloneDeepWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/cloneWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/commit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/compact.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/compose.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/concat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/cond.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/conforms.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/constant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/contains.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/convert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/countBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/create.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/curry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/curryN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/curryRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/curryRightN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/date.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/debounce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/deburr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/defaultsDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/defer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/delay.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/difference.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/differenceBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/differenceWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/dissoc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/dissocPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/drop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/dropRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/dropRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/dropWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/each.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/eachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/eq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/equals.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/escape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/every.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/extend.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/extendWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/fill.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/findIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/findKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/findLast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/findLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/findLastKey.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/first.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flatten.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flattenDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/floor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/flowRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forEach.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forEachRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forInRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forOwn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/forOwnRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/fromPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/functions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/functionsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/get.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/getOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/groupBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/gt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/gte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/has.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/hasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/head.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/identity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/inRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/includes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/indexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/init.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/initial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/intersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/intersectionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/intersectionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/invert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/invertBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/invoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/invokeMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isArguments.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isArrayLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isDate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isElement.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isEmpty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isEqualWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isError.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isFinite.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isMatchWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isNil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isNull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isObjectLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isUndefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isWeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/isWeakSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/iteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/kebabCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/keyBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/keys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/keysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lang.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/last.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lowerCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lowerFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/lte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mapKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mapObj.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mapValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/matches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/matchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/math.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/maxBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/memoize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mergeWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/method.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/methodOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/minBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/mixin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/nAry.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/negate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/next.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/noop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/now.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/nthArg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/number.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/omit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/omitAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/omitBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/once.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/orderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/over.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/overArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/overEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/overSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/padEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/padStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/parseInt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/partial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/partialRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/partition.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/path.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pathEq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pathOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pickAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pipe.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/plant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/prop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/propOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/propOr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/property.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/propertyOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/pullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/range.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/rangeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/rearg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/reduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/reduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/reject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/remove.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/replace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/rest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/result.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/round.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sample.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sampleSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/seq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/setWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/shuffle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/size.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/slice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/snakeCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/some.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/somePass.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedLastIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedLastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/split.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/spread.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/startCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/subtract.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/sumBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/tail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/take.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/takeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/takeRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/takeWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/tap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/templateSettings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/throttle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/thru.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/times.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toIterator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toJSON.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toLower.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toPairsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/toUpper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trimChars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trimCharsEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trimCharsStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trimEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/trimStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unapply.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unescape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/union.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/uniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/uniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/uniqWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/uniqueId.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unnest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unzip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/unzipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/upperCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/upperFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/useWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/value.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/valueOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/values.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/valuesIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/whereEq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/without.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperChain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperFlatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/wrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/xor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/xorBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/xorWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/zip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/zipObj.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/zipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/zipObjectDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fp/zipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/fromPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/functions.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/functionsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/get.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/groupBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/gt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/gte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/has.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/hasIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/head.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/identity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/inRange.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/includes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/indexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/initial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/intersection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/intersectionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/intersectionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/invert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/invertBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/invoke.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/invokeMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isArguments.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isArrayBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isArrayLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isArrayLikeObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isDate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isElement.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isEmpty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isEqual.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isEqualWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isError.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isFinite.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isFunction.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isMatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isMatchWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isNaN.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isNative.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isNil.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isNull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isObjectLike.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isSymbol.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isTypedArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isUndefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isWeakMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/isWeakSet.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/iteratee.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/kebabCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/keyBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/keys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/keysIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lang.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/last.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lowerCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lowerFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/lte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/mapKeys.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/mapValues.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/matches.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/matchesProperty.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/math.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/max.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/maxBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/mean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/memoize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/mergeWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/method.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/methodOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/minBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/mixin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/negate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/next.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/noop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/now.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/nthArg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/number.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/object.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/omit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/omitBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/once.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/orderBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/over.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/overArgs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/overEvery.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/overSome.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/padEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/padStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/parseInt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/partial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/partialRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/partition.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pick.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pickBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/plant.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/property.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/propertyOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pull.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pullAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pullAllBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/pullAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/random.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/range.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/rangeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/rearg.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/reduce.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/reduceRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/reject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/remove.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/replace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/rest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/result.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/round.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sample.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sampleSize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/seq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/setWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/shuffle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/size.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/slice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/snakeCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/some.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedLastIndex.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedLastIndexBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedLastIndexOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedUniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sortedUniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/split.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/spread.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/startCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/subtract.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sum.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/sumBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/tail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/take.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/takeRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/takeRightWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/takeWhile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/tap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/templateSettings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/throttle.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/thru.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/times.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toArray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toIterator.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toJSON.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toLength.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toLower.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toPairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toPairsIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toPath.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toPlainObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toSafeInteger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/toUpper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/trimEnd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/trimStart.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unescape.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/union.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unionBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unionWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/uniq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/uniqBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/uniqWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/uniqueId.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unset.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unzip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/unzipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/upperCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/upperFirst.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/value.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/valueOf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/values.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/valuesIn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/without.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperAt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperChain.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperFlatMap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperLodash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperReverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/wrapperValue.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/xor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/xorBy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/xorWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/zip.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/zipObject.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/zipObjectDeep.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/lodash/zipWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/.editorconfig +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/.eslintrc.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/CHANGELOG.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/CONTRIBUTING.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/README.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/camelize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/capitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/chars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/chop.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/classify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/clean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/cleanDiacritics.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/count.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/dasherize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/decapitalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/dedent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/dist/underscore.string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/dist/underscore.string.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/endsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/escapeHTML.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/exports.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/gulpfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/adjacent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/defaultToWhiteSpace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/escapeChars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/escapeRegExp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/htmlEntities.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/makeString.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/strRepeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/helper/toPositive.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/humanize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/include.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/insert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/isBlank.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/join.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/levenshtein.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/lines.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/lpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/lrpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/ltrim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/meteor-post.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/meteor-pre.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/naturalCmp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/numberFormat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/package.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/pad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/pred.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/prune.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/quote.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/repeat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/replaceAll.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/reverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/rpad.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/rtrim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/slugify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/splice.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/sprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/startsWith.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/strLeft.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/strLeftBack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/strRight.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/strRightBack.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/stripTags.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/succ.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/surround.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/swapCase.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/titleize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/toBoolean.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/toNumber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/toSentence.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/toSentenceSerial.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/trim.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/truncate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/underscored.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/unescapeHTML.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/unquote.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/vsprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/words.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/node_modules/underscore.string/wrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/Gruntfile-execArgv-child.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/Gruntfile-execArgv.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/Gruntfile-print-text.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/exec.cmd +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/exec.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/spawn-multibyte.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/fixtures/spawn.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt-legacy-util/test/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/CHANGELOG +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/bin/grunt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/config.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/event.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/fail.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/file.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/help.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/option.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/task.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/grunt/template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/lib/util/task.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/.bin/grunt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/.bin/rimraf +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/lib/findup-sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/common.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/glob.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/node_modules/glob/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/findup-sync/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/changelog.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/common.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/glob.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/glob/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/bin/grunt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/completion/bash +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/completion/zsh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/lib/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/lib/completion.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/lib/info.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/grunt-cli/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/Changelog.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/dbcs-codec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/dbcs-data.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/internal.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/sbcs-codec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/sbcs-data-generated.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/sbcs-data.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/big5-added.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/cp936.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/cp949.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/cp950.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/eucjp.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/gbk-added.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/tables/shiftjis.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/utf16.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/encodings/utf7.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/lib/bom-handling.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/lib/extend-node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/lib/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/lib/streams.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/iconv-lite/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/minimatch/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/minimatch/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/minimatch/minimatch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/minimatch/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/AUTHORS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/bin.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/rimraf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/test/run.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/test/setup.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/test/test-async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/node_modules/rimraf/test/test-sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/grunt/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gzip-size/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gzip-size/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gzip-size/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/gzip-size/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/README.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/bin/handlebars +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars.runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/javascript-compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/printer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/compiler/visitor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/exception.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/safe-string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/amd/handlebars/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars.runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/exception.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/safe-string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/cjs/handlebars/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.amd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.amd.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.runtime.amd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.runtime.amd.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/dist/handlebars.runtime.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars.runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/base.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/javascript-compiler.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/printer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/compiler/visitor.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/exception.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/safe-string.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/handlebars/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/lib/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/.bin/uglifyjs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/async/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/async/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/async/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/async/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/bin/uglifyjs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/compress.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/mozilla-ast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/output.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/scope.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/sourcemap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/transform.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/lib/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/arrays.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/blocks.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/conditionals.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/dead-code.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/debugger.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/drop-unused.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-105.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-12.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-143.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-22.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-44.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/issue-59.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/labels.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/loops.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/properties.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/sequences.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/switch.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/compress/typeof.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/test/run-tests.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/node_modules/uglify-js/tools/node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/release-notes.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/handlebars/runtime.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/has-ansi/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/has-ansi/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/has-ansi/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/has-ansi/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hawk/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hawk/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hawk/LICENSE @@ -2609,6 +14103,23 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hoek/test/modules/test1.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hoek/test/modules/test2.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/hoek/test/modules/test3.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/child.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/dist/ba-hooker.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/dist/ba-hooker.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/grunt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/lib/hooker.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/parent.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hooker/test/hooker_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/git-host-info.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/git-host.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/hosted-git-info/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/http-proxy/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/http-proxy/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/http-proxy/CHANGELOG.md @@ -2737,6 +14248,10 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/iconv-lite/test/main-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/iconv-lite/test/performance.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/iconv-lite/test/turkish-test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/indent-string/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/indent-string/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/indent-string/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/indent-string/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inflight/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inflight/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inflight/inflight.js @@ -2747,6 +14262,33 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inherits/inherits_browser.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inherits/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/inherits/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/.editorconfig +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/.istanbul.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-arrayish/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/.zuul.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-buffer/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-builtin-module/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-builtin-module/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-builtin-module/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-builtin-module/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-finite/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-finite/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-finite/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-finite/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-utf8/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-utf8/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-utf8/is-utf8.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/is-utf8/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isarray/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isarray/build/build.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isarray/component.json @@ -2757,6 +14299,345 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isbinaryfile/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isbinaryfile/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/isbinaryfile/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/access.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/mode.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/isexe/windows.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/collector.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/check-coverage.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/common/run-with-cover.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/cover.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/help.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/instrument.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/report.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/command/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/configuration.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/hook.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/instrumenter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/object-utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/register-plugins.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/clover.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/cobertura.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/common/defaults.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/html.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/json.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/lcov.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/lcovonly.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/none.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/teamcity.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/templates/foot.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/templates/head.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/text-summary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/report/text.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/store/fslookup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/store/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/store/memory.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/store/tmp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/factory.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/file-matcher.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/file-writer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/flow-control.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/help-formatter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/input-error.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/insertion-text.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/meta.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/tree-summarizer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/writer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/util/yui-load-hook.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/vendor/prettify.css +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/lib/vendor/prettify.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/.bin/escodegen +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/.bin/esgenerate +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/.bin/mkdirp +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/.bin/which +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/async/support/sync-package-managers.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/LICENSE.BSD +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/LICENSE.source-map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/bin/escodegen.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/bin/esgenerate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/component.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/escodegen.browser.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/escodegen.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/gulpfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/.bin/esparse +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/.bin/esvalidate +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/bin/esparse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/bin/esvalidate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/esprima.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/test/compat.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/test/reflect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/test/run.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/test/runner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/node_modules/esprima/test/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/escodegen/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/estraverse/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/estraverse/LICENSE.BSD +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/estraverse/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/estraverse/estraverse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/estraverse/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/lib/code.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/lib/keyword.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/lib/utils.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/test/code.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/esutils/test/keyword.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/example/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/dash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/default_bool.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/dotted.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/long.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/parse_modified.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/short.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/minimist/test/whitespace.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/bin/cmd.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/bin/usage.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/examples/pow.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/chmod.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/clobber.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/mkdirp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/opts_fs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/opts_fs_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/perm.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/perm_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/race.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/rel.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/return.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/return_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/umask.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/mkdirp/test/umask_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/example/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/example/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/caller.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/core.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/node-modules-paths.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/lib/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/dotdot.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/dotdot/abc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/dotdot/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/faulty_basedir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/filter_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/mock.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/mock_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/module_dir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/node_path.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/node_path/x/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/node_path/x/ccc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/node_path/y/bbb/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/node_path/y/ccc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/nonstring.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/bar/node_modules/foo/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/baz/doom.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/baz/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/baz/quux.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/biz/node_modules/garply/lib/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/biz/node_modules/garply/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/biz/node_modules/grux/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/biz/node_modules/tiv/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/cup.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/foo.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/incorrect_main/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/incorrect_main/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/mug.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/mug.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/other_path/root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/quux/foo/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/without_basedir/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/resolve/test/resolver_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/which/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/which/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/which/bin/which +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/which/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/node_modules/which/which.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/istanbul/yui-coverage-comparison.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/LICENSE.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/lib/reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/res/failed.png +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/res/passed.png +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/spec/matchers.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-growl-reporter/spec/reporter.spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/bin/jasmine-node +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/async-callback.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/autotest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/cs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/jasmine-1.3.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/requirejs-runner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/requirejs-spec-loader.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/requirejs-wrapper-template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/lib/jasmine-node/spec-collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/scripts/specs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs-coffee/RequireCsSpec.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs-coffee/RequireJsSpec.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs-coffee/requirecs.sut.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs-coffee/requirejs-setup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs/requirejs-setup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs/requirejs-wrapper-template.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs/requirejs.spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec-requirejs/requirejs.sut.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/AsyncSpec.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/CoffeeSpec.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/GrammarHelper.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/HelperSpec.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/SampleSpecs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/TestSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/TimerSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/async-callback_spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/helper_spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/litcoffee/Litcoffee.spec.litcoffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/nested.js/NestedSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/nested/NestedSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/nested/uber-nested/UberNestedSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/reporter_spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/spec/sample_helper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-node/specs.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/README.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/env.rhino.1.2.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/jasmine-html.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/jasmine.css +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/jasmine.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/jline.jar +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/ext/js.jar +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/publish.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/release.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.console_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.junit_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.nunit_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.tap_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.teamcity_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/jasmine.terminal_reporter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/src/load_reporters.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/JUnitXmlReporterSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/NUnitXmlReporterSpec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/console_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/envjs.bootstrap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/envjs.runner.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/junit_xml_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/nunit_xml_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/phantomjs-testrunner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/phantomjs.runner.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/tap_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/teamcity_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/jasmine-reporters/test/terminal_reporter.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/bin/js-yaml.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/dist/js-yaml.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/dist/js-yaml.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/common.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/dumper.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/exception.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/loader.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/mark.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema/default_full.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/schema/json.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/binary.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/bool.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/float.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/int.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/js/function.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/map.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/merge.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/null.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/omap.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/pairs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/seq.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/set.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/str.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/lib/js-yaml/type/timestamp.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/.bin/esparse +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/.bin/esvalidate +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/ChangeLog +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/LICENSE.BSD +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/bin/esparse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/bin/esvalidate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/esprima.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/node_modules/esprima/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/js-yaml/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/json-stringify-safe/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/json-stringify-safe/CHANGELOG.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/json-stringify-safe/LICENSE @@ -2770,6 +14651,14 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/keypress/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/keypress/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/keypress/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/kind-of/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/kind-of/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/kind-of/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/kind-of/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazy-cache/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazy-cache/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazy-cache/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazy-cache/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazystream/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazystream/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lazystream/LICENSE-MIT @@ -2790,6 +14679,14 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/levn/lib/parse-string.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/levn/lib/parse.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/levn/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/load-json-file/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/load-json-file/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/load-json-file/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/load-json-file/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash.assign/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash.assign/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash.assign/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash.assign/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/LICENSE.txt %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/dist/lodash.compat.js @@ -2800,6 +14697,16 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/dist/lodash.underscore.min.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/lodash.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lodash/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/longest/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/longest/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/longest/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/longest/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/api.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/loud-rejection/register.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/AUTHORS %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/LICENSE @@ -2810,6 +14717,18 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/test/basic.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/test/foreach.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/lru-cache/test/memory-leak.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/map-obj/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/map-obj/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/map-obj/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/map-obj/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/maxmin/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/maxmin/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/maxmin/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/maxmin/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/meow/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/meow/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/meow/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/meow/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/methods/History.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/methods/Readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/methods/index.js @@ -2838,6 +14757,26 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimatch/browser.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimatch/minimatch.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimatch/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/example/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/all_bool.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/bool.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/dash.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/default_bool.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/dotted.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/kv_short.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/long.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/num.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/parse_modified.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/short.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/stop_early.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/unknown.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/minimist/test/whitespace.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/mkdirp/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/mkdirp/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/mkdirp/LICENSE @@ -2881,6 +14820,7 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/CHANGELOG.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/bower_components/power-assert/.bower.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/bower_components/power-assert/MIT-LICENSE.txt %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/bower_components/power-assert/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/multi-stage-sourcemap/bower_components/power-assert/bower.json @@ -3021,11 +14961,63 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/node-uuid/test/test.html %%IDEA_HOME%%/plugins/spy-js/server/node_modules/node-uuid/test/test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/node-uuid/uuid.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/bin/nopt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/examples/my-program.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/lib/nopt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/nopt/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/AUTHORS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/extract_description.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/fixer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/make_warning.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/normalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/safe_format.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/typos.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/lib/warning_messages.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/consistency.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/dependencies.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/async.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/badscripts.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/bcrypt.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/coffee-script.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/http-server.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/movefile.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/no-description.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/node-module_exist.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/npm.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/read-package-json.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/request.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/fixtures/underscore.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/github-urls.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/mixedcase-names.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/normalize.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/scoped.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/scripts.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/strict.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/normalize-package-data/test/typo.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/number-is-nan/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/number-is-nan/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/number-is-nan/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/number-is-nan/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/oauth-sign/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/oauth-sign/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/oauth-sign/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/oauth-sign/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/oauth-sign/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/object-assign/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/object-assign/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/object-assign/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/object-assign/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/once/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/once/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/once/once.js @@ -3068,22 +15060,77 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/options/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/options/lib/options.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/options/package.json -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/LICENSE -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/README.md -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/osenv.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/package.json -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/test/unix.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/osenv/test/windows.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/os-tmpdir/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/os-tmpdir/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/os-tmpdir/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/os-tmpdir/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako_deflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako_deflate.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako_inflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/dist/pako_inflate.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/deflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/inflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/utils/common.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/utils/strings.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/adler32.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/constants.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/crc32.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/deflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/gzheader.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/inffast.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/inflate.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/inftrees.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/messages.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/trees.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/lib/zlib/zstream.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pako/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/vendor/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/parse-json/vendor/unicode.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-exists/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-exists/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-exists/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-exists/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-is-absolute/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-is-absolute/license %%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-is-absolute/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-is-absolute/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-type/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-type/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-type/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/path-type/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/History.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/Makefile %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/Readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pause/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pend/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pend/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pend/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pend/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pend/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pify/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pify/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pify/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pify/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie-promise/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie-promise/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie-promise/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie-promise/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pinkie/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pkginfo/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pkginfo/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/pkginfo/docs/docco.css @@ -3120,6 +15167,17 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/prelude-ls/lib/Str.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/prelude-ls/lib/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/prelude-ls/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pretty-bytes/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pretty-bytes/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pretty-bytes/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pretty-bytes/pretty-bytes.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/pretty-bytes/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/license.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/process-nextick-args/test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/qs/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/qs/Readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/qs/index.js @@ -3136,6 +15194,14 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/raw-body/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/raw-body/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/raw-body/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg-up/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg-up/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg-up/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg-up/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/read-pkg/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/README.md @@ -3150,6 +15216,10 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/readable.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/transform.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/readable-stream/writable.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/redent/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/redent/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/redent/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/redent/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/benches/buffer_bench.js @@ -3199,6 +15269,14 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/multi_bench.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/redis/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeat-string/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeat-string/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeat-string/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeat-string/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeating/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeating/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeating/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/repeating/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/CHANGELOG.md @@ -3212,6 +15290,10 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/lib/debug.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/lib/helpers.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/lib/optional.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/.jshintignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/.jshintrc +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/CONTRIBUTING.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/Makefile @@ -3222,8 +15304,88 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/lib/stringify.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/lib/utils.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/test/parse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/node_modules/qs/test/stringify.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/request/request.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/requirejs/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/requirejs/bin/r.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/requirejs/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/requirejs/require.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/example/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/example/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/caller.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/core.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/node-modules-paths.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/lib/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/core.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/dotdot.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/dotdot/abc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/dotdot/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/faulty_basedir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/filter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/filter_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/mock.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/mock_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/module_dir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/node_path.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/node_path/x/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/node_path/x/ccc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/node_path/y/bbb/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/node_path/y/ccc/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/nonstring.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter/deep_ref/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/alt.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/deeper/ref.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/pathfilter/deep_ref/node_modules/deep/ref.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence/aaa.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence/aaa/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence/aaa/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence/bbb.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/precedence/bbb/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/bar/node_modules/foo/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/baz/doom.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/baz/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/baz/quux.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/biz/node_modules/garply/lib/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/biz/node_modules/garply/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/biz/node_modules/grux/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/biz/node_modules/tiv/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/cup.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/foo.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/incorrect_main/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/incorrect_main/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/mug.coffee +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/mug.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/other_path/root.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/punycode/node_modules/punycode/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/quux/foo/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/without_basedir/main.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver/without_basedir/node_modules/mymodule.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/resolver_sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/subdirs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/subdirs/node_modules/a/b/c/x.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/resolve/test/subdirs/node_modules/a/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/right-align/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/right-align/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/right-align/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/right-align/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/bin.js @@ -3240,6 +15402,17 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/node_modules/minimatch/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/rimraf/rimraf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/AUTHORS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/Gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/Readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/autolint.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/buster.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/lib/samsam.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/samsam/test/samsam-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/semver/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/semver/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/semver/Makefile @@ -3264,6 +15437,76 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/send/lib/send.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/send/lib/utils.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/send/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/bench.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/sigmund.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sigmund/test/basic.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/LICENSE.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/signal-exit/signals.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/GPATH +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/GRTAGS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/GSYMS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/GTAGS +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/assert.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/behavior.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/call.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/collection.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/match.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/mock.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/sandbox.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/spy.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/stub.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/test_case.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/event.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/fake_server.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/fake_server_with_clock.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/fake_timers.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/fake_xml_http_request.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/timers_ie.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/lib/sinon/util/xhr_ie.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-1.9.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-ie-1.9.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-ie.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-server-1.9.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-timers-1.9.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon-timers-ie-1.9.1.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/pkg/sinon.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/node/run.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/resources/xhr_target.txt +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/rhino/env.rhino.1.2.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/rhino/run.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/runner.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/server-clock.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon-dist.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/assert_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/call_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/collection_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/match_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/mock_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/sandbox_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/spy_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/stub_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/test_case_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/test_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/util/event_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/util/fake_server_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/util/fake_server_with_clock_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/util/fake_timers_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon/util/fake_xml_http_request_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/sinon_test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sinon/test/timers.html %%IDEA_HOME%%/plugins/spy-js/server/node_modules/sntp/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/sntp/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/sntp/LICENSE @@ -3530,6 +15773,38 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/source-map/test/source-map/test-source-node.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/source-map/test/source-map/test-util.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/source-map/test/source-map/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-correct/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-correct/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-correct/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-correct/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-exceptions/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-exceptions/index.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-exceptions/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-expression-parse/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-expression-parse/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-expression-parse/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-expression-parse/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-expression-parse/parser.generated.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-license-ids/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-license-ids/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-license-ids/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/spdx-license-ids/spdx-license-ids.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/bower.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/demo/angular.html +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/angular-sprintf.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/angular-sprintf.min.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/sprintf.min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/sprintf.min.js.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/dist/sprintf.min.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/gruntfile.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/src/angular-sprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/src/sprintf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/sprintf-js/test/test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stream-counter/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stream-counter/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stream-counter/index.js @@ -3562,6 +15837,23 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stringstream/example.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stringstream/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/stringstream/stringstream.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-ansi/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-ansi/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-ansi/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-ansi/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-bom/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-bom/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-bom/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-bom/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-indent/cli.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-indent/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-indent/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-indent/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/strip-indent/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/supports-color/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/supports-color/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/supports-color/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/supports-color/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tar-stream/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tar-stream/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tar-stream/LICENSE @@ -3590,15 +15882,20 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/examples/grepcount.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/examples/pdfcreator.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/lib/temp.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/graceful-fs/LICENSE -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/graceful-fs/README.md -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/graceful-fs/graceful-fs.js -%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/graceful-fs/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/no_cleanup.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/no_cleanup_on_exit.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/no_cleanup_on_exit.spec.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/.bin/rimraf %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/AUTHORS %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/bin.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/rimraf.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/test/run.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/test/setup.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/test/test-async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/node_modules/rimraf/test/test-sync.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/temp/test/temp-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tinycolor/.npmignore @@ -3615,6 +15912,10 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tough-cookie/lib/pubsuffix.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tough-cookie/lib/store.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tough-cookie/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/trim-newlines/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/trim-newlines/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/trim-newlines/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/trim-newlines/readme.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tunnel-agent/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tunnel-agent/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/tunnel-agent/index.js @@ -3625,6 +15926,14 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/type-check/lib/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/type-check/lib/parse-type.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/type-check/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/example/tarray.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/readme.markdown +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/test/server/undef_globals.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/typedarray/test/tarray.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/README.html %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/README.org @@ -3733,6 +16042,13 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/tmp/uglify-hangs.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/tmp/uglify-hangs2.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-js/uglify-js.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uglify-to-browserify/test/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uid2/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uid2/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/uid2/package.json @@ -3764,6 +16080,21 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore.string/test/test_underscore/vendor/qunit.css %%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore.string/test/test_underscore/vendor/qunit.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore.string/test/underscore.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/underscore-min.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/underscore-min.map +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/underscore/underscore.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/CONTRIBUTING.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/LICENSE-WTFPL +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/uri-path/test/main.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/CHANGELOG.md @@ -3786,6 +16117,28 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/test/mocha.opts %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/test/parser.qa.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/useragent/test/parser.test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/History.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/browser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/node.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util-deprecate/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/.zuul.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/support/isBuffer.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/support/isBufferBrowser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/browser/inspect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/browser/is.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/node/debug.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/node/format.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/node/inspect.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/node/log.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/test/node/util.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/util/util.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/.travis.yml %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/CHANGELOG.md @@ -3818,6 +16171,58 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/test/random-string-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/test/require-directory-test.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/utile/test/utile-test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/validate-npm-package-license/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/validate-npm-package-license/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/validate-npm-package-license/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/validate-npm-package-license/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/.jshintignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/.npmignore +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/.travis.yml +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/CONTRIBUTING.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/async.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/find.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/find.py +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/finditsynctest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/findittest.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/fstream.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/install_test_deps.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/lsr.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/comparison/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/custom_fs.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/foo/a/b/c/w +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/foo/a/b/z +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/foo/a/y +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/foo/x +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/nested-symlink/found-me +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/symlinks/dir1/file1 +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/symlinks/dir2/file2 +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/dir/symlinks/file +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/endearly.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/ignore-during.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/ignore-first.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/ignore.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/max_depth.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/nested-symlink.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/no_recurse.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/nofailemptydir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/pauseresume.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/symlink.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/test/sync.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/walkdir/walkdir.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/bin/which +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/changelog.sh +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/which/which.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/window-size/LICENSE-MIT +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/window-size/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/window-size/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/window-size/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/wordwrap/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/wordwrap/README.markdown %%IDEA_HOME%%/plugins/spy-js/server/node_modules/wordwrap/example/center.js @@ -3838,6 +16243,13 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/README.md %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/bin/wscat %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/binding.gyp +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/Makefile +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/Release/.deps/Release/obj.target/bufferutil/src/bufferutil.o.d.raw +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/binding.Makefile +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/bufferutil.target.mk +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/config.gypi +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/gyp-mac-tool +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/build/validation.target.mk %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/index.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/lib/BufferPool.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/ws/lib/BufferUtil.fallback.js @@ -3876,6 +16288,24 @@ bin/idea %%IDEA_HOME%%/plugins/spy-js/server/node_modules/xtend/mutable.js %%IDEA_HOME%%/plugins/spy-js/server/node_modules/xtend/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/xtend/test.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/CHANGELOG.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/completion.sh.hbs +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/lib/completion.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/lib/parser.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/lib/usage.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/lib/validation.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/node_modules/camelcase/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/node_modules/camelcase/license +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/node_modules/camelcase/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/node_modules/camelcase/readme.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yargs/package.json +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yauzl/LICENSE +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yauzl/README.md +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yauzl/index.js +%%IDEA_HOME%%/plugins/spy-js/server/node_modules/yauzl/package.json %%IDEA_HOME%%/plugins/spy-js/server/node_modules/zeparser/.npmignore %%IDEA_HOME%%/plugins/spy-js/server/node_modules/zeparser/LICENSE %%IDEA_HOME%%/plugins/spy-js/server/node_modules/zeparser/README @@ -3924,13 +16354,9 @@ bin/idea %%IDEA_HOME%%/plugins/svn4idea/lib/resources_en.jar %%IDEA_HOME%%/plugins/svn4idea/lib/sequence-library.jar %%IDEA_HOME%%/plugins/svn4idea/lib/sqljet.jar -%%IDEA_HOME%%/plugins/svn4idea/lib/sqljetsrc.zip %%IDEA_HOME%%/plugins/svn4idea/lib/svn4idea.jar %%IDEA_HOME%%/plugins/svn4idea/lib/svnkit-javahl.jar -%%IDEA_HOME%%/plugins/svn4idea/lib/svnkit-javahl16.zip %%IDEA_HOME%%/plugins/svn4idea/lib/svnkit.jar -%%IDEA_HOME%%/plugins/svn4idea/lib/trilead.jar -%%IDEA_HOME%%/plugins/svn4idea/lib/trileadsrc.zip %%IDEA_HOME%%/plugins/tasks-time-tracking/lib/tasks-time-tracking.jar %%IDEA_HOME%%/plugins/tasks/lib/axis-1.4.jar %%IDEA_HOME%%/plugins/tasks/lib/axis-jaxrpc-1.4.jar @@ -3943,8 +16369,9 @@ bin/idea %%IDEA_HOME%%/plugins/tasks/lib/tasks-core.jar %%IDEA_HOME%%/plugins/tasks/lib/tasks-java.jar %%IDEA_HOME%%/plugins/tasks/lib/wsdl4j-1.4.jar -%%IDEA_HOME%%/plugins/terminal/lib/jediterm-pty-2.2.jar -%%IDEA_HOME%%/plugins/terminal/lib/jediterm.in +%%IDEA_HOME%%/plugins/terminal/.zshrc +%%IDEA_HOME%%/plugins/terminal/fish/config.fish +%%IDEA_HOME%%/plugins/terminal/jediterm-bash.in %%IDEA_HOME%%/plugins/terminal/lib/resources_en.jar %%IDEA_HOME%%/plugins/terminal/lib/terminal.jar %%IDEA_HOME%%/plugins/testng/lib/jcommander.jar @@ -3985,6 +16412,10 @@ bin/idea %%IDEA_HOME%%/plugins/tfsIntegration/lib/wstx-asl-3.2.4.jar %%IDEA_HOME%%/plugins/thymeleaf/lib/resources_en.jar %%IDEA_HOME%%/plugins/thymeleaf/lib/thymeleaf-support.jar +%%IDEA_HOME%%/plugins/tslint/lib/resources_en.jar +%%IDEA_HOME%%/plugins/tslint/lib/tslint.jar +%%IDEA_HOME%%/plugins/tslint/tslintLanguageService/tslint-plugin-provider.js +%%IDEA_HOME%%/plugins/tslint/tslintLanguageService/tslint-plugin.js %%IDEA_HOME%%/plugins/uiDesigner/lib/jps/ui-designer-jps-plugin.jar %%IDEA_HOME%%/plugins/uiDesigner/lib/resources_en.jar %%IDEA_HOME%%/plugins/uiDesigner/lib/uiDesigner.jar @@ -3995,12 +16426,14 @@ bin/idea %%IDEA_HOME%%/plugins/vaadin/lib/vaadin.jar %%IDEA_HOME%%/plugins/w3validators/lib/jigsaw-2.2.6.jar %%IDEA_HOME%%/plugins/w3validators/lib/resources_en.jar -%%IDEA_HOME%%/plugins/w3validators/lib/tagsoup-1.2.jar +%%IDEA_HOME%%/plugins/w3validators/lib/tagsoup-1.2.1.jar %%IDEA_HOME%%/plugins/w3validators/lib/w3-css-validator.jar %%IDEA_HOME%%/plugins/w3validators/lib/w3validators.jar +%%IDEA_HOME%%/plugins/webDeployment/lib/commons-lang-2.6.jar %%IDEA_HOME%%/plugins/webDeployment/lib/commons-vfs2-2.1-SNAPSHOT.jar %%IDEA_HOME%%/plugins/webDeployment/lib/resources_en.jar %%IDEA_HOME%%/plugins/webDeployment/lib/webDeployment.jar +%%IDEA_HOME%%/plugins/webSphereIntegration/lib/jps/webSphere-jps-plugin.jar %%IDEA_HOME%%/plugins/webSphereIntegration/lib/specifics/webSphereClientImpl.jar %%IDEA_HOME%%/plugins/webSphereIntegration/lib/webSphereIntegration.jar %%IDEA_HOME%%/plugins/weblogicIntegration/lib/jps/weblogic-jps-plugin.jar diff --git a/java/intellij/Makefile b/java/intellij/Makefile index cd1489932b6..7813ca50784 100644 --- a/java/intellij/Makefile +++ b/java/intellij/Makefile @@ -5,7 +5,7 @@ # Vadim Zhukov PORTNAME= intellij -PORTVERSION= 2017.3 +PORTVERSION= 2017.3.1 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -28,7 +28,7 @@ NO_ARCH= yes NO_BUILD= yes INSTALL_TARGET= install-strip -WRKSRC= ${WRKDIR}/idea-IC-173.3727.127 +WRKSRC= ${WRKDIR}/idea-IC-173.3942.27 .include "common.mk" diff --git a/java/intellij/distinfo b/java/intellij/distinfo index 9cb06b144c1..c8e206b75a1 100644 --- a/java/intellij/distinfo +++ b/java/intellij/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512077415 -SHA256 (ideaIC-2017.3-no-jdk.tar.gz) = b1de839a03cb875f6b49bcd361c107c3c2659285cf15b9824c106f3b93d23928 -SIZE (ideaIC-2017.3-no-jdk.tar.gz) = 383087035 +TIMESTAMP = 1513246744 +SHA256 (ideaIC-2017.3.1-no-jdk.tar.gz) = 961a880a720f7c3d99bd8eea3450a20b76bd275a8a68827198c78cbcff7e9e84 +SIZE (ideaIC-2017.3.1-no-jdk.tar.gz) = 383147065 diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile index 12d1b2b26bb..f59e1f50e91 100644 --- a/lang/erlang-runtime20/Makefile +++ b/lang/erlang-runtime20/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 20.2 +PORTVERSION= 20.2.1 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -19,7 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni -PATCHFILES= +PATCHFILES= patch-otp-20.2.1 MAINTAINER= olgeni@FreeBSD.org COMMENT= Functional programming language from Ericsson @@ -70,7 +70,7 @@ USE_PERL5= build GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -APP_UPGRADE= +APP_UPGRADE= lib/ssh 4.6.3 4.6.4 .include diff --git a/lang/erlang-runtime20/distinfo b/lang/erlang-runtime20/distinfo index 798d01721f3..189de5585ba 100644 --- a/lang/erlang-runtime20/distinfo +++ b/lang/erlang-runtime20/distinfo @@ -1,9 +1,11 @@ -TIMESTAMP = 1513163813 +TIMESTAMP = 1513348145 SHA256 (erlang/otp_src_20.2.tar.gz) = 24d9895e84b800bf0145d6b3042c2f2087eb31780a4a45565206844b41eb8f23 SIZE (erlang/otp_src_20.2.tar.gz) = 87136848 SHA256 (erlang/otp_doc_man_20.2.tar.gz) = 950e088f9e47fc10a98e3f67d6420a990650836c648686a2f5dafe331747cbdf SIZE (erlang/otp_doc_man_20.2.tar.gz) = 1337652 -SHA256 (erlang/preloaded-20.2.tar.gz) = 2415b8f15bc3b58b4ecc56fd8446a08ef9e91d5b6ce992be86b6c988fab90176 -SIZE (erlang/preloaded-20.2.tar.gz) = 335076 +SHA256 (erlang/preloaded-20.2.1.tar.gz) = 62d30a31ea8e61586c93d4229b7836bce977807adc431e4298c05f37e1ae0667 +SIZE (erlang/preloaded-20.2.1.tar.gz) = 335076 SHA256 (erlang/otp_doc_html_20.2.tar.gz) = 7f5e7d4cd0c58e15d7d29231931c2a710f7f5fdfcb0ff8edb8142969520c4256 SIZE (erlang/otp_doc_html_20.2.tar.gz) = 33570484 +SHA256 (erlang/patch-otp-20.2.1) = 9623138f41f101ca8ae214d253bf8800c1beb837c6416bd5492b45d8a493b556 +SIZE (erlang/patch-otp-20.2.1) = 7734 diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index d3a2d66f4cd..a189a3e383b 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.4.1.s20171206 +PORTVERSION= 6.4.1.s20171213 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc6-devel/distinfo b/lang/gcc6-devel/distinfo index a665403bf66..5f48b18d9d5 100644 --- a/lang/gcc6-devel/distinfo +++ b/lang/gcc6-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512649924 -SHA256 (gcc-6-20171206.tar.xz) = d0a766414329660b4a46277deaa60ff3a467c808d1f644c05ecc7089bc7f003f -SIZE (gcc-6-20171206.tar.xz) = 72612796 +TIMESTAMP = 1513283168 +SHA256 (gcc-6-20171213.tar.xz) = 490cb40e2826acd7233fca3b51d8ed5949205fb3f8744017c1a633585c03ed15 +SIZE (gcc-6-20171213.tar.xz) = 72606832 diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 7d804ead06c..0529b72292c 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -18,7 +18,7 @@ LICENSE_NAME_QPL10= Q Public License, Version 1.0 LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -BROKEN_aarch64= Does not build: No rule to make target aarch64.o, needed by libasmrun.a +BROKEN_aarch64= Does not build: sh: as: not found BROKEN_armv7= Does not build: hasgot.c: undefined reference to `tgetent' BROKEN_powerpc64= Does not build: error: too few arguments to function gethostbyname_r BROKEN_sparc64= ocamlc.opt seg-faults, please try to fix @@ -99,10 +99,7 @@ CONFIGURE_ARGS+=-no-graph .include .include "${FILESDIR}/manfiles" -OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:C/armv.*/arm/} - -.if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64} - +.if defined(NO_PROFILE) || ${ARCH:Mpowerpc} || ${ARCH:Mamd64} PLIST_SUB+= PROF="@comment " .else PLIST_SUB+= PROF="" @@ -119,6 +116,7 @@ post-extract: .endif post-patch: +# Don't hardcode GCC for depend target @${REINPLACE_CMD} \ -e '\|MKLIB=|s|ar rc|${AR} rc|' \ -e '\|RANLIB|s|ranlib|${RANLIB}|' \ @@ -127,7 +125,11 @@ post-patch: -e '\|mksharedlib=|s|$$bytecc|& $$bytecclinkopts|' \ -e 's|-lbfd -ldl|-lbfd $$dllib|' \ ${WRKSRC}/configure -# don't hardcode gcc for depend target + @${REINPLACE_CMD} -e 's,$$(ARCH),$$(SYSTEM_ARCH),' \ + ${WRKSRC}/Makefile ${WRKSRC}/asmrun/Makefile \ + ${WRKSRC}/otherlibs/systhreads/Makefile \ + ${WRKSRC}/testsuite/makefiles/Makefile.common \ + ${WRKSRC}/testsuite/tests/asmcomp/Makefile post-configure: # CFLAGS safeness @@ -141,7 +143,6 @@ post-configure: # user's umask(1) @${FIND} ${WRKDIR} -type f -name Makefile -print0 | \ ${XARGS} -0 -n 5 -x ${REINPLACE_CMD} -E \ - -e 's,\$$\(ARCH\),${OCAML_ARCH},g' \ -e 's,^(${PATTERN}+.*INSTALLDIR),\1\$${BSD_INSTALL_DATA} \4,' \ -e 's,^(${PATTERN}+.*BINDIR),\1\$${BSD_INSTALL_PROGRAM} \4,' \ -e 's,^(${PATTERN}+.*LIBDIR),\1\$${BSD_INSTALL_DATA} \4,' \ diff --git a/lang/ocaml/files/patch-configure b/lang/ocaml/files/patch-configure index e0295b61bd8..2acbd72edde 100644 --- a/lang/ocaml/files/patch-configure +++ b/lang/ocaml/files/patch-configure @@ -80,7 +80,15 @@ i[3456]86-*-freebsd*) natdynlink=true;; x86_64-*-freebsd*) natdynlink=true;; i[3456]86-*-openbsd*) natdynlink=true;; -@@ -844,6 +846,7 @@ case "$target" in +@@ -804,6 +806,7 @@ if test $with_sharedlibs = "yes"; then + arm*-*-linux*) natdynlink=true;; + arm*-*-freebsd*) natdynlink=true;; + aarch64-*-linux*) natdynlink=true;; ++ aarch64-*-freebsd*) natdynlink=true;; + esac + fi + +@@ -844,6 +847,7 @@ case "$target" in i[3456]86-*-gnu*) arch=i386; system=gnu;; i[3456]86-*-mingw*) arch=i386; system=mingw;; powerpc*-*-linux*) arch=power; model=ppc; system=elf;; @@ -88,7 +96,7 @@ powerpc-*-netbsd*) arch=power; model=ppc; system=elf;; powerpc-*-openbsd*) arch=power; model=ppc; system=bsd_elf;; powerpc-*-rhapsody*) arch=power; model=ppc; system=rhapsody;; -@@ -862,6 +865,7 @@ case "$target" in +@@ -862,12 +866,14 @@ case "$target" in zaurus*-*-openbsd*) arch=arm; system=bsd;; x86_64-*-linux*) arch=amd64; system=linux;; x86_64-*-gnu*) arch=amd64; system=gnu;; @@ -96,7 +104,14 @@ x86_64-*-freebsd*) arch=amd64; system=freebsd;; x86_64-*-netbsd*) arch=amd64; system=netbsd;; x86_64-*-openbsd*) arch=amd64; system=openbsd;; -@@ -889,7 +893,7 @@ else + x86_64-*-darwin*) arch=amd64; system=macosx;; + x86_64-*-mingw*) arch=amd64; system=mingw;; + aarch64-*-linux*) arch=arm64; system=linux;; ++ aarch64-*-freebsd*) arch=arm64; system=freebsd;; + x86_64-*-cygwin*) arch=amd64; system=cygwin;; + esac + +@@ -889,7 +895,7 @@ else fi nativecccompopts='' @@ -105,7 +120,7 @@ # FIXME the naming of nativecclinkopts is broken: these are options for # ld (for shared libs), not for cc nativeccrpath="$byteccrpath" -@@ -932,6 +936,8 @@ case "$arch,$system" in +@@ -932,6 +938,8 @@ case "$arch,$system" in esac;; arm,freebsd) as="${TOOLPREF}cc -c" aspp="${TOOLPREF}cc -c";; @@ -114,7 +129,7 @@ *,freebsd) as="${TOOLPREF}as" aspp="${TOOLPREF}cc -c";; amd64,*|arm,*|arm64,*|i386,*|power,bsd*|sparc,*) -@@ -955,9 +961,11 @@ case "$arch,$system" in +@@ -955,9 +963,11 @@ case "$arch,$system" in case "$nativecc" in gcc*) ;; *) cc_profile='-xpg';; esac;; amd64,linux) profiling='prof';; amd64,openbsd) profiling='prof';; @@ -126,7 +141,7 @@ arm,linux*) profiling='prof';; power,elf) profiling='prof';; power,bsd*) profiling='prof';; -@@ -1415,6 +1423,8 @@ if test "$pthread_wanted" = "yes"; then +@@ -1415,6 +1425,8 @@ if test "$pthread_wanted" = "yes"; then case "$target" in *-*-solaris*) pthread_link="-lpthread -lposix4" pthread_caml_link="-cclib -lpthread -cclib -lposix4";; @@ -135,7 +150,7 @@ *-*-freebsd*) pthread_link="-pthread" pthread_caml_link="-cclib -pthread";; *-*-openbsd*) pthread_link="-pthread" -@@ -1431,7 +1441,7 @@ if test "$pthread_wanted" = "yes"; then +@@ -1431,7 +1443,7 @@ if test "$pthread_wanted" = "yes"; then bytecccompopts="$bytecccompopts -D_REENTRANT" nativecccompopts="$nativecccompopts -D_REENTRANT" case "$target" in @@ -144,7 +159,7 @@ bytecccompopts="$bytecccompopts -D_THREAD_SAFE" nativecccompopts="$nativecccompopts -D_THREAD_SAFE";; *-*-openbsd*) -@@ -1601,6 +1611,7 @@ if test "$x11_include" = "not found"; th +@@ -1601,6 +1613,7 @@ if test "$x11_include" = "not found"; then else x11_libs="-L$dir" case "$target" in @@ -152,7 +167,7 @@ *-kfreebsd*-gnu) x11_link="-L$dir -lX11";; *-*-*bsd*) x11_link="-R$dir -L$dir -lX11";; *) x11_link="-L$dir -lX11";; -@@ -1644,10 +1655,10 @@ echo "X11_LINK=$x11_link" >> Makefile +@@ -1644,10 +1657,10 @@ echo "X11_LINK=$x11_link" >> Makefile # Look for BFD library if sh ./hasgot -DPACKAGE=ocaml -i bfd.h && \ @@ -165,7 +180,7 @@ else wrn "BFD library not found, 'objinfo' will be unable to display info on .cmxs files." echo "LIBBFD_LINK=" >> Makefile -@@ -1686,12 +1697,6 @@ if $no_naked_pointers; then +@@ -1686,12 +1699,6 @@ if $no_naked_pointers; then echo "#define NO_NAKED_POINTERS" >> m.h fi @@ -178,3 +193,12 @@ # Final twiddling of compiler options to work around known bugs nativeccprofopts="$nativecccompopts" +@@ -1723,7 +1730,7 @@ SYSLIB=-l\$(1) + MKLIB=${TOOLPREF}ar rc \$(1) \$(2); ${TOOLPREF}ranlib \$(1) + #ml let mklib out files opts = Printf.sprintf "${TOOLPREF}ar rc %s %s %s; ${TOOLPREF}ranlib %s" out opts files out;; + EOF +-echo "ARCH=$arch" >> Makefile ++echo "SYSTEM_ARCH=$arch" >> Makefile + echo "MODEL=$model" >> Makefile + echo "SYSTEM=$system" >> Makefile + echo "NATIVECC=$nativecc" >> Makefile diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index 1f78d5de75a..84335123fe8 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -86,7 +86,7 @@ _SUF1= _${PORTREVISION} .endif .if ${OPSYS} == "FreeBSD" -.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == "amd64" || ${ARCH} == "i386") +.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == amd64 || ${ARCH} == i386) CONFIGURE_ARGS+= --enable-dtrace .else CONFIGURE_ARGS+= --disable-dtrace @@ -94,15 +94,15 @@ CONFIGURE_ARGS+= --disable-dtrace .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == "amd64" || ${ARCH} == "i386") +.if (${ARCH} == amd64 || ${ARCH} == i386) LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if ${ARCH} == "powerpc64" +.if ${ARCH} == powerpc64 USE_GCC= yes .endif -.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" +.if ${ARCH} == armv6 || ${ARCH} == armv7 CONFIGURE_ARGS+= --with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes .endif diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index 1231be0fcb9..6753540b407 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -90,7 +90,7 @@ _SUF2= ,${PORTEPOCH} .endif .if ${OPSYS} == "FreeBSD" -.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == "amd64" || ${ARCH} == "i386") +.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == amd64 || ${ARCH} == i386) CONFIGURE_ARGS+=--enable-dtrace .else CONFIGURE_ARGS+=--disable-dtrace @@ -98,15 +98,15 @@ CONFIGURE_ARGS+=--disable-dtrace .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == "amd64" || ${ARCH} == "i386") +.if (${ARCH} == amd64 || ${ARCH} == i386) LIB_DEPENDS+= libunwind.so:devel/libunwind .endif -.if ${ARCH} == "powerpc64" +.if ${ARCH} == powerpc64 USE_GCC= yes .endif -.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" +.if ${ARCH} == armv6 || ${ARCH} == armv7 CONFIGURE_ARGS+=--with-setjmp-type=_setjmp CONFIGURE_ENV+= ac_cv_func__setjmp=yes .endif diff --git a/math/sc-im/Makefile b/math/sc-im/Makefile index c19384f9a3d..c68584413fb 100644 --- a/math/sc-im/Makefile +++ b/math/sc-im/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sc-im -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -15,7 +14,7 @@ LIB_DEPENDS= libxlsreader.so:math/libxls \ libzip.so:archivers/libzip \ libxlsxwriter.so:math/libxlsxwriter -USES= gmake pkgconfig lua:51 +USES= gmake pkgconfig lua:51 ncurses USE_GITHUB= yes GH_ACCOUNT= andmarti1424 USE_GNOME= libxml2 @@ -26,10 +25,6 @@ LIBS+= -lxlsreader -lxlsxwriter MAKE_ENV+= LDLIBS="${LIBS}" MAKE_ARGS+= CC="${CC}" prefix="${PREFIX}" MANDIR="${MANPREFIX}/man/man1" -PLIST_FILES= bin/scim \ - man/man1/scim.1.gz \ - share/scim/scim_help - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/scim diff --git a/math/sc-im/distinfo b/math/sc-im/distinfo index 774baca99aa..e7df2f942c3 100644 --- a/math/sc-im/distinfo +++ b/math/sc-im/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492677830 -SHA256 (andmarti1424-sc-im-v0.6.0_GH0.tar.gz) = 5da644d380ab3752de283b83cce18c3ba12b068d0762c44193c34367a0dcbc38 -SIZE (andmarti1424-sc-im-v0.6.0_GH0.tar.gz) = 903846 +TIMESTAMP = 1513334880 +SHA256 (andmarti1424-sc-im-v0.7.0_GH0.tar.gz) = 87225918cb6f52bbc068ee6b12eaf176c7c55ba9739b29ca08cb9b6699141cad +SIZE (andmarti1424-sc-im-v0.7.0_GH0.tar.gz) = 1109887 diff --git a/math/sc-im/files/patch-Makefile b/math/sc-im/files/patch-Makefile deleted file mode 100644 index ff5e326552b..00000000000 --- a/math/sc-im/files/patch-Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig 2017-04-20 00:14:03 UTC -+++ Makefile -@@ -69,12 +69,10 @@ LDLIBS += -lxlsxwriter - endif - - # NOTE: lua support --ifneq ($(shell pkg-config --exists lua51 || echo 'no'),no) --CFLAGS += -DXLUA $(shell pkg-config --cflags lua51) --LDLIBS += $(shell pkg-config --libs lua51) -Wl,--export-dynamic -+ifneq ($(shell pkg-config --exists lua-5.1 || echo 'no'),no) -+CFLAGS += -DXLUA $(shell pkg-config --cflags lua-5.1) -+LDLIBS += $(shell pkg-config --libs lua-5.1) -Wl,--export-dynamic - endif --# dynamic linking --LDLIBS += -ldl - - - OBJS = $(patsubst %.c, %.o, $(wildcard *.c) $(wildcard utils/*.c)) gram.o -@@ -88,13 +86,13 @@ install : - install $(name) $(DESTDIR)$(prefix)/bin/$(name) - install -d $(DESTDIR)$(HELPDIR) - install doc $(DESTDIR)$(HELPDIR)/$(name)_help -- install -d $(DESTDIR)$(prefix)/share/man/man1 -- install -m 644 sc-im.1 $(DESTDIR)$(prefix)/share/man/man1/$(name).1 -+ install -d $(DESTDIR)$(MANDIR) -+ install -m 644 sc-im.1 $(DESTDIR)$(MANDIR)/$(name).1 - - uninstall : - -rm $(DESTDIR)$(prefix)/bin/$(name) - -rm $(DESTDIR)$(HELPDIR)/$(name)_help -- -rm $(DESTDIR)$(prefix)/share/man/man1/$(name).1 -+ -rm $(DESTDIR)$(prefix)$(MANDIR)/$(name).1 - - $(name) : $(OBJS) - $(CC) $(LDFLAGS) $^ -o $@ $(LDLIBS) diff --git a/math/sc-im/pkg-plist b/math/sc-im/pkg-plist new file mode 100644 index 00000000000..7391d531af2 --- /dev/null +++ b/math/sc-im/pkg-plist @@ -0,0 +1,7 @@ +bin/scim +man/man1/scim.1.gz +share/scim/plot_bar +share/scim/plot_line +share/scim/plot_pie +share/scim/plot_scatter +share/scim/scim_help diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index d9b12572dfa..594bec3b7a1 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -41,13 +41,15 @@ PRPL_MODULES= CPE_VENDOR= pidgin -OPTIONS_DEFINE= BONJOUR DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK +OPTIONS_DEFINE= DBUS GNUTLS NSS SASL GSTREAMER VV IDN PERL TCLTK OPTIONS_GROUP= PROTOCOLS -OPTIONS_GROUP_PROTOCOLS=GG SAMETIME SILC IRC JABBER \ +OPTIONS_RADIO= TLS +OPTIONS_RADIO_TLS= NSS GNUTLS +OPTIONS_GROUP_PROTOCOLS=BONJOUR GG SAMETIME SILC IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR OPTIONS_DEFAULT= BONJOUR DBUS NSS GSTREAMER VV IDN GG IRC JABBER \ NOVELL OSCAR QQ SIMPLE ZEPHYR -BONJOUR_DESC= mDNS support +BONJOUR_DESC= mDNS support and Bonjour protocol GNUTLS_DESC= Use GNUTLS for encryption support NSS_DESC= Use Mozilla NSS for encryption support SASL_DESC= Cyrus SASL support (for jabberd) diff --git a/sysutils/acpica-tools/Makefile b/sysutils/acpica-tools/Makefile index 3d46a3cfcfc..9d8a1f1fb4e 100644 --- a/sysutils/acpica-tools/Makefile +++ b/sysutils/acpica-tools/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= acpica -PORTVERSION= 20171110 +PORTVERSION= 20171214 CATEGORIES= sysutils devel MASTER_SITES= https://acpica.org/sites/acpica/files/ \ LOCAL/jkim diff --git a/sysutils/acpica-tools/distinfo b/sysutils/acpica-tools/distinfo index eed2a47694b..301494a5109 100644 --- a/sysutils/acpica-tools/distinfo +++ b/sysutils/acpica-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510335467 -SHA256 (acpica-unix-20171110.tar.gz) = 56ac1f870db698fc46f9be0698abe6f4b5bf189bfb12cf982302c0a8f920856a -SIZE (acpica-unix-20171110.tar.gz) = 1767952 +TIMESTAMP = 1513288988 +SHA256 (acpica-unix-20171214.tar.gz) = 8a0c06c2d0528ed192608e60faebbb287c1e78f840dc746b784190aa901ef755 +SIZE (acpica-unix-20171214.tar.gz) = 1769044 diff --git a/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l b/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l deleted file mode 100644 index 9fa34be0cb3..00000000000 --- a/sysutils/acpica-tools/files/patch-source_compiler_aslsupport.l +++ /dev/null @@ -1,23 +0,0 @@ ---- source/compiler/aslsupport.l.orig 2017-11-10 16:05:28 UTC -+++ source/compiler/aslsupport.l -@@ -525,7 +525,7 @@ static void - count ( - int Type) - { -- int i; -+ char *p; - - - switch (Type) -@@ -547,9 +547,9 @@ count ( - break; - } - -- for (i = 0; (yytext[i] != 0) && (yytext[i] != EOF); i++) -+ for (p = yytext; *p != '\0'; p++) - { -- AslInsertLineBuffer (yytext[i]); -+ AslInsertLineBuffer (*p); - *Gbl_LineBufPtr = 0; - } - } diff --git a/sysutils/aptly/Makefile b/sysutils/aptly/Makefile index 65cb9918ce5..17964746d39 100644 --- a/sysutils/aptly/Makefile +++ b/sysutils/aptly/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aptly -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX=v CATEGORIES= sysutils diff --git a/sysutils/aptly/distinfo b/sysutils/aptly/distinfo index 4bddbe086e7..af0173241a2 100644 --- a/sysutils/aptly/distinfo +++ b/sysutils/aptly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503643522 -SHA256 (smira-aptly-v1.1.1_GH0.tar.gz) = 92aa5caa12d756cb7469fa5772a03d7631b73d655b7329408a4d597ee8fb0ba4 -SIZE (smira-aptly-v1.1.1_GH0.tar.gz) = 18403464 +TIMESTAMP = 1513350256 +SHA256 (smira-aptly-v1.2.0_GH0.tar.gz) = e41ee52ba530b65ff5ec8b1ef3ee9c61882d1c44857d343b9a760e8a8e4230d7 +SIZE (smira-aptly-v1.2.0_GH0.tar.gz) = 19796531 diff --git a/sysutils/synergy/Makefile b/sysutils/synergy/Makefile index c4e264d8f6d..b050694dbda 100644 --- a/sysutils/synergy/Makefile +++ b/sysutils/synergy/Makefile @@ -20,6 +20,7 @@ CPE_VENDOR= synergy-foss USE_XORG= ice xtst x11 sm xext xinerama xrandr xi USE_GITHUB= yes GH_ACCOUNT= symless +GH_PROJECT= synergy-core CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/sysutils/synergy/distinfo b/sysutils/synergy/distinfo index ecfa8ba9eea..7cc43a8e3fd 100644 --- a/sysutils/synergy/distinfo +++ b/sysutils/synergy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1503033214 -SHA256 (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 85c388f93881d741981ce3c675e840a52a76883cb2cea1da306c0c453c5d7d9b -SIZE (symless-synergy-v1.8.8-stable_GH0.tar.gz) = 13498599 +TIMESTAMP = 1511905795 +SHA256 (symless-synergy-core-v1.8.8-stable_GH0.tar.gz) = 9ee45aabf9f77925bfab6248e713ae5d9e6bfe6bc246e4a0a6304dc6a30f5f14 +SIZE (symless-synergy-core-v1.8.8-stable_GH0.tar.gz) = 13498827 diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 59b409ab967..0f5aa5769cb 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.13.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa @@ -524,7 +524,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_eval} .endif .if ${PORT_OPTIONS:MHTTP_FANCYINDEX} -NGINX_FANCYINDEX_VERSION= 0.4.1 +NGINX_FANCYINDEX_VERSION= 0.4.2 GH_ACCOUNT+= aperezdc:fancyindex GH_PROJECT+= ngx-fancyindex:fancyindex GH_TAGNAME+= v${NGINX_FANCYINDEX_VERSION}:fancyindex diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index f101878d52a..fda28a3e3cb 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1512445126 +TIMESTAMP = 1513298617 SHA256 (nginx-1.13.7.tar.gz) = beb732bc7da80948c43fd0bf94940a21a21b1c1ddfba0bd99a4b88e026220f5c SIZE (nginx-1.13.7.tar.gz) = 990836 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -47,8 +47,8 @@ SHA256 (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = d428a0236c933779cb40ac8c9 SIZE (arut-nginx-dav-ext-module-v0.0.3_GH0.tar.gz) = 6260 SHA256 (openresty-nginx-eval-module-342c812_GH0.tar.gz) = c45f6438474593f0cf5229160327d20c2f2d72e9c0b5c8cf9e0ef8d5295de177 SIZE (openresty-nginx-eval-module-342c812_GH0.tar.gz) = 14183 -SHA256 (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 2b00d8e0ad2a67152a9cee7b7ee67990c742d501412df912baaf1eee9bb6dc71 -SIZE (aperezdc-ngx-fancyindex-v0.4.1_GH0.tar.gz) = 21130 +SHA256 (aperezdc-ngx-fancyindex-v0.4.2_GH0.tar.gz) = 8327150864ca267b735d550d3304030efbbd863fdddfe0a94e970f249a8827ee +SIZE (aperezdc-ngx-fancyindex-v0.4.2_GH0.tar.gz) = 22047 SHA256 (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3493b54460c59370f9f60c6e662862752f1920fc6e684f7a66bb2b3260692813 SIZE (alibaba-nginx-http-footer-filter-1.2.2_GH0.tar.gz) = 3934 SHA256 (leev-ngx_http_geoip2_module-2.0_GH0.tar.gz) = ebb4652c4f9a2e1ee31fddefc4c93ff78e651a4b2727d3453d026bccbd708d99 diff --git a/www/nginx-devel/pkg-plist b/www/nginx-devel/pkg-plist index f7e44688f12..5f8800d2ace 100644 --- a/www/nginx-devel/pkg-plist +++ b/www/nginx-devel/pkg-plist @@ -6,13 +6,13 @@ %%ETCDIR%%/win-utf @sample %%ETCDIR%%/mime.types-dist %%ETCDIR%%/mime.types @sample %%ETCDIR%%/nginx.conf-dist %%ETCDIR%%/nginx.conf -%%WWWDATA%%@exec mkdir -p -m 755 %D/www/nginx-dist -%%WWWDATA%%@exec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi +%%WWWDATA%%@postexec mkdir -p -m 755 %D/www/nginx-dist +%%WWWDATA%%@postexec if [ ! -d %D/www/nginx/ ] ; then ln -fs %D/www/nginx-dist %D/www/nginx; fi %%WWWDATA%%www/nginx-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING %%WWWDATA%%www/nginx-dist/index.html %%WWWDATA%%www/nginx-dist/50x.html -%%WWWDATA%%@exec chmod a-w %D/www/nginx-dist -%%WWWDATA%%@unexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi +%%WWWDATA%%@postexec chmod a-w %D/www/nginx-dist +%%WWWDATA%%@postunexec if [ -L %D/www/nginx ]; then rm -f %D/www/nginx; fi sbin/nginx @dir %%NGINX_TMPDIR%% @dir %%NGINX_LOGDIR%% diff --git a/www/stagit/Makefile b/www/stagit/Makefile index b9d3b7e631c..efcbd168e97 100644 --- a/www/stagit/Makefile +++ b/www/stagit/Makefile @@ -21,6 +21,8 @@ MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS} -lgit2" +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} '/strlcat\.o/d; /strlcpy\.o/d' ${WRKSRC}/Makefile @@ -28,7 +30,11 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 ${STAGEDIR}${PREFIX}/man/man1 + +do-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: .for f in example_create.sh example_post-receive.sh favicon.png logo.png style.css ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor