]> git.ipfire.org Git - thirdparty/bacula.git/commit
baculum: Move all external dependencies to vendor directory
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 31 Oct 2021 11:30:25 +0000 (12:30 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:26 +0000 (09:03 +0100)
commita4f41ba1e3bd67eef0554d6d2e0fd2a1159604b1
tree4cfc29371cf4aee04f58ca55a10e2a115b0e1145
parent2edfb986fdc93a26c0303e29b3da2d9f04e98f57
baculum: Move all external dependencies to vendor directory

Changes:
 - Move framework to protected/vendor directory
 - Implement PSR-4 autoloader for PRADO framework
 - Update dependencies to latest versions
 - Create BStyleSheet control
 - Update paths in LICENSE file
 - Adapt Makefile to new paths
 - Update web server config files
 - Update files to build deb and rpm packages
2427 files changed:
gui/baculum/LICENSE
gui/baculum/Makefile
gui/baculum/debian/baculum-common.dirs
gui/baculum/debian/baculum-common.install
gui/baculum/debian/copyright
gui/baculum/examples/deb-template/baculum-api-apache.conf
gui/baculum/examples/deb-template/baculum-api-lighttpd.conf
gui/baculum/examples/deb-template/baculum-web-apache.conf
gui/baculum/examples/deb-template/baculum-web-lighttpd.conf
gui/baculum/examples/deb/baculum-api-apache.conf
gui/baculum/examples/deb/baculum-api-lighttpd.conf
gui/baculum/examples/deb/baculum-web-apache.conf
gui/baculum/examples/deb/baculum-web-lighttpd.conf
gui/baculum/examples/rpm-template/baculum-api-apache.conf
gui/baculum/examples/rpm-template/baculum-api-lighttpd.conf
gui/baculum/examples/rpm-template/baculum-web-apache.conf
gui/baculum/examples/rpm-template/baculum-web-lighttpd.conf
gui/baculum/examples/rpm-template/baculum.spec
gui/baculum/examples/rpm/baculum-api-apache.conf
gui/baculum/examples/rpm/baculum-api-lighttpd.conf
gui/baculum/examples/rpm/baculum-web-apache.conf
gui/baculum/examples/rpm/baculum-web-lighttpd.conf
gui/baculum/examples/rpm/baculum.spec
gui/baculum/framework/.htaccess [deleted file]
gui/baculum/framework/autoload.php [deleted file]
gui/baculum/framework/composer/ClassLoader.php [deleted file]
gui/baculum/framework/composer/autoload_classmap.php [deleted file]
gui/baculum/framework/composer/autoload_namespaces.php [deleted file]
gui/baculum/framework/composer/autoload_psr4.php [deleted file]
gui/baculum/framework/composer/autoload_real.php [deleted file]
gui/baculum/framework/composer/autoload_static.php [deleted file]
gui/baculum/framework/composer/installed.json [deleted file]
gui/baculum/index.php
gui/baculum/protected/API/Layouts/Main.tpl
gui/baculum/protected/API/Layouts/Wizard.tpl
gui/baculum/protected/Common/Class/BClientScript.php
gui/baculum/protected/Common/Class/BStyleSheet.php [new file with mode: 0644]
gui/baculum/protected/Common/Class/BaculumPage.php
gui/baculum/protected/Common/JavaScript/fontawesome.min.js [deleted file]
gui/baculum/protected/Common/JavaScript/responsive.jqueryui.js [deleted file]
gui/baculum/protected/Web/JavaScript/misc.js
gui/baculum/protected/Web/JavaScript/tooltip.js [deleted file]
gui/baculum/protected/Web/Layouts/Main.tpl
gui/baculum/protected/Web/Layouts/MessageBox.tpl
gui/baculum/protected/Web/Layouts/Simple.tpl
gui/baculum/protected/Web/Layouts/Wizard.tpl
gui/baculum/protected/Web/Pages/ApplicationSettings.page
gui/baculum/protected/Web/Pages/RestoreWizard.page
gui/baculum/protected/application.xml
gui/baculum/protected/autoload.php [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/css/buttons.dataTables.css [moved from gui/baculum/themes/Baculum-v2/css/buttons.dataTables.css with 57% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/css/buttons.dataTables.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/js/buttons.dataTables.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/js/buttons.dataTables.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons-dt/types/buttons.dataTables.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.colVis.js [moved from gui/baculum/protected/Common/JavaScript/buttons.colVis.js with 86% similarity, mode: 0755]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.colVis.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.flash.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.flash.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.html5.js [moved from gui/baculum/protected/Common/JavaScript/buttons.html5.js with 96% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.html5.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.print.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/buttons.print.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/dataTables.buttons.js [moved from gui/baculum/protected/Common/JavaScript/dataTables.buttons.js with 69% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/js/dataTables.buttons.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/package-lock.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/swf/flashExport.swf [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-buttons/types/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/css/jquery.dataTables.css [moved from gui/baculum/themes/Baculum-v2/css/datatables.css with 94% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/css/jquery.dataTables.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/favicon.ico [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/sort_asc.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/sort_asc_disabled.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/sort_both.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/sort_desc.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/images/sort_desc_disabled.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/js/dataTables.dataTables.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/js/dataTables.dataTables.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-dt/types/dataTables.dataTables.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/css/responsive.dataTables.css [moved from gui/baculum/themes/Baculum-v2/css/responsive.dataTables.css with 66% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/css/responsive.dataTables.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/js/responsive.dataTables.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/js/responsive.dataTables.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive-dt/types/responsive.dataTables.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/js/dataTables.responsive.js [moved from gui/baculum/protected/Common/JavaScript/dataTables.responsive.js with 87% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/js/dataTables.responsive.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/package-lock.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-responsive/types/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/composer.lock [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/js/dataTables.select.js [moved from gui/baculum/protected/Common/JavaScript/dataTables.select.js with 98% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/js/dataTables.select.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/package-lock.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net-select/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/License.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/Readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/datatables.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/js/jquery.dataTables.js [moved from gui/baculum/protected/Common/JavaScript/datatables.js with 95% similarity]
gui/baculum/protected/vendor/bower-asset/datatables.net/js/jquery.dataTables.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/nuget.nuspec [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/package-lock.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/datatables.net/types/types.d.ts [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/CONTRIBUTING.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/LICENSE [moved from gui/baculum/framework/composer/LICENSE with 83% similarity]
gui/baculum/protected/vendor/bower-asset/flotr2/Makefile [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/dev.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/editor.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/examples.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/images/butterfly.jpg [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/images/checkmark.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/images/xmark.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/Editor.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/Example.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/ExampleList.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/Examples.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/Profile.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/advanced-markers.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/advanced-titles.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-axis.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-bars-stacked.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-bars.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-bubble.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-candle-barchart.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-candle.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-legend.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-pie.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-radar.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-stacked.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-stepped.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-time.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic-timeline.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/basic.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/click-example.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/color-gradients.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/download-data.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/download-image.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/mouse-drag.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/mouse-tracking.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/mouse-zoom.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/negative-values.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/examples/profile-bars.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/includes.dev.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/js/includes.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/beautify.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/activeline.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/changemode.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/complete.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/emacs.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/folding.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/formatting.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/fullscreen.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/marker.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/mustache.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/preview.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/resize.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/runmode.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/search.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/theme.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/vim.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/demo/visibletabs.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/baboon.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/baboon_vector.svg [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/compress.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/docs.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/internals.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/manual.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/oldrelease.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/reporting.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/doc/upgrade_v2.2.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/keymap/emacs.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/keymap/vim.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/codemirror.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/codemirror.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/dialog.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/dialog.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/foldcode.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/formatting.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/javascript-hint.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/overlay.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/runmode.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/search.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/searchcursor.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/simple-hint.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/lib/util/simple-hint.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/clike/clike.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/clike/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/clojure/clojure.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/clojure/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/coffeescript/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/coffeescript/coffeescript.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/coffeescript/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/css/css.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/css/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/diff/diff.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/diff/diff.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/diff/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/gfm/gfm.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/gfm/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/groovy/groovy.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/groovy/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/haskell/haskell.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/haskell/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/htmlembedded/htmlembedded.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/htmlembedded/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/htmlmixed/htmlmixed.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/htmlmixed/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/javascript/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/javascript/javascript.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/jinja2/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/jinja2/jinja2.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/lua/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/lua/lua.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/markdown/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/markdown/markdown.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/ntriples/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/ntriples/ntriples.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/pascal/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/pascal/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/pascal/pascal.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/perl/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/perl/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/perl/perl.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/php/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/php/php.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/plsql/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/plsql/plsql.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/python/LICENSE.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/python/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/python/python.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/r/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/r/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/r/r.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rpm/changes/changes.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rpm/changes/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rpm/spec/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rpm/spec/spec.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rpm/spec/spec.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rst/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rst/rst.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/ruby/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/ruby/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/ruby/ruby.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rust/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/rust/rust.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/scheme/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/scheme/scheme.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/smalltalk/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/smalltalk/smalltalk.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/sparql/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/sparql/sparql.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/stex/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/stex/stex.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/tiddlywiki/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/tiddlywiki/tiddlywiki.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/tiddlywiki/tiddlywiki.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/velocity/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/velocity/velocity.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/xml/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/xml/xml.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/xmlpure/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/xmlpure/xmlpure.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/yaml/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/mode/yaml/yaml.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/test/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/test/test.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/cobalt.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/eclipse.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/elegant.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/monokai.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/neat.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/night.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/codemirror/theme/rubyblue.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/jquery-1.7.1.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/jquery.ba-hashchange.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/lib/randomseed.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/ajax-financial-data.php [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/basic-watermark.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/blank.cur [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/examples.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/extending-flotr.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/includes.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/json-data.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/json-real-data.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/json.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/logarithmic-scale.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/mouse-zoom-preview.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/old_examples/style.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/profile.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/examples/standalone.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.amd.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.examples.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.examples.types.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.ie.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.min.js [moved from gui/baculum/protected/Web/JavaScript/flotr2.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/flotr2/flotr2.nolibs.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Axis.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Color.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/DOM.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Date.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/DefaultOptions.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/EventAdapter.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Flotr.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Graph.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Series.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/Text.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/amd/post.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/amd/pre.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/crosshair.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/download.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/grid.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/handles.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/hit.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/labels.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/legend.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/selection.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/spreadsheet.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/plugins/titles.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/bars.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/bubbles.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/candles.js [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/gantt.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/lines.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/markers.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/pie.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/points.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/radar.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/js/types/timeline.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/base64.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/bean-min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/bean.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/canvas2image.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/canvastext.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/excanvas.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/imagediff.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/jasmine/MIT.LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/jasmine/jasmine-html.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/jasmine/jasmine.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/jasmine/jasmine.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/jasmine/jasmine_favicon.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/prototype.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/underscore-min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/underscore.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/lib/yepnope.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/basic.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/build.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/examples.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/flotr2.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/ie.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/make/lib.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/Chart.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/Color.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/Flotr.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/Graph.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/helpers/stableFlotr.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/helpers/testFlotr.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/images/butterfly.jpg [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/images/checkmark.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/images/xmark.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/img/test-background.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/jasmine.yml [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/js/flotr2.stable.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/js/test-background.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/js/test-boundaries.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/flotr2/spec/js/test-mountain-nulls.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/CHANGELOG.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/CODE_OF_CONDUCT.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/CONTRIBUTING.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/LICENSE.txt [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/UPGRADING.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/composer.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/all.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/all.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/brands.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/brands.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/fontawesome.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/fontawesome.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/regular.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/regular.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/solid.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/solid.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/svg-with-js.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/svg-with-js.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/v4-shims.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/css/v4-shims.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-brands-400.eot [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-brands-400.svg [moved from gui/baculum/themes/Baculum-v2/webfonts/fa-brands-400.svg with 77% similarity]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-brands-400.ttf [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-brands-400.woff [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-brands-400.woff2 [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-regular-400.eot [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-regular-400.svg [moved from gui/baculum/themes/Baculum-v2/webfonts/fa-regular-400.svg with 88% similarity]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-regular-400.ttf [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-regular-400.woff [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-regular-400.woff2 [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-solid-900.eot [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-solid-900.svg [moved from gui/baculum/themes/Baculum-v2/webfonts/fa-solid-900.svg with 75% similarity]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-solid-900.ttf [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-solid-900.woff [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/fontawesome/webfonts/fa-solid-900.woff2 [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/arrow.gif [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/bg.png [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/bootstrap.min.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/browsers.png [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/cross.gif [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/crosshair.gif [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/excanvas.compiled.js [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/fd-slider/fd-slider-tooltip.css [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/fd-slider/fd-slider.css [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/fd-slider/fd-slider.js [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/github.gif [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/hs.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/hv.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/jscolor.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/main.css [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/prettify.css [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/prettify.js [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/preview.jpg [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/ribbon.png [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/assets/strike.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/bower.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/dist/gauge.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/dist/gauge.js [moved from gui/baculum/protected/Web/JavaScript/gauge.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/gaugejs/dist/gauge.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/favicon.ico [new file with mode: 0755]
gui/baculum/protected/vendor/bower-asset/gaugejs/index.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/gaugejs/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/jquery-ui/.gitignore [moved from gui/baculum/framework/bower-asset/jquery-ui/.gitignore with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/README.md [moved from gui/baculum/framework/bower-asset/jquery-ui/README.md with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/bower.json [moved from gui/baculum/framework/bower-asset/jquery-ui/bower.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/component.json [moved from gui/baculum/framework/bower-asset/jquery-ui/component.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/composer.json [moved from gui/baculum/framework/bower-asset/jquery-ui/composer.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/jquery-ui.js [moved from gui/baculum/framework/bower-asset/jquery-ui/jquery-ui.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/jquery-ui.min.js [moved from gui/baculum/framework/bower-asset/jquery-ui/jquery-ui.min.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/package.json [moved from gui/baculum/framework/bower-asset/jquery-ui/package.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/accordion.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/accordion.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/all.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/all.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/autocomplete.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/autocomplete.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/base.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/base.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/button.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/button.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/checkboxradio.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/checkboxradio.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/controlgroup.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/controlgroup.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/core.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/core.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/datepicker.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/datepicker.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/dialog.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/dialog.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/draggable.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/draggable.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_444444_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_444444_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_555555_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_555555_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_777620_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_777620_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_777777_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_777777_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/menu.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/menu.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/progressbar.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/progressbar.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/resizable.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/resizable.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/selectable.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/selectable.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/selectmenu.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/selectmenu.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/slider.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/slider.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/sortable.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/sortable.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/spinner.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/spinner.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/tabs.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/tabs.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/base/tooltip.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/base/tooltip.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/black-tie/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/black-tie/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/blitzer/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/blitzer/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/cupertino/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/cupertino/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dark-hive/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dark-hive/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/dot-luv/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/dot-luv/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/eggplant/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/eggplant/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/excite-bike/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/excite-bike/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/flick/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/flick/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/hot-sneaks/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/hot-sneaks/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/humanity/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/humanity/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/le-frog/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/le-frog/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/mint-choc/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/mint-choc/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/overcast/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/overcast/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/pepper-grinder/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/pepper-grinder/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/redmond/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/redmond/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/smoothness/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/smoothness/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/south-street/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/south-street/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/start/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/start/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/sunny/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/sunny/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/swanky-purse/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/swanky-purse/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/trontastic/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/trontastic/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-darkness/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-darkness/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/ui-lightness/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/ui-lightness/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/jquery-ui.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/jquery-ui.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/jquery-ui.min.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/jquery-ui.min.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/themes/vader/theme.css [moved from gui/baculum/framework/bower-asset/jquery-ui/themes/vader/theme.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/.jshintrc [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/.jshintrc with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/core.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/core.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/data.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/data.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/disable-selection.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/disable-selection.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effect.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effect.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-blind.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-blind.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-bounce.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-bounce.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-clip.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-clip.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-drop.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-drop.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-explode.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-explode.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-fade.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-fade.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-fold.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-fold.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-highlight.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-highlight.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-puff.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-puff.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-pulsate.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-pulsate.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-scale.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-scale.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-shake.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-shake.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-size.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-size.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-slide.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-slide.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/effects/effect-transfer.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/effects/effect-transfer.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/escape-selector.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/escape-selector.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/focusable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/focusable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/form-reset-mixin.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/form-reset-mixin.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/form.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/form.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-af.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-af.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ar-DZ.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ar-DZ.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ar.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ar.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-az.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-az.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-be.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-be.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-bg.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-bg.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-bs.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-bs.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ca.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ca.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-cs.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-cs.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-cy-GB.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-cy-GB.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-da.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-da.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-de.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-de.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-el.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-el.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-en-AU.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-AU.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-en-GB.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-GB.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-en-NZ.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-en-NZ.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-eo.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-eo.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-es.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-es.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-et.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-et.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-eu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-eu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fa.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fa.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fo.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fo.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CA.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CA.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CH.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr-CH.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-fr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-fr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-gl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-gl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-he.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-he.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-hi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-hr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-hu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-hy.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-hy.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-id.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-id.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-is.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-is.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-it-CH.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-it-CH.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-it.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-it.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ja.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ja.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ka.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ka.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-kk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-kk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-km.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-km.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ko.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ko.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ky.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ky.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-lb.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lb.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-lt.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lt.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-lv.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-lv.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-mk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-mk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ml.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ml.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ms.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ms.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-nb.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nb.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-nl-BE.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nl-BE.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-nl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-nn.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-nn.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-no.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-no.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-pl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-pt-BR.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pt-BR.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-pt.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-pt.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-rm.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-rm.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ro.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ro.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ru.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ru.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sq.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sq.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sr-SR.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sr-SR.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-sv.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-sv.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-ta.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-ta.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-th.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-th.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-tj.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-tj.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-tr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-tr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-uk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-uk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-vi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-vi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-zh-CN.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-CN.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-zh-HK.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-HK.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/i18n/datepicker-zh-TW.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/i18n/datepicker-zh-TW.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/ie.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/ie.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/jquery-1-7.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/jquery-1-7.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/keycode.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/keycode.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/labels.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/labels.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/core.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/core.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/data.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/data.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/disable-selection.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/disable-selection.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/effect.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/effect.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/escape-selector.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/escape-selector.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/focusable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/focusable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/form-reset-mixin.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/form-reset-mixin.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/form.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/form.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-af.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-af.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ar.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-az.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-az.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-be.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-be.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bg.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bg.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bs.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-bs.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ca.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ca.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cs.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cs.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cy-GB.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-cy-GB.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-da.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-da.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-de.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-de.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-el.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-el.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-AU.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-AU.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-GB.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-GB.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-NZ.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-en-NZ.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eo.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eo.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-es.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-es.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-et.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-et.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-eu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fa.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fa.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fo.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fo.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CA.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CA.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CH.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr-CH.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-fr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-gl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-gl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-he.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-he.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hy.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-hy.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-id.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-id.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-is.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-is.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-it-CH.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-it-CH.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-it.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-it.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ja.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ja.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ka.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ka.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-kk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-kk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-km.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-km.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ko.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ko.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ky.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ky.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lb.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lb.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lt.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lt.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lv.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-lv.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-mk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-mk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ml.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ml.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ms.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ms.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nb.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nb.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nl-BE.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nl-BE.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nn.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-nn.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-no.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-no.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pt-BR.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pt-BR.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pt.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-pt.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-rm.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-rm.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ro.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ro.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ru.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ru.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sl.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sq.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sq.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sr-SR.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sr-SR.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sv.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-sv.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ta.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-ta.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-th.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-th.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-tj.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-tj.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-tr.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-tr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-uk.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-uk.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-vi.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-vi.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-CN.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-CN.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-HK.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-HK.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-TW.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/i18n/datepicker-zh-TW.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/ie.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/ie.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/jquery-1-7.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/jquery-1-7.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/keycode.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/keycode.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/labels.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/labels.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/plugin.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/plugin.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/position.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/position.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/safe-active-element.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/safe-active-element.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/safe-blur.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/safe-blur.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/scroll-parent.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/scroll-parent.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/tabbable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/tabbable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/unique-id.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/unique-id.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/version.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/version.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/minified/widget.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/minified/widget.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/plugin.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/plugin.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/position.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/position.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/safe-active-element.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/safe-active-element.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/safe-blur.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/safe-blur.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/scroll-parent.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/scroll-parent.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/tabbable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/tabbable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/unique-id.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/unique-id.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/version.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/version.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widget.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widget.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/accordion.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/accordion.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/autocomplete.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/autocomplete.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/button.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/button.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/checkboxradio.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/checkboxradio.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/controlgroup.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/controlgroup.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/datepicker.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/datepicker.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/dialog.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/dialog.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/draggable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/draggable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/droppable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/droppable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/menu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/menu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/mouse.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/mouse.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/progressbar.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/progressbar.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/resizable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/resizable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/selectable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/selectable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/selectmenu.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/selectmenu.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/slider.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/slider.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/sortable.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/sortable.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/spinner.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/spinner.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/tabs.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/tabs.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery-ui/ui/widgets/tooltip.js [moved from gui/baculum/framework/bower-asset/jquery-ui/ui/widgets/tooltip.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/AUTHORS.txt [moved from gui/baculum/framework/bower-asset/jquery/AUTHORS.txt with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/LICENSE.txt [moved from gui/baculum/framework/bower-asset/jquery/LICENSE.txt with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/README.md [moved from gui/baculum/framework/bower-asset/jquery/README.md with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/bower.json [moved from gui/baculum/framework/bower-asset/jquery/bower.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/core.js [moved from gui/baculum/framework/bower-asset/jquery/dist/core.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.js [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.min.js [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.min.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.min.map [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.min.map with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.slim.js [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.slim.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.slim.min.js [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.slim.min.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/dist/jquery.slim.min.map [moved from gui/baculum/framework/bower-asset/jquery/dist/jquery.slim.min.map with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/external/sizzle/LICENSE.txt [moved from gui/baculum/framework/bower-asset/jquery/external/sizzle/LICENSE.txt with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/external/sizzle/dist/sizzle.js [moved from gui/baculum/framework/bower-asset/jquery/external/sizzle/dist/sizzle.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/external/sizzle/dist/sizzle.min.js [moved from gui/baculum/framework/bower-asset/jquery/external/sizzle/dist/sizzle.min.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/external/sizzle/dist/sizzle.min.map [moved from gui/baculum/framework/bower-asset/jquery/external/sizzle/dist/sizzle.min.map with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/package.json [moved from gui/baculum/framework/bower-asset/jquery/package.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/.eslintrc.json [moved from gui/baculum/framework/bower-asset/jquery/src/.eslintrc.json with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/jsonp.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/jsonp.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/load.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/load.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/parseXML.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/parseXML.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/script.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/script.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/var/location.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/var/location.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/var/nonce.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/var/nonce.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/var/rquery.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/var/rquery.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/ajax/xhr.js [moved from gui/baculum/framework/bower-asset/jquery/src/ajax/xhr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes/attr.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes/attr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes/classes.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes/classes.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes/prop.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes/prop.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/attributes/val.js [moved from gui/baculum/framework/bower-asset/jquery/src/attributes/val.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/callbacks.js [moved from gui/baculum/framework/bower-asset/jquery/src/callbacks.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core.js [moved from gui/baculum/framework/bower-asset/jquery/src/core.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/DOMEval.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/DOMEval.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/access.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/access.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/camelCase.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/camelCase.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/init.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/init.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/nodeName.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/nodeName.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/parseHTML.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/parseHTML.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/ready-no-deferred.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/ready-no-deferred.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/ready.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/ready.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/readyException.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/readyException.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/stripAndCollapse.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/stripAndCollapse.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/toType.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/toType.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/core/var/rsingleTag.js [moved from gui/baculum/framework/bower-asset/jquery/src/core/var/rsingleTag.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css.js [moved from gui/baculum/framework/bower-asset/jquery/src/css.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/addGetHookIf.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/addGetHookIf.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/adjustCSS.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/adjustCSS.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/curCSS.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/curCSS.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/hiddenVisibleSelectors.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/hiddenVisibleSelectors.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/showHide.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/showHide.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/cssExpand.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/cssExpand.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/getStyles.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/getStyles.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/isHiddenWithinTree.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/isHiddenWithinTree.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/rboxStyle.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/rboxStyle.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/rnumnonpx.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/rnumnonpx.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/css/var/swap.js [moved from gui/baculum/framework/bower-asset/jquery/src/css/var/swap.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/data.js [moved from gui/baculum/framework/bower-asset/jquery/src/data.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/data/Data.js [moved from gui/baculum/framework/bower-asset/jquery/src/data/Data.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/data/var/acceptData.js [moved from gui/baculum/framework/bower-asset/jquery/src/data/var/acceptData.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/data/var/dataPriv.js [moved from gui/baculum/framework/bower-asset/jquery/src/data/var/dataPriv.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/data/var/dataUser.js [moved from gui/baculum/framework/bower-asset/jquery/src/data/var/dataUser.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/deferred.js [moved from gui/baculum/framework/bower-asset/jquery/src/deferred.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/deferred/exceptionHook.js [moved from gui/baculum/framework/bower-asset/jquery/src/deferred/exceptionHook.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/deprecated.js [moved from gui/baculum/framework/bower-asset/jquery/src/deprecated.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/dimensions.js [moved from gui/baculum/framework/bower-asset/jquery/src/dimensions.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/effects.js [moved from gui/baculum/framework/bower-asset/jquery/src/effects.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/effects/Tween.js [moved from gui/baculum/framework/bower-asset/jquery/src/effects/Tween.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/effects/animatedSelector.js [moved from gui/baculum/framework/bower-asset/jquery/src/effects/animatedSelector.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event.js [moved from gui/baculum/framework/bower-asset/jquery/src/event.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event/ajax.js [moved from gui/baculum/framework/bower-asset/jquery/src/event/ajax.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event/alias.js [moved from gui/baculum/framework/bower-asset/jquery/src/event/alias.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event/focusin.js [moved from gui/baculum/framework/bower-asset/jquery/src/event/focusin.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/event/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/event/trigger.js [moved from gui/baculum/framework/bower-asset/jquery/src/event/trigger.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/exports/amd.js [moved from gui/baculum/framework/bower-asset/jquery/src/exports/amd.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/exports/global.js [moved from gui/baculum/framework/bower-asset/jquery/src/exports/global.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/jquery.js [moved from gui/baculum/framework/bower-asset/jquery/src/jquery.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/_evalUrl.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/_evalUrl.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/buildFragment.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/buildFragment.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/getAll.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/getAll.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/setGlobalEval.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/setGlobalEval.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/var/rcheckableType.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/var/rcheckableType.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/var/rscriptType.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/var/rscriptType.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/var/rtagName.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/var/rtagName.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/manipulation/wrapMap.js [moved from gui/baculum/framework/bower-asset/jquery/src/manipulation/wrapMap.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/offset.js [moved from gui/baculum/framework/bower-asset/jquery/src/offset.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/queue.js [moved from gui/baculum/framework/bower-asset/jquery/src/queue.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/queue/delay.js [moved from gui/baculum/framework/bower-asset/jquery/src/queue/delay.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/selector-native.js [moved from gui/baculum/framework/bower-asset/jquery/src/selector-native.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/selector-sizzle.js [moved from gui/baculum/framework/bower-asset/jquery/src/selector-sizzle.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/selector.js [moved from gui/baculum/framework/bower-asset/jquery/src/selector.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/serialize.js [moved from gui/baculum/framework/bower-asset/jquery/src/serialize.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/traversing.js [moved from gui/baculum/framework/bower-asset/jquery/src/traversing.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/traversing/findFilter.js [moved from gui/baculum/framework/bower-asset/jquery/src/traversing/findFilter.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/traversing/var/dir.js [moved from gui/baculum/framework/bower-asset/jquery/src/traversing/var/dir.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/traversing/var/rneedsContext.js [moved from gui/baculum/framework/bower-asset/jquery/src/traversing/var/rneedsContext.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/traversing/var/siblings.js [moved from gui/baculum/framework/bower-asset/jquery/src/traversing/var/siblings.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/ObjectFunctionString.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/ObjectFunctionString.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/arr.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/arr.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/class2type.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/class2type.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/concat.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/concat.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/document.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/document.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/documentElement.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/documentElement.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/fnToString.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/fnToString.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/getProto.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/getProto.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/hasOwn.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/hasOwn.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/indexOf.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/indexOf.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/isFunction.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/isFunction.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/isWindow.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/isWindow.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/pnum.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/pnum.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/push.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/push.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/rcssNum.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/rcssNum.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/rnothtmlwhite.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/rnothtmlwhite.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/slice.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/slice.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/support.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/support.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/var/toString.js [moved from gui/baculum/framework/bower-asset/jquery/src/var/toString.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/jquery/src/wrap.js [moved from gui/baculum/framework/bower-asset/jquery/src/wrap.js with 100% similarity]
gui/baculum/protected/vendor/bower-asset/opentip/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/.travis.yml [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/CONTRIBUTING.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/Gruntfile.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/Makefile [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/component.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/css/opentip.css [moved from gui/baculum/themes/Baculum-v2/css/opentip.css with 100% similarity]
gui/baculum/protected/vendor/bower-asset/opentip/css/stylus/opentip.styl [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/adapter.ender.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/adapter.jquery.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/adapter.native.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/adapter.prototype.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/docco.css [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/docs/opentip.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-jquery-excanvas.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-jquery-excanvas.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-jquery.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-jquery.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-native-excanvas.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-native-excanvas.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-native.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-native.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-prototype-excanvas.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-prototype-excanvas.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-prototype.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/opentip-prototype.min.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/downloads/readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/files/close-button-angle.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/files/explanations.psd [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/files/tests.png [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/index.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/adapter-component.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/adapter-ender.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/adapter-jquery.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/adapter-native.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/adapter-prototype.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/lib/opentip.js [moved from gui/baculum/protected/Web/JavaScript/opentip.js with 92% similarity]
gui/baculum/protected/vendor/bower-asset/opentip/package.json [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/adapter-component.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/adapter-ender.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/adapter-jquery.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/adapter-native.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/adapter-prototype.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/src/opentip.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/.gitignore [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/ender.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/readme.md [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/010-opentip.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/020-opentip-startup.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/030-opentip-show.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/040-opentip-positioning.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/050-opentip-draw.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/060-opentip-ajax.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/100-utils.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/110-joint.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/200-adapters.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/210-adapter-native.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/src/220-adapter-ender.coffee [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/test.html [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/test.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/vendor/jquery-1.9.1.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/vendor/prototype-1.7.1.js [new file with mode: 0644]
gui/baculum/protected/vendor/bower-asset/opentip/test/vendor/sinon-1.6.0.js [new file with mode: 0644]
gui/baculum/protected/vendor/mrclay/jsmin-php/.editorconfig [moved from gui/baculum/framework/mrclay/jsmin-php/.editorconfig with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/.gitignore [moved from gui/baculum/framework/mrclay/jsmin-php/.gitignore with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/HISTORY.txt [moved from gui/baculum/framework/mrclay/jsmin-php/HISTORY.txt with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/LICENSE.txt [moved from gui/baculum/framework/mrclay/jsmin-php/LICENSE.txt with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/README.devel.txt [moved from gui/baculum/framework/mrclay/jsmin-php/README.devel.txt with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/composer.json [moved from gui/baculum/framework/mrclay/jsmin-php/composer.json with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/phpunit.xml.dist [moved from gui/baculum/framework/mrclay/jsmin-php/phpunit.xml.dist with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/src/JSMin/JSMin.php [moved from gui/baculum/framework/mrclay/jsmin-php/src/JSMin/JSMin.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/src/JSMin/UnterminatedCommentException.php [moved from gui/baculum/framework/mrclay/jsmin-php/src/JSMin/UnterminatedCommentException.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/src/JSMin/UnterminatedRegExpException.php [moved from gui/baculum/framework/mrclay/jsmin-php/src/JSMin/UnterminatedRegExpException.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/src/JSMin/UnterminatedStringException.php [moved from gui/baculum/framework/mrclay/jsmin-php/src/JSMin/UnterminatedStringException.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/before.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/before.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/condcomm.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/condcomm.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/es6-literal.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/es6-literal.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/issue144.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/issue144.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/issue256.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/issue256.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/keyword-regex.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/keyword-regex.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/not-regexp.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/not-regexp.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/regexes.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/regexes.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/starts-regex.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/starts-regex.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/expected/token-regexp.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/expected/token-regexp.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/before.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/before.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/condcomm.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/condcomm.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/es6-literal.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/es6-literal.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/issue144.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/issue144.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/issue256.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/issue256.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/keyword-regex.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/keyword-regex.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/not-regexp.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/not-regexp.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/regexes.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/regexes.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/starts-regex.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/starts-regex.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Resources/minify/input/token-regexp.js [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Resources/minify/input/token-regexp.js with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/Tests/JSMin/JSMinTest.php [moved from gui/baculum/framework/mrclay/jsmin-php/tests/Tests/JSMin/JSMinTest.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/tests/bootstrap.php [moved from gui/baculum/framework/mrclay/jsmin-php/tests/bootstrap.php with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/web/README.txt [moved from gui/baculum/framework/mrclay/jsmin-php/web/README.txt with 100% similarity]
gui/baculum/protected/vendor/mrclay/jsmin-php/web/index.php [moved from gui/baculum/framework/mrclay/jsmin-php/web/index.php with 100% similarity]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/AUTHORS [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/CONTRIBUTING.md [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/CONTRIBUTORS [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/README.md [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f31e.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f324.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f325.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f326.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f327.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/png/128/emoji_u1f329.png [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/requirements.txt [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/LICENSE [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f31e.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f324.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f325.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f326.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f327.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/svg/emoji_u1f329.svg [new file with mode: 0644]
gui/baculum/protected/vendor/npm-asset/asturur-noto-emoji/unknown_flag_aliases.txt [new file with mode: 0644]
gui/baculum/protected/vendor/pradosoft/prado/LICENSE [moved from gui/baculum/framework/pradosoft/prado/LICENSE with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/composer.json [moved from gui/baculum/framework/pradosoft/prado/composer.json with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/.htaccess [moved from gui/baculum/framework/pradosoft/prado/framework/.htaccess with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/ICache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/ICache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/ICacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/ICacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TAPCCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TAPCCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TApplicationStateCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TApplicationStateCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TCacheDependencyList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TCacheDependencyList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TChainedCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TChainedCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TDbCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TDbCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TDirectoryCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TDirectoryCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TEACache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TEACache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TEtcdCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TEtcdCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TFileCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TFileCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TGlobalStateCacheDependency.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TGlobalStateCacheDependency.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TMemCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TMemCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TRedisCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TRedisCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Caching/TXCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Caching/TXCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TAttributeCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TAttributeCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TDummyDataSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TDummyDataSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TDummyDataSourceIterator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TDummyDataSourceIterator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TListItemCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TListItemCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedDataSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedDataSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedListFetchDataEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedListFetchDataEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedListIterator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedListIterator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedListPageChangedEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedListPageChangedEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPagedMapIterator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPagedMapIterator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPriorityList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPriorityList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TPriorityMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TPriorityMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TQueue.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TQueue.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TQueueIterator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TQueueIterator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Collections/TStack.php [moved from gui/baculum/framework/pradosoft/prado/framework/Collections/TStack.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/TActiveRecordConfigurationException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/TActiveRecordException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/messages.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Exceptions/messages.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordBelongsTo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasMany.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasManyAssociation.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordHasOne.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordRelation.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Relations/TActiveRecordRelationContext.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/IScaffoldEditRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/IScaffoldEditRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TIbmScaffoldInput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TIbmScaffoldInput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMssqlScaffoldInput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMssqlScaffoldInput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMysqlScaffoldInput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TMysqlScaffoldInput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TPgsqlScaffoldInput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TPgsqlScaffoldInput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputBase.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputBase.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TScaffoldInputCommon.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TSqliteScaffoldInput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/InputBuilder/TSqliteScaffoldInput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldBase.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldBase.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.tpl [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldEditView.tpl with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.tpl [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldListView.tpl with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.tpl [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldSearch.tpl with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldView.tpl [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/TScaffoldView.tpl with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/style.css [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/Scaffold/style.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecord.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecord.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordChangeEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordChangeEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordConfig.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordConfig.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordCriteria.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordCriteria.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordGateway.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordGateway.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordInvalidFinderResult.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordInvalidFinderResult.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/ActiveRecord/TActiveRecordManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mssql/TMssqlCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mssql/TMssqlCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mssql/TMssqlMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mssql/TMssqlMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mssql/TMssqlTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mssql/TMssqlTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mssql/TMssqlTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mssql/TMssqlTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mysql/TMysqlCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mysql/TMysqlCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mysql/TMysqlMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mysql/TMysqlMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mysql/TMysqlTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mysql/TMysqlTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Mysql/TMysqlTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Mysql/TMysqlTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Oracle/TOracleCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Oracle/TOracleCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Oracle/TOracleMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Oracle/TOracleMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Oracle/TOracleTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Oracle/TOracleTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Oracle/TOracleTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Oracle/TOracleTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Pgsql/TPgsqlTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/Sqlite/TSqliteTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/TDbCommandBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/TDbCommandBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/TDbMetaData.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/TDbMetaData.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/TDbTableColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/TDbTableColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/Common/TDbTableInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/Common/TDbTableInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/DataGateway/TDataGatewayCommand.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/DataGateway/TDataGatewayCommand.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/DataGateway/TDataGatewayEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/DataGateway/TDataGatewayEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/DataGateway/TDataGatewayResultEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/DataGateway/TDataGatewayResultEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/DataGateway/TSqlCriteria.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/DataGateway/TSqlCriteria.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/DataGateway/TTableGateway.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/DataGateway/TTableGateway.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TDiscriminator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TDiscriminator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TInlineParameterMapParser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TInlineParameterMapParser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TParameterMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TParameterMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TParameterProperty.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TParameterProperty.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TResultMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TResultMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TResultProperty.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TResultProperty.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSimpleDynamicParser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSimpleDynamicParser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheKey.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheKey.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheTypes.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapCacheTypes.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapDelete.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapDelete.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapInsert.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapInsert.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapSelect.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapSelect.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapSelectKey.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapSelectKey.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapUpdate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapUpdate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlConfigBuilder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlConfigBuilder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlConfiguration.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlConfiguration.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlMappingConfiguration.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSqlMapXmlMappingConfiguration.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Configuration/TSubMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Configuration/TSubMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TFastSqlMapApplicationCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TFastSqlMapApplicationCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TInvalidPropertyException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TInvalidPropertyException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TLazyLoadList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TLazyLoadList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TObjectProxy.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TObjectProxy.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TPropertyAccess.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TPropertyAccess.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapApplicationCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapApplicationCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapConfigurationException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapConfigurationException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapDuplicateException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapDuplicateException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapExecutionException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapFifoCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapFifoCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapPagedList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapPagedList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapTypeHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapTypeHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapTypeHandlerRegistry.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapTypeHandlerRegistry.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapUndefinedException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/TSqlMapUndefinedException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/DataMapper/messages.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/DataMapper/messages.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/IMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/IMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TCachingStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TCachingStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TDeleteMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TDeleteMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TInsertMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TInsertMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TPostSelectBinding.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TPostSelectBinding.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedCommand.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedCommand.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedStatementFactory.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TPreparedStatementFactory.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TResultSetListItemParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TResultSetListItemParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TResultSetMapItemParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TResultSetMapItemParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TSelectMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TSelectMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TSimpleDynamicSql.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TSimpleDynamicSql.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TSqlMapObjectCollectionTree.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TSqlMapObjectCollectionTree.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TStaticSql.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TStaticSql.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/Statements/TUpdateMappedStatement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/Statements/TUpdateMappedStatement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/TSqlMapConfig.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/TSqlMapConfig.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/TSqlMapGateway.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/TSqlMapGateway.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/SqlMap/TSqlMapManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/SqlMap/TSqlMapManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDataSourceConfig.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDataSourceConfig.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbColumnCaseMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbColumnCaseMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbCommand.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbCommand.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbConnection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbConnection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbDataReader.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbDataReader.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbNullConversionMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbNullConversionMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Data/TDbTransaction.php [moved from gui/baculum/framework/pradosoft/prado/framework/Data/TDbTransaction.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TApplicationException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TApplicationException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TConfigurationException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TConfigurationException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TDbConnectionException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TDbConnectionException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TDbException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TDbException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TErrorHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TErrorHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/THttpException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/THttpException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TIOException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TIOException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TInvalidDataTypeException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TInvalidDataTypeException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TInvalidDataValueException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TInvalidDataValueException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TInvalidOperationException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TInvalidOperationException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TNotSupportedException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TNotSupportedException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TPhpErrorException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TPhpErrorException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TPhpFatalErrorException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TPhpFatalErrorException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TSystemException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TSystemException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/TTemplateException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/TTemplateException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/messages/messages-fr.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/messages/messages-fr.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/messages/messages-id.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/messages/messages-id.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/messages/messages-zh.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/messages/messages-zh.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/messages/messages.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/messages/messages.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error-fr.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error-fr.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error400-en.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error400-en.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error400-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error400-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error400-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error400-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error400.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error400.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error404-en.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error404-en.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error404-fr.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error404-fr.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error404-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error404-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error404-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error404-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error404.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error404.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error500-en.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error500-en.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error500-fr.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error500-fr.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error500-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error500-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error500-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error500-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error500.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error500.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error503-en.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error503-en.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error503-fr.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error503-fr.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error503-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error503-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error503-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error503-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/error503.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/error503.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/exception-en.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/exception-en.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/exception-fr.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/exception-fr.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/exception-id.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/exception-id.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/exception-zh.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/exception-zh.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/exception.html [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/exception.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Exceptions/templates/readme.txt [moved from gui/baculum/framework/pradosoft/prado/framework/Exceptions/templates/readme.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TChoiceFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TChoiceFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TDateFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TDateFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TGlobalization.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TGlobalization.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TGlobalizationAutoDetect.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TGlobalizationAutoDetect.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TI18NControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TI18NControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TNumberFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TNumberFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TTranslate.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TTranslate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/TTranslateParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/TTranslateParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/Translation.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/Translation.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/ChoiceFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/ChoiceFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/CultureInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/CultureInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/DateFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/DateFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/DateTimeFormatInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/DateTimeFormatInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/Gettext/TGettext.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/Gettext/TGettext.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/Gettext/TGettext_MO.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/Gettext/TGettext_MO.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/Gettext/TGettext_PO.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/Gettext/TGettext_PO.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/HTTPNegotiator.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/HTTPNegotiator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/IMessageSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/IMessageSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageSource_Database.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageSource_Database.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageSource_PHP.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageSource_PHP.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageSource_XLIFF.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageSource_XLIFF.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/MessageSource_gettext.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/MessageSource_gettext.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/NumberFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/NumberFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/NumberFormatInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/NumberFormatInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/TCache_Lite.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/TCache_Lite.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/TMessageSourceIOException.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/TMessageSourceIOException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/af.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/af.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/af_ZA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/af_ZA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/am.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/am.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/am_ET.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/am_ET.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_AE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_AE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_BH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_BH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_DZ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_DZ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_EG.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_EG.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_IQ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_IQ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_JO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_JO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_KW.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_KW.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_LB.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_LB.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_LY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_LY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_MA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_MA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_OM.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_OM.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_QA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_QA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_SA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_SA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_SD.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_SD.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_SY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_SY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_TN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_TN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ar_YE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ar_YE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/be.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/be.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/be_BY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/be_BY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/bg.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/bg.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/bg_BG.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/bg_BG.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/bn.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/bn.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/bn_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/bn_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ca.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ca.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ca_ES.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ca_ES.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/cs.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/cs.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/cs_CZ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/cs_CZ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/cy.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/cy.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/cy_GB.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/cy_GB.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/da.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/da.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/da_DK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/da_DK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de_AT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de_AT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de_BE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de_BE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de_CH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de_CH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de_DE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de_DE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/de_LU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/de_LU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/el.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/el.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/el_GR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/el_GR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_AU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_AU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_BE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_BE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_BW.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_BW.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_CA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_CA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_GB.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_GB.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_HK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_HK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_IE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_IE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_MT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_MT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_NZ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_NZ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_PH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_PH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_PK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_PK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_SG.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_SG.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_US.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_US.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_US_POSIX.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_US_POSIX.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_VI.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_VI.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_ZA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_ZA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/en_ZW.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/en_ZW.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/eo.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/eo.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_AR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_AR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_BO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_BO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_CL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_CL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_CO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_CO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_CR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_CR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_DO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_DO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_EC.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_EC.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_ES.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_ES.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_GT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_GT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_HN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_HN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_MX.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_MX.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_NI.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_NI.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_PA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_PA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_PE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_PE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_PR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_PR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_PY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_PY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_SV.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_SV.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_US.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_US.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_UY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_UY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/es_VE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/es_VE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/et.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/et.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/et_EE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/et_EE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/eu.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/eu.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/eu_ES.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/eu_ES.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fa.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fa.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fa_AF.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fa_AF.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fa_IR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fa_IR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fi.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fi.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fi_FI.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fi_FI.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fo.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fo.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fo_FO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fo_FO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr_BE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr_BE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr_CA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr_CA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr_CH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr_CH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr_FR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr_FR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/fr_LU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/fr_LU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ga.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ga.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ga_IE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ga_IE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gl_ES.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gl_ES.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gu.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gu.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gu_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gu_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gv.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gv.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/gv_GB.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/gv_GB.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/he.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/he.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/he_IL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/he_IL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hi.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hi.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hi_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hi_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hr.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hr.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hr_HR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hr_HR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hu.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hu.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hu_HU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hu_HU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hy.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hy.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hy_AM.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hy_AM.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/hy_AM_REVISED.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/hy_AM_REVISED.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/id.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/id.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/id_ID.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/id_ID.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/in.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/in.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/in_ID.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/in_ID.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/is.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/is.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/is_IS.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/is_IS.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/it.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/it.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/it_CH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/it_CH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/it_IT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/it_IT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/iw.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/iw.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/iw_IL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/iw_IL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ja.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ja.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ja_JP.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ja_JP.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ja_JP_TRADITIONAL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ja_JP_TRADITIONAL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kk.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kk.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kk_KZ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kk_KZ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kl_GL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kl_GL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kn.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kn.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kn_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kn_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ko.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ko.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ko_KR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ko_KR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kok.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kok.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kok_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kok_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kw.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kw.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/kw_GB.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/kw_GB.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/license.txt [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/license.txt with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/lt.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/lt.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/lt_LT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/lt_LT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/lv.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/lv.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/lv_LV.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/lv_LV.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mk.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mk.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mk_MK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mk_MK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ml.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ml.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ml_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ml_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mr.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mr.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mr_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mr_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ms.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ms.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ms_BN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ms_BN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ms_MY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ms_MY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mt.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mt.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/mt_MT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/mt_MT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nb.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nb.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nb_NO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nb_NO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nl_BE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nl_BE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nl_NL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nl_NL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nn.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nn.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/nn_NO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/nn_NO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/no.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/no.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/no_NO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/no_NO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/no_NO_NY.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/no_NO_NY.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/om.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/om.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/om_ET.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/om_ET.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/om_KE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/om_KE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/or.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/or.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/or_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/or_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pa.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pa.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pa_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pa_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pl_PL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pl_PL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ps.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ps.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ps_AF.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ps_AF.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pt.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pt.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pt_BR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pt_BR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/pt_PT.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/pt_PT.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ro.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ro.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ro_RO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ro_RO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/root.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/root.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ru.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ru.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ru_RU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ru_RU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ru_UA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ru_UA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sh.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sh.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sh_YU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sh_YU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sk.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sk.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sk_SK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sk_SK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sl_SI.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sl_SI.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/so.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/so.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/so_DJ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/so_DJ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/so_ET.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/so_ET.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/so_KE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/so_KE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/so_SO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/so_SO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sq.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sq.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sq_AL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sq_AL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr_Cyrl.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr_Cyrl.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr_Cyrl_YU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr_Cyrl_YU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr_Latn.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr_Latn.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr_Latn_YU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr_Latn_YU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sr_YU.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sr_YU.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sv.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sv.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sv_FI.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sv_FI.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sv_SE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sv_SE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sw.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sw.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sw_KE.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sw_KE.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/sw_TZ.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/sw_TZ.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ta.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ta.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ta_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ta_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/te.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/te.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/te_IN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/te_IN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/th.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/th.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/th_TH.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/th_TH.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/th_TH_TRADITIONAL.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/th_TH_TRADITIONAL.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ti.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ti.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ti_ER.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ti_ER.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/ti_ET.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/ti_ET.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/tr.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/tr.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/tr_TR.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/tr_TR.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/uk.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/uk.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/uk_UA.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/uk_UA.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/vi.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/vi.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/vi_VN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/vi_VN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_CN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_CN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_HK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_HK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hans.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hans.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hans_CN.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hans_CN.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hans_SG.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hans_SG.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hant.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hant.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hant_HK.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hant_HK.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hant_MO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hant_MO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_Hant_TW.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_Hant_TW.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_MO.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_MO.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_SG.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_SG.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/data/zh_TW.dat [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/data/zh_TW.dat with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/core/util.php [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/core/util.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/schema/mysql.sql [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/schema/mysql.sql with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/schema/postgresql.sql [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/schema/postgresql.sql with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/I18N/schema/sqlite.sql [moved from gui/baculum/framework/pradosoft/prado/framework/I18N/schema/sqlite.sql with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IDataRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/IDataRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IModule.php [moved from gui/baculum/framework/pradosoft/prado/framework/IModule.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IO/ITextWriter.php [moved from gui/baculum/framework/pradosoft/prado/framework/IO/ITextWriter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IO/TTarFileExtractor.php [moved from gui/baculum/framework/pradosoft/prado/framework/IO/TTarFileExtractor.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IO/TTextWriter.php [moved from gui/baculum/framework/pradosoft/prado/framework/IO/TTextWriter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IService.php [moved from gui/baculum/framework/pradosoft/prado/framework/IService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/IStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/IStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Prado.php [moved from gui/baculum/framework/pradosoft/prado/framework/Prado.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/PradoBase.php [moved from gui/baculum/framework/pradosoft/prado/framework/PradoBase.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/IUser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/IUser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/IUserManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/IUserManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TAuthManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TAuthManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TAuthorizationRule.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TAuthorizationRule.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TAuthorizationRuleCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TAuthorizationRuleCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TDbUser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TDbUser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TDbUserManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TDbUserManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TSecurityManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TSecurityManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TUser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TUser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TUserManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TUserManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Security/TUserManagerPasswordMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Security/TUserManagerPasswordMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TApplication.php [moved from gui/baculum/framework/pradosoft/prado/framework/TApplication.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TApplicationComponent.php [moved from gui/baculum/framework/pradosoft/prado/framework/TApplicationComponent.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TApplicationConfiguration.php [moved from gui/baculum/framework/pradosoft/prado/framework/TApplicationConfiguration.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TApplicationMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/TApplicationMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TApplicationStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/TApplicationStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TComponent.php [moved from gui/baculum/framework/pradosoft/prado/framework/TComponent.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TComponentReflection.php [moved from gui/baculum/framework/pradosoft/prado/framework/TComponentReflection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TEnumerable.php [moved from gui/baculum/framework/pradosoft/prado/framework/TEnumerable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/TEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TEventResults.php [moved from gui/baculum/framework/pradosoft/prado/framework/TEventResults.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TModule.php [moved from gui/baculum/framework/pradosoft/prado/framework/TModule.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TPropertyValue.php [moved from gui/baculum/framework/pradosoft/prado/framework/TPropertyValue.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TService.php [moved from gui/baculum/framework/pradosoft/prado/framework/TService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/TShellApplication.php [moved from gui/baculum/framework/pradosoft/prado/framework/TShellApplication.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/IBaseBehavior.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/IBaseBehavior.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/IBehavior.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/IBehavior.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/IClassBehavior.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/IClassBehavior.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/IDynamicMethods.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/IDynamicMethods.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/IInstanceCheck.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/IInstanceCheck.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TBehavior.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TBehavior.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TBrowserLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TBrowserLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TCallChain.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TCallChain.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TClassBehavior.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TClassBehavior.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TClassBehaviorEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TClassBehaviorEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TDataFieldAccessor.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TDataFieldAccessor.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TDbLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TDbLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TEmailLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TEmailLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TFileLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TFileLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TFirePhpLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TFirePhpLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TFirebugLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TFirebugLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TJsonRpcClient.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TJsonRpcClient.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TLogRoute.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TLogRoute.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TLogRouter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TLogRouter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TLogger.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TLogger.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TParameterModule.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TParameterModule.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TRpcClient.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TRpcClient.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TRpcClientRequestException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TRpcClientRequestException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TRpcClientResponseException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TRpcClientResponseException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TRpcClientTypesEnumerable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TRpcClientTypesEnumerable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TSimpleDateFormatter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TSimpleDateFormatter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TVarDumper.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TVarDumper.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Util/TXmlRpcClient.php [moved from gui/baculum/framework/pradosoft/prado/framework/Util/TXmlRpcClient.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/TJavaScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/TJavaScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/TJavaScriptLiteral.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/TJavaScriptLiteral.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/TJavaScriptString.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/TJavaScriptString.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/css-packages.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/css-packages.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/packages.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/packages.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/.htaccess [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/.htaccess with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/activedatepicker.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/activedatepicker.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/ajax3.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activecontrols/inlineeditor.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadBlank.html [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadBlank.html with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadComplete.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadComplete.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadError.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadError.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadIndicator.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/ActiveFileUploadIndicator.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/activefileupload.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/activefileupload/activefileupload.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/background.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/background.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/button.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/button.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/colorpicker.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/colorpicker.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/default.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/default.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/hue.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/hue.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/slider.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/slider.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/spacer.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/spacer.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/target_black.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/target_black.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/target_white.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/colorpicker/target_white.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/accordion.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/accordion.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/controls.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/controls.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/htmlarea.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/htmlarea.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/htmlarea4.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/htmlarea4.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/keyboard.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/keyboard.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/slider.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/slider.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/tabpanel.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/controls/tabpanel.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/calendar.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/calendar.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/datepicker.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/datepicker.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/default.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/default.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/spacer.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/datepicker/spacer.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/logger/logger.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/logger/logger.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/prado.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/prado.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_blank.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_blank.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_half.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_half.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_hover.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_hover.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_selected.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/blocks_selected.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_blank.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_blank.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_half.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_half.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_hover.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_hover.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_selected.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/default_selected.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/ratings.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/ratings.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/stars1.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/ratings/stars1.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Javascripts/source/prado/validator/validation3.js [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Javascripts/source/prado/validator/validation3.js with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/IFeedContentProvider.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/IFeedContentProvider.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TFeedService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TFeedService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TJsonResponse.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TJsonResponse.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TJsonRpcProtocol.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TJsonRpcProtocol.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TJsonService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TJsonService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TPageConfiguration.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TPageConfiguration.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TPageService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TPageService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TRpcApiProvider.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TRpcApiProvider.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TRpcException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TRpcException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TRpcProtocol.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TRpcProtocol.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TRpcServer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TRpcServer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TRpcService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TRpcService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TSoapServer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TSoapServer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TSoapService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TSoapService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/Services/TXmlRpcProtocol.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/Services/TXmlRpcProtocol.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TAssetManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TAssetManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TCacheHttpSession.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TCacheHttpSession.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpCookie.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpCookie.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpCookieCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpCookieCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpRequest.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpRequest.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpRequestUrlFormat.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpRequestUrlFormat.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpResponse.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpResponse.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpResponseAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpResponseAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpSession.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpSession.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpSessionCookieMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpSessionCookieMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/THttpUtility.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/THttpUtility.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TSessionIterator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TSessionIterator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TUri.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TUri.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TUrlManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TUrlManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TUrlMapping.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TUrlMapping.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TUrlMappingPattern.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TUrlMappingPattern.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/TUrlMappingPatternSecureConnection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/TUrlMappingPatternSecureConnection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/IActiveControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/IActiveControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/ICallbackEventHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/ICallbackEventHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveBoundColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveBoundColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveButtonColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveButtonColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxListItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCheckBoxListItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCustomValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCustomValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCustomValidatorClientSide.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveCustomValidatorClientSide.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGrid.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGrid.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGridPager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGridPager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGridPagerEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataGridPagerEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDataList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDatePicker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDatePicker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDatePickerClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDatePickerClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDropDownList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDropDownList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDropDownListColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveDropDownListColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveEditCommandColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveEditCommandColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveFileUpload.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveFileUpload.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveFileUploadCallbackParams.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveFileUploadCallbackParams.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHiddenField.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHiddenField.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHtmlArea.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHtmlArea.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHtmlArea4.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHtmlArea4.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHyperLink.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHyperLink.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHyperLinkColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveHyperLinkColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveImage.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveImage.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveImageButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveImageButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLabel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLabel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLinkButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLinkButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListItemCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveListItemCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveLiteralColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveMultiView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveMultiView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePageAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePageAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePanel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActivePanel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButtonItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButtonItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRadioButtonList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRatingList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRatingList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRepeater.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveRepeater.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableCell.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableCell.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableCellEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableRow.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableRow.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTableRowEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTemplateColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTemplateColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTextBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TActiveTextBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TBaseActiveCallbackControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TBaseActiveCallbackControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TBaseActiveControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TBaseActiveControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallback.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallback.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackClientSide.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackClientSide.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackErrorHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackErrorHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackOptions.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackOptions.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackPageStateTracker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackPageStateTracker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackResponseAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackResponseWriter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TCallbackResponseWriter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TEventTriggeredCallback.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TInPlaceTextBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TInPlaceTextBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TInvalidCallbackException.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TInvalidCallbackException.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TMapCollectionDiff.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TMapCollectionDiff.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TScalarDiff.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TScalarDiff.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TStyleDiff.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TStyleDiff.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TTimeTriggeredCallback.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TTriggeredCallback.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TTriggeredCallback.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TValueTriggeredCallback.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ActiveControls/TViewStateDiff.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ActiveControls/TViewStateDiff.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IBindable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IBindable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IBroadcastEventReceiver.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IBroadcastEventReceiver.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IButtonControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IButtonControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/INamingContainer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/INamingContainer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IPageStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IPageStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IPostBackDataHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IPostBackDataHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IPostBackEventHandler.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IPostBackEventHandler.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IRenderable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IRenderable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ISurroundable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ISurroundable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ITemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ITemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/ITheme.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/ITheme.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IValidatable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IValidatable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/IValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/IValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/IJuiOptions.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/IJuiOptions.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoComplete.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoComplete.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoCompleteEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoCompleteTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiAutoCompleteTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiCallbackPageStateTracker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiCallbackPageStateTracker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiControlOptions.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiControlOptions.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDatePicker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDatePicker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDialog.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDialog.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDialogButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDialogButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDraggable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDraggable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDroppable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiDroppable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiProgressbar.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiProgressbar.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiResizable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiResizable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSelectable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSelectable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSelectableTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSelectableTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSlider.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSlider.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSortable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSortable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSortableTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/JuiControls/TJuiSortableTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TBroadcastEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TBroadcastEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TCachePageStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TCachePageStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TClientScriptManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TClientScriptManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TClientSideOptions.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TClientSideOptions.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TCommandEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TCommandEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TCompositeControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TCompositeControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TCompositeLiteral.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TCompositeLiteral.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TControlCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TControlCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TEmptyControlCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TEmptyControlCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TForm.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TForm.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/THtmlWriter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/THtmlWriter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TPage.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TPage.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TPageStateFormatter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TPageStateFormatter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TPageStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TPageStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TSessionPageStatePersister.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TSessionPageStatePersister.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TTemplateControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TTemplateControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TTemplateControlInheritable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TTemplateControlInheritable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TTemplateManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TTemplateManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TTheme.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TTheme.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/TThemeManager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/TThemeManager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/IDataSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/IDataSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/IItemDataRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/IItemDataRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/IListControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/IListControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/IRepeatInfoUser.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/IRepeatInfoUser.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/IStyleable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/IStyleable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TAccordion.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TAccordion.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TAccordionView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TAccordionView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TAccordionViewCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TAccordionViewCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBaseDataList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBaseDataList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBaseValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBaseValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBoundColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBoundColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBulletStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBulletStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBulletedList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBulletedList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBulletedListDisplayMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBulletedListDisplayMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TBulletedListEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TBulletedListEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TButtonColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TButtonColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TButtonColumnType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TButtonColumnType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TButtonTag.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TButtonTag.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TButtonType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TButtonType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCaptcha.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCaptcha.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCaptchaValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCaptchaValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCheckBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCheckBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCheckBoxList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCircleHotSpot.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCircleHotSpot.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TClientSideValidationSummaryOptions.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TClientSideValidationSummaryOptions.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TColorPicker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TColorPicker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TColorPickerClientSide.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TColorPickerClientSide.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TColorPickerMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TColorPickerMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCompareValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCompareValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCompleteWizardStep.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCompleteWizardStep.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TConditional.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TConditional.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TContent.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TContent.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TContentDirection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TContentDirection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TContentPlaceHolder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TContentPlaceHolder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TCustomValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TCustomValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataBoundControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataBoundControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGrid.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGrid.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridColumnCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridColumnCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridCommandEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridCommandEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridItemRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPageChangedEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPageChangedEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerButtonType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerButtonType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerPosition.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerPosition.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridPagerStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataGridSortCommandEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataGridSortCommandEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataListCommandEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataListCommandEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataListItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataListItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataListItemRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceSelectParameters.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceSelectParameters.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataSourceView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDataTypeValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDataTypeValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDatePicker.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDatePicker.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerInputMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerInputMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerPositionMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDatePickerPositionMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDisplayStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDisplayStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDropDownList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDropDownList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TDropDownListColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TDropDownListColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TEditCommandColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TEditCommandColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TEmailAddressValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TEmailAddressValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TExpression.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TExpression.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TFileUpload.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TFileUpload.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TFileUploadItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TFileUploadItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TFlushOutput.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TFlushOutput.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TFont.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TFont.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THead.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THead.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader1.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader1.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader2.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader2.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader3.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader3.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader4.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader4.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader5.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader5.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THeader6.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THeader6.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THiddenField.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THiddenField.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THorizontalAlign.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THorizontalAlign.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THotSpot.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THotSpot.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THotSpotCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THotSpotCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THotSpotMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THotSpotMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THtmlArea.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THtmlArea.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THtmlArea4.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THtmlArea4.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THtmlElement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THtmlElement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THyperLink.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THyperLink.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/THyperLinkColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/THyperLinkColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TImage.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TImage.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TImageButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TImageButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TImageClickEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TImageClickEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TImageMap.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TImageMap.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TImageMapEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TImageMapEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrame.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrame.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrameAlign.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrameAlign.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrameScrollBars.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TInlineFrameScrollBars.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TItemDataRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TItemDataRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TJavascriptLogger.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TJavascriptLogger.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TKeyboard.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TKeyboard.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TLabel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TLabel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TLinkButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TLinkButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListControlValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListControlValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListItemType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListItemType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TListSelectionMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TListSelectionMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TLiteral.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TLiteral.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TLiteralColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TLiteralColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TMarkdown.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TMarkdown.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TMetaTag.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TMetaTag.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TMetaTagCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TMetaTagCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TMultiView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TMultiView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TOutputCache.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TOutputCache.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheCalculateKeyEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheCheckDependencyEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheCheckDependencyEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheTextWriterMulti.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TOutputCacheTextWriterMulti.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPager.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPager.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPagerButtonType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPagerButtonType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPagerMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPagerMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPagerPageChangedEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPagerPageChangedEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPanel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPanel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPanelStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPanelStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPlaceHolder.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPlaceHolder.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TPolygonHotSpot.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TPolygonHotSpot.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRadioButton.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRadioButton.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRadioButtonItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRadioButtonItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRadioButtonList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRadioButtonList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRangeValidationDataType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRangeValidationDataType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRangeValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRangeValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRatingList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRatingList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha2.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha2.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha2Validator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReCaptcha2Validator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReCaptchaValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReCaptchaValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReadOnlyDataSource.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReadOnlyDataSource.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TReadOnlyDataSourceView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TReadOnlyDataSourceView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRectangleHotSpot.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRectangleHotSpot.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRegularExpressionValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRegularExpressionValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeatDirection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeatDirection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeatInfo.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeatInfo.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeatLayout.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeatLayout.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeater.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeater.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterCommandEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterCommandEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItem.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItem.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemRenderer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRepeaterItemRenderer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TRequiredFieldValidator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TRequiredFieldValidator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TSafeHtml.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TSafeHtml.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TScrollBars.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TScrollBars.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TServerValidateEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TServerValidateEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TSlider.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TSlider.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TSliderClientScript.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TSliderClientScript.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TSliderDirection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TSliderDirection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TStatements.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TStatements.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TStyleSheet.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TStyleSheet.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTabPanel.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTabPanel.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTabView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTabView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTabViewCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTabViewCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTable.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTable.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableCaptionAlign.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableCaptionAlign.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableCell.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableCell.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableCellCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableCellCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableFooterRow.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableFooterRow.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableGridLines.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableGridLines.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderCell.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderCell.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderRow.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderRow.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderScope.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableHeaderScope.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableItemStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableItemStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableRow.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableRow.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableRowCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableRowCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableRowSection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableRowSection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTableStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTableStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTemplateColumn.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTemplateColumn.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTemplatedWizardStep.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTemplatedWizardStep.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextAlign.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextAlign.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextBox.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextBox.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextBoxAutoCompleteType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextBoxAutoCompleteType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextBoxMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextBoxMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextHighlighter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextHighlighter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextHighlighterWriter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextHighlighterWriter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TTextProcessor.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TTextProcessor.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidationCompareOperator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidationCompareOperator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidationDataType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidationDataType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummary.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummary.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummaryDisplayMode.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummaryDisplayMode.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummaryDisplayStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidationSummaryDisplayStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidatorClientSide.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidatorClientSide.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TValidatorDisplayStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TValidatorDisplayStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TVerticalAlign.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TVerticalAlign.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TView.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TView.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TViewCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TViewCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWebControl.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWebControl.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWebControlAdapter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWebControlAdapter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWebControlDecorator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWebControlDecorator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizard.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizard.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardFinishNavigationTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardFinishNavigationTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationButtonType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationButtonType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationContainer.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationContainer.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationEventParameter.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationEventParameter.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardNavigationTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardSideBarListItemTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardSideBarListItemTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardSideBarTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardSideBarTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardStartNavigationTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardStartNavigationTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardStep.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardStep.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepCollection.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepCollection.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepNavigationTemplate.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepNavigationTemplate.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepType.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TWizardStepType.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/TXmlTransform.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/TXmlTransform.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSlider.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSlider.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleHorizontal.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleHorizontal.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleVertical.png [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/TSlider/TSliderHandleVertical.png with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/accordion.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/accordion.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/captcha.php [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/captcha.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/keyboard.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/keyboard.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/tabpanel.css [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/tabpanel.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Web/UI/WebControls/assets/verase.ttf [moved from gui/baculum/framework/pradosoft/prado/framework/Web/UI/WebControls/assets/verase.ttf with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/TWsatARGenerator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/TWsatARGenerator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/TWsatBaseGenerator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/TWsatBaseGenerator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/TWsatScaffoldingGenerator.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/TWsatScaffoldingGenerator.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/TWsatService.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/TWsatService.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatGenerateAR.page [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatGenerateAR.page with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatGenerateAR.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatGenerateAR.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatHome.page [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatHome.page with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatHome.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatHome.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatLogin.page [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatLogin.page with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatLogin.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatLogin.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatScaffolding.page [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatScaffolding.page with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/TWsatScaffolding.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/TWsatScaffolding.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/config.xml [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/config.xml with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/layout/TWsatLayout.php [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/layout/TWsatLayout.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/pages/layout/TWsatLayout.tpl [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/pages/layout/TWsatLayout.tpl with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/themes/.htaccess [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/themes/.htaccess with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/arrowdown.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/arrowdown.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/mantisbg.jpg [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/mantisbg.jpg with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/themes/PradoSoft/imgs/pradologo.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Wsat/themes/PradoSoft/main.css [moved from gui/baculum/framework/pradosoft/prado/framework/Wsat/themes/PradoSoft/main.css with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Xml/TXmlDocument.php [moved from gui/baculum/framework/pradosoft/prado/framework/Xml/TXmlDocument.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Xml/TXmlElement.php [moved from gui/baculum/framework/pradosoft/prado/framework/Xml/TXmlElement.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/Xml/TXmlElementList.php [moved from gui/baculum/framework/pradosoft/prado/framework/Xml/TXmlElementList.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/classes.php [moved from gui/baculum/framework/pradosoft/prado/framework/classes.php with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/powered.gif [moved from gui/baculum/framework/pradosoft/prado/framework/powered.gif with 100% similarity]
gui/baculum/protected/vendor/pradosoft/prado/framework/powered2.gif [moved from gui/baculum/framework/pradosoft/prado/framework/powered2.gif with 100% similarity]
gui/baculum/protected/vendor/w3css/w3.css [moved from gui/baculum/themes/Baculum-v2/css/w3.css with 98% similarity]
gui/baculum/themes/Baculum-v2/css/baculum.css
gui/baculum/themes/Baculum-v2/css/fontawesome-all.min.css [deleted file]
gui/baculum/themes/Baculum-v2/css/select.jqueryui.css [deleted file]
gui/baculum/themes/Baculum-v2/fonts/css/fontawesome-all.min.css [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-brands-400.eot [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-brands-400.svg [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-brands-400.ttf [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-brands-400.woff [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-brands-400.woff2 [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-regular-400.eot [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-regular-400.svg [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-regular-400.ttf [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-regular-400.woff [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-regular-400.woff2 [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-solid-900.eot [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-solid-900.svg [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-solid-900.ttf [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-solid-900.woff [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/fonts/webfonts/fa-solid-900.woff2 [new file with mode: 0644]
gui/baculum/themes/Baculum-v2/webfonts/fa-brands-400.eot [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-brands-400.ttf [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-brands-400.woff [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-brands-400.woff2 [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-regular-400.eot [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-regular-400.ttf [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-regular-400.woff [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-regular-400.woff2 [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-solid-900.eot [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-solid-900.ttf [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-solid-900.woff [deleted file]
gui/baculum/themes/Baculum-v2/webfonts/fa-solid-900.woff2 [deleted file]