实例介绍
php客户管理系统,非常好用,不过对我来说可能功能太强大了,献给大家。
【实例截图】
【核心代码】
SugarCE-jb51
├── jb51.net.txt
├── SugarCE-Full-6.4.3
│ ├── acceptDecline.php
│ ├── cache
│ │ ├── csv
│ │ │ └── index.html
│ │ ├── feeds
│ │ │ └── index.html
│ │ ├── images
│ │ │ └── index.html
│ │ ├── import
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── layout
│ │ │ └── index.html
│ │ │ └── index.html
│ │ └── xml
│ │ └── index.html
│ ├── campaign_tracker.php
│ ├── campaign_trackerv2.php
│ ├── config.php
│ ├── cron.php
│ ├── crossdomain.xml
│ ├── custom
│ │ └── index.html
│ ├── data
│ │ ├── BeanFactory.php
│ │ ├── Link2.php
│ │ ├── Link.php
│ │ ├── Relationships
│ │ │ ├── EmailAddressRelationship.php
│ │ │ ├── M2MRelationship.php
│ │ │ ├── One2MBeanRelationship.php
│ │ │ ├── One2MRelationship.php
│ │ │ ├── One2OneBeanRelationship.php
│ │ │ ├── One2OneRelationship.php
│ │ │ ├── RelationshipFactory.php
│ │ │ └── SugarRelationship.php
│ │ ├── SugarBean.php
│ │ └── Tracker.php
│ ├── dictionary.php
│ ├── download.php
│ ├── emailmandelivery.php
│ ├── examples
│ │ ├── ExampleLeadCapture.php
│ │ ├── EXAMPLES_README.txt
│ │ ├── FormValidationTest.php
│ │ ├── ProgressBarTest.php
│ │ ├── SoapTest.php
│ │ ├── SoapTestPortal2.php
│ │ └── SoapTestPortal.php
│ ├── export.php
│ ├── files.md5
│ ├── HandleAjaxCall.php
│ ├── image.php
│ ├── include
│ │ ├── connectors
│ │ │ ├── component.php
│ │ │ ├── ConnectorFactory.php
│ │ │ ├── filters
│ │ │ │ ├── default
│ │ │ │ │ └── filter.php
│ │ │ │ └── FilterFactory.php
│ │ │ ├── formatters
│ │ │ │ ├── default
│ │ │ │ │ ├── company_detail.js
│ │ │ │ │ └── formatter.php
│ │ │ │ ├── ext
│ │ │ │ │ ├── rest
│ │ │ │ │ │ └── tpls
│ │ │ │ │ │ └── default.tpl
│ │ │ │ │ └── soap
│ │ │ │ │ └── tpls
│ │ │ │ │ └── default.tpl
│ │ │ │ └── FormatterFactory.php
│ │ │ ├── sources
│ │ │ │ ├── default
│ │ │ │ │ └── source.php
│ │ │ │ ├── ext
│ │ │ │ │ ├── eapm
│ │ │ │ │ │ └── eapm.php
│ │ │ │ │ ├── rest
│ │ │ │ │ │ └── rest.php
│ │ │ │ │ └── soap
│ │ │ │ │ └── soap.php
│ │ │ │ ├── loc
│ │ │ │ │ └── xml.php
│ │ │ │ └── SourceFactory.php
│ │ │ └── utils
│ │ │ └── ConnectorUtils.php
│ │ ├── contextMenus
│ │ │ ├── contextMenu.php
│ │ │ └── menuDefs
│ │ │ ├── sugarAccount.php
│ │ │ ├── sugarObject.php
│ │ │ └── sugarPerson.php
│ │ ├── controller
│ │ │ └── Controller.php
│ │ ├── Dashlets
│ │ │ ├── DashletCacheBuilder.php
│ │ │ ├── DashletGenericAutoRefreshDynamic.tpl
│ │ │ ├── DashletGenericAutoRefresh.tpl
│ │ │ ├── DashletGenericChartConfigure.tpl
│ │ │ ├── DashletGenericChart.php
│ │ │ ├── DashletGenericConfigure.tpl
│ │ │ ├── DashletGenericDisplay.tpl
│ │ │ ├── DashletGeneric.php
│ │ │ ├── Dashlet.php
│ │ │ └── DashletRssFeedTitle.php
│ │ ├── database
│ │ │ ├── DBHelper.php
│ │ │ ├── DBManagerFactory.php
│ │ │ ├── DBManager.php
│ │ │ ├── FreeTDSHelper.php
│ │ │ ├── FreeTDSManager.php
│ │ │ ├── MssqlHelper.php
│ │ │ ├── MssqlManager.php
│ │ │ ├── MysqlHelper.php
│ │ │ ├── MysqliManager.php
│ │ │ ├── MysqlManager.php
│ │ │ └── SqlsrvManager.php
│ │ ├── DetailView
│ │ │ ├── DetailView2.php
│ │ │ ├── DetailView.php
│ │ │ ├── DetailView.tpl
│ │ │ ├── footer.tpl
│ │ │ └── header.tpl
│ │ ├── dir_inc.php
│ │ ├── EditView
│ │ │ ├── EditView2.php
│ │ │ ├── EditView.php
│ │ │ ├── EditView.tpl
│ │ │ ├── footer.tpl
│ │ │ ├── header.tpl
│ │ │ ├── PopupQuickCreate.php
│ │ │ ├── QuickCreate.php
│ │ │ ├── QuickCreate.tpl
│ │ │ ├── SubpanelQuickCreate.php
│ │ │ ├── SubpanelQuickEdit.php
│ │ │ └── SugarVCR.php
│ │ ├── entryPoint.php
│ │ ├── export_utils.php
│ │ ├── externalAPI
│ │ │ ├── Base
│ │ │ │ ├── ExternalAPIBase.php
│ │ │ │ ├── ExternalAPIPlugin.php
│ │ │ │ ├── ExternalOAuthAPIPlugin.php
│ │ │ │ ├── OAuthPluginBase.php
│ │ │ │ ├── WebDocument.php
│ │ │ │ ├── WebFeed.php
│ │ │ │ └── WebMeeting.php
│ │ │ └── ExternalAPIFactory.php
│ │ ├── fonts
│ │ │ ├── Courier.afm
│ │ │ ├── Courier-Bold.afm
│ │ │ ├── Courier-BoldOblique.afm
│ │ │ ├── Courier-Oblique.afm
│ │ │ ├── Helvetica.afm
│ │ │ ├── Helvetica-Bold.afm
│ │ │ ├── Helvetica-BoldOblique.afm
│ │ │ ├── Helvetica-Oblique.afm
│ │ │ ├── License.html
│ │ │ ├── Times-Bold.afm
│ │ │ ├── Times-BoldItalic.afm
│ │ │ ├── Times-Italic.afm
│ │ │ └── Times-Roman.afm
│ │ ├── formbase.php
│ │ ├── generic
│ │ │ ├── DeleteRelationship.php
│ │ │ ├── LayoutManager.php
│ │ │ ├── Save2.php
│ │ │ └── SugarWidgets
│ │ │ ├── SugarWidgetFieldbool.php
│ │ │ ├── SugarWidgetFieldchar.php
│ │ │ ├── SugarWidgetFieldcurrency.php
│ │ │ ├── SugarWidgetFielddate.php
│ │ │ ├── SugarWidgetFielddatepicker.php
│ │ │ ├── SugarWidgetFielddatetimecombo.php
│ │ │ ├── SugarWidgetFielddatetime.php
│ │ │ ├── SugarWidgetFielddecimal.php
│ │ │ ├── SugarWidgetFielddouble.php
│ │ │ ├── SugarWidgetFieldemail.php
│ │ │ ├── SugarWidgetFieldenum.php
│ │ │ ├── SugarWidgetFieldfile.php
│ │ │ ├── SugarWidgetFieldfloat.php
│ │ │ ├── SugarWidgetFieldfullname.php
│ │ │ ├── SugarWidgetFieldid.php
│ │ │ ├── SugarWidgetFieldimage.php
│ │ │ ├── SugarWidgetFieldint.php
│ │ │ ├── SugarWidgetFieldlongtext.php
│ │ │ ├── SugarWidgetFieldmultienum.php
│ │ │ ├── SugarWidgetFieldname.php
│ │ │ ├── SugarWidgetFieldnum.php
│ │ │ ├── SugarWidgetFieldparent_type.php
│ │ │ ├── SugarWidgetFieldphone.php
│ │ │ ├── SugarWidgetField.php
│ │ │ ├── SugarWidgetFieldradioenum.php
│ │ │ ├── SugarWidgetFieldrelate.php
│ │ │ ├── SugarWidgetFieldsingleenum.php
│ │ │ ├── SugarWidgetFieldtext.php
│ │ │ ├── SugarWidgetFieldtime.php
│ │ │ ├── SugarWidgetFieldurl.php
│ │ │ ├── SugarWidgetFielduser_name.php
│ │ │ ├── SugarWidgetFieldvarchar.php
│ │ │ ├── SugarWidget.php
│ │ │ ├── SugarWidgetReportField.php
│ │ │ ├── SugarWidgetSubPanelActivitiesStatusField.php
│ │ │ ├── SugarWidgetSubPanelCloseButton.php
│ │ │ ├── SugarWidgetSubPanelConcat.php
│ │ │ ├── SugarWidgetSubPanelDeleteButton.php
│ │ │ ├── SugarWidgetSubPanelDetailViewLink.php
│ │ │ ├── SugarWidgetSubPanelEditButton.php
│ │ │ ├── SugarWidgetSubPanelEditRoleButton.php
│ │ │ ├── SugarWidgetSubPanelEmailLink.php
│ │ │ ├── SugarWidgetSubPanelGetLatestButton.php
│ │ │ ├── SugarWidgetSubPanelIcon.php
│ │ │ ├── SugarWidgetSubPanelLoadSignedButton.php
│ │ │ ├── SugarWidgetSubPanelRelFieldEditButton.php
│ │ │ ├── SugarWidgetSubPanelRemoveButtonAccount.php
│ │ │ ├── SugarWidgetSubPanelRemoveButtonMeetings.php
│ │ │ ├── SugarWidgetSubPanelRemoveButton.php
│ │ │ ├── SugarWidgetSubPanelRemoveButtonProjects.php
│ │ │ ├── SugarWidgetSubPanelTopArchiveEmailButton.php
│ │ │ ├── SugarWidgetSubPanelTopButton.php
│ │ │ ├── SugarWidgetSubPanelTopButtonQuickCreate.php
│ │ │ ├── SugarWidgetSubPanelTopComposeEmailButton.php
│ │ │ ├── SugarWidgetSubPanelTopCreateAccountNameButton.php
│ │ │ ├── SugarWidgetSubPanelTopCreateCampaignLogEntryButton.php
│ │ │ ├── SugarWidgetSubPanelTopCreateLeadNameButton.php
│ │ │ ├── SugarWidgetSubPanelTopCreateNoteButton.php
│ │ │ ├── SugarWidgetSubPanelTopCreateTaskButton.php
│ │ │ ├── SugarWidgetSubPanelTopScheduleCallButton.php
│ │ │ ├── SugarWidgetSubPanelTopScheduleMeetingButton.php
│ │ │ ├── SugarWidgetSubPanelTopSelectAccountButton.php
│ │ │ ├── SugarWidgetSubPanelTopSelectButton.php
│ │ │ ├── SugarWidgetSubPanelTopSelectContactsButton.php
│ │ │ ├── SugarWidgetSubPanelTopSelectUsersButton.php
│ │ │ └── SugarWidgetSubPanelTopSummaryButton.php
│ │ ├── globalControlLinks.php
│ │ ├── GroupedTabs
│ │ │ └── GroupedTabStructure.php
│ │ ├── HTTP_WebDAV_Server
│ │ │ ├── dav.txt
│ │ │ ├── license.txt
│ │ │ ├── README
│ │ │ ├── Server.php
│ │ │ └── Tools
│ │ │ ├── _parse_lockinfo.php
│ │ │ ├── _parse_propfind.php
│ │ │ └── _parse_proppatch.php
│ │ ├── images
│ │ │ ├── 1.gif
│ │ │ ├── blank.gif
│ │ │ ├── configure.png
│ │ │ ├── create_users.png
│ │ │ ├── cube_bg.gif
│ │ │ ├── default_user_feed_picture.png
│ │ │ ├── docs.png
│ │ │ ├── forums.png
│ │ │ ├── import.png
│ │ │ ├── install_themes.jpg
│ │ │ ├── iphone-listArrow.png
│ │ │ ├── iphone-toolbar.png
│ │ │ ├── kb.png
│ │ │ ├── options.gif
│ │ │ ├── options_up.gif
│ │ │ ├── powered_by_sugarcrm.gif
│ │ │ ├── poweredby_sugarcrm.png
│ │ │ ├── rss_xml.gif
│ │ │ ├── seed_chris_id.gif
│ │ │ ├── seed_jim_id.gif
│ │ │ ├── seed_max_id.gif
│ │ │ ├── seed_sally_id.gif
│ │ │ ├── seed_sarah_id.gif
│ │ │ ├── seed_will_id.gif
│ │ │ ├── settings.png
│ │ │ ├── spacer.png
│ │ │ ├── start.png
│ │ │ ├── sugarcrm_about_logo.gif
│ │ │ ├── sugarcrm_copyright_logo.jpg
│ │ │ ├── sugarcrm_login.png
│ │ │ ├── sugar_icon.ico
│ │ │ ├── sugar_md_open.png
│ │ │ ├── SugarPlanet.swf
│ │ │ ├── sugarsales_myarea.png
│ │ │ ├── sugar_wizard_welcome.jpg
│ │ │ ├── university2.png
│ │ │ └── university.png
│ │ ├── javascript
│ │ │ ├── ajaxUI.js
│ │ │ ├── calendar.js
│ │ │ ├── cookie.js
│ │ │ ├── dashlets.js
│ │ │ ├── getYUIComboFile.php
│ │ │ ├── importWizard.js
│ │ │ ├── include.js
│ │ │ ├── iscroll.js
│ │ │ ├── javascript.php
│ │ │ ├── jsAlerts.php
│ │ │ ├── jsclass_async.js
│ │ │ ├── jsclass_base.js
│ │ │ ├── menu.js
│ │ │ ├── overlibmws_iframe.js
│ │ │ ├── overlibmws.js
│ │ │ ├── phpjs
│ │ │ │ ├── get_html_translation_table.js
│ │ │ │ ├── html_entity_decode.js
│ │ │ │ └── license.js
│ │ │ ├── popup_helper.js
│ │ │ ├── popup_parent_helper.js
│ │ │ ├── quickCompose.js
│ │ │ ├── quicksearch.js
│ │ │ ├── report_additionals.js
│ │ │ ├── sugar_3.js
│ │ │ ├── sugar_connection_event_listener.js
│ │ │ ├── sugarwidgets
│ │ │ │ ├── SugarYUILoader.js
│ │ │ │ └── SugarYUIWidgets.js
│ │ │ ├── sugar_yui_overrides.js
│ │ │ ├── swfobject.js
│ │ │ ├── tiny_mce
│ │ │ │ ├── classes
│ │ │ │ │ ├── adapter
│ │ │ │ │ │ ├── jquery
│ │ │ │ │ │ │ ├── adapter.js
│ │ │ │ │ │ │ └── jquery.tinymce.js
│ │ │ │ │ │ └── prototype
│ │ │ │ │ │ └── adapter.js
│ │ │ │ │ ├── AddOnManager.js
│ │ │ │ │ ├── ControlManager.js
│ │ │ │ │ ├── dom
│ │ │ │ │ │ ├── DOMUtils.js
│ │ │ │ │ │ ├── Element.js
│ │ │ │ │ │ ├── EventUtils.js
│ │ │ │ │ │ ├── Range.js
│ │ │ │ │ │ ├── RangeUtils.js
│ │ │ │ │ │ ├── ScriptLoader.js
│ │ │ │ │ │ ├── Selection.js
│ │ │ │ │ │ ├── Serializer.js
│ │ │ │ │ │ ├── Sizzle.js
│ │ │ │ │ │ ├── TreeWalker.js
│ │ │ │ │ │ └── TridentSelection.js
│ │ │ │ │ ├── EditorCommands.js
│ │ │ │ │ ├── Editor.js
│ │ │ │ │ ├── EditorManager.js
│ │ │ │ │ ├── firebug
│ │ │ │ │ │ ├── FIREBUG.LICENSE
│ │ │ │ │ │ └── firebug-lite.js
│ │ │ │ │ ├── ForceBlocks.js
│ │ │ │ │ ├── Formatter.js
│ │ │ │ │ ├── html
│ │ │ │ │ │ ├── DomParser.js
│ │ │ │ │ │ ├── Entities.js
│ │ │ │ │ │ ├── Node.js
│ │ │ │ │ │ ├── SaxParser.js
│ │ │ │ │ │ ├── Schema.js
│ │ │ │ │ │ ├── Serializer.js
│ │ │ │ │ │ ├── Styles.js
│ │ │ │ │ │ └── Writer.js
│ │ │ │ │ ├── LegacyInput.js
│ │ │ │ │ ├── Popup.js
│ │ │ │ │ ├── tinymce.js
│ │ │ │ │ ├── ui
│ │ │ │ │ │ ├── Button.js
│ │ │ │ │ │ ├── ColorSplitButton.js
│ │ │ │ │ │ ├── Container.js
│ │ │ │ │ │ ├── Control.js
│ │ │ │ │ │ ├── DropMenu.js
│ │ │ │ │ │ ├── KeyboardNavigation.js
│ │ │ │ │ │ ├── ListBox.js
│ │ │ │ │ │ ├── MenuButton.js
│ │ │ │ │ │ ├── MenuItem.js
│ │ │ │ │ │ ├── Menu.js
│ │ │ │ │ │ ├── NativeListBox.js
│ │ │ │ │ │ ├── Separator.js
│ │ │ │ │ │ ├── SplitButton.js
│ │ │ │ │ │ ├── ToolbarGroup.js
│ │ │ │ │ │ └── Toolbar.js
│ │ │ │ │ ├── UndoManager.js
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── Cookie.js
│ │ │ │ │ │ ├── Dispatcher.js
│ │ │ │ │ │ ├── JSON.js
│ │ │ │ │ │ ├── JSONP.js
│ │ │ │ │ │ ├── JSONRequest.js
│ │ │ │ │ │ ├── Quirks.js
│ │ │ │ │ │ ├── URI.js
│ │ │ │ │ │ ├── VK.js
│ │ │ │ │ │ └── XHR.js
│ │ │ │ │ └── WindowManager.js
│ │ │ │ ├── jquery.tinymce.js
│ │ │ │ ├── langs
│ │ │ │ │ └── en.js
│ │ │ │ ├── license.txt
│ │ │ │ ├── plugins
│ │ │ │ │ ├── advhr
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── advhr.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── rule.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ └── rule.htm
│ │ │ │ │ ├── advimage
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── advimage.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── image.htm
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ └── sample.gif
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── image.js
│ │ │ │ │ │ └── langs
│ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ ├── advlink
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── advlink.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── advlink.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ └── link.htm
│ │ │ │ │ ├── advlist
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── autolink
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── autoresize
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── autosave
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ └── langs
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── bbcode
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── contextmenu
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── directionality
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── emotions
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── emotions.htm
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ ├── smiley-cool.gif
│ │ │ │ │ │ │ ├── smiley-cry.gif
│ │ │ │ │ │ │ ├── smiley-embarassed.gif
│ │ │ │ │ │ │ ├── smiley-foot-in-mouth.gif
│ │ │ │ │ │ │ ├── smiley-frown.gif
│ │ │ │ │ │ │ ├── smiley-innocent.gif
│ │ │ │ │ │ │ ├── smiley-kiss.gif
│ │ │ │ │ │ │ ├── smiley-laughing.gif
│ │ │ │ │ │ │ ├── smiley-money-mouth.gif
│ │ │ │ │ │ │ ├── smiley-sealed.gif
│ │ │ │ │ │ │ ├── smiley-smile.gif
│ │ │ │ │ │ │ ├── smiley-surprised.gif
│ │ │ │ │ │ │ ├── smiley-tongue-out.gif
│ │ │ │ │ │ │ ├── smiley-undecided.gif
│ │ │ │ │ │ │ ├── smiley-wink.gif
│ │ │ │ │ │ │ └── smiley-yell.gif
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── emotions.js
│ │ │ │ │ │ └── langs
│ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ ├── example
│ │ │ │ │ │ ├── dialog.htm
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ └── example.gif
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── dialog.js
│ │ │ │ │ │ └── langs
│ │ │ │ │ │ ├── en_dlg.js
│ │ │ │ │ │ └── en.js
│ │ │ │ │ ├── example_dependency
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── fullpage
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── fullpage.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── fullpage.htm
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── fullpage.js
│ │ │ │ │ │ └── langs
│ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ ├── fullscreen
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ └── fullscreen.htm
│ │ │ │ │ ├── iespell
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── inlinepopups
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── clearlooks2
│ │ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ │ ├── alert.gif
│ │ │ │ │ │ │ │ ├── button.gif
│ │ │ │ │ │ │ │ ├── buttons.gif
│ │ │ │ │ │ │ │ ├── confirm.gif
│ │ │ │ │ │ │ │ ├── corners.gif
│ │ │ │ │ │ │ │ ├── horizontal.gif
│ │ │ │ │ │ │ │ └── vertical.gif
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ └── template.htm
│ │ │ │ │ ├── insertdatetime
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── layer
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── legacyoutput
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── lists
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── media
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── media.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── embed.js
│ │ │ │ │ │ │ └── media.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ ├── media.htm
│ │ │ │ │ │ └── moxieplayer.swf
│ │ │ │ │ ├── nonbreaking
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── noneditable
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── pagebreak
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── paste
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── pastetext.js
│ │ │ │ │ │ │ └── pasteword.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ ├── pastetext.htm
│ │ │ │ │ │ └── pasteword.htm
│ │ │ │ │ ├── preview
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── example.html
│ │ │ │ │ │ ├── jscripts
│ │ │ │ │ │ │ └── embed.js
│ │ │ │ │ │ └── preview.html
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── save
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── searchreplace
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── searchreplace.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── searchreplace.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ └── searchreplace.htm
│ │ │ │ │ ├── spellchecker
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── content.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ └── img
│ │ │ │ │ │ └── wline.gif
│ │ │ │ │ ├── style
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── props.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── props.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ └── props.htm
│ │ │ │ │ ├── tabfocus
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── table
│ │ │ │ │ │ ├── cell.htm
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ ├── cell.css
│ │ │ │ │ │ │ ├── row.css
│ │ │ │ │ │ │ └── table.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── cell.js
│ │ │ │ │ │ │ ├── merge_cells.js
│ │ │ │ │ │ │ ├── row.js
│ │ │ │ │ │ │ └── table.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ ├── merge_cells.htm
│ │ │ │ │ │ ├── row.htm
│ │ │ │ │ │ └── table.htm
│ │ │ │ │ ├── template
│ │ │ │ │ │ ├── blank.htm
│ │ │ │ │ │ ├── css
│ │ │ │ │ │ │ └── template.css
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ └── template.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ └── en_dlg.js
│ │ │ │ │ │ └── template.htm
│ │ │ │ │ ├── visualchars
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ ├── wordcount
│ │ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ │ └── editor_plugin_src.js
│ │ │ │ │ └── xhtmlxtras
│ │ │ │ │ ├── abbr.htm
│ │ │ │ │ ├── acronym.htm
│ │ │ │ │ ├── attributes.htm
│ │ │ │ │ ├── cite.htm
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── attributes.css
│ │ │ │ │ │ └── popup.css
│ │ │ │ │ ├── del.htm
│ │ │ │ │ ├── editor_plugin.js
│ │ │ │ │ ├── editor_plugin_src.js
│ │ │ │ │ ├── ins.htm
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── abbr.js
│ │ │ │ │ │ ├── acronym.js
│ │ │ │ │ │ ├── attributes.js
│ │ │ │ │ │ ├── cite.js
│ │ │ │ │ │ ├── del.js
│ │ │ │ │ │ ├── element_common.js
│ │ │ │ │ │ └── ins.js
│ │ │ │ │ └── langs
│ │ │ │ │ └── en_dlg.js
│ │ │ │ ├── themes
│ │ │ │ │ ├── advanced
│ │ │ │ │ │ ├── about.htm
│ │ │ │ │ │ ├── anchor.htm
│ │ │ │ │ │ ├── charmap.htm
│ │ │ │ │ │ ├── color_picker.htm
│ │ │ │ │ │ ├── editor_template.js
│ │ │ │ │ │ ├── editor_template_src.js
│ │ │ │ │ │ ├── image.htm
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ ├── colorpicker.jpg
│ │ │ │ │ │ │ ├── flash.gif
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── iframe.gif
│ │ │ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ │ │ ├── quicktime.gif
│ │ │ │ │ │ │ ├── realmedia.gif
│ │ │ │ │ │ │ ├── shockwave.gif
│ │ │ │ │ │ │ ├── trans.gif
│ │ │ │ │ │ │ ├── video.gif
│ │ │ │ │ │ │ └── windowsmedia.gif
│ │ │ │ │ │ ├── js
│ │ │ │ │ │ │ ├── about.js
│ │ │ │ │ │ │ ├── anchor.js
│ │ │ │ │ │ │ ├── charmap.js
│ │ │ │ │ │ │ ├── color_picker.js
│ │ │ │ │ │ │ ├── image.js
│ │ │ │ │ │ │ ├── link.js
│ │ │ │ │ │ │ └── source_editor.js
│ │ │ │ │ │ ├── langs
│ │ │ │ │ │ │ ├── en_dlg.js
│ │ │ │ │ │ │ └── en.js
│ │ │ │ │ │ ├── link.htm
│ │ │ │ │ │ ├── shortcuts.htm
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ │ │ ├── buttons.png
│ │ │ │ │ │ │ │ │ ├── items.gif
│ │ │ │ │ │ │ │ │ ├── menu_arrow.gif
│ │ │ │ │ │ │ │ │ ├── menu_check.gif
│ │ │ │ │ │ │ │ │ ├── progress.gif
│ │ │ │ │ │ │ │ │ └── tabs.gif
│ │ │ │ │ │ │ │ └── ui.css
│ │ │ │ │ │ │ ├── highcontrast
│ │ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ │ └── ui.css
│ │ │ │ │ │ │ └── o2k7
│ │ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ │ ├── button_bg_black.png
│ │ │ │ │ │ │ │ ├── button_bg.png
│ │ │ │ │ │ │ │ └── button_bg_silver.png
│ │ │ │ │ │ │ ├── ui_black.css
│ │ │ │ │ │ │ ├── ui.css
│ │ │ │ │ │ │ └── ui_silver.css
│ │ │ │ │ │ └── source_editor.htm
│ │ │ │ │ └── simple
│ │ │ │ │ ├── editor_template.js
│ │ │ │ │ ├── editor_template_src.js
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── icons.gif
│ │ │ │ │ ├── langs
│ │ │ │ │ │ └── en.js
│ │ │ │ │ └── skins
│ │ │ │ │ ├── default
│ │ │ │ │ │ ├── content.css
│ │ │ │ │ │ └── ui.css
│ │ │ │ │ └── o2k7
│ │ │ │ │ ├── content.css
│ │ │ │ │ ├── img
│ │ │ │ │ │ └── button_bg.png
│ │ │ │ │ └── ui.css
│ │ │ │ ├── tiny_mce_dev.js
│ │ │ │ ├── tiny_mce_jquery.js
│ │ │ │ ├── tiny_mce_jquery_src.js
│ │ │ │ ├── tiny_mce.js
│ │ │ │ ├── tiny_mce_popup.js
│ │ │ │ ├── tiny_mce_prototype.js
│ │ │ │ ├── tiny_mce_prototype_src.js
│ │ │ │ ├── tiny_mce_src.js
│ │ │ │ └── utils
│ │ │ │ ├── editable_selects.js
│ │ │ │ ├── form_utils.js
│ │ │ │ ├── mctabs.js
│ │ │ │ └── validate.js
│ │ │ ├── yui
│ │ │ │ ├── build
│ │ │ │ │ ├── animation
│ │ │ │ │ │ ├── animation.js
│ │ │ │ │ │ └── animation-min.js
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ ├── asc.gif
│ │ │ │ │ │ ├── autocomplete.css
│ │ │ │ │ │ ├── back-h.png
│ │ │ │ │ │ ├── back-v.png
│ │ │ │ │ │ ├── bar-h.png
│ │ │ │ │ │ ├── bar-v.png
│ │ │ │ │ │ ├── bg-h.gif
│ │ │ │ │ │ ├── bg-v.gif
│ │ │ │ │ │ ├── blankimage.png
│ │ │ │ │ │ ├── button.css
│ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ ├── carousel.css
│ │ │ │ │ │ ├── check0.gif
│ │ │ │ │ │ ├── check1.gif
│ │ │ │ │ │ ├── check2.gif
│ │ │ │ │ │ ├── colorpicker.css
│ │ │ │ │ │ ├── container.css
│ │ │ │ │ │ ├── datatable.css
│ │ │ │ │ │ ├── desc.gif
│ │ │ │ │ │ ├── dt-arrow-dn.png
│ │ │ │ │ │ ├── dt-arrow-up.png
│ │ │ │ │ │ ├── editor.css
│ │ │ │ │ │ ├── editor-knob.gif
│ │ │ │ │ │ ├── editor-sprite-active.gif
│ │ │ │ │ │ ├── editor-sprite.gif
│ │ │ │ │ │ ├── header_background.png
│ │ │ │ │ │ ├── hue_bg.png
│ │ │ │ │ │ ├── imagecropper.css
│ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ ├── layout_sprite.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── logger.css
│ │ │ │ │ │ ├── menubaritem_submenuindicator_disabled.png
│ │ │ │ │ │ ├── menubaritem_submenuindicator.png
│ │ │ │ │ │ ├── menu-button-arrow-disabled.png
│ │ │ │ │ │ ├── menu-button-arrow.png
│ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ ├── menuitem_checkbox_disabled.png
│ │ │ │ │ │ ├── menuitem_checkbox.png
│ │ │ │ │ │ ├── menuitem_submenuindicator_disabled.png
│ │ │ │ │ │ ├── menuitem_submenuindicator.png
│ │ │ │ │ │ ├── paginator.css
│ │ │ │ │ │ ├── picker_mask.png
│ │ │ │ │ │ ├── profilerviewer.css
│ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ ├── resize.css
│ │ │ │ │ │ ├── simpleeditor.css
│ │ │ │ │ │ ├── skin.css
│ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ ├── split-button-arrow-active.png
│ │ │ │ │ │ ├── split-button-arrow-disabled.png
│ │ │ │ │ │ ├── split-button-arrow-focus.png
│ │ │ │ │ │ ├── split-button-arrow-hover.png
│ │ │ │ │ │ ├── split-button-arrow.png
│ │ │ │ │ │ ├── sprite.png
│ │ │ │ │ │ ├── sprite.psd
│ │ │ │ │ │ ├── tabview.css
│ │ │ │ │ │ ├── treeview.css
│ │ │ │ │ │ ├── treeview-loading.gif
│ │ │ │ │ │ ├── treeview-sprite.gif
│ │ │ │ │ │ ├── wait.gif
│ │ │ │ │ │ └── yuitest.css
│ │ │ │ │ ├── autocomplete
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── autocomplete-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── autocomplete.css
│ │ │ │ │ │ │ └── autocomplete-skin.css
│ │ │ │ │ │ ├── autocomplete.js
│ │ │ │ │ │ └── autocomplete-min.js
│ │ │ │ │ ├── base
│ │ │ │ │ │ ├── base.css
│ │ │ │ │ │ └── base-min.css
│ │ │ │ │ ├── button
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── button-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── button.css
│ │ │ │ │ │ │ ├── button-skin.css
│ │ │ │ │ │ │ ├── menu-button-arrow-disabled.png
│ │ │ │ │ │ │ ├── menu-button-arrow.png
│ │ │ │ │ │ │ ├── split-button-arrow-active.png
│ │ │ │ │ │ │ ├── split-button-arrow-disabled.png
│ │ │ │ │ │ │ ├── split-button-arrow-focus.png
│ │ │ │ │ │ │ ├── split-button-arrow-hover.png
│ │ │ │ │ │ │ └── split-button-arrow.png
│ │ │ │ │ │ ├── button.js
│ │ │ │ │ │ └── button-min.js
│ │ │ │ │ ├── calendar
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── calendar-core.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── calgrad.png
│ │ │ │ │ │ │ ├── callt.gif
│ │ │ │ │ │ │ ├── calrt.gif
│ │ │ │ │ │ │ ├── calx.gif
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ └── calendar-skin.css
│ │ │ │ │ │ ├── calendar.js
│ │ │ │ │ │ └── calendar-min.js
│ │ │ │ │ ├── carousel
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ │ ├── carousel-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ │ ├── carousel.css
│ │ │ │ │ │ │ └── carousel-skin.css
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ └── carousel-min.js
│ │ │ │ │ ├── charts
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ └── charts.swf
│ │ │ │ │ │ ├── charts.js
│ │ │ │ │ │ └── charts-min.js
│ │ │ │ │ ├── colorpicker
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── colorpicker-core.css
│ │ │ │ │ │ │ ├── hue_thumb.png
│ │ │ │ │ │ │ ├── picker_mask.png
│ │ │ │ │ │ │ ├── picker_thumb.png
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── colorpicker.css
│ │ │ │ │ │ │ ├── colorpicker-skin.css
│ │ │ │ │ │ │ ├── hue_bg.png
│ │ │ │ │ │ │ └── picker_mask.png
│ │ │ │ │ │ ├── colorpicker.js
│ │ │ │ │ │ └── colorpicker-min.js
│ │ │ │ │ ├── connection
│ │ │ │ │ │ ├── connection_core.js
│ │ │ │ │ │ ├── connection_core-min.js
│ │ │ │ │ │ ├── connection.js
│ │ │ │ │ │ ├── connection-min.js
│ │ │ │ │ │ └── connection.swf
│ │ │ │ │ ├── container
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── alrt16_1.gif
│ │ │ │ │ │ │ ├── blck16_1.gif
│ │ │ │ │ │ │ ├── close12_1.gif
│ │ │ │ │ │ │ ├── container-core.css
│ │ │ │ │ │ │ ├── container.css
│ │ │ │ │ │ │ ├── hlp16_1.gif
│ │ │ │ │ │ │ ├── info16_1.gif
│ │ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ │ ├── container.css
│ │ │ │ │ │ │ │ └── container-skin.css
│ │ │ │ │ │ │ ├── tip16_1.gif
│ │ │ │ │ │ │ └── warn16_1.gif
│ │ │ │ │ │ ├── container_core.js
│ │ │ │ │ │ ├── container_core-min.js
│ │ │ │ │ │ ├── container.js
│ │ │ │ │ │ └── container-min.js
│ │ │ │ │ ├── cookie
│ │ │ │ │ │ ├── cookie.js
│ │ │ │ │ │ └── cookie-min.js
│ │ │ │ │ ├── datasource
│ │ │ │ │ │ ├── datasource.js
│ │ │ │ │ │ └── datasource-min.js
│ │ │ │ │ ├── datatable
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── datatable-core.css
│ │ │ │ │ │ │ ├── datatable.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── datatable.css
│ │ │ │ │ │ │ ├── datatable-skin.css
│ │ │ │ │ │ │ ├── dt-arrow-dn.png
│ │ │ │ │ │ │ └── dt-arrow-up.png
│ │ │ │ │ │ ├── datatable.js
│ │ │ │ │ │ └── datatable-min.js
│ │ │ │ │ ├── datemath
│ │ │ │ │ │ ├── datemath.js
│ │ │ │ │ │ └── datemath-min.js
│ │ │ │ │ ├── dom
│ │ │ │ │ │ ├── dom.js
│ │ │ │ │ │ └── dom-min.js
│ │ │ │ │ ├── dragdrop
│ │ │ │ │ │ ├── dragdrop.js
│ │ │ │ │ │ └── dragdrop-min.js
│ │ │ │ │ ├── editor
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── editor-core.css
│ │ │ │ │ │ │ ├── simpleeditor-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── blankimage.png
│ │ │ │ │ │ │ ├── editor.css
│ │ │ │ │ │ │ ├── editor-knob.gif
│ │ │ │ │ │ │ ├── editor-skin.css
│ │ │ │ │ │ │ ├── editor-sprite-active.gif
│ │ │ │ │ │ │ ├── editor-sprite.gif
│ │ │ │ │ │ │ ├── simpleeditor.css
│ │ │ │ │ │ │ └── simpleeditor-skin.css
│ │ │ │ │ │ ├── editor.js
│ │ │ │ │ │ ├── editor-min.js
│ │ │ │ │ │ ├── simpleeditor.js
│ │ │ │ │ │ └── simpleeditor-min.js
│ │ │ │ │ ├── element
│ │ │ │ │ │ ├── element.js
│ │ │ │ │ │ └── element-min.js
│ │ │ │ │ ├── element-delegate
│ │ │ │ │ │ ├── element-delegate.js
│ │ │ │ │ │ └── element-delegate-min.js
│ │ │ │ │ ├── event
│ │ │ │ │ │ ├── event.js
│ │ │ │ │ │ └── event-min.js
│ │ │ │ │ ├── event-delegate
│ │ │ │ │ │ ├── event-delegate.js
│ │ │ │ │ │ └── event-delegate-min.js
│ │ │ │ │ ├── event-mouseenter
│ │ │ │ │ │ ├── event-mouseenter.js
│ │ │ │ │ │ └── event-mouseenter-min.js
│ │ │ │ │ ├── event-simulate
│ │ │ │ │ │ ├── event-simulate.js
│ │ │ │ │ │ └── event-simulate-min.js
│ │ │ │ │ ├── fonts
│ │ │ │ │ │ ├── fonts.css
│ │ │ │ │ │ └── fonts-min.css
│ │ │ │ │ ├── get
│ │ │ │ │ │ ├── get.js
│ │ │ │ │ │ └── get-min.js
│ │ │ │ │ ├── grids
│ │ │ │ │ │ ├── grids.css
│ │ │ │ │ │ └── grids-min.css
│ │ │ │ │ ├── history
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ └── blank.html
│ │ │ │ │ │ ├── history.js
│ │ │ │ │ │ └── history-min.js
│ │ │ │ │ ├── imagecropper
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── imagecropper-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── imagecropper.css
│ │ │ │ │ │ │ └── imagecropper-skin.css
│ │ │ │ │ │ ├── imagecropper.js
│ │ │ │ │ │ └── imagecropper-min.js
│ │ │ │ │ ├── imageloader
│ │ │ │ │ │ ├── imageloader.js
│ │ │ │ │ │ └── imageloader-min.js
│ │ │ │ │ ├── json
│ │ │ │ │ │ ├── json.js
│ │ │ │ │ │ └── json-min.js
│ │ │ │ │ ├── layout
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── layout-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── layout-skin.css
│ │ │ │ │ │ │ └── layout_sprite.png
│ │ │ │ │ │ ├── layout.js
│ │ │ │ │ │ └── layout-min.js
│ │ │ │ │ ├── logger
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── logger-core.css
│ │ │ │ │ │ │ ├── logger.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── logger.css
│ │ │ │ │ │ │ └── logger-skin.css
│ │ │ │ │ │ ├── logger.js
│ │ │ │ │ │ └── logger-min.js
│ │ │ │ │ ├── menu
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── menubaritem_submenuindicator_disabled.png
│ │ │ │ │ │ │ ├── menubaritem_submenuindicator.png
│ │ │ │ │ │ │ ├── menubaritem_submenuindicator_selected.png
│ │ │ │ │ │ │ ├── menu-core.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menu_down_arrow_disabled.png
│ │ │ │ │ │ │ ├── menu_down_arrow.png
│ │ │ │ │ │ │ ├── menuitem_checkbox_disabled.png
│ │ │ │ │ │ │ ├── menuitem_checkbox.png
│ │ │ │ │ │ │ ├── menuitem_checkbox_selected.png
│ │ │ │ │ │ │ ├── menuitem_submenuindicator_disabled.png
│ │ │ │ │ │ │ ├── menuitem_submenuindicator.png
│ │ │ │ │ │ │ ├── menuitem_submenuindicator_selected.png
│ │ │ │ │ │ │ ├── menu_up_arrow_disabled.png
│ │ │ │ │ │ │ ├── menu_up_arrow.png
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── menubaritem_submenuindicator_disabled.png
│ │ │ │ │ │ │ ├── menubaritem_submenuindicator.png
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menuitem_checkbox_disabled.png
│ │ │ │ │ │ │ ├── menuitem_checkbox.png
│ │ │ │ │ │ │ ├── menuitem_submenuindicator_disabled.png
│ │ │ │ │ │ │ ├── menuitem_submenuindicator.png
│ │ │ │ │ │ │ └── menu-skin.css
│ │ │ │ │ │ ├── menu.js
│ │ │ │ │ │ └── menu-min.js
│ │ │ │ │ ├── paginator
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── paginator-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── paginator.css
│ │ │ │ │ │ │ └── paginator-skin.css
│ │ │ │ │ │ ├── paginator.js
│ │ │ │ │ │ └── paginator-min.js
│ │ │ │ │ ├── profiler
│ │ │ │ │ │ ├── profiler.js
│ │ │ │ │ │ └── profiler-min.js
│ │ │ │ │ ├── profilerviewer
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── profilerviewer-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── asc.gif
│ │ │ │ │ │ │ ├── desc.gif
│ │ │ │ │ │ │ ├── header_background.png
│ │ │ │ │ │ │ ├── profilerviewer.css
│ │ │ │ │ │ │ ├── profilerviewer-skin.css
│ │ │ │ │ │ │ └── wait.gif
│ │ │ │ │ │ ├── profilerviewer.js
│ │ │ │ │ │ └── profilerviewer-min.js
│ │ │ │ │ ├── progressbar
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── progressbar-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── back-h.png
│ │ │ │ │ │ │ ├── back-v.png
│ │ │ │ │ │ │ ├── bar-h.png
│ │ │ │ │ │ │ ├── bar-v.png
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ └── progressbar-skin.css
│ │ │ │ │ │ ├── progressbar.js
│ │ │ │ │ │ └── progressbar-min.js
│ │ │ │ │ ├── reset
│ │ │ │ │ │ ├── reset.css
│ │ │ │ │ │ └── reset-min.css
│ │ │ │ │ ├── reset-fonts
│ │ │ │ │ │ └── reset-fonts.css
│ │ │ │ │ ├── reset-fonts-grids
│ │ │ │ │ │ └── reset-fonts-grids.css
│ │ │ │ │ ├── resize
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── resize-core.css
│ │ │ │ │ │ │ └── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── layout_sprite.png
│ │ │ │ │ │ │ ├── resize.css
│ │ │ │ │ │ │ └── resize-skin.css
│ │ │ │ │ │ ├── resize.js
│ │ │ │ │ │ └── resize-min.js
│ │ │ │ │ ├── selector
│ │ │ │ │ │ ├── selector.js
│ │ │ │ │ │ └── selector-min.js
│ │ │ │ │ ├── slider
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── bg-fader.gif
│ │ │ │ │ │ │ ├── bg-h.gif
│ │ │ │ │ │ │ ├── bg-v-e.gif
│ │ │ │ │ │ │ ├── bg-v.gif
│ │ │ │ │ │ │ ├── left-thumb.png
│ │ │ │ │ │ │ ├── right-thumb.png
│ │ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ │ ├── bg-h.gif
│ │ │ │ │ │ │ │ ├── bg-v.gif
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ └── slider-skin.css
│ │ │ │ │ │ │ ├── slider-core.css
│ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ ├── thumb-bar.gif
│ │ │ │ │ │ │ ├── thumb-e.gif
│ │ │ │ │ │ │ ├── thumb-fader.gif
│ │ │ │ │ │ │ ├── thumb-n.gif
│ │ │ │ │ │ │ ├── thumb-s.gif
│ │ │ │ │ │ │ └── thumb-w.gif
│ │ │ │ │ │ ├── slider.js
│ │ │ │ │ │ └── slider-min.js
│ │ │ │ │ ├── storage
│ │ │ │ │ │ ├── storage.js
│ │ │ │ │ │ └── storage-min.js
│ │ │ │ │ ├── stylesheet
│ │ │ │ │ │ ├── stylesheet.js
│ │ │ │ │ │ └── stylesheet-min.js
│ │ │ │ │ ├── swf
│ │ │ │ │ │ ├── swf.js
│ │ │ │ │ │ └── swf-min.js
│ │ │ │ │ ├── swfdetect
│ │ │ │ │ │ ├── swfdetect.js
│ │ │ │ │ │ └── swfdetect-min.js
│ │ │ │ │ ├── swfstore
│ │ │ │ │ │ ├── swfstore.js
│ │ │ │ │ │ ├── swfstore-min.js
│ │ │ │ │ │ └── swfstore.swf
│ │ │ │ │ ├── tabview
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── border_tabs.css
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ │ ├── tabview.css
│ │ │ │ │ │ │ │ └── tabview-skin.css
│ │ │ │ │ │ │ ├── skin-sam.css
│ │ │ │ │ │ │ ├── tabview-core.css
│ │ │ │ │ │ │ └── tabview.css
│ │ │ │ │ │ ├── tabview.js
│ │ │ │ │ │ └── tabview-min.js
│ │ │ │ │ ├── treeview
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ │ ├── check0.gif
│ │ │ │ │ │ │ │ ├── check1.gif
│ │ │ │ │ │ │ │ ├── check2.gif
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── treeview.css
│ │ │ │ │ │ │ │ ├── treeview-loading.gif
│ │ │ │ │ │ │ │ ├── treeview-skin.css
│ │ │ │ │ │ │ │ └── treeview-sprite.gif
│ │ │ │ │ │ │ └── treeview-core.css
│ │ │ │ │ │ ├── treeview.js
│ │ │ │ │ │ └── treeview-min.js
│ │ │ │ │ ├── uploader
│ │ │ │ │ │ ├── assets
│ │ │ │ │ │ │ └── uploader.swf
│ │ │ │ │ │ ├── uploader.js
│ │ │ │ │ │ └── uploader-min.js
│ │ │ │ │ ├── utilities
│ │ │ │ │ │ └── utilities.js
│ │ │ │ │ ├── yahoo
│ │ │ │ │ │ ├── yahoo.js
│ │ │ │ │ │ └── yahoo-min.js
│ │ │ │ │ ├── yahoo-dom-event
│ │ │ │ │ │ └── yahoo-dom-event.js
│ │ │ │ │ ├── yuiloader
│ │ │ │ │ │ ├── yuiloader.js
│ │ │ │ │ │ └── yuiloader-min.js
│ │ │ │ │ ├── yuiloader-dom-event
│ │ │ │ │ │ └── yuiloader-dom-event.js
│ │ │ │ │ └── yuitest
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── yuitest.css
│ │ │ │ │ │ │ └── yuitest-skin.css
│ │ │ │ │ │ ├── testlogger.css
│ │ │ │ │ │ └── yuitest-core.css
│ │ │ │ │ ├── yuitest_core.js
│ │ │ │ │ ├── yuitest_core-min.js
│ │ │ │ │ ├── yuitest.js
│ │ │ │ │ └── yuitest-min.js
│ │ │ │ ├── ext
│ │ │ │ │ └── yui-ext.js
│ │ │ │ ├── index.html
│ │ │ │ ├── LICENSE.txt
│ │ │ │ ├── README
│ │ │ │ └── ygDDList.js
│ │ │ └── yui3
│ │ │ ├── assets
│ │ │ │ ├── bg_hd.gif
│ │ │ │ ├── bullet4x4.png
│ │ │ │ ├── bullet-box6x6.gif
│ │ │ │ ├── cheatsheet-shadow.jpg
│ │ │ │ ├── cheatsheet-thumbnail.png
│ │ │ │ ├── download-arrow.png
│ │ │ │ ├── dpSyntaxHighlighter.css
│ │ │ │ ├── dpSyntaxHighlighter.js
│ │ │ │ ├── example-hd-bg.gif
│ │ │ │ ├── gradient-ex-box.png
│ │ │ │ ├── gradient-mod.png
│ │ │ │ ├── gradient-promo.png
│ │ │ │ ├── logo.gif
│ │ │ │ ├── syntax.js
│ │ │ │ ├── title_h_bg.gif
│ │ │ │ ├── yui-candy.jpg
│ │ │ │ ├── yui.css
│ │ │ │ ├── yuiDistribution.css
│ │ │ │ └── yui.gif
│ │ │ ├── build
│ │ │ │ ├── anim
│ │ │ │ │ ├── anim-base.js
│ │ │ │ │ ├── anim-base-min.js
│ │ │ │ │ ├── anim-color.js
│ │ │ │ │ ├── anim-color-min.js
│ │ │ │ │ ├── anim-curve.js
│ │ │ │ │ ├── anim-curve-min.js
│ │ │ │ │ ├── anim-easing.js
│ │ │ │ │ ├── anim-easing-min.js
│ │ │ │ │ ├── anim.js
│ │ │ │ │ ├── anim-min.js
│ │ │ │ │ ├── anim-node-plugin.js
│ │ │ │ │ ├── anim-node-plugin-min.js
│ │ │ │ │ ├── anim-scroll.js
│ │ │ │ │ ├── anim-scroll-min.js
│ │ │ │ │ ├── anim-xy.js
│ │ │ │ │ └── anim-xy-min.js
│ │ │ │ ├── arraysort
│ │ │ │ │ ├── arraysort.js
│ │ │ │ │ └── arraysort-min.js
│ │ │ │ ├── assets
│ │ │ │ │ └── skins
│ │ │ │ │ └── sam
│ │ │ │ │ ├── arrows.png
│ │ │ │ │ ├── autocomplete.css
│ │ │ │ │ ├── autocomplete-list.css
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── console.css
│ │ │ │ │ ├── console-filters.css
│ │ │ │ │ ├── datatable-base.css
│ │ │ │ │ ├── datatable.css
│ │ │ │ │ ├── dial.css
│ │ │ │ │ ├── dt-arrow-dn.png
│ │ │ │ │ ├── dt-arrow-up.png
│ │ │ │ │ ├── horizontal-menu-submenu-indicator.png
│ │ │ │ │ ├── horizontal-menu-submenu-toggle.png
│ │ │ │ │ ├── node-flick.css
│ │ │ │ │ ├── node-menunav.css
│ │ │ │ │ ├── overlay.css
│ │ │ │ │ ├── rail-classic-x.png
│ │ │ │ │ ├── rail-classic-y.png
│ │ │ │ │ ├── rail-x-lines.png
│ │ │ │ │ ├── rail-x.png
│ │ │ │ │ ├── rail-y-lines.png
│ │ │ │ │ ├── rail-y.png
│ │ │ │ │ ├── resize-base.css
│ │ │ │ │ ├── resize.css
│ │ │ │ │ ├── scrollview-base.css
│ │ │ │ │ ├── scrollview-paginator.css
│ │ │ │ │ ├── scrollview-scrollbars.css
│ │ │ │ │ ├── skin.css
│ │ │ │ │ ├── slider-base.css
│ │ │ │ │ ├── slider.css
│ │ │ │ │ ├── sprite.png
│ │ │ │ │ ├── tabview.css
│ │ │ │ │ ├── test.css
│ │ │ │ │ ├── thumb-classic-x.png
│ │ │ │ │ ├── thumb-classic-y.png
│ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ ├── thumb-y.png
│ │ │ │ │ ├── tmp.txt
│ │ │ │ │ ├── vertical-menu-submenu-indicator.png
│ │ │ │ │ ├── warn_error.png
│ │ │ │ │ ├── widget-base.css
│ │ │ │ │ ├── widget.css
│ │ │ │ │ └── widget-stack.css
│ │ │ │ ├── async-queue
│ │ │ │ │ ├── async-queue.js
│ │ │ │ │ └── async-queue-min.js
│ │ │ │ ├── attribute
│ │ │ │ │ ├── attribute-base.js
│ │ │ │ │ ├── attribute-base-min.js
│ │ │ │ │ ├── attribute-complex.js
│ │ │ │ │ ├── attribute-complex-min.js
│ │ │ │ │ ├── attribute.js
│ │ │ │ │ └── attribute-min.js
│ │ │ │ ├── autocomplete
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── autocomplete-list-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── autocomplete.css
│ │ │ │ │ │ ├── autocomplete-list.css
│ │ │ │ │ │ └── autocomplete-list-skin.css
│ │ │ │ │ ├── autocomplete-base.js
│ │ │ │ │ ├── autocomplete-base-min.js
│ │ │ │ │ ├── autocomplete-filters-accentfold.js
│ │ │ │ │ ├── autocomplete-filters-accentfold-min.js
│ │ │ │ │ ├── autocomplete-filters.js
│ │ │ │ │ ├── autocomplete-filters-min.js
│ │ │ │ │ ├── autocomplete-highlighters-accentfold.js
│ │ │ │ │ ├── autocomplete-highlighters-accentfold-min.js
│ │ │ │ │ ├── autocomplete-highlighters.js
│ │ │ │ │ ├── autocomplete-highlighters-min.js
│ │ │ │ │ ├── autocomplete.js
│ │ │ │ │ ├── autocomplete-list.js
│ │ │ │ │ ├── autocomplete-list-keys.js
│ │ │ │ │ ├── autocomplete-list-keys-min.js
│ │ │ │ │ ├── autocomplete-list-min.js
│ │ │ │ │ ├── autocomplete-min.js
│ │ │ │ │ ├── autocomplete-plugin.js
│ │ │ │ │ ├── autocomplete-plugin-min.js
│ │ │ │ │ ├── autocomplete-sources.js
│ │ │ │ │ ├── autocomplete-sources-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── autocomplete_en.js
│ │ │ │ │ ├── autocomplete.js
│ │ │ │ │ ├── autocomplete-list_en.js
│ │ │ │ │ └── autocomplete-list.js
│ │ │ │ ├── base
│ │ │ │ │ ├── base-base.js
│ │ │ │ │ ├── base-base-min.js
│ │ │ │ │ ├── base-build.js
│ │ │ │ │ ├── base-build-min.js
│ │ │ │ │ ├── base.js
│ │ │ │ │ ├── base-min.js
│ │ │ │ │ ├── base-pluginhost.js
│ │ │ │ │ └── base-pluginhost-min.js
│ │ │ │ ├── cache
│ │ │ │ │ ├── cache-base.js
│ │ │ │ │ ├── cache-base-min.js
│ │ │ │ │ ├── cache.js
│ │ │ │ │ ├── cache-min.js
│ │ │ │ │ ├── cache-offline.js
│ │ │ │ │ ├── cache-offline-min.js
│ │ │ │ │ ├── cache-plugin.js
│ │ │ │ │ └── cache-plugin-min.js
│ │ │ │ ├── charts
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── charts-min.js
│ │ │ │ ├── classnamemanager
│ │ │ │ │ ├── classnamemanager.js
│ │ │ │ │ └── classnamemanager-min.js
│ │ │ │ ├── collection
│ │ │ │ │ ├── array-extras.js
│ │ │ │ │ ├── array-extras-min.js
│ │ │ │ │ ├── array-invoke.js
│ │ │ │ │ ├── array-invoke-min.js
│ │ │ │ │ ├── arraylist-add.js
│ │ │ │ │ ├── arraylist-add-min.js
│ │ │ │ │ ├── arraylist-filter.js
│ │ │ │ │ ├── arraylist-filter-min.js
│ │ │ │ │ ├── arraylist.js
│ │ │ │ │ ├── arraylist-min.js
│ │ │ │ │ ├── collection.js
│ │ │ │ │ └── collection-min.js
│ │ │ │ ├── compat
│ │ │ │ │ ├── compat.js
│ │ │ │ │ └── compat-min.js
│ │ │ │ ├── console
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── console-core.css
│ │ │ │ │ │ ├── console-filters-core.css
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── console.css
│ │ │ │ │ │ │ ├── console-filters.css
│ │ │ │ │ │ │ ├── console-filters-skin.css
│ │ │ │ │ │ │ ├── console-skin.css
│ │ │ │ │ │ │ └── warn_error.png
│ │ │ │ │ │ └── warn_error.png
│ │ │ │ │ ├── console-filters.js
│ │ │ │ │ ├── console-filters-min.js
│ │ │ │ │ ├── console.js
│ │ │ │ │ ├── console-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── console_en.js
│ │ │ │ │ ├── console_es.js
│ │ │ │ │ └── console.js
│ │ │ │ ├── cookie
│ │ │ │ │ ├── cookie.js
│ │ │ │ │ └── cookie-min.js
│ │ │ │ ├── cssbase
│ │ │ │ │ ├── base-context.css
│ │ │ │ │ ├── base-context-min.css
│ │ │ │ │ ├── base.css
│ │ │ │ │ └── base-min.css
│ │ │ │ ├── cssfonts
│ │ │ │ │ ├── fonts-context.css
│ │ │ │ │ ├── fonts-context-min.css
│ │ │ │ │ ├── fonts.css
│ │ │ │ │ └── fonts-min.css
│ │ │ │ ├── cssgrids
│ │ │ │ │ ├── grids.css
│ │ │ │ │ └── grids-min.css
│ │ │ │ ├── cssgrids-deprecated
│ │ │ │ │ ├── grids-context.css
│ │ │ │ │ ├── grids-context-min.css
│ │ │ │ │ ├── grids.css
│ │ │ │ │ └── grids-min.css
│ │ │ │ ├── cssreset
│ │ │ │ │ ├── reset-context.css
│ │ │ │ │ ├── reset-context-min.css
│ │ │ │ │ ├── reset.css
│ │ │ │ │ └── reset-min.css
│ │ │ │ ├── dataschema
│ │ │ │ │ ├── dataschema-array.js
│ │ │ │ │ ├── dataschema-array-min.js
│ │ │ │ │ ├── dataschema-base.js
│ │ │ │ │ ├── dataschema-base-min.js
│ │ │ │ │ ├── dataschema.js
│ │ │ │ │ ├── dataschema-json.js
│ │ │ │ │ ├── dataschema-json-min.js
│ │ │ │ │ ├── dataschema-min.js
│ │ │ │ │ ├── dataschema-text.js
│ │ │ │ │ ├── dataschema-text-min.js
│ │ │ │ │ ├── dataschema-xml.js
│ │ │ │ │ └── dataschema-xml-min.js
│ │ │ │ ├── datasource
│ │ │ │ │ ├── datasource-arrayschema.js
│ │ │ │ │ ├── datasource-arrayschema-min.js
│ │ │ │ │ ├── datasource-cache.js
│ │ │ │ │ ├── datasource-cache-min.js
│ │ │ │ │ ├── datasource-function.js
│ │ │ │ │ ├── datasource-function-min.js
│ │ │ │ │ ├── datasource-get.js
│ │ │ │ │ ├── datasource-get-min.js
│ │ │ │ │ ├── datasource-io.js
│ │ │ │ │ ├── datasource-io-min.js
│ │ │ │ │ ├── datasource.js
│ │ │ │ │ ├── datasource-jsonschema.js
│ │ │ │ │ ├── datasource-jsonschema-min.js
│ │ │ │ │ ├── datasource-local.js
│ │ │ │ │ ├── datasource-local-min.js
│ │ │ │ │ ├── datasource-min.js
│ │ │ │ │ ├── datasource-polling.js
│ │ │ │ │ ├── datasource-polling-min.js
│ │ │ │ │ ├── datasource-textschema.js
│ │ │ │ │ ├── datasource-textschema-min.js
│ │ │ │ │ ├── datasource-xmlschema.js
│ │ │ │ │ └── datasource-xmlschema-min.js
│ │ │ │ ├── datatable
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── datatable-base-core.css
│ │ │ │ │ │ ├── datatable-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── datatable-base.css
│ │ │ │ │ │ ├── datatable-base-skin.css
│ │ │ │ │ │ ├── datatable.css
│ │ │ │ │ │ ├── dt-arrow-dn.png
│ │ │ │ │ │ ├── dt-arrow-up.png
│ │ │ │ │ │ └── tmp.txt
│ │ │ │ │ ├── datatable-base.js
│ │ │ │ │ ├── datatable-base-min.js
│ │ │ │ │ ├── datatable-datasource.js
│ │ │ │ │ ├── datatable-datasource-min.js
│ │ │ │ │ ├── datatable.js
│ │ │ │ │ ├── datatable-min.js
│ │ │ │ │ ├── datatable-scroll.js
│ │ │ │ │ ├── datatable-scroll-min.js
│ │ │ │ │ ├── datatable-sort.js
│ │ │ │ │ ├── datatable-sort-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── datatable-base_en.js
│ │ │ │ │ ├── datatable-base.js
│ │ │ │ │ ├── datatable_en.js
│ │ │ │ │ ├── datatable.js
│ │ │ │ │ ├── datatable-sort_en.js
│ │ │ │ │ └── datatable-sort.js
│ │ │ │ ├── datatype
│ │ │ │ │ ├── datatype-date-format.js
│ │ │ │ │ ├── datatype-date-format-min.js
│ │ │ │ │ ├── datatype-date.js
│ │ │ │ │ ├── datatype-date-min.js
│ │ │ │ │ ├── datatype-date-parse.js
│ │ │ │ │ ├── datatype-date-parse-min.js
│ │ │ │ │ ├── datatype.js
│ │ │ │ │ ├── datatype-min.js
│ │ │ │ │ ├── datatype-number-format.js
│ │ │ │ │ ├── datatype-number-format-min.js
│ │ │ │ │ ├── datatype-number.js
│ │ │ │ │ ├── datatype-number-min.js
│ │ │ │ │ ├── datatype-number-parse.js
│ │ │ │ │ ├── datatype-number-parse-min.js
│ │ │ │ │ ├── datatype-xml-format.js
│ │ │ │ │ ├── datatype-xml-format-min.js
│ │ │ │ │ ├── datatype-xml.js
│ │ │ │ │ ├── datatype-xml-min.js
│ │ │ │ │ ├── datatype-xml-parse.js
│ │ │ │ │ ├── datatype-xml-parse-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── datatype_ar-JO.js
│ │ │ │ │ ├── datatype_ar.js
│ │ │ │ │ ├── datatype_ca-ES.js
│ │ │ │ │ ├── datatype_ca.js
│ │ │ │ │ ├── datatype_da-DK.js
│ │ │ │ │ ├── datatype_da.js
│ │ │ │ │ ├── datatype-date_ar-JO.js
│ │ │ │ │ ├── datatype-date_ar.js
│ │ │ │ │ ├── datatype-date_ca-ES.js
│ │ │ │ │ ├── datatype-date_ca.js
│ │ │ │ │ ├── datatype-date_da-DK.js
│ │ │ │ │ ├── datatype-date_da.js
│ │ │ │ │ ├── datatype-date_de-AT.js
│ │ │ │ │ ├── datatype-date_de-DE.js
│ │ │ │ │ ├── datatype-date_de.js
│ │ │ │ │ ├── datatype-date_el-GR.js
│ │ │ │ │ ├── datatype-date_el.js
│ │ │ │ │ ├── datatype-date_en-AU.js
│ │ │ │ │ ├── datatype-date_en-CA.js
│ │ │ │ │ ├── datatype-date_en-GB.js
│ │ │ │ │ ├── datatype-date_en-IE.js
│ │ │ │ │ ├── datatype-date_en-IN.js
│ │ │ │ │ ├── datatype-date_en-JO.js
│ │ │ │ │ ├── datatype-date_en.js
│ │ │ │ │ ├── datatype-date_en-MY.js
│ │ │ │ │ ├── datatype-date_en-NZ.js
│ │ │ │ │ ├── datatype-date_en-PH.js
│ │ │ │ │ ├── datatype-date_en-SG.js
│ │ │ │ │ ├── datatype-date_en-US.js
│ │ │ │ │ ├── datatype-date_es-AR.js
│ │ │ │ │ ├── datatype-date_es-BO.js
│ │ │ │ │ ├── datatype-date_es-CL.js
│ │ │ │ │ ├── datatype-date_es-CO.js
│ │ │ │ │ ├── datatype-date_es-EC.js
│ │ │ │ │ ├── datatype-date_es-ES.js
│ │ │ │ │ ├── datatype-date_es.js
│ │ │ │ │ ├── datatype-date_es-MX.js
│ │ │ │ │ ├── datatype-date_es-PE.js
│ │ │ │ │ ├── datatype-date_es-PY.js
│ │ │ │ │ ├── datatype-date_es-US.js
│ │ │ │ │ ├── datatype-date_es-UY.js
│ │ │ │ │ ├── datatype-date_es-VE.js
│ │ │ │ │ ├── datatype-date_fi-FI.js
│ │ │ │ │ ├── datatype-date_fi.js
│ │ │ │ │ ├── datatype-date-format_ar-JO.js
│ │ │ │ │ ├── datatype-date-format_ar.js
│ │ │ │ │ ├── datatype-date-format_ca-ES.js
│ │ │ │ │ ├── datatype-date-format_ca.js
│ │ │ │ │ ├── datatype-date-format_da-DK.js
│ │ │ │ │ ├── datatype-date-format_da.js
│ │ │ │ │ ├── datatype-date-format_de-AT.js
│ │ │ │ │ ├── datatype-date-format_de-DE.js
│ │ │ │ │ ├── datatype-date-format_de.js
│ │ │ │ │ ├── datatype-date-format_el-GR.js
│ │ │ │ │ ├── datatype-date-format_el.js
│ │ │ │ │ ├── datatype-date-format_en-AU.js
│ │ │ │ │ ├── datatype-date-format_en-CA.js
│ │ │ │ │ ├── datatype-date-format_en-GB.js
│ │ │ │ │ ├── datatype-date-format_en-IE.js
│ │ │ │ │ ├── datatype-date-format_en-IN.js
│ │ │ │ │ ├── datatype-date-format_en-JO.js
│ │ │ │ │ ├── datatype-date-format_en.js
│ │ │ │ │ ├── datatype-date-format_en-MY.js
│ │ │ │ │ ├── datatype-date-format_en-NZ.js
│ │ │ │ │ ├── datatype-date-format_en-PH.js
│ │ │ │ │ ├── datatype-date-format_en-SG.js
│ │ │ │ │ ├── datatype-date-format_en-US.js
│ │ │ │ │ ├── datatype-date-format_es-AR.js
│ │ │ │ │ ├── datatype-date-format_es-BO.js
│ │ │ │ │ ├── datatype-date-format_es-CL.js
│ │ │ │ │ ├── datatype-date-format_es-CO.js
│ │ │ │ │ ├── datatype-date-format_es-EC.js
│ │ │ │ │ ├── datatype-date-format_es-ES.js
│ │ │ │ │ ├── datatype-date-format_es.js
│ │ │ │ │ ├── datatype-date-format_es-MX.js
│ │ │ │ │ ├── datatype-date-format_es-PE.js
│ │ │ │ │ ├── datatype-date-format_es-PY.js
│ │ │ │ │ ├── datatype-date-format_es-US.js
│ │ │ │ │ ├── datatype-date-format_es-UY.js
│ │ │ │ │ ├── datatype-date-format_es-VE.js
│ │ │ │ │ ├── datatype-date-format_fi-FI.js
│ │ │ │ │ ├── datatype-date-format_fi.js
│ │ │ │ │ ├── datatype-date-format_fr-BE.js
│ │ │ │ │ ├── datatype-date-format_fr-CA.js
│ │ │ │ │ ├── datatype-date-format_fr-FR.js
│ │ │ │ │ ├── datatype-date-format_fr.js
│ │ │ │ │ ├── datatype-date-format_hi-IN.js
│ │ │ │ │ ├── datatype-date-format_hi.js
│ │ │ │ │ ├── datatype-date-format_id-ID.js
│ │ │ │ │ ├── datatype-date-format_id.js
│ │ │ │ │ ├── datatype-date-format_it-IT.js
│ │ │ │ │ ├── datatype-date-format_it.js
│ │ │ │ │ ├── datatype-date-format_ja-JP.js
│ │ │ │ │ ├── datatype-date-format_ja.js
│ │ │ │ │ ├── datatype-date-format.js
│ │ │ │ │ ├── datatype-date-format_ko.js
│ │ │ │ │ ├── datatype-date-format_ko-KR.js
│ │ │ │ │ ├── datatype-date-format_ms.js
│ │ │ │ │ ├── datatype-date-format_ms-MY.js
│ │ │ │ │ ├── datatype-date-format_nb.js
│ │ │ │ │ ├── datatype-date-format_nb-NO.js
│ │ │ │ │ ├── datatype-date-format_nl-BE.js
│ │ │ │ │ ├── datatype-date-format_nl.js
│ │ │ │ │ ├── datatype-date-format_nl-NL.js
│ │ │ │ │ ├── datatype-date-format_pl.js
│ │ │ │ │ ├── datatype-date-format_pl-PL.js
│ │ │ │ │ ├── datatype-date-format_pt-BR.js
│ │ │ │ │ ├── datatype-date-format_pt.js
│ │ │ │ │ ├── datatype-date-format_ro.js
│ │ │ │ │ ├── datatype-date-format_ro-RO.js
│ │ │ │ │ ├── datatype-date-format_ru.js
│ │ │ │ │ ├── datatype-date-format_ru-RU.js
│ │ │ │ │ ├── datatype-date-format_sv.js
│ │ │ │ │ ├── datatype-date-format_sv-SE.js
│ │ │ │ │ ├── datatype-date-format_th.js
│ │ │ │ │ ├── datatype-date-format_th-TH.js
│ │ │ │ │ ├── datatype-date-format_tr.js
│ │ │ │ │ ├── datatype-date-format_tr-TR.js
│ │ │ │ │ ├── datatype-date-format_vi.js
│ │ │ │ │ ├── datatype-date-format_vi-VN.js
│ │ │ │ │ ├── datatype-date-format_zh-Hans-CN.js
│ │ │ │ │ ├── datatype-date-format_zh-Hans.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant-HK.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant-TW.js
│ │ │ │ │ ├── datatype-date_fr-BE.js
│ │ │ │ │ ├── datatype-date_fr-CA.js
│ │ │ │ │ ├── datatype-date_fr-FR.js
│ │ │ │ │ ├── datatype-date_fr.js
│ │ │ │ │ ├── datatype-date_hi-IN.js
│ │ │ │ │ ├── datatype-date_hi.js
│ │ │ │ │ ├── datatype-date_id-ID.js
│ │ │ │ │ ├── datatype-date_id.js
│ │ │ │ │ ├── datatype-date_it-IT.js
│ │ │ │ │ ├── datatype-date_it.js
│ │ │ │ │ ├── datatype-date_ja-JP.js
│ │ │ │ │ ├── datatype-date_ja.js
│ │ │ │ │ ├── datatype-date.js
│ │ │ │ │ ├── datatype-date_ko.js
│ │ │ │ │ ├── datatype-date_ko-KR.js
│ │ │ │ │ ├── datatype-date_ms.js
│ │ │ │ │ ├── datatype-date_ms-MY.js
│ │ │ │ │ ├── datatype-date_nb.js
│ │ │ │ │ ├── datatype-date_nb-NO.js
│ │ │ │ │ ├── datatype-date_nl-BE.js
│ │ │ │ │ ├── datatype-date_nl.js
│ │ │ │ │ ├── datatype-date_nl-NL.js
│ │ │ │ │ ├── datatype-date_pl.js
│ │ │ │ │ ├── datatype-date_pl-PL.js
│ │ │ │ │ ├── datatype-date_pt-BR.js
│ │ │ │ │ ├── datatype-date_pt.js
│ │ │ │ │ ├── datatype-date_ro.js
│ │ │ │ │ ├── datatype-date_ro-RO.js
│ │ │ │ │ ├── datatype-date_ru.js
│ │ │ │ │ ├── datatype-date_ru-RU.js
│ │ │ │ │ ├── datatype-date_sv.js
│ │ │ │ │ ├── datatype-date_sv-SE.js
│ │ │ │ │ ├── datatype-date_th.js
│ │ │ │ │ ├── datatype-date_th-TH.js
│ │ │ │ │ ├── datatype-date_tr.js
│ │ │ │ │ ├── datatype-date_tr-TR.js
│ │ │ │ │ ├── datatype-date_vi.js
│ │ │ │ │ ├── datatype-date_vi-VN.js
│ │ │ │ │ ├── datatype-date_zh-Hans-CN.js
│ │ │ │ │ ├── datatype-date_zh-Hans.js
│ │ │ │ │ ├── datatype-date_zh-Hant-HK.js
│ │ │ │ │ ├── datatype-date_zh-Hant.js
│ │ │ │ │ ├── datatype-date_zh-Hant-TW.js
│ │ │ │ │ ├── datatype_de-AT.js
│ │ │ │ │ ├── datatype_de-DE.js
│ │ │ │ │ ├── datatype_de.js
│ │ │ │ │ ├── datatype_el-GR.js
│ │ │ │ │ ├── datatype_el.js
│ │ │ │ │ ├── datatype_en-AU.js
│ │ │ │ │ ├── datatype_en-CA.js
│ │ │ │ │ ├── datatype_en-GB.js
│ │ │ │ │ ├── datatype_en-IE.js
│ │ │ │ │ ├── datatype_en-IN.js
│ │ │ │ │ ├── datatype_en-JO.js
│ │ │ │ │ ├── datatype_en.js
│ │ │ │ │ ├── datatype_en-MY.js
│ │ │ │ │ ├── datatype_en-NZ.js
│ │ │ │ │ ├── datatype_en-PH.js
│ │ │ │ │ ├── datatype_en-SG.js
│ │ │ │ │ ├── datatype_en-US.js
│ │ │ │ │ ├── datatype_es-AR.js
│ │ │ │ │ ├── datatype_es-BO.js
│ │ │ │ │ ├── datatype_es-CL.js
│ │ │ │ │ ├── datatype_es-CO.js
│ │ │ │ │ ├── datatype_es-EC.js
│ │ │ │ │ ├── datatype_es-ES.js
│ │ │ │ │ ├── datatype_es.js
│ │ │ │ │ ├── datatype_es-MX.js
│ │ │ │ │ ├── datatype_es-PE.js
│ │ │ │ │ ├── datatype_es-PY.js
│ │ │ │ │ ├── datatype_es-US.js
│ │ │ │ │ ├── datatype_es-UY.js
│ │ │ │ │ ├── datatype_es-VE.js
│ │ │ │ │ ├── datatype_fi-FI.js
│ │ │ │ │ ├── datatype_fi.js
│ │ │ │ │ ├── datatype_fr-BE.js
│ │ │ │ │ ├── datatype_fr-CA.js
│ │ │ │ │ ├── datatype_fr-FR.js
│ │ │ │ │ ├── datatype_fr.js
│ │ │ │ │ ├── datatype_hi-IN.js
│ │ │ │ │ ├── datatype_hi.js
│ │ │ │ │ ├── datatype_id-ID.js
│ │ │ │ │ ├── datatype_id.js
│ │ │ │ │ ├── datatype_it-IT.js
│ │ │ │ │ ├── datatype_it.js
│ │ │ │ │ ├── datatype_ja-JP.js
│ │ │ │ │ ├── datatype_ja.js
│ │ │ │ │ ├── datatype.js
│ │ │ │ │ ├── datatype_ko.js
│ │ │ │ │ ├── datatype_ko-KR.js
│ │ │ │ │ ├── datatype_ms.js
│ │ │ │ │ ├── datatype_ms-MY.js
│ │ │ │ │ ├── datatype_nb.js
│ │ │ │ │ ├── datatype_nb-NO.js
│ │ │ │ │ ├── datatype_nl-BE.js
│ │ │ │ │ ├── datatype_nl.js
│ │ │ │ │ ├── datatype_nl-NL.js
│ │ │ │ │ ├── datatype_pl.js
│ │ │ │ │ ├── datatype_pl-PL.js
│ │ │ │ │ ├── datatype_pt-BR.js
│ │ │ │ │ ├── datatype_pt.js
│ │ │ │ │ ├── datatype_ro.js
│ │ │ │ │ ├── datatype_ro-RO.js
│ │ │ │ │ ├── datatype_ru.js
│ │ │ │ │ ├── datatype_ru-RU.js
│ │ │ │ │ ├── datatype_sv.js
│ │ │ │ │ ├── datatype_sv-SE.js
│ │ │ │ │ ├── datatype_th.js
│ │ │ │ │ ├── datatype_th-TH.js
│ │ │ │ │ ├── datatype_tr.js
│ │ │ │ │ ├── datatype_tr-TR.js
│ │ │ │ │ ├── datatype_vi.js
│ │ │ │ │ ├── datatype_vi-VN.js
│ │ │ │ │ ├── datatype_zh-Hans-CN.js
│ │ │ │ │ ├── datatype_zh-Hans.js
│ │ │ │ │ ├── datatype_zh-Hant-HK.js
│ │ │ │ │ ├── datatype_zh-Hant.js
│ │ │ │ │ └── datatype_zh-Hant-TW.js
│ │ │ │ ├── dd
│ │ │ │ │ ├── dd-constrain.js
│ │ │ │ │ ├── dd-constrain-min.js
│ │ │ │ │ ├── dd-ddm-base.js
│ │ │ │ │ ├── dd-ddm-base-min.js
│ │ │ │ │ ├── dd-ddm-drop.js
│ │ │ │ │ ├── dd-ddm-drop-min.js
│ │ │ │ │ ├── dd-ddm.js
│ │ │ │ │ ├── dd-ddm-min.js
│ │ │ │ │ ├── dd-delegate.js
│ │ │ │ │ ├── dd-delegate-min.js
│ │ │ │ │ ├── dd-drag.js
│ │ │ │ │ ├── dd-drag-min.js
│ │ │ │ │ ├── dd-drop.js
│ │ │ │ │ ├── dd-drop-min.js
│ │ │ │ │ ├── dd-drop-plugin.js
│ │ │ │ │ ├── dd-drop-plugin-min.js
│ │ │ │ │ ├── dd-gestures.js
│ │ │ │ │ ├── dd-gestures-min.js
│ │ │ │ │ ├── dd.js
│ │ │ │ │ ├── dd-min.js
│ │ │ │ │ ├── dd-plugin.js
│ │ │ │ │ ├── dd-plugin-min.js
│ │ │ │ │ ├── dd-proxy.js
│ │ │ │ │ ├── dd-proxy-min.js
│ │ │ │ │ ├── dd-scroll.js
│ │ │ │ │ └── dd-scroll-min.js
│ │ │ │ ├── dial
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── dial-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── dial.css
│ │ │ │ │ │ └── dial-skin.css
│ │ │ │ │ ├── dial.js
│ │ │ │ │ ├── dial-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── dial_en.js
│ │ │ │ │ ├── dial_es.js
│ │ │ │ │ └── dial.js
│ │ │ │ ├── dom
│ │ │ │ │ ├── dom-base.js
│ │ │ │ │ ├── dom-base-min.js
│ │ │ │ │ ├── dom-deprecated.js
│ │ │ │ │ ├── dom-deprecated-min.js
│ │ │ │ │ ├── dom.js
│ │ │ │ │ ├── dom-min.js
│ │ │ │ │ ├── dom-screen.js
│ │ │ │ │ ├── dom-screen-min.js
│ │ │ │ │ ├── dom-style-ie.js
│ │ │ │ │ ├── dom-style-ie-min.js
│ │ │ │ │ ├── dom-style.js
│ │ │ │ │ ├── dom-style-min.js
│ │ │ │ │ ├── selector-css2.js
│ │ │ │ │ ├── selector-css2-min.js
│ │ │ │ │ ├── selector-css3.js
│ │ │ │ │ ├── selector-css3-min.js
│ │ │ │ │ ├── selector.js
│ │ │ │ │ ├── selector-min.js
│ │ │ │ │ ├── selector-native.js
│ │ │ │ │ └── selector-native-min.js
│ │ │ │ ├── dump
│ │ │ │ │ ├── dump.js
│ │ │ │ │ └── dump-min.js
│ │ │ │ ├── editor
│ │ │ │ │ ├── createlink-base.js
│ │ │ │ │ ├── createlink-base-min.js
│ │ │ │ │ ├── editor-base.js
│ │ │ │ │ ├── editor-base-min.js
│ │ │ │ │ ├── editor-bidi.js
│ │ │ │ │ ├── editor-bidi-min.js
│ │ │ │ │ ├── editor-br.js
│ │ │ │ │ ├── editor-br-min.js
│ │ │ │ │ ├── editor.js
│ │ │ │ │ ├── editor-lists.js
│ │ │ │ │ ├── editor-lists-min.js
│ │ │ │ │ ├── editor-min.js
│ │ │ │ │ ├── editor-para.js
│ │ │ │ │ ├── editor-para-min.js
│ │ │ │ │ ├── editor-tab.js
│ │ │ │ │ ├── editor-tab-min.js
│ │ │ │ │ ├── exec-command.js
│ │ │ │ │ ├── exec-command-min.js
│ │ │ │ │ ├── frame.js
│ │ │ │ │ ├── frame-min.js
│ │ │ │ │ ├── selection.js
│ │ │ │ │ └── selection-min.js
│ │ │ │ ├── escape
│ │ │ │ │ ├── escape.js
│ │ │ │ │ └── escape-min.js
│ │ │ │ ├── event
│ │ │ │ │ ├── event-base-ie.js
│ │ │ │ │ ├── event-base-ie-min.js
│ │ │ │ │ ├── event-base.js
│ │ │ │ │ ├── event-base-min.js
│ │ │ │ │ ├── event-delegate.js
│ │ │ │ │ ├── event-delegate-min.js
│ │ │ │ │ ├── event-focus.js
│ │ │ │ │ ├── event-focus-min.js
│ │ │ │ │ ├── event-hover.js
│ │ │ │ │ ├── event-hover-min.js
│ │ │ │ │ ├── event.js
│ │ │ │ │ ├── event-key.js
│ │ │ │ │ ├── event-key-min.js
│ │ │ │ │ ├── event-min.js
│ │ │ │ │ ├── event-mouseenter.js
│ │ │ │ │ ├── event-mouseenter-min.js
│ │ │ │ │ ├── event-mousewheel.js
│ │ │ │ │ ├── event-mousewheel-min.js
│ │ │ │ │ ├── event-resize.js
│ │ │ │ │ ├── event-resize-min.js
│ │ │ │ │ ├── event-synthetic.js
│ │ │ │ │ ├── event-synthetic-min.js
│ │ │ │ │ ├── event-touch.js
│ │ │ │ │ └── event-touch-min.js
│ │ │ │ ├── event-custom
│ │ │ │ │ ├── event-custom-base.js
│ │ │ │ │ ├── event-custom-base-min.js
│ │ │ │ │ ├── event-custom-complex.js
│ │ │ │ │ ├── event-custom-complex-min.js
│ │ │ │ │ ├── event-custom.js
│ │ │ │ │ └── event-custom-min.js
│ │ │ │ ├── event-gestures
│ │ │ │ │ ├── event-flick.js
│ │ │ │ │ ├── event-flick-min.js
│ │ │ │ │ ├── event-gestures.js
│ │ │ │ │ ├── event-gestures-min.js
│ │ │ │ │ ├── event-move.js
│ │ │ │ │ └── event-move-min.js
│ │ │ │ ├── event-simulate
│ │ │ │ │ ├── event-simulate.js
│ │ │ │ │ └── event-simulate-min.js
│ │ │ │ ├── event-valuechange
│ │ │ │ │ ├── event-valuechange.js
│ │ │ │ │ └── event-valuechange-min.js
│ │ │ │ ├── highlight
│ │ │ │ │ ├── highlight-accentfold.js
│ │ │ │ │ ├── highlight-accentfold-min.js
│ │ │ │ │ ├── highlight-base.js
│ │ │ │ │ ├── highlight-base-min.js
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ └── highlight-min.js
│ │ │ │ ├── history
│ │ │ │ │ ├── history-base.js
│ │ │ │ │ ├── history-base-min.js
│ │ │ │ │ ├── history-hash-ie.js
│ │ │ │ │ ├── history-hash-ie-min.js
│ │ │ │ │ ├── history-hash.js
│ │ │ │ │ ├── history-hash-min.js
│ │ │ │ │ ├── history-html5.js
│ │ │ │ │ ├── history-html5-min.js
│ │ │ │ │ ├── history.js
│ │ │ │ │ └── history-min.js
│ │ │ │ ├── history-deprecated
│ │ │ │ │ ├── history-deprecated.js
│ │ │ │ │ └── history-deprecated-min.js
│ │ │ │ ├── imageloader
│ │ │ │ │ ├── imageloader.js
│ │ │ │ │ └── imageloader-min.js
│ │ │ │ ├── intl
│ │ │ │ │ ├── intl.js
│ │ │ │ │ └── intl-min.js
│ │ │ │ ├── io
│ │ │ │ │ ├── io-base.js
│ │ │ │ │ ├── io-base-min.js
│ │ │ │ │ ├── io-form.js
│ │ │ │ │ ├── io-form-min.js
│ │ │ │ │ ├── io.js
│ │ │ │ │ ├── io-min.js
│ │ │ │ │ ├── io-queue.js
│ │ │ │ │ ├── io-queue-min.js
│ │ │ │ │ ├── io.swf
│ │ │ │ │ ├── io-upload-iframe.js
│ │ │ │ │ ├── io-upload-iframe-min.js
│ │ │ │ │ ├── io-xdr.js
│ │ │ │ │ └── io-xdr-min.js
│ │ │ │ ├── json
│ │ │ │ │ ├── json.js
│ │ │ │ │ ├── json-min.js
│ │ │ │ │ ├── json-parse.js
│ │ │ │ │ ├── json-parse-min.js
│ │ │ │ │ ├── json-stringify.js
│ │ │ │ │ └── json-stringify-min.js
│ │ │ │ ├── jsonp
│ │ │ │ │ ├── jsonp.js
│ │ │ │ │ ├── jsonp-min.js
│ │ │ │ │ ├── jsonp-url.js
│ │ │ │ │ └── jsonp-url-min.js
│ │ │ │ ├── loader
│ │ │ │ │ ├── loader-base.js
│ │ │ │ │ ├── loader-base-min.js
│ │ │ │ │ ├── loader.js
│ │ │ │ │ ├── loader-min.js
│ │ │ │ │ ├── loader-rollup.js
│ │ │ │ │ ├── loader-rollup-min.js
│ │ │ │ │ ├── loader-yui3.js
│ │ │ │ │ └── loader-yui3-min.js
│ │ │ │ ├── node
│ │ │ │ │ ├── align-plugin.js
│ │ │ │ │ ├── align-plugin-min.js
│ │ │ │ │ ├── node-base.js
│ │ │ │ │ ├── node-base-min.js
│ │ │ │ │ ├── node-deprecated.js
│ │ │ │ │ ├── node-deprecated-min.js
│ │ │ │ │ ├── node-event-delegate.js
│ │ │ │ │ ├── node-event-delegate-min.js
│ │ │ │ │ ├── node-event-html5.js
│ │ │ │ │ ├── node-event-html5-min.js
│ │ │ │ │ ├── node-event-simulate.js
│ │ │ │ │ ├── node-event-simulate-min.js
│ │ │ │ │ ├── node.js
│ │ │ │ │ ├── node-load.js
│ │ │ │ │ ├── node-load-min.js
│ │ │ │ │ ├── node-min.js
│ │ │ │ │ ├── node-pluginhost.js
│ │ │ │ │ ├── node-pluginhost-min.js
│ │ │ │ │ ├── node-screen.js
│ │ │ │ │ ├── node-screen-min.js
│ │ │ │ │ ├── node-style.js
│ │ │ │ │ ├── node-style-min.js
│ │ │ │ │ ├── shim-plugin.js
│ │ │ │ │ └── shim-plugin-min.js
│ │ │ │ ├── node-flick
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── node-flick-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── node-flick.css
│ │ │ │ │ │ └── node-flick-skin.css
│ │ │ │ │ ├── node-flick.js
│ │ │ │ │ └── node-flick-min.js
│ │ │ │ ├── node-focusmanager
│ │ │ │ │ ├── node-focusmanager.js
│ │ │ │ │ └── node-focusmanager-min.js
│ │ │ │ ├── node-menunav
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── node-menunav-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── horizontal-menu-submenu-indicator.png
│ │ │ │ │ │ ├── horizontal-menu-submenu-toggle.png
│ │ │ │ │ │ ├── node-menunav.css
│ │ │ │ │ │ ├── node-menunav-skin.css
│ │ │ │ │ │ └── vertical-menu-submenu-indicator.png
│ │ │ │ │ ├── node-menunav.js
│ │ │ │ │ └── node-menunav-min.js
│ │ │ │ ├── oop
│ │ │ │ │ ├── oop.js
│ │ │ │ │ └── oop-min.js
│ │ │ │ ├── overlay
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── overlay-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── overlay.css
│ │ │ │ │ │ └── overlay-skin.css
│ │ │ │ │ ├── overlay.js
│ │ │ │ │ └── overlay-min.js
│ │ │ │ ├── plugin
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin-min.js
│ │ │ │ ├── pluginhost
│ │ │ │ │ ├── pluginhost-base.js
│ │ │ │ │ ├── pluginhost-base-min.js
│ │ │ │ │ ├── pluginhost-config.js
│ │ │ │ │ ├── pluginhost-config-min.js
│ │ │ │ │ ├── pluginhost.js
│ │ │ │ │ └── pluginhost-min.js
│ │ │ │ ├── profiler
│ │ │ │ │ ├── profiler.js
│ │ │ │ │ └── profiler-min.js
│ │ │ │ ├── querystring
│ │ │ │ │ ├── querystring.js
│ │ │ │ │ ├── querystring-min.js
│ │ │ │ │ ├── querystring-parse.js
│ │ │ │ │ ├── querystring-parse-min.js
│ │ │ │ │ ├── querystring-parse-simple.js
│ │ │ │ │ ├── querystring-parse-simple-min.js
│ │ │ │ │ ├── querystring-stringify.js
│ │ │ │ │ ├── querystring-stringify-min.js
│ │ │ │ │ ├── querystring-stringify-simple.js
│ │ │ │ │ └── querystring-stringify-simple-min.js
│ │ │ │ ├── queue-promote
│ │ │ │ │ ├── queue-promote.js
│ │ │ │ │ └── queue-promote-min.js
│ │ │ │ ├── recordset
│ │ │ │ │ ├── recordset-base.js
│ │ │ │ │ ├── recordset-base-min.js
│ │ │ │ │ ├── recordset-filter.js
│ │ │ │ │ ├── recordset-filter-min.js
│ │ │ │ │ ├── recordset-indexer.js
│ │ │ │ │ ├── recordset-indexer-min.js
│ │ │ │ │ ├── recordset.js
│ │ │ │ │ ├── recordset-min.js
│ │ │ │ │ ├── recordset-sort.js
│ │ │ │ │ └── recordset-sort-min.js
│ │ │ │ ├── resize
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── resize-base-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── arrows.png
│ │ │ │ │ │ ├── resize-base.css
│ │ │ │ │ │ ├── resize-base-skin.css
│ │ │ │ │ │ └── resize.css
│ │ │ │ │ ├── resize-base.js
│ │ │ │ │ ├── resize-base-min.js
│ │ │ │ │ ├── resize-constrain.js
│ │ │ │ │ ├── resize-constrain-min.js
│ │ │ │ │ ├── resize.js
│ │ │ │ │ ├── resize-min.js
│ │ │ │ │ ├── resize-proxy.js
│ │ │ │ │ └── resize-proxy-min.js
│ │ │ │ ├── scrollview
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── scrollview-base-core.css
│ │ │ │ │ │ ├── scrollview-paginator-core.css
│ │ │ │ │ │ ├── scrollview-scrollbars-core.css
│ │ │ │ │ │ └── skins
│ │ │ │ │ │ └── sam
│ │ │ │ │ │ ├── scrollview-base.css
│ │ │ │ │ │ ├── scrollview-base-skin.css
│ │ │ │ │ │ ├── scrollview-paginator.css
│ │ │ │ │ │ ├── scrollview-paginator-skin.css
│ │ │ │ │ │ ├── scrollview-scrollbars.css
│ │ │ │ │ │ └── scrollview-scrollbars-skin.css
│ │ │ │ │ ├── scrollview-base-ie.js
│ │ │ │ │ ├── scrollview-base-ie-min.js
│ │ │ │ │ ├── scrollview-base.js
│ │ │ │ │ ├── scrollview-base-min.js
│ │ │ │ │ ├── scrollview.js
│ │ │ │ │ ├── scrollview-min.js
│ │ │ │ │ ├── scrollview-paginator.js
│ │ │ │ │ ├── scrollview-paginator-min.js
│ │ │ │ │ ├── scrollview-scrollbars.js
│ │ │ │ │ └── scrollview-scrollbars-min.js
│ │ │ │ ├── simpleyui
│ │ │ │ │ ├── simpleyui.js
│ │ │ │ │ └── simpleyui-min.js
│ │ │ │ ├── slider
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ ├── audio
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── audio-light
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── capsule
│ │ │ │ │ │ │ │ ├── rail-x-dots.png
│ │ │ │ │ │ │ │ ├── rail-x-lines.png
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y-dots.png
│ │ │ │ │ │ │ │ ├── rail-y-lines.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x-line.png
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ ├── thumb-y-line.png
│ │ │ │ │ │ │ │ ├── thumb-y-lines.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── capsule-dark
│ │ │ │ │ │ │ │ ├── rail-x-dots.png
│ │ │ │ │ │ │ │ ├── rail-x-lines.png
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y-dots.png
│ │ │ │ │ │ │ │ ├── rail-y-lines.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x-line.png
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ ├── thumb-y-line.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── round
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x-grip.png
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ ├── thumb-y-grip.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── round-dark
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-x-grip.png
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ ├── thumb-y-grip.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ ├── sam
│ │ │ │ │ │ │ │ ├── rail-classic-x.png
│ │ │ │ │ │ │ │ ├── rail-classic-y.png
│ │ │ │ │ │ │ │ ├── rail-x-lines.png
│ │ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ │ ├── rail-y-lines.png
│ │ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ │ ├── thumb-classic-x.png
│ │ │ │ │ │ │ │ ├── thumb-classic-y.png
│ │ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ │ └── sam-dark
│ │ │ │ │ │ │ ├── rail-x-lines.png
│ │ │ │ │ │ │ ├── rail-x.png
│ │ │ │ │ │ │ ├── rail-y-lines.png
│ │ │ │ │ │ │ ├── rail-y.png
│ │ │ │ │ │ │ ├── slider-base.css
│ │ │ │ │ │ │ ├── slider-base-skin.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── slider-skin.css
│ │ │ │ │ │ │ ├── thumb-x.png
│ │ │ │ │ │ │ └── thumb-y.png
│ │ │ │ │ │ ├── slider-base-core.css
│ │ │ │ │ │ └── slider-core.css
│ │ │ │ │ ├── clickable-rail.js
│ │ │ │ │ ├── clickable-rail-min.js
│ │ │ │ │ ├── range-slider.js
│ │ │ │ │ ├── range-slider-min.js
│ │ │ │ │ ├── slider-base.js
│ │ │ │ │ ├── slider-base-min.js
│ │ │ │ │ ├── slider.js
│ │ │ │ │ ├── slider-min.js
│ │ │ │ │ ├── slider-value-range.js
│ │ │ │ │ └── slider-value-range-min.js
│ │ │ │ ├── sortable
│ │ │ │ │ ├── sortable.js
│ │ │ │ │ ├── sortable-min.js
│ │ │ │ │ ├── sortable-scroll.js
│ │ │ │ │ └── sortable-scroll-min.js
│ │ │ │ ├── stylesheet
│ │ │ │ │ ├── stylesheet.js
│ │ │ │ │ └── stylesheet-min.js
│ │ │ │ ├── substitute
│ │ │ │ │ ├── substitute.js
│ │ │ │ │ └── substitute-min.js
│ │ │ │ ├── swf
│ │ │ │ │ ├── swf.js
│ │ │ │ │ └── swf-min.js
│ │ │ │ ├── swfdetect
│ │ │ │ │ ├── swfdetect.js
│ │ │ │ │ └── swfdetect-min.js
│ │ │ │ ├── tabview
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── tabview.css
│ │ │ │ │ │ │ └── tabview-skin.css
│ │ │ │ │ │ ├── tabview-core.css
│ │ │ │ │ │ └── tabview.css
│ │ │ │ │ ├── tabview-base.js
│ │ │ │ │ ├── tabview-base-min.js
│ │ │ │ │ ├── tabview.js
│ │ │ │ │ ├── tabview-min.js
│ │ │ │ │ ├── tabview-plugin.js
│ │ │ │ │ └── tabview-plugin-min.js
│ │ │ │ ├── test
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── test.css
│ │ │ │ │ │ │ └── test-skin.css
│ │ │ │ │ │ └── test-console.css
│ │ │ │ │ ├── test.js
│ │ │ │ │ └── test-min.js
│ │ │ │ ├── text
│ │ │ │ │ ├── text-accentfold.js
│ │ │ │ │ ├── text-accentfold-min.js
│ │ │ │ │ ├── text-data-accentfold.js
│ │ │ │ │ ├── text-data-accentfold-min.js
│ │ │ │ │ ├── text-data-wordbreak.js
│ │ │ │ │ ├── text-data-wordbreak-min.js
│ │ │ │ │ ├── text.js
│ │ │ │ │ ├── text-min.js
│ │ │ │ │ ├── text-wordbreak.js
│ │ │ │ │ └── text-wordbreak-min.js
│ │ │ │ ├── transition
│ │ │ │ │ ├── transition.js
│ │ │ │ │ ├── transition-min.js
│ │ │ │ │ ├── transition-native.js
│ │ │ │ │ ├── transition-native-min.js
│ │ │ │ │ ├── transition-timer.js
│ │ │ │ │ └── transition-timer-min.js
│ │ │ │ ├── uploader
│ │ │ │ │ ├── assets
│ │ │ │ │ │ └── uploader.swf
│ │ │ │ │ ├── uploader.js
│ │ │ │ │ └── uploader-min.js
│ │ │ │ ├── widget
│ │ │ │ │ ├── assets
│ │ │ │ │ │ ├── skins
│ │ │ │ │ │ │ └── sam
│ │ │ │ │ │ │ ├── widget-base.css
│ │ │ │ │ │ │ ├── widget-base-skin.css
│ │ │ │ │ │ │ ├── widget.css
│ │ │ │ │ │ │ ├── widget-stack.css
│ │ │ │ │ │ │ └── widget-stack-skin.css
│ │ │ │ │ │ ├── widget-base-core.css
│ │ │ │ │ │ └── widget-stack-core.css
│ │ │ │ │ ├── widget-base-ie.js
│ │ │ │ │ ├── widget-base-ie-min.js
│ │ │ │ │ ├── widget-base.js
│ │ │ │ │ ├── widget-base-min.js
│ │ │ │ │ ├── widget-child.js
│ │ │ │ │ ├── widget-child-min.js
│ │ │ │ │ ├── widget-htmlparser.js
│ │ │ │ │ ├── widget-htmlparser-min.js
│ │ │ │ │ ├── widget.js
│ │ │ │ │ ├── widget-locale.js
│ │ │ │ │ ├── widget-locale-min.js
│ │ │ │ │ ├── widget-min.js
│ │ │ │ │ ├── widget-parent.js
│ │ │ │ │ ├── widget-parent-min.js
│ │ │ │ │ ├── widget-position-align.js
│ │ │ │ │ ├── widget-position-align-min.js
│ │ │ │ │ ├── widget-position-constrain.js
│ │ │ │ │ ├── widget-position-constrain-min.js
│ │ │ │ │ ├── widget-position.js
│ │ │ │ │ ├── widget-position-min.js
│ │ │ │ │ ├── widget-skin.js
│ │ │ │ │ ├── widget-skin-min.js
│ │ │ │ │ ├── widget-stack.js
│ │ │ │ │ ├── widget-stack-min.js
│ │ │ │ │ ├── widget-stdmod.js
│ │ │ │ │ ├── widget-stdmod-min.js
│ │ │ │ │ ├── widget-uievents.js
│ │ │ │ │ └── widget-uievents-min.js
│ │ │ │ ├── widget-anim
│ │ │ │ │ ├── widget-anim.js
│ │ │ │ │ └── widget-anim-min.js
│ │ │ │ ├── yql
│ │ │ │ │ ├── yql.js
│ │ │ │ │ └── yql-min.js
│ │ │ │ └── yui
│ │ │ │ ├── features.js
│ │ │ │ ├── features-min.js
│ │ │ │ ├── get.js
│ │ │ │ ├── get-min.js
│ │ │ │ ├── intl-base.js
│ │ │ │ ├── intl-base-min.js
│ │ │ │ ├── rls.js
│ │ │ │ ├── rls-min.js
│ │ │ │ ├── yui-base.js
│ │ │ │ ├── yui-base-min.js
│ │ │ │ ├── yui.js
│ │ │ │ ├── yui-later.js
│ │ │ │ ├── yui-later-min.js
│ │ │ │ ├── yui-log.js
│ │ │ │ ├── yui-log-min.js
│ │ │ │ ├── yui-min.js
│ │ │ │ ├── yui-throttle.js
│ │ │ │ └── yui-throttle-min.js
│ │ │ ├── index.html
│ │ │ └── README
│ │ ├── json_config.php
│ │ ├── JSON.php
│ │ ├── language
│ │ │ ├── en_us.lang.php
│ │ │ ├── en_us.notify_template.html
│ │ │ └── jsLanguage.php
│ │ ├── ListView
│ │ │ ├── ListViewData.php
│ │ │ ├── ListViewDCMenu.tpl
│ │ │ ├── ListViewDisplay.php
│ │ │ ├── ListViewFacade.php
│ │ │ ├── ListViewGeneric.tpl
│ │ │ ├── ListViewNoMassUpdate.tpl
│ │ │ ├── ListViewPagination.tpl
│ │ │ ├── ListView.php
│ │ │ ├── ListViewSmarty.php
│ │ │ └── ListViewXTPL.php
│ │ ├── Localization
│ │ │ └── Localization.php
│ │ ├── MassUpdate.php
│ │ ├── modules.php
│ │ ├── MVC
│ │ │ ├── Controller
│ │ │ │ ├── action_file_map.php
│ │ │ │ ├── action_view_map.php
│ │ │ │ ├── ControllerFactory.php
│ │ │ │ ├── entry_point_registry.php
│ │ │ │ ├── file_access_control_map.php
│ │ │ │ └── SugarController.php
│ │ │ ├── SugarApplication.php
│ │ │ ├── SugarModule.php
│ │ │ └── View
│ │ │ ├── SugarView.php
│ │ │ ├── tpls
│ │ │ │ ├── gsdetail.tpl
│ │ │ │ ├── Importvcard.tpl
│ │ │ │ ├── modulelistmenu.tpl
│ │ │ │ └── xsrf.tpl
│ │ │ ├── ViewFactory.php
│ │ │ └── views
│ │ │ ├── view.ajax.php
│ │ │ ├── view.ajaxui.php
│ │ │ ├── view.classic.config.php
│ │ │ ├── view.classic.php
│ │ │ ├── view.config.php
│ │ │ ├── view.detail.config.php
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.gs.php
│ │ │ ├── view.html.php
│ │ │ ├── view.importvcard.php
│ │ │ ├── view.importvcardsave.php
│ │ │ ├── view.json.php
│ │ │ ├── view.list.php
│ │ │ ├── view.metadata.php
│ │ │ ├── view.modulelistmenu.php
│ │ │ ├── view.multiedit.php
│ │ │ ├── view.noaccess.php
│ │ │ ├── view.popup.php
│ │ │ ├── view.quickcreate.php
│ │ │ ├── view.quickedit.php
│ │ │ ├── view.quick.php
│ │ │ ├── view.serialized.php
│ │ │ ├── view.sugarpdf.config.php
│ │ │ ├── view.sugarpdf.php
│ │ │ ├── view.vcard.php
│ │ │ └── view.xml.php
│ │ ├── MySugar
│ │ │ ├── DashletsDialog
│ │ │ │ └── DashletsDialog.php
│ │ │ ├── javascript
│ │ │ │ └── MySugar.js
│ │ │ ├── MySugar.php
│ │ │ └── tpls
│ │ │ ├── addDashletsDialog.tpl
│ │ │ ├── chartDashletsSearchResults.tpl
│ │ │ ├── dashletsSearchResults.tpl
│ │ │ ├── MySugar.tpl
│ │ │ ├── retrievePage.tpl
│ │ │ └── retrieveReportCharts.tpl
│ │ ├── nusoap
│ │ │ ├── changelog
│ │ │ ├── class.nusoap_base.php
│ │ │ ├── class.soapclient.php
│ │ │ ├── class.soap_fault.php
│ │ │ ├── class.soap_parser.php
│ │ │ ├── class.soap_server.php
│ │ │ ├── class.soap_transport_http.php
│ │ │ ├── class.soap_val.php
│ │ │ ├── class.wsdlcache.php
│ │ │ ├── class.wsdl.php
│ │ │ ├── class.xmlschema.php
│ │ │ ├── license.txt
│ │ │ ├── nusoapmime.php
│ │ │ └── nusoap.php
│ │ ├── OutboundEmail
│ │ │ └── OutboundEmail.php
│ │ ├── parsecsv.lib.php
│ │ ├── pclzip
│ │ │ ├── gnu-lgpl.txt
│ │ │ ├── pclzip.lib.php
│ │ │ └── readme.txt
│ │ ├── Pear
│ │ │ ├── Crypt_Blowfish
│ │ │ │ ├── Blowfish
│ │ │ │ │ └── DefaultKey.php
│ │ │ │ ├── Blowfish.php
│ │ │ │ └── license.txt
│ │ │ ├── HTML_Safe
│ │ │ │ ├── license.txt
│ │ │ │ └── Safe.php
│ │ │ └── XML_HTMLSax3
│ │ │ ├── HTMLSax3
│ │ │ │ ├── Decorators.php
│ │ │ │ └── States.php
│ │ │ ├── HTMLSax3.php
│ │ │ └── LICENSE
│ │ ├── phpmailer
│ │ │ ├── class.phpmailer.php
│ │ │ ├── class.smtp.php
│ │ │ ├── language
│ │ │ │ ├── phpmailer.lang-ar.php
│ │ │ │ ├── phpmailer.lang-br.php
│ │ │ │ ├── phpmailer.lang-ca.php
│ │ │ │ ├── phpmailer.lang-cz.php
│ │ │ │ ├── phpmailer.lang-de.php
│ │ │ │ ├── phpmailer.lang-dk.php
│ │ │ │ ├── phpmailer.lang-en.php
│ │ │ │ ├── phpmailer.lang-es.php
│ │ │ │ ├── phpmailer.lang-et.php
│ │ │ │ ├── phpmailer.lang-fi.php
│ │ │ │ ├── phpmailer.lang-fo.php
│ │ │ │ ├── phpmailer.lang-fr.php
│ │ │ │ ├── phpmailer.lang-hu.php
│ │ │ │ ├── phpmailer.lang-it.php
│ │ │ │ ├── phpmailer.lang-ja.php
│ │ │ │ ├── phpmailer.lang-nl.php
│ │ │ │ ├── phpmailer.lang-no.php
│ │ │ │ ├── phpmailer.lang-pl.php
│ │ │ │ ├── phpmailer.lang-ro.php
│ │ │ │ ├── phpmailer.lang-ru.php
│ │ │ │ ├── phpmailer.lang-se.php
│ │ │ │ └── phpmailer.lang-tr.php
│ │ │ ├── license.txt
│ │ │ └── README
│ │ ├── php-sql-parser.php
│ │ ├── Popups
│ │ │ ├── Popup_picker.php
│ │ │ ├── PopupSmarty.php
│ │ │ └── tpls
│ │ │ ├── footer.tpl
│ │ │ ├── header.tpl
│ │ │ └── PopupGeneric.tpl
│ │ ├── QuickSearchDefaults.php
│ │ ├── reCaptcha
│ │ │ ├── LICENSE
│ │ │ ├── README
│ │ │ └── recaptchalib.php
│ │ ├── resource
│ │ │ ├── Observers
│ │ │ │ ├── ResourceObserver.php
│ │ │ │ ├── SoapResourceObserver.php
│ │ │ │ └── WebResourceObserver.php
│ │ │ └── ResourceManager.php
│ │ ├── SearchForm
│ │ │ ├── SearchForm2.php
│ │ │ ├── SearchForm.php
│ │ │ ├── SugarSpot.php
│ │ │ └── tpls
│ │ │ ├── footer.tpl
│ │ │ ├── header.tpl
│ │ │ ├── SearchFormGenericAdvanced.tpl
│ │ │ ├── SearchFormGeneric.tpl
│ │ │ └── SugarSpot.tpl
│ │ ├── Smarty
│ │ │ ├── Config_File.class.php
│ │ │ ├── COPYING.lib
│ │ │ ├── debug.tpl
│ │ │ ├── internals
│ │ │ │ ├── core.assemble_plugin_filepath.php
│ │ │ │ ├── core.assign_smarty_interface.php
│ │ │ │ ├── core.create_dir_structure.php
│ │ │ │ ├── core.display_debug_console.php
│ │ │ │ ├── core.get_include_path.php
│ │ │ │ ├── core.get_microtime.php
│ │ │ │ ├── core.get_php_resource.php
│ │ │ │ ├── core.is_secure.php
│ │ │ │ ├── core.is_trusted.php
│ │ │ │ ├── core.load_plugins.php
│ │ │ │ ├── core.load_resource_plugin.php
│ │ │ │ ├── core.process_cached_inserts.php
│ │ │ │ ├── core.process_compiled_include.php
│ │ │ │ ├── core.read_cache_file.php
│ │ │ │ ├── core.rm_auto.php
│ │ │ │ ├── core.rmdir.php
│ │ │ │ ├── core.run_insert_handler.php
│ │ │ │ ├── core.smarty_include_php.php
│ │ │ │ ├── core.write_cache_file.php
│ │ │ │ ├── core.write_compiled_include.php
│ │ │ │ ├── core.write_compiled_resource.php
│ │ │ │ └── core.write_file.php
│ │ │ ├── LICENSE
│ │ │ ├── plugins
│ │ │ │ ├── block.nocache.php
│ │ │ │ ├── block.textformat.php
│ │ │ │ ├── compiler.assign.php
│ │ │ │ ├── function.assign_debug_info.php
│ │ │ │ ├── function.config_load.php
│ │ │ │ ├── function.counter.php
│ │ │ │ ├── function.cycle.php
│ │ │ │ ├── function.debug.php
│ │ │ │ ├── function.eval.php
│ │ │ │ ├── function.ext_includes.php
│ │ │ │ ├── function.fetch.php
│ │ │ │ ├── function.html_checkboxes.php
│ │ │ │ ├── function.html_image.php
│ │ │ │ ├── function.html_options.php
│ │ │ │ ├── function.html_radios.php
│ │ │ │ ├── function.html_select_date.php
│ │ │ │ ├── function.html_select_time.php
│ │ │ │ ├── function.html_table.php
│ │ │ │ ├── function.mailto.php
│ │ │ │ ├── function.math.php
│ │ │ │ ├── function.multienum_to_array.php
│ │ │ │ ├── function.overlib_includes.php
│ │ │ │ ├── function.popup_init.php
│ │ │ │ ├── function.popup.php
│ │ │ │ ├── function.sugar_ajax_url.php
│ │ │ │ ├── function.sugar_button.php
│ │ │ │ ├── function.sugar_button_slider.php
│ │ │ │ ├── function.sugar_connector_display.php
│ │ │ │ ├── function.sugar_currency_format.php
│ │ │ │ ├── function.sugar_email_btn.php
│ │ │ │ ├── function.sugar_evalcolumn_old.php
│ │ │ │ ├── function.sugar_evalcolumn.php
│ │ │ │ ├── function.sugar_fetch.php
│ │ │ │ ├── function.sugar_field.php
│ │ │ │ ├── function.sugar_getimagepath.php
│ │ │ │ ├── function.sugar_getimage.php
│ │ │ │ ├── function.sugar_getjspath.php
│ │ │ │ ├── function.sugar_getlink.php
│ │ │ │ ├── function.sugar_getscript.php
│ │ │ │ ├── function.sugar_getwebpath.php
│ │ │ │ ├── function.sugar_help.php
│ │ │ │ ├── function.sugar_image.php
│ │ │ │ ├── function.sugar_include.php
│ │ │ │ ├── function.sugar_link.php
│ │ │ │ ├── function.sugar_number_format.php
│ │ │ │ ├── function.sugar_phone.php
│ │ │ │ ├── function.sugar_replace_vars.php
│ │ │ │ ├── function.sugar_run_helper.php
│ │ │ │ ├── function.sugar_translate.php
│ │ │ │ ├── function.sugarvar_connector.php
│ │ │ │ ├── function.sugar_variable_constructor.php
│ │ │ │ ├── function.sugarvar.php
│ │ │ │ ├── modifier.capitalize.php
│ │ │ │ ├── modifier.cat.php
│ │ │ │ ├── modifier.count_characters.php
│ │ │ │ ├── modifier.count_paragraphs.php
│ │ │ │ ├── modifier.count_sentences.php
│ │ │ │ ├── modifier.count_words.php
│ │ │ │ ├── modifier.date_format.php
│ │ │ │ ├── modifier.debug_print_var.php
│ │ │ │ ├── modifier.default_date_value.php
│ │ │ │ ├── modifier.default.php
│ │ │ │ ├── modifier.escape.php
│ │ │ │ ├── modifier.in_array.php
│ │ │ │ ├── modifier.indent.php
│ │ │ │ ├── modifier.lookup.php
│ │ │ │ ├── modifier.lower.php
│ │ │ │ ├── modifier.multienum_to_ac.php
│ │ │ │ ├── modifier.nl2br.php
│ │ │ │ ├── modifier.regex_replace.php
│ │ │ │ ├── modifier.replace.php
│ │ │ │ ├── modifier.spacify.php
│ │ │ │ ├── modifier.string_format.php
│ │ │ │ ├── modifier.strip.php
│ │ │ │ ├── modifier.strip_semicolon.php
│ │ │ │ ├── modifier.strip_tags.php
│ │ │ │ ├── modifier.to_url.php
│ │ │ │ ├── modifier.truncate.php
│ │ │ │ ├── modifier.upper.php
│ │ │ │ ├── modifier.wordwrap.php
│ │ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ │ ├── shared.escape_special_chars.php
│ │ │ │ └── shared.make_timestamp.php
│ │ │ ├── README
│ │ │ ├── Smarty.class.php
│ │ │ └── Smarty_Compiler.class.php
│ │ ├── SubPanel
│ │ │ ├── registered_layout_defs.php
│ │ │ ├── SubPanelDefinitions.php
│ │ │ ├── SubPanelDynamic.html
│ │ │ ├── SubPanel.php
│ │ │ ├── subpanels.txt
│ │ │ ├── SubPanelTiles.js
│ │ │ ├── SubPanelTiles.php
│ │ │ ├── SubPanelTilesTabs.php
│ │ │ ├── SubPanelViewer.php
│ │ │ ├── SugarTab.php
│ │ │ └── tpls
│ │ │ └── singletabmenu.tpl
│ │ ├── SugarCache
│ │ │ ├── SugarCacheAbstract.php
│ │ │ ├── SugarCacheAPC.php
│ │ │ ├── SugarCacheFile.php
│ │ │ ├── SugarCacheMemcached.php
│ │ │ ├── SugarCacheMemcache.php
│ │ │ ├── SugarCacheMemory.php
│ │ │ ├── SugarCache.php
│ │ │ ├── SugarCacheRedis.php
│ │ │ ├── SugarCachesMash.php
│ │ │ ├── SugarCacheWincache.php
│ │ │ └── SugarCacheZend.php
│ │ ├── SugarCharts
│ │ │ ├── Jit
│ │ │ │ ├── css
│ │ │ │ │ └── base.css
│ │ │ │ ├── FlashCanvas
│ │ │ │ │ ├── canvas2png.js
│ │ │ │ │ ├── flashcanvas.js
│ │ │ │ │ ├── flashcanvas.swf
│ │ │ │ │ ├── proxy.php
│ │ │ │ │ └── save.php
│ │ │ │ ├── Jit.php
│ │ │ │ ├── JitReports.php
│ │ │ │ ├── js
│ │ │ │ │ ├── Jit
│ │ │ │ │ │ └── jit.js
│ │ │ │ │ ├── mySugarCharts.js
│ │ │ │ │ └── sugarCharts.js
│ │ │ │ └── tpls
│ │ │ │ ├── chart.tpl
│ │ │ │ └── DashletGenericChartScript.tpl
│ │ │ ├── JsChart.php
│ │ │ ├── SugarChartFactory.php
│ │ │ ├── SugarChart.php
│ │ │ └── swf
│ │ │ ├── barChart.swf
│ │ │ ├── chart.swf
│ │ │ ├── groupByChart.swf
│ │ │ ├── horizontalBarChart.swf
│ │ │ ├── horizontalGroupByChart.swf
│ │ │ ├── lineChart.swf
│ │ │ ├── pieChart.swf
│ │ │ └── stackedGroupByChart.swf
│ │ ├── SugarDateTime.php
│ │ ├── SugarDependentDropdown
│ │ │ ├── javascript
│ │ │ │ └── SugarDependentDropdown.js
│ │ │ ├── metadata
│ │ │ │ └── dependentDropdown.php
│ │ │ └── SugarDependentDropdown.php
│ │ ├── SugarEmailAddress
│ │ │ ├── SugarEmailAddress.js
│ │ │ ├── SugarEmailAddress.php
│ │ │ └── templates
│ │ │ ├── forDetailView.tpl
│ │ │ ├── forDuplicatesView.tpl
│ │ │ ├── forEditView.tpl
│ │ │ └── forWideFormBodyView.tpl
│ │ ├── SugarFields
│ │ │ ├── Fields
│ │ │ │ ├── Address
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── en_us.DetailView.tpl
│ │ │ │ │ ├── en_us.EditView.tpl
│ │ │ │ │ ├── SugarFieldAddress.js
│ │ │ │ │ └── SugarFieldAddress.php
│ │ │ │ ├── Assigned_user_name
│ │ │ │ │ ├── EditViewFunction.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldAssigned_user_name.php
│ │ │ │ ├── Base
│ │ │ │ │ ├── DetailViewFunction.tpl
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditViewFunction.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── ImportViewFunction.tpl
│ │ │ │ │ ├── InlineEdit.tpl
│ │ │ │ │ ├── InlineEditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ ├── SearchForm.tpl
│ │ │ │ │ └── SugarFieldBase.php
│ │ │ │ ├── Bool
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── InlineEdit.tpl
│ │ │ │ │ ├── InlineEditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldBool.php
│ │ │ │ ├── Collection
│ │ │ │ │ ├── CollectionDetailView.tpl
│ │ │ │ │ ├── CollectionEditViewRow.tpl
│ │ │ │ │ ├── CollectionEditView.tpl
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── SugarFieldCollection.js
│ │ │ │ │ ├── SugarFieldCollection.php
│ │ │ │ │ ├── view.sugarfieldcollection.php
│ │ │ │ │ └── ViewSugarFieldCollection.php
│ │ │ │ ├── Currency
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ └── SugarFieldCurrency.php
│ │ │ │ ├── Datetime
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── SugarFieldDatetime.php
│ │ │ │ ├── Datetimecombo
│ │ │ │ │ ├── Datetimecombo.js
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── RangeSearchForm.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldDatetimecombo.php
│ │ │ │ ├── Download
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ └── SugarFieldDownload.php
│ │ │ │ ├── Enum
│ │ │ │ │ ├── DetailViewFunction.tpl
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditViewFunction.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldEnum.php
│ │ │ │ ├── File
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ ├── SugarFieldFile.js
│ │ │ │ │ └── SugarFieldFile.php
│ │ │ │ ├── Float
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── SugarFieldFloat.php
│ │ │ │ ├── Fullname
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ └── SugarFieldFullname.php
│ │ │ │ ├── Html
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ └── SugarFieldHtml.php
│ │ │ │ ├── Id
│ │ │ │ │ └── SugarFieldId.php
│ │ │ │ ├── Iframe
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ └── EditView.tpl
│ │ │ │ ├── Int
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── RangeSearchForm.tpl
│ │ │ │ │ ├── SearchForm.tpl
│ │ │ │ │ └── SugarFieldInt.php
│ │ │ │ ├── Link
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── ListView.tpl
│ │ │ │ ├── Multienum
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditViewFunction.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldMultienum.php
│ │ │ │ ├── Parent
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldParent.php
│ │ │ │ ├── Password
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── SugarFieldPassword.php
│ │ │ │ ├── Phone
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── ListView.tpl
│ │ │ │ │ └── SugarFieldPhone.php
│ │ │ │ ├── Radioenum
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── SugarFieldRadioenum.php
│ │ │ │ ├── Readonly
│ │ │ │ │ └── SugarFieldReadonly.php
│ │ │ │ ├── Relate
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ ├── SearchView.tpl
│ │ │ │ │ └── SugarFieldRelate.php
│ │ │ │ ├── Text
│ │ │ │ │ ├── ClassicEditView.tpl
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── SugarFieldText.php
│ │ │ │ ├── URL
│ │ │ │ │ ├── DetailView.tpl
│ │ │ │ │ ├── EditView.tpl
│ │ │ │ │ └── ListView.tpl
│ │ │ │ └── Username
│ │ │ │ ├── DetailView.tpl
│ │ │ │ └── SugarFieldUsername.php
│ │ │ ├── Parsers
│ │ │ │ ├── DetailViewMetaParser.php
│ │ │ │ ├── EditViewMetaParser.php
│ │ │ │ ├── MetaParser.php
│ │ │ │ ├── QuickCreateMetaParser.php
│ │ │ │ ├── Rules
│ │ │ │ │ ├── AccountsParseRule.php
│ │ │ │ │ ├── ActivitiesParseRule.php
│ │ │ │ │ ├── AddressRule.php
│ │ │ │ │ ├── BaseRule.php
│ │ │ │ │ ├── BugsParseRule.php
│ │ │ │ │ ├── CallsParseRule.php
│ │ │ │ │ ├── CampaignsParseRule.php
│ │ │ │ │ ├── ContactsParseRule.php
│ │ │ │ │ ├── ContractsParseRule.php
│ │ │ │ │ ├── DocumentsParseRule.php
│ │ │ │ │ ├── EmailAddressRule.php
│ │ │ │ │ ├── EmptyRowRule.php
│ │ │ │ │ ├── LeadsParseRule.php
│ │ │ │ │ ├── MeetingsParseRule.php
│ │ │ │ │ ├── NotesParseRule.php
│ │ │ │ │ ├── OpportunitiesParseRule.php
│ │ │ │ │ ├── ParseRules.php
│ │ │ │ │ ├── ProductsParseRule.php
│ │ │ │ │ ├── QuotesParseRule.php
│ │ │ │ │ ├── UndefinedVardefRule.php
│ │ │ │ │ ├── VariableCleanupRule.php
│ │ │ │ │ └── VariableSubstitutionRule.php
│ │ │ │ └── SearchFormMetaParser.php
│ │ │ └── SugarFieldHandler.php
│ │ ├── SugarFolders
│ │ │ └── SugarFolders.php
│ │ ├── SugarLogger
│ │ │ ├── LoggerManager.php
│ │ │ ├── LoggerTemplate.php
│ │ │ └── SugarLogger.php
│ │ ├── SugarOauth.php
│ │ ├── SugarOAuthServer.php
│ │ ├── SugarObjects
│ │ │ ├── forms
│ │ │ │ ├── FormBase.php
│ │ │ │ └── PersonFormBase.php
│ │ │ ├── implements
│ │ │ │ ├── assignable
│ │ │ │ │ ├── language
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ └── vardefs.php
│ │ │ │ └── team_security
│ │ │ │ ├── language
│ │ │ │ │ └── en_us.lang.php
│ │ │ │ └── vardefs.php
│ │ │ ├── LanguageManager.php
│ │ │ ├── SugarConfig.php
│ │ │ ├── SugarRegistry.php
│ │ │ ├── SugarSession.php
│ │ │ ├── templates
│ │ │ │ ├── basic
│ │ │ │ │ ├── Basic.php
│ │ │ │ │ ├── Dashlets
│ │ │ │ │ │ └── Dashlet
│ │ │ │ │ │ ├── m-n-Dashlet.meta.php
│ │ │ │ │ │ └── m-n-Dashlet.php
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── basic_32.gif
│ │ │ │ │ │ ├── basic.gif
│ │ │ │ │ │ └── Createbasic.gif
│ │ │ │ │ ├── language
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── metadata
│ │ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ │ ├── metafiles.php
│ │ │ │ │ │ ├── popupdefs.php
│ │ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ │ └── subpanels
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── vardefs.php
│ │ │ │ ├── company
│ │ │ │ │ ├── Company.php
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── company_32.gif
│ │ │ │ │ │ ├── company.gif
│ │ │ │ │ │ └── Createcompany.gif
│ │ │ │ │ ├── language
│ │ │ │ │ │ ├── application
│ │ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── metadata
│ │ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ │ ├── metafiles.php
│ │ │ │ │ │ ├── popupdefs.php
│ │ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ │ └── subpanels
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── vardefs.php
│ │ │ │ ├── file
│ │ │ │ │ ├── controller.php
│ │ │ │ │ ├── File.php
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── Createfile.gif
│ │ │ │ │ │ ├── file_32.gif
│ │ │ │ │ │ └── file.gif
│ │ │ │ │ ├── language
│ │ │ │ │ │ ├── application
│ │ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── metadata
│ │ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ │ ├── metafiles.php
│ │ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ │ └── subpanels
│ │ │ │ │ │ └── default.php
│ │ │ │ │ ├── vardefs.php
│ │ │ │ │ └── views
│ │ │ │ │ └── view.edit.php
│ │ │ │ ├── issue
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── Createissue.gif
│ │ │ │ │ │ ├── issue_32.gif
│ │ │ │ │ │ └── issue.gif
│ │ │ │ │ ├── Issue.php
│ │ │ │ │ ├── language
│ │ │ │ │ │ ├── application
│ │ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── metadata
│ │ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ │ ├── metafiles.php
│ │ │ │ │ │ ├── popupdefs.php
│ │ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ │ └── subpanels
│ │ │ │ │ │ └── default.php
│ │ │ │ │ └── vardefs.php
│ │ │ │ ├── person
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── icons
│ │ │ │ │ │ ├── Createperson.gif
│ │ │ │ │ │ ├── person_32.gif
│ │ │ │ │ │ └── person.gif
│ │ │ │ │ ├── language
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── metadata
│ │ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ │ ├── metafiles.php
│ │ │ │ │ │ ├── popupdefs.php
│ │ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ │ └── subpanels
│ │ │ │ │ │ └── default.php
│ │ │ │ │ ├── Person.php
│ │ │ │ │ └── vardefs.php
│ │ │ │ └── sale
│ │ │ │ ├── Chance.php
│ │ │ │ ├── config.php
│ │ │ │ ├── icons
│ │ │ │ │ ├── chance_32.gif
│ │ │ │ │ ├── chance.gif
│ │ │ │ │ ├── Createchance.gif
│ │ │ │ │ ├── Createsale.gif
│ │ │ │ │ ├── sale_32.gif
│ │ │ │ │ └── sale.gif
│ │ │ │ ├── language
│ │ │ │ │ ├── application
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ └── en_us.lang.php
│ │ │ │ ├── metadata
│ │ │ │ │ ├── dashletviewdefs.php
│ │ │ │ │ ├── detailviewdefs.php
│ │ │ │ │ ├── editviewdefs.php
│ │ │ │ │ ├── listviewdefs.php
│ │ │ │ │ ├── metafiles.php
│ │ │ │ │ ├── popupdefs.php
│ │ │ │ │ ├── quickcreatedefs.php
│ │ │ │ │ ├── searchdefs.php
│ │ │ │ │ ├── SearchFields.php
│ │ │ │ │ └── subpanels
│ │ │ │ │ └── default.php
│ │ │ │ ├── Sale.php
│ │ │ │ └── vardefs.php
│ │ │ └── VardefManager.php
│ │ ├── Sugarpdf
│ │ │ ├── FontManager.php
│ │ │ ├── sugarpdf
│ │ │ │ └── sugarpdf.smarty.php
│ │ │ ├── sugarpdf_config.php
│ │ │ ├── sugarpdf_default.php
│ │ │ ├── SugarpdfFactory.php
│ │ │ ├── SugarpdfHelper.php
│ │ │ └── Sugarpdf.php
│ │ ├── SugarPHPMailer.php
│ │ ├── Sugar_Smarty.php
│ │ ├── SugarSQLValidate.php
│ │ ├── SugarTheme
│ │ │ ├── cssmin.php
│ │ │ ├── getImage.php
│ │ │ ├── SugarSprites.php
│ │ │ └── SugarTheme.php
│ │ ├── SugarTinyMCE.php
│ │ ├── tabConfig.php
│ │ ├── tabs.php
│ │ ├── tcpdf
│ │ │ ├── 2dbarcodes.php
│ │ │ ├── barcodes.php
│ │ │ ├── CHANGELOG.TXT
│ │ │ ├── config
│ │ │ │ ├── lang
│ │ │ │ │ ├── eng.php
│ │ │ │ │ └── ita.php
│ │ │ │ ├── tcpdf_config_alt.php
│ │ │ │ └── tcpdf_config.php
│ │ │ ├── fonts
│ │ │ │ ├── uni2cid_ac15.php
│ │ │ │ ├── uni2cid_ag15.php
│ │ │ │ ├── uni2cid_aj16.php
│ │ │ │ ├── uni2cid_ak12.php
│ │ │ │ └── utils
│ │ │ │ ├── enc
│ │ │ │ │ ├── cp1250.map
│ │ │ │ │ ├── cp1251.map
│ │ │ │ │ ├── cp1252.map
│ │ │ │ │ ├── cp1253.map
│ │ │ │ │ ├── cp1254.map
│ │ │ │ │ ├── cp1255.map
│ │ │ │ │ ├── cp1257.map
│ │ │ │ │ ├── cp1258.map
│ │ │ │ │ ├── cp874.map
│ │ │ │ │ ├── iso-8859-11.map
│ │ │ │ │ ├── iso-8859-15.map
│ │ │ │ │ ├── iso-8859-16.map
│ │ │ │ │ ├── iso-8859-1.map
│ │ │ │ │ ├── iso-8859-2.map
│ │ │ │ │ ├── iso-8859-4.map
│ │ │ │ │ ├── iso-8859-5.map
│ │ │ │ │ ├── iso-8859-7.map
│ │ │ │ │ ├── iso-8859-9.map
│ │ │ │ │ ├── koi8-r.map
│ │ │ │ │ └── koi8-u.map
│ │ │ │ └── makefont.php
│ │ │ ├── htmlcolors.php
│ │ │ ├── LICENSE.TXT
│ │ │ ├── README.TXT
│ │ │ ├── tcpdf.php
│ │ │ └── unicode_data.php
│ │ ├── TemplateHandler
│ │ │ └── TemplateHandler.php
│ │ ├── templates
│ │ │ ├── TemplateDragDropChooser.php
│ │ │ ├── TemplateGroupChooser.php
│ │ │ └── Template.php
│ │ ├── TimeDate.php
│ │ ├── timezone
│ │ │ └── timezones.php
│ │ ├── upload_file.php
│ │ ├── utils
│ │ │ ├── activity_utils.php
│ │ │ ├── array_utils.php
│ │ │ ├── autoloader.php
│ │ │ ├── db_utils.php
│ │ │ ├── encryption_utils.php
│ │ │ ├── external_cache.php
│ │ │ ├── file_utils.php
│ │ │ ├── layout_utils.php
│ │ │ ├── LogicHook.php
│ │ │ ├── logic_utils.php
│ │ │ ├── mvc_utils.php
│ │ │ ├── php_zip_utils.php
│ │ │ ├── progress_bar_utils.php
│ │ │ ├── security_utils.php
│ │ │ ├── sugar_file_utils.php
│ │ │ └── zip_utils.php
│ │ ├── utils.php
│ │ ├── VarDefHandler
│ │ │ ├── listvardefoverride.php
│ │ │ ├── VarDefHandler.php
│ │ │ └── vardef_meta_arrays.php
│ │ ├── vCard.php
│ │ └── ytree
│ │ ├── ExtNode.php
│ │ ├── Node.php
│ │ ├── Tree.php
│ │ ├── treeutil.js
│ │ └── TreeView
│ │ ├── anim
│ │ │ ├── TVAnim.js
│ │ │ ├── TVFadeIn.js
│ │ │ └── TVFadeOut.js
│ │ ├── css
│ │ │ ├── check
│ │ │ │ └── tree.css
│ │ │ ├── default
│ │ │ │ └── tree.css
│ │ │ ├── folders
│ │ │ │ └── tree.css
│ │ │ └── forecasts
│ │ │ └── tree.css
│ │ ├── HTMLNode.js
│ │ ├── img
│ │ │ ├── bullet.gif
│ │ │ ├── check
│ │ │ │ ├── check0.gif
│ │ │ │ ├── check1.gif
│ │ │ │ ├── check2.gif
│ │ │ │ ├── lm.gif
│ │ │ │ ├── lmh.gif
│ │ │ │ ├── ln.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lp.gif
│ │ │ │ ├── lph.gif
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tm.gif
│ │ │ │ ├── tmh.gif
│ │ │ │ ├── tn.gif
│ │ │ │ ├── tp.gif
│ │ │ │ ├── tph.gif
│ │ │ │ └── vline.gif
│ │ │ ├── default
│ │ │ │ ├── lm.gif
│ │ │ │ ├── lmh.gif
│ │ │ │ ├── ln.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lp.gif
│ │ │ │ ├── lph.gif
│ │ │ │ ├── tm.gif
│ │ │ │ ├── tmh.gif
│ │ │ │ ├── tn.gif
│ │ │ │ ├── tp.gif
│ │ │ │ ├── tph.gif
│ │ │ │ └── vline.gif
│ │ │ ├── folders
│ │ │ │ ├── lm.gif
│ │ │ │ ├── lmh.gif
│ │ │ │ ├── ln.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── lp.gif
│ │ │ │ ├── lph.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── tm.gif
│ │ │ │ ├── tmh.gif
│ │ │ │ ├── tn.gif
│ │ │ │ ├── tp.gif
│ │ │ │ ├── tph.gif
│ │ │ │ └── vline.gif
│ │ │ ├── greybg.png
│ │ │ ├── header.gif
│ │ │ ├── logo.gif
│ │ │ ├── navHover2.png
│ │ │ ├── qbottom.png
│ │ │ ├── qmiddle.png
│ │ │ └── qtop.png
│ │ ├── license.txt
│ │ ├── MenuNode.js
│ │ ├── Node.js
│ │ ├── RootNode.js
│ │ ├── TaskNode.js
│ │ ├── TextNode.js
│ │ └── TreeView.js
│ ├── index.php
│ ├── install
│ │ ├── checkDBSettings.php
│ │ ├── confirmSettings.php
│ │ ├── data
│ │ │ └── disc_client.php
│ │ ├── dbConfig_a.php
│ │ ├── dbConfig.js
│ │ ├── demoData.en_us.php
│ │ ├── download_modules.php
│ │ ├── download_patches.php
│ │ ├── installCommon.js
│ │ ├── install.css
│ │ ├── install_defaults.php
│ │ ├── installDisabled.php
│ │ ├── installHelp.php
│ │ ├── installSystemCheck.php
│ │ ├── installType.php
│ │ ├── install_utils.php
│ │ ├── language
│ │ │ └── en_us.lang.php
│ │ ├── license.js
│ │ ├── license.php
│ │ ├── licensePrint.php
│ │ ├── oc_convert.js
│ │ ├── oc_install.js
│ │ ├── performSetup.php
│ │ ├── populateSeedData.php
│ │ ├── processing.gif
│ │ ├── ready.php
│ │ ├── register.js
│ │ ├── register.php
│ │ ├── seed_data
│ │ │ ├── Advanced_Password_SeedData.php
│ │ │ └── quotes_SeedData.php
│ │ ├── siteConfig_a.php
│ │ ├── siteConfig_b.php
│ │ ├── siteConfig.js
│ │ ├── systemOptions.php
│ │ ├── TeamDemoData.php
│ │ ├── UploadLangFileCheck.php
│ │ ├── UserDemoData.php
│ │ └── welcome.php
│ ├── install.php
│ ├── json_server.php
│ ├── jssource
│ │ ├── JSGroupings.php
│ │ ├── jsmin.php
│ │ ├── minify.php
│ │ ├── minify_utils.php
│ │ └── src_files
│ │ ├── include
│ │ │ ├── connectors
│ │ │ │ └── formatters
│ │ │ │ └── default
│ │ │ │ └── company_detail.js
│ │ │ ├── javascript
│ │ │ │ ├── ajaxUI.js
│ │ │ │ ├── calendar.js
│ │ │ │ ├── cookie.js
│ │ │ │ ├── dashlets.js
│ │ │ │ ├── importWizard.js
│ │ │ │ ├── include.js
│ │ │ │ ├── iscroll.js
│ │ │ │ ├── jsclass_async.js
│ │ │ │ ├── jsclass_base.js
│ │ │ │ ├── menu.js
│ │ │ │ ├── overlibmws_iframe.js
│ │ │ │ ├── overlibmws.js
│ │ │ │ ├── phpjs
│ │ │ │ │ ├── get_html_translation_table.js
│ │ │ │ │ ├── html_entity_decode.js
│ │ │ │ │ └── license.js
│ │ │ │ ├── popup_helper.js
│ │ │ │ ├── popup_parent_helper.js
│ │ │ │ ├── quickCompose.js
│ │ │ │ ├── quicksearch.js
│ │ │ │ ├── report_additionals.js
│ │ │ │ ├── sugar_3.js
│ │ │ │ ├── sugar_connection_event_listener.js
│ │ │ │ ├── sugarwidgets
│ │ │ │ │ ├── SugarYUILoader.js
│ │ │ │ │ └── SugarYUIWidgets.js
│ │ │ │ ├── sugar_yui_overrides.js
│ │ │ │ ├── swfobject.js
│ │ │ │ └── yui3
│ │ │ │ ├── assets
│ │ │ │ │ ├── dpSyntaxHighlighter.js
│ │ │ │ │ └── syntax.js
│ │ │ │ └── build
│ │ │ │ ├── anim
│ │ │ │ │ ├── anim-base.js
│ │ │ │ │ ├── anim-base-min.js
│ │ │ │ │ ├── anim-color.js
│ │ │ │ │ ├── anim-color-min.js
│ │ │ │ │ ├── anim-curve.js
│ │ │ │ │ ├── anim-curve-min.js
│ │ │ │ │ ├── anim-easing.js
│ │ │ │ │ ├── anim-easing-min.js
│ │ │ │ │ ├── anim.js
│ │ │ │ │ ├── anim-min.js
│ │ │ │ │ ├── anim-node-plugin.js
│ │ │ │ │ ├── anim-node-plugin-min.js
│ │ │ │ │ ├── anim-scroll.js
│ │ │ │ │ ├── anim-scroll-min.js
│ │ │ │ │ ├── anim-xy.js
│ │ │ │ │ └── anim-xy-min.js
│ │ │ │ ├── arraysort
│ │ │ │ │ ├── arraysort.js
│ │ │ │ │ └── arraysort-min.js
│ │ │ │ ├── async-queue
│ │ │ │ │ ├── async-queue.js
│ │ │ │ │ └── async-queue-min.js
│ │ │ │ ├── attribute
│ │ │ │ │ ├── attribute-base.js
│ │ │ │ │ ├── attribute-base-min.js
│ │ │ │ │ ├── attribute-complex.js
│ │ │ │ │ ├── attribute-complex-min.js
│ │ │ │ │ ├── attribute.js
│ │ │ │ │ └── attribute-min.js
│ │ │ │ ├── autocomplete
│ │ │ │ │ ├── autocomplete-base.js
│ │ │ │ │ ├── autocomplete-base-min.js
│ │ │ │ │ ├── autocomplete-filters-accentfold.js
│ │ │ │ │ ├── autocomplete-filters-accentfold-min.js
│ │ │ │ │ ├── autocomplete-filters.js
│ │ │ │ │ ├── autocomplete-filters-min.js
│ │ │ │ │ ├── autocomplete-highlighters-accentfold.js
│ │ │ │ │ ├── autocomplete-highlighters-accentfold-min.js
│ │ │ │ │ ├── autocomplete-highlighters.js
│ │ │ │ │ ├── autocomplete-highlighters-min.js
│ │ │ │ │ ├── autocomplete.js
│ │ │ │ │ ├── autocomplete-list.js
│ │ │ │ │ ├── autocomplete-list-keys.js
│ │ │ │ │ ├── autocomplete-list-keys-min.js
│ │ │ │ │ ├── autocomplete-list-min.js
│ │ │ │ │ ├── autocomplete-min.js
│ │ │ │ │ ├── autocomplete-plugin.js
│ │ │ │ │ ├── autocomplete-plugin-min.js
│ │ │ │ │ ├── autocomplete-sources.js
│ │ │ │ │ ├── autocomplete-sources-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── autocomplete_en.js
│ │ │ │ │ ├── autocomplete.js
│ │ │ │ │ ├── autocomplete-list_en.js
│ │ │ │ │ └── autocomplete-list.js
│ │ │ │ ├── base
│ │ │ │ │ ├── base-base.js
│ │ │ │ │ ├── base-base-min.js
│ │ │ │ │ ├── base-build.js
│ │ │ │ │ ├── base-build-min.js
│ │ │ │ │ ├── base.js
│ │ │ │ │ ├── base-min.js
│ │ │ │ │ ├── base-pluginhost.js
│ │ │ │ │ └── base-pluginhost-min.js
│ │ │ │ ├── cache
│ │ │ │ │ ├── cache-base.js
│ │ │ │ │ ├── cache-base-min.js
│ │ │ │ │ ├── cache.js
│ │ │ │ │ ├── cache-min.js
│ │ │ │ │ ├── cache-offline.js
│ │ │ │ │ ├── cache-offline-min.js
│ │ │ │ │ ├── cache-plugin.js
│ │ │ │ │ └── cache-plugin-min.js
│ │ │ │ ├── charts
│ │ │ │ │ ├── charts.js
│ │ │ │ │ └── charts-min.js
│ │ │ │ ├── classnamemanager
│ │ │ │ │ ├── classnamemanager.js
│ │ │ │ │ └── classnamemanager-min.js
│ │ │ │ ├── collection
│ │ │ │ │ ├── array-extras.js
│ │ │ │ │ ├── array-extras-min.js
│ │ │ │ │ ├── array-invoke.js
│ │ │ │ │ ├── array-invoke-min.js
│ │ │ │ │ ├── arraylist-add.js
│ │ │ │ │ ├── arraylist-add-min.js
│ │ │ │ │ ├── arraylist-filter.js
│ │ │ │ │ ├── arraylist-filter-min.js
│ │ │ │ │ ├── arraylist.js
│ │ │ │ │ ├── arraylist-min.js
│ │ │ │ │ ├── collection.js
│ │ │ │ │ └── collection-min.js
│ │ │ │ ├── compat
│ │ │ │ │ ├── compat.js
│ │ │ │ │ └── compat-min.js
│ │ │ │ ├── console
│ │ │ │ │ ├── console-filters.js
│ │ │ │ │ ├── console-filters-min.js
│ │ │ │ │ ├── console.js
│ │ │ │ │ ├── console-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── console_en.js
│ │ │ │ │ ├── console_es.js
│ │ │ │ │ └── console.js
│ │ │ │ ├── cookie
│ │ │ │ │ ├── cookie.js
│ │ │ │ │ └── cookie-min.js
│ │ │ │ ├── dataschema
│ │ │ │ │ ├── dataschema-array.js
│ │ │ │ │ ├── dataschema-array-min.js
│ │ │ │ │ ├── dataschema-base.js
│ │ │ │ │ ├── dataschema-base-min.js
│ │ │ │ │ ├── dataschema.js
│ │ │ │ │ ├── dataschema-json.js
│ │ │ │ │ ├── dataschema-json-min.js
│ │ │ │ │ ├── dataschema-min.js
│ │ │ │ │ ├── dataschema-text.js
│ │ │ │ │ ├── dataschema-text-min.js
│ │ │ │ │ ├── dataschema-xml.js
│ │ │ │ │ └── dataschema-xml-min.js
│ │ │ │ ├── datasource
│ │ │ │ │ ├── datasource-arrayschema.js
│ │ │ │ │ ├── datasource-arrayschema-min.js
│ │ │ │ │ ├── datasource-cache.js
│ │ │ │ │ ├── datasource-cache-min.js
│ │ │ │ │ ├── datasource-function.js
│ │ │ │ │ ├── datasource-function-min.js
│ │ │ │ │ ├── datasource-get.js
│ │ │ │ │ ├── datasource-get-min.js
│ │ │ │ │ ├── datasource-io.js
│ │ │ │ │ ├── datasource-io-min.js
│ │ │ │ │ ├── datasource.js
│ │ │ │ │ ├── datasource-jsonschema.js
│ │ │ │ │ ├── datasource-jsonschema-min.js
│ │ │ │ │ ├── datasource-local.js
│ │ │ │ │ ├── datasource-local-min.js
│ │ │ │ │ ├── datasource-min.js
│ │ │ │ │ ├── datasource-polling.js
│ │ │ │ │ ├── datasource-polling-min.js
│ │ │ │ │ ├── datasource-textschema.js
│ │ │ │ │ ├── datasource-textschema-min.js
│ │ │ │ │ ├── datasource-xmlschema.js
│ │ │ │ │ └── datasource-xmlschema-min.js
│ │ │ │ ├── datatable
│ │ │ │ │ ├── datatable-base.js
│ │ │ │ │ ├── datatable-base-min.js
│ │ │ │ │ ├── datatable-datasource.js
│ │ │ │ │ ├── datatable-datasource-min.js
│ │ │ │ │ ├── datatable.js
│ │ │ │ │ ├── datatable-min.js
│ │ │ │ │ ├── datatable-scroll.js
│ │ │ │ │ ├── datatable-scroll-min.js
│ │ │ │ │ ├── datatable-sort.js
│ │ │ │ │ ├── datatable-sort-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── datatable-base_en.js
│ │ │ │ │ ├── datatable-base.js
│ │ │ │ │ ├── datatable_en.js
│ │ │ │ │ ├── datatable.js
│ │ │ │ │ ├── datatable-sort_en.js
│ │ │ │ │ └── datatable-sort.js
│ │ │ │ ├── datatype
│ │ │ │ │ ├── datatype-date-format.js
│ │ │ │ │ ├── datatype-date-format-min.js
│ │ │ │ │ ├── datatype-date.js
│ │ │ │ │ ├── datatype-date-min.js
│ │ │ │ │ ├── datatype-date-parse.js
│ │ │ │ │ ├── datatype-date-parse-min.js
│ │ │ │ │ ├── datatype.js
│ │ │ │ │ ├── datatype-min.js
│ │ │ │ │ ├── datatype-number-format.js
│ │ │ │ │ ├── datatype-number-format-min.js
│ │ │ │ │ ├── datatype-number.js
│ │ │ │ │ ├── datatype-number-min.js
│ │ │ │ │ ├── datatype-number-parse.js
│ │ │ │ │ ├── datatype-number-parse-min.js
│ │ │ │ │ ├── datatype-xml-format.js
│ │ │ │ │ ├── datatype-xml-format-min.js
│ │ │ │ │ ├── datatype-xml.js
│ │ │ │ │ ├── datatype-xml-min.js
│ │ │ │ │ ├── datatype-xml-parse.js
│ │ │ │ │ ├── datatype-xml-parse-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── datatype_ar-JO.js
│ │ │ │ │ ├── datatype_ar.js
│ │ │ │ │ ├── datatype_ca-ES.js
│ │ │ │ │ ├── datatype_ca.js
│ │ │ │ │ ├── datatype_da-DK.js
│ │ │ │ │ ├── datatype_da.js
│ │ │ │ │ ├── datatype-date_ar-JO.js
│ │ │ │ │ ├── datatype-date_ar.js
│ │ │ │ │ ├── datatype-date_ca-ES.js
│ │ │ │ │ ├── datatype-date_ca.js
│ │ │ │ │ ├── datatype-date_da-DK.js
│ │ │ │ │ ├── datatype-date_da.js
│ │ │ │ │ ├── datatype-date_de-AT.js
│ │ │ │ │ ├── datatype-date_de-DE.js
│ │ │ │ │ ├── datatype-date_de.js
│ │ │ │ │ ├── datatype-date_el-GR.js
│ │ │ │ │ ├── datatype-date_el.js
│ │ │ │ │ ├── datatype-date_en-AU.js
│ │ │ │ │ ├── datatype-date_en-CA.js
│ │ │ │ │ ├── datatype-date_en-GB.js
│ │ │ │ │ ├── datatype-date_en-IE.js
│ │ │ │ │ ├── datatype-date_en-IN.js
│ │ │ │ │ ├── datatype-date_en-JO.js
│ │ │ │ │ ├── datatype-date_en.js
│ │ │ │ │ ├── datatype-date_en-MY.js
│ │ │ │ │ ├── datatype-date_en-NZ.js
│ │ │ │ │ ├── datatype-date_en-PH.js
│ │ │ │ │ ├── datatype-date_en-SG.js
│ │ │ │ │ ├── datatype-date_en-US.js
│ │ │ │ │ ├── datatype-date_es-AR.js
│ │ │ │ │ ├── datatype-date_es-BO.js
│ │ │ │ │ ├── datatype-date_es-CL.js
│ │ │ │ │ ├── datatype-date_es-CO.js
│ │ │ │ │ ├── datatype-date_es-EC.js
│ │ │ │ │ ├── datatype-date_es-ES.js
│ │ │ │ │ ├── datatype-date_es.js
│ │ │ │ │ ├── datatype-date_es-MX.js
│ │ │ │ │ ├── datatype-date_es-PE.js
│ │ │ │ │ ├── datatype-date_es-PY.js
│ │ │ │ │ ├── datatype-date_es-US.js
│ │ │ │ │ ├── datatype-date_es-UY.js
│ │ │ │ │ ├── datatype-date_es-VE.js
│ │ │ │ │ ├── datatype-date_fi-FI.js
│ │ │ │ │ ├── datatype-date_fi.js
│ │ │ │ │ ├── datatype-date-format_ar-JO.js
│ │ │ │ │ ├── datatype-date-format_ar.js
│ │ │ │ │ ├── datatype-date-format_ca-ES.js
│ │ │ │ │ ├── datatype-date-format_ca.js
│ │ │ │ │ ├── datatype-date-format_da-DK.js
│ │ │ │ │ ├── datatype-date-format_da.js
│ │ │ │ │ ├── datatype-date-format_de-AT.js
│ │ │ │ │ ├── datatype-date-format_de-DE.js
│ │ │ │ │ ├── datatype-date-format_de.js
│ │ │ │ │ ├── datatype-date-format_el-GR.js
│ │ │ │ │ ├── datatype-date-format_el.js
│ │ │ │ │ ├── datatype-date-format_en-AU.js
│ │ │ │ │ ├── datatype-date-format_en-CA.js
│ │ │ │ │ ├── datatype-date-format_en-GB.js
│ │ │ │ │ ├── datatype-date-format_en-IE.js
│ │ │ │ │ ├── datatype-date-format_en-IN.js
│ │ │ │ │ ├── datatype-date-format_en-JO.js
│ │ │ │ │ ├── datatype-date-format_en.js
│ │ │ │ │ ├── datatype-date-format_en-MY.js
│ │ │ │ │ ├── datatype-date-format_en-NZ.js
│ │ │ │ │ ├── datatype-date-format_en-PH.js
│ │ │ │ │ ├── datatype-date-format_en-SG.js
│ │ │ │ │ ├── datatype-date-format_en-US.js
│ │ │ │ │ ├── datatype-date-format_es-AR.js
│ │ │ │ │ ├── datatype-date-format_es-BO.js
│ │ │ │ │ ├── datatype-date-format_es-CL.js
│ │ │ │ │ ├── datatype-date-format_es-CO.js
│ │ │ │ │ ├── datatype-date-format_es-EC.js
│ │ │ │ │ ├── datatype-date-format_es-ES.js
│ │ │ │ │ ├── datatype-date-format_es.js
│ │ │ │ │ ├── datatype-date-format_es-MX.js
│ │ │ │ │ ├── datatype-date-format_es-PE.js
│ │ │ │ │ ├── datatype-date-format_es-PY.js
│ │ │ │ │ ├── datatype-date-format_es-US.js
│ │ │ │ │ ├── datatype-date-format_es-UY.js
│ │ │ │ │ ├── datatype-date-format_es-VE.js
│ │ │ │ │ ├── datatype-date-format_fi-FI.js
│ │ │ │ │ ├── datatype-date-format_fi.js
│ │ │ │ │ ├── datatype-date-format_fr-BE.js
│ │ │ │ │ ├── datatype-date-format_fr-CA.js
│ │ │ │ │ ├── datatype-date-format_fr-FR.js
│ │ │ │ │ ├── datatype-date-format_fr.js
│ │ │ │ │ ├── datatype-date-format_hi-IN.js
│ │ │ │ │ ├── datatype-date-format_hi.js
│ │ │ │ │ ├── datatype-date-format_id-ID.js
│ │ │ │ │ ├── datatype-date-format_id.js
│ │ │ │ │ ├── datatype-date-format_it-IT.js
│ │ │ │ │ ├── datatype-date-format_it.js
│ │ │ │ │ ├── datatype-date-format_ja-JP.js
│ │ │ │ │ ├── datatype-date-format_ja.js
│ │ │ │ │ ├── datatype-date-format.js
│ │ │ │ │ ├── datatype-date-format_ko.js
│ │ │ │ │ ├── datatype-date-format_ko-KR.js
│ │ │ │ │ ├── datatype-date-format_ms.js
│ │ │ │ │ ├── datatype-date-format_ms-MY.js
│ │ │ │ │ ├── datatype-date-format_nb.js
│ │ │ │ │ ├── datatype-date-format_nb-NO.js
│ │ │ │ │ ├── datatype-date-format_nl-BE.js
│ │ │ │ │ ├── datatype-date-format_nl.js
│ │ │ │ │ ├── datatype-date-format_nl-NL.js
│ │ │ │ │ ├── datatype-date-format_pl.js
│ │ │ │ │ ├── datatype-date-format_pl-PL.js
│ │ │ │ │ ├── datatype-date-format_pt-BR.js
│ │ │ │ │ ├── datatype-date-format_pt.js
│ │ │ │ │ ├── datatype-date-format_ro.js
│ │ │ │ │ ├── datatype-date-format_ro-RO.js
│ │ │ │ │ ├── datatype-date-format_ru.js
│ │ │ │ │ ├── datatype-date-format_ru-RU.js
│ │ │ │ │ ├── datatype-date-format_sv.js
│ │ │ │ │ ├── datatype-date-format_sv-SE.js
│ │ │ │ │ ├── datatype-date-format_th.js
│ │ │ │ │ ├── datatype-date-format_th-TH.js
│ │ │ │ │ ├── datatype-date-format_tr.js
│ │ │ │ │ ├── datatype-date-format_tr-TR.js
│ │ │ │ │ ├── datatype-date-format_vi.js
│ │ │ │ │ ├── datatype-date-format_vi-VN.js
│ │ │ │ │ ├── datatype-date-format_zh-Hans-CN.js
│ │ │ │ │ ├── datatype-date-format_zh-Hans.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant-HK.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant.js
│ │ │ │ │ ├── datatype-date-format_zh-Hant-TW.js
│ │ │ │ │ ├── datatype-date_fr-BE.js
│ │ │ │ │ ├── datatype-date_fr-CA.js
│ │ │ │ │ ├── datatype-date_fr-FR.js
│ │ │ │ │ ├── datatype-date_fr.js
│ │ │ │ │ ├── datatype-date_hi-IN.js
│ │ │ │ │ ├── datatype-date_hi.js
│ │ │ │ │ ├── datatype-date_id-ID.js
│ │ │ │ │ ├── datatype-date_id.js
│ │ │ │ │ ├── datatype-date_it-IT.js
│ │ │ │ │ ├── datatype-date_it.js
│ │ │ │ │ ├── datatype-date_ja-JP.js
│ │ │ │ │ ├── datatype-date_ja.js
│ │ │ │ │ ├── datatype-date.js
│ │ │ │ │ ├── datatype-date_ko.js
│ │ │ │ │ ├── datatype-date_ko-KR.js
│ │ │ │ │ ├── datatype-date_ms.js
│ │ │ │ │ ├── datatype-date_ms-MY.js
│ │ │ │ │ ├── datatype-date_nb.js
│ │ │ │ │ ├── datatype-date_nb-NO.js
│ │ │ │ │ ├── datatype-date_nl-BE.js
│ │ │ │ │ ├── datatype-date_nl.js
│ │ │ │ │ ├── datatype-date_nl-NL.js
│ │ │ │ │ ├── datatype-date_pl.js
│ │ │ │ │ ├── datatype-date_pl-PL.js
│ │ │ │ │ ├── datatype-date_pt-BR.js
│ │ │ │ │ ├── datatype-date_pt.js
│ │ │ │ │ ├── datatype-date_ro.js
│ │ │ │ │ ├── datatype-date_ro-RO.js
│ │ │ │ │ ├── datatype-date_ru.js
│ │ │ │ │ ├── datatype-date_ru-RU.js
│ │ │ │ │ ├── datatype-date_sv.js
│ │ │ │ │ ├── datatype-date_sv-SE.js
│ │ │ │ │ ├── datatype-date_th.js
│ │ │ │ │ ├── datatype-date_th-TH.js
│ │ │ │ │ ├── datatype-date_tr.js
│ │ │ │ │ ├── datatype-date_tr-TR.js
│ │ │ │ │ ├── datatype-date_vi.js
│ │ │ │ │ ├── datatype-date_vi-VN.js
│ │ │ │ │ ├── datatype-date_zh-Hans-CN.js
│ │ │ │ │ ├── datatype-date_zh-Hans.js
│ │ │ │ │ ├── datatype-date_zh-Hant-HK.js
│ │ │ │ │ ├── datatype-date_zh-Hant.js
│ │ │ │ │ ├── datatype-date_zh-Hant-TW.js
│ │ │ │ │ ├── datatype_de-AT.js
│ │ │ │ │ ├── datatype_de-DE.js
│ │ │ │ │ ├── datatype_de.js
│ │ │ │ │ ├── datatype_el-GR.js
│ │ │ │ │ ├── datatype_el.js
│ │ │ │ │ ├── datatype_en-AU.js
│ │ │ │ │ ├── datatype_en-CA.js
│ │ │ │ │ ├── datatype_en-GB.js
│ │ │ │ │ ├── datatype_en-IE.js
│ │ │ │ │ ├── datatype_en-IN.js
│ │ │ │ │ ├── datatype_en-JO.js
│ │ │ │ │ ├── datatype_en.js
│ │ │ │ │ ├── datatype_en-MY.js
│ │ │ │ │ ├── datatype_en-NZ.js
│ │ │ │ │ ├── datatype_en-PH.js
│ │ │ │ │ ├── datatype_en-SG.js
│ │ │ │ │ ├── datatype_en-US.js
│ │ │ │ │ ├── datatype_es-AR.js
│ │ │ │ │ ├── datatype_es-BO.js
│ │ │ │ │ ├── datatype_es-CL.js
│ │ │ │ │ ├── datatype_es-CO.js
│ │ │ │ │ ├── datatype_es-EC.js
│ │ │ │ │ ├── datatype_es-ES.js
│ │ │ │ │ ├── datatype_es.js
│ │ │ │ │ ├── datatype_es-MX.js
│ │ │ │ │ ├── datatype_es-PE.js
│ │ │ │ │ ├── datatype_es-PY.js
│ │ │ │ │ ├── datatype_es-US.js
│ │ │ │ │ ├── datatype_es-UY.js
│ │ │ │ │ ├── datatype_es-VE.js
│ │ │ │ │ ├── datatype_fi-FI.js
│ │ │ │ │ ├── datatype_fi.js
│ │ │ │ │ ├── datatype_fr-BE.js
│ │ │ │ │ ├── datatype_fr-CA.js
│ │ │ │ │ ├── datatype_fr-FR.js
│ │ │ │ │ ├── datatype_fr.js
│ │ │ │ │ ├── datatype_hi-IN.js
│ │ │ │ │ ├── datatype_hi.js
│ │ │ │ │ ├── datatype_id-ID.js
│ │ │ │ │ ├── datatype_id.js
│ │ │ │ │ ├── datatype_it-IT.js
│ │ │ │ │ ├── datatype_it.js
│ │ │ │ │ ├── datatype_ja-JP.js
│ │ │ │ │ ├── datatype_ja.js
│ │ │ │ │ ├── datatype.js
│ │ │ │ │ ├── datatype_ko.js
│ │ │ │ │ ├── datatype_ko-KR.js
│ │ │ │ │ ├── datatype_ms.js
│ │ │ │ │ ├── datatype_ms-MY.js
│ │ │ │ │ ├── datatype_nb.js
│ │ │ │ │ ├── datatype_nb-NO.js
│ │ │ │ │ ├── datatype_nl-BE.js
│ │ │ │ │ ├── datatype_nl.js
│ │ │ │ │ ├── datatype_nl-NL.js
│ │ │ │ │ ├── datatype_pl.js
│ │ │ │ │ ├── datatype_pl-PL.js
│ │ │ │ │ ├── datatype_pt-BR.js
│ │ │ │ │ ├── datatype_pt.js
│ │ │ │ │ ├── datatype_ro.js
│ │ │ │ │ ├── datatype_ro-RO.js
│ │ │ │ │ ├── datatype_ru.js
│ │ │ │ │ ├── datatype_ru-RU.js
│ │ │ │ │ ├── datatype_sv.js
│ │ │ │ │ ├── datatype_sv-SE.js
│ │ │ │ │ ├── datatype_th.js
│ │ │ │ │ ├── datatype_th-TH.js
│ │ │ │ │ ├── datatype_tr.js
│ │ │ │ │ ├── datatype_tr-TR.js
│ │ │ │ │ ├── datatype_vi.js
│ │ │ │ │ ├── datatype_vi-VN.js
│ │ │ │ │ ├── datatype_zh-Hans-CN.js
│ │ │ │ │ ├── datatype_zh-Hans.js
│ │ │ │ │ ├── datatype_zh-Hant-HK.js
│ │ │ │ │ ├── datatype_zh-Hant.js
│ │ │ │ │ └── datatype_zh-Hant-TW.js
│ │ │ │ ├── dd
│ │ │ │ │ ├── dd-constrain.js
│ │ │ │ │ ├── dd-constrain-min.js
│ │ │ │ │ ├── dd-ddm-base.js
│ │ │ │ │ ├── dd-ddm-base-min.js
│ │ │ │ │ ├── dd-ddm-drop.js
│ │ │ │ │ ├── dd-ddm-drop-min.js
│ │ │ │ │ ├── dd-ddm.js
│ │ │ │ │ ├── dd-ddm-min.js
│ │ │ │ │ ├── dd-delegate.js
│ │ │ │ │ ├── dd-delegate-min.js
│ │ │ │ │ ├── dd-drag.js
│ │ │ │ │ ├── dd-drag-min.js
│ │ │ │ │ ├── dd-drop.js
│ │ │ │ │ ├── dd-drop-min.js
│ │ │ │ │ ├── dd-drop-plugin.js
│ │ │ │ │ ├── dd-drop-plugin-min.js
│ │ │ │ │ ├── dd-gestures.js
│ │ │ │ │ ├── dd-gestures-min.js
│ │ │ │ │ ├── dd.js
│ │ │ │ │ ├── dd-min.js
│ │ │ │ │ ├── dd-plugin.js
│ │ │ │ │ ├── dd-plugin-min.js
│ │ │ │ │ ├── dd-proxy.js
│ │ │ │ │ ├── dd-proxy-min.js
│ │ │ │ │ ├── dd-scroll.js
│ │ │ │ │ └── dd-scroll-min.js
│ │ │ │ ├── dial
│ │ │ │ │ ├── dial.js
│ │ │ │ │ ├── dial-min.js
│ │ │ │ │ └── lang
│ │ │ │ │ ├── dial_en.js
│ │ │ │ │ ├── dial_es.js
│ │ │ │ │ └── dial.js
│ │ │ │ ├── dom
│ │ │ │ │ ├── dom-base.js
│ │ │ │ │ ├── dom-base-min.js
│ │ │ │ │ ├── dom-deprecated.js
│ │ │ │ │ ├── dom-deprecated-min.js
│ │ │ │ │ ├── dom.js
│ │ │ │ │ ├── dom-min.js
│ │ │ │ │ ├── dom-screen.js
│ │ │ │ │ ├── dom-screen-min.js
│ │ │ │ │ ├── dom-style-ie.js
│ │ │ │ │ ├── dom-style-ie-min.js
│ │ │ │ │ ├── dom-style.js
│ │ │ │ │ ├── dom-style-min.js
│ │ │ │ │ ├── selector-css2.js
│ │ │ │ │ ├── selector-css2-min.js
│ │ │ │ │ ├── selector-css3.js
│ │ │ │ │ ├── selector-css3-min.js
│ │ │ │ │ ├── selector.js
│ │ │ │ │ ├── selector-min.js
│ │ │ │ │ ├── selector-native.js
│ │ │ │ │ └── selector-native-min.js
│ │ │ │ ├── dump
│ │ │ │ │ ├── dump.js
│ │ │ │ │ └── dump-min.js
│ │ │ │ ├── editor
│ │ │ │ │ ├── createlink-base.js
│ │ │ │ │ ├── createlink-base-min.js
│ │ │ │ │ ├── editor-base.js
│ │ │ │ │ ├── editor-base-min.js
│ │ │ │ │ ├── editor-bidi.js
│ │ │ │ │ ├── editor-bidi-min.js
│ │ │ │ │ ├── editor-br.js
│ │ │ │ │ ├── editor-br-min.js
│ │ │ │ │ ├── editor.js
│ │ │ │ │ ├── editor-lists.js
│ │ │ │ │ ├── editor-lists-min.js
│ │ │ │ │ ├── editor-min.js
│ │ │ │ │ ├── editor-para.js
│ │ │ │ │ ├── editor-para-min.js
│ │ │ │ │ ├── editor-tab.js
│ │ │ │ │ ├── editor-tab-min.js
│ │ │ │ │ ├── exec-command.js
│ │ │ │ │ ├── exec-command-min.js
│ │ │ │ │ ├── frame.js
│ │ │ │ │ ├── frame-min.js
│ │ │ │ │ ├── selection.js
│ │ │ │ │ └── selection-min.js
│ │ │ │ ├── escape
│ │ │ │ │ ├── escape.js
│ │ │ │ │ └── escape-min.js
│ │ │ │ ├── event
│ │ │ │ │ ├── event-base-ie.js
│ │ │ │ │ ├── event-base-ie-min.js
│ │ │ │ │ ├── event-base.js
│ │ │ │ │ ├── event-base-min.js
│ │ │ │ │ ├── event-delegate.js
│ │ │ │ │ ├── event-delegate-min.js
│ │ │ │ │ ├── event-focus.js
│ │ │ │ │ ├── event-focus-min.js
│ │ │ │ │ ├── event-hover.js
│ │ │ │ │ ├── event-hover-min.js
│ │ │ │ │ ├── event.js
│ │ │ │ │ ├── event-key.js
│ │ │ │ │ ├── event-key-min.js
│ │ │ │ │ ├── event-min.js
│ │ │ │ │ ├── event-mouseenter.js
│ │ │ │ │ ├── event-mouseenter-min.js
│ │ │ │ │ ├── event-mousewheel.js
│ │ │ │ │ ├── event-mousewheel-min.js
│ │ │ │ │ ├── event-resize.js
│ │ │ │ │ ├── event-resize-min.js
│ │ │ │ │ ├── event-synthetic.js
│ │ │ │ │ ├── event-synthetic-min.js
│ │ │ │ │ ├── event-touch.js
│ │ │ │ │ └── event-touch-min.js
│ │ │ │ ├── event-custom
│ │ │ │ │ ├── event-custom-base.js
│ │ │ │ │ ├── event-custom-base-min.js
│ │ │ │ │ ├── event-custom-complex.js
│ │ │ │ │ ├── event-custom-complex-min.js
│ │ │ │ │ ├── event-custom.js
│ │ │ │ │ └── event-custom-min.js
│ │ │ │ ├── event-gestures
│ │ │ │ │ ├── event-flick.js
│ │ │ │ │ ├── event-flick-min.js
│ │ │ │ │ ├── event-gestures.js
│ │ │ │ │ ├── event-gestures-min.js
│ │ │ │ │ ├── event-move.js
│ │ │ │ │ └── event-move-min.js
│ │ │ │ ├── event-simulate
│ │ │ │ │ ├── event-simulate.js
│ │ │ │ │ └── event-simulate-min.js
│ │ │ │ ├── event-valuechange
│ │ │ │ │ ├── event-valuechange.js
│ │ │ │ │ └── event-valuechange-min.js
│ │ │ │ ├── highlight
│ │ │ │ │ ├── highlight-accentfold.js
│ │ │ │ │ ├── highlight-accentfold-min.js
│ │ │ │ │ ├── highlight-base.js
│ │ │ │ │ ├── highlight-base-min.js
│ │ │ │ │ ├── highlight.js
│ │ │ │ │ └── highlight-min.js
│ │ │ │ ├── history
│ │ │ │ │ ├── history-base.js
│ │ │ │ │ ├── history-base-min.js
│ │ │ │ │ ├── history-hash-ie.js
│ │ │ │ │ ├── history-hash-ie-min.js
│ │ │ │ │ ├── history-hash.js
│ │ │ │ │ ├── history-hash-min.js
│ │ │ │ │ ├── history-html5.js
│ │ │ │ │ ├── history-html5-min.js
│ │ │ │ │ ├── history.js
│ │ │ │ │ └── history-min.js
│ │ │ │ ├── history-deprecated
│ │ │ │ │ ├── history-deprecated.js
│ │ │ │ │ └── history-deprecated-min.js
│ │ │ │ ├── imageloader
│ │ │ │ │ ├── imageloader.js
│ │ │ │ │ └── imageloader-min.js
│ │ │ │ ├── intl
│ │ │ │ │ ├── intl.js
│ │ │ │ │ └── intl-min.js
│ │ │ │ ├── io
│ │ │ │ │ ├── io-base.js
│ │ │ │ │ ├── io-base-min.js
│ │ │ │ │ ├── io-form.js
│ │ │ │ │ ├── io-form-min.js
│ │ │ │ │ ├── io.js
│ │ │ │ │ ├── io-min.js
│ │ │ │ │ ├── io-queue.js
│ │ │ │ │ ├── io-queue-min.js
│ │ │ │ │ ├── io-upload-iframe.js
│ │ │ │ │ ├── io-upload-iframe-min.js
│ │ │ │ │ ├── io-xdr.js
│ │ │ │ │ └── io-xdr-min.js
│ │ │ │ ├── json
│ │ │ │ │ ├── json.js
│ │ │ │ │ ├── json-min.js
│ │ │ │ │ ├── json-parse.js
│ │ │ │ │ ├── json-parse-min.js
│ │ │ │ │ ├── json-stringify.js
│ │ │ │ │ └── json-stringify-min.js
│ │ │ │ ├── jsonp
│ │ │ │ │ ├── jsonp.js
│ │ │ │ │ ├── jsonp-min.js
│ │ │ │ │ ├── jsonp-url.js
│ │ │ │ │ └── jsonp-url-min.js
│ │ │ │ ├── loader
│ │ │ │ │ ├── loader-base.js
│ │ │ │ │ ├── loader-base-min.js
│ │ │ │ │ ├── loader.js
│ │ │ │ │ ├── loader-min.js
│ │ │ │ │ ├── loader-rollup.js
│ │ │ │ │ ├── loader-rollup-min.js
│ │ │ │ │ ├── loader-yui3.js
│ │ │ │ │ └── loader-yui3-min.js
│ │ │ │ ├── node
│ │ │ │ │ ├── align-plugin.js
│ │ │ │ │ ├── align-plugin-min.js
│ │ │ │ │ ├── node-base.js
│ │ │ │ │ ├── node-base-min.js
│ │ │ │ │ ├── node-deprecated.js
│ │ │ │ │ ├── node-deprecated-min.js
│ │ │ │ │ ├── node-event-delegate.js
│ │ │ │ │ ├── node-event-delegate-min.js
│ │ │ │ │ ├── node-event-html5.js
│ │ │ │ │ ├── node-event-html5-min.js
│ │ │ │ │ ├── node-event-simulate.js
│ │ │ │ │ ├── node-event-simulate-min.js
│ │ │ │ │ ├── node.js
│ │ │ │ │ ├── node-load.js
│ │ │ │ │ ├── node-load-min.js
│ │ │ │ │ ├── node-min.js
│ │ │ │ │ ├── node-pluginhost.js
│ │ │ │ │ ├── node-pluginhost-min.js
│ │ │ │ │ ├── node-screen.js
│ │ │ │ │ ├── node-screen-min.js
│ │ │ │ │ ├── node-style.js
│ │ │ │ │ ├── node-style-min.js
│ │ │ │ │ ├── shim-plugin.js
│ │ │ │ │ └── shim-plugin-min.js
│ │ │ │ ├── node-flick
│ │ │ │ │ ├── node-flick.js
│ │ │ │ │ └── node-flick-min.js
│ │ │ │ ├── node-focusmanager
│ │ │ │ │ ├── node-focusmanager.js
│ │ │ │ │ └── node-focusmanager-min.js
│ │ │ │ ├── node-menunav
│ │ │ │ │ ├── node-menunav.js
│ │ │ │ │ └── node-menunav-min.js
│ │ │ │ ├── oop
│ │ │ │ │ ├── oop.js
│ │ │ │ │ └── oop-min.js
│ │ │ │ ├── overlay
│ │ │ │ │ ├── overlay.js
│ │ │ │ │ └── overlay-min.js
│ │ │ │ ├── plugin
│ │ │ │ │ ├── plugin.js
│ │ │ │ │ └── plugin-min.js
│ │ │ │ ├── pluginhost
│ │ │ │ │ ├── pluginhost-base.js
│ │ │ │ │ ├── pluginhost-base-min.js
│ │ │ │ │ ├── pluginhost-config.js
│ │ │ │ │ ├── pluginhost-config-min.js
│ │ │ │ │ ├── pluginhost.js
│ │ │ │ │ └── pluginhost-min.js
│ │ │ │ ├── profiler
│ │ │ │ │ ├── profiler.js
│ │ │ │ │ └── profiler-min.js
│ │ │ │ ├── querystring
│ │ │ │ │ ├── querystring.js
│ │ │ │ │ ├── querystring-min.js
│ │ │ │ │ ├── querystring-parse.js
│ │ │ │ │ ├── querystring-parse-min.js
│ │ │ │ │ ├── querystring-parse-simple.js
│ │ │ │ │ ├── querystring-parse-simple-min.js
│ │ │ │ │ ├── querystring-stringify.js
│ │ │ │ │ ├── querystring-stringify-min.js
│ │ │ │ │ ├── querystring-stringify-simple.js
│ │ │ │ │ └── querystring-stringify-simple-min.js
│ │ │ │ ├── queue-promote
│ │ │ │ │ ├── queue-promote.js
│ │ │ │ │ └── queue-promote-min.js
│ │ │ │ ├── recordset
│ │ │ │ │ ├── recordset-base.js
│ │ │ │ │ ├── recordset-base-min.js
│ │ │ │ │ ├── recordset-filter.js
│ │ │ │ │ ├── recordset-filter-min.js
│ │ │ │ │ ├── recordset-indexer.js
│ │ │ │ │ ├── recordset-indexer-min.js
│ │ │ │ │ ├── recordset.js
│ │ │ │ │ ├── recordset-min.js
│ │ │ │ │ ├── recordset-sort.js
│ │ │ │ │ └── recordset-sort-min.js
│ │ │ │ ├── resize
│ │ │ │ │ ├── resize-base.js
│ │ │ │ │ ├── resize-base-min.js
│ │ │ │ │ ├── resize-constrain.js
│ │ │ │ │ ├── resize-constrain-min.js
│ │ │ │ │ ├── resize.js
│ │ │ │ │ ├── resize-min.js
│ │ │ │ │ ├── resize-proxy.js
│ │ │ │ │ └── resize-proxy-min.js
│ │ │ │ ├── scrollview
│ │ │ │ │ ├── scrollview-base-ie.js
│ │ │ │ │ ├── scrollview-base-ie-min.js
│ │ │ │ │ ├── scrollview-base.js
│ │ │ │ │ ├── scrollview-base-min.js
│ │ │ │ │ ├── scrollview.js
│ │ │ │ │ ├── scrollview-min.js
│ │ │ │ │ ├── scrollview-paginator.js
│ │ │ │ │ ├── scrollview-paginator-min.js
│ │ │ │ │ ├── scrollview-scrollbars.js
│ │ │ │ │ └── scrollview-scrollbars-min.js
│ │ │ │ ├── simpleyui
│ │ │ │ │ ├── simpleyui.js
│ │ │ │ │ └── simpleyui-min.js
│ │ │ │ ├── slider
│ │ │ │ │ ├── clickable-rail.js
│ │ │ │ │ ├── clickable-rail-min.js
│ │ │ │ │ ├── range-slider.js
│ │ │ │ │ ├── range-slider-min.js
│ │ │ │ │ ├── slider-base.js
│ │ │ │ │ ├── slider-base-min.js
│ │ │ │ │ ├── slider.js
│ │ │ │ │ ├── slider-min.js
│ │ │ │ │ ├── slider-value-range.js
│ │ │ │ │ └── slider-value-range-min.js
│ │ │ │ ├── sortable
│ │ │ │ │ ├── sortable.js
│ │ │ │ │ ├── sortable-min.js
│ │ │ │ │ ├── sortable-scroll.js
│ │ │ │ │ └── sortable-scroll-min.js
│ │ │ │ ├── stylesheet
│ │ │ │ │ ├── stylesheet.js
│ │ │ │ │ └── stylesheet-min.js
│ │ │ │ ├── substitute
│ │ │ │ │ ├── substitute.js
│ │ │ │ │ └── substitute-min.js
│ │ │ │ ├── swf
│ │ │ │ │ ├── swf.js
│ │ │ │ │ └── swf-min.js
│ │ │ │ ├── swfdetect
│ │ │ │ │ ├── swfdetect.js
│ │ │ │ │ └── swfdetect-min.js
│ │ │ │ ├── tabview
│ │ │ │ │ ├── tabview-base.js
│ │ │ │ │ ├── tabview-base-min.js
│ │ │ │ │ ├── tabview.js
│ │ │ │ │ ├── tabview-min.js
│ │ │ │ │ ├── tabview-plugin.js
│ │ │ │ │ └── tabview-plugin-min.js
│ │ │ │ ├── test
│ │ │ │ │ ├── test.js
│ │ │ │ │ └── test-min.js
│ │ │ │ ├── text
│ │ │ │ │ ├── text-accentfold.js
│ │ │ │ │ ├── text-accentfold-min.js
│ │ │ │ │ ├── text-data-accentfold.js
│ │ │ │ │ ├── text-data-accentfold-min.js
│ │ │ │ │ ├── text-data-wordbreak.js
│ │ │ │ │ ├── text-data-wordbreak-min.js
│ │ │ │ │ ├── text.js
│ │ │ │ │ ├── text-min.js
│ │ │ │ │ ├── text-wordbreak.js
│ │ │ │ │ └── text-wordbreak-min.js
│ │ │ │ ├── transition
│ │ │ │ │ ├── transition.js
│ │ │ │ │ ├── transition-min.js
│ │ │ │ │ ├── transition-native.js
│ │ │ │ │ ├── transition-native-min.js
│ │ │ │ │ ├── transition-timer.js
│ │ │ │ │ └── transition-timer-min.js
│ │ │ │ ├── uploader
│ │ │ │ │ ├── uploader.js
│ │ │ │ │ └── uploader-min.js
│ │ │ │ ├── widget
│ │ │ │ │ ├── widget-base-ie.js
│ │ │ │ │ ├── widget-base-ie-min.js
│ │ │ │ │ ├── widget-base.js
│ │ │ │ │ ├── widget-base-min.js
│ │ │ │ │ ├── widget-child.js
│ │ │ │ │ ├── widget-child-min.js
│ │ │ │ │ ├── widget-htmlparser.js
│ │ │ │ │ ├── widget-htmlparser-min.js
│ │ │ │ │ ├── widget.js
│ │ │ │ │ ├── widget-locale.js
│ │ │ │ │ ├── widget-locale-min.js
│ │ │ │ │ ├── widget-min.js
│ │ │ │ │ ├── widget-parent.js
│ │ │ │ │ ├── widget-parent-min.js
│ │ │ │ │ ├── widget-position-align.js
│ │ │ │ │ ├── widget-position-align-min.js
│ │ │ │ │ ├── widget-position-constrain.js
│ │ │ │ │ ├── widget-position-constrain-min.js
│ │ │ │ │ ├── widget-position.js
│ │ │ │ │ ├── widget-position-min.js
│ │ │ │ │ ├── widget-skin.js
│ │ │ │ │ ├── widget-skin-min.js
│ │ │ │ │ ├── widget-stack.js
│ │ │ │ │ ├── widget-stack-min.js
│ │ │ │ │ ├── widget-stdmod.js
│ │ │ │ │ ├── widget-stdmod-min.js
│ │ │ │ │ ├── widget-uievents.js
│ │ │ │ │ └── widget-uievents-min.js
│ │ │ │ ├── widget-anim
│ │ │ │ │ ├── widget-anim.js
│ │ │ │ │ └── widget-anim-min.js
│ │ │ │ ├── yql
│ │ │ │ │ ├── yql.js
│ │ │ │ │ └── yql-min.js
│ │ │ │ └── yui
│ │ │ │ ├── features.js
│ │ │ │ ├── features-min.js
│ │ │ │ ├── get.js
│ │ │ │ ├── get-min.js
│ │ │ │ ├── intl-base.js
│ │ │ │ ├── intl-base-min.js
│ │ │ │ ├── rls.js
│ │ │ │ ├── rls-min.js
│ │ │ │ ├── yui-base.js
│ │ │ │ ├── yui-base-min.js
│ │ │ │ ├── yui.js
│ │ │ │ ├── yui-later.js
│ │ │ │ ├── yui-later-min.js
│ │ │ │ ├── yui-log.js
│ │ │ │ ├── yui-log-min.js
│ │ │ │ ├── yui-min.js
│ │ │ │ ├── yui-throttle.js
│ │ │ │ └── yui-throttle-min.js
│ │ │ ├── MySugar
│ │ │ │ └── javascript
│ │ │ │ └── MySugar.js
│ │ │ ├── SubPanel
│ │ │ │ └── SubPanelTiles.js
│ │ │ ├── SugarCharts
│ │ │ │ └── Jit
│ │ │ │ ├── FlashCanvas
│ │ │ │ │ ├── canvas2png.js
│ │ │ │ │ └── flashcanvas.js
│ │ │ │ └── js
│ │ │ │ ├── Jit
│ │ │ │ │ └── jit.js
│ │ │ │ ├── mySugarCharts.js
│ │ │ │ └── sugarCharts.js
│ │ │ ├── SugarDependentDropdown
│ │ │ │ └── javascript
│ │ │ │ └── SugarDependentDropdown.js
│ │ │ ├── SugarEmailAddress
│ │ │ │ └── SugarEmailAddress.js
│ │ │ ├── SugarFields
│ │ │ │ └── Fields
│ │ │ │ ├── Address
│ │ │ │ │ └── SugarFieldAddress.js
│ │ │ │ ├── Collection
│ │ │ │ │ └── SugarFieldCollection.js
│ │ │ │ ├── Datetimecombo
│ │ │ │ │ └── Datetimecombo.js
│ │ │ │ └── File
│ │ │ │ └── SugarFieldFile.js
│ │ │ └── ytree
│ │ │ ├── treeutil.js
│ │ │ └── TreeView
│ │ │ ├── anim
│ │ │ │ ├── TVAnim.js
│ │ │ │ ├── TVFadeIn.js
│ │ │ │ └── TVFadeOut.js
│ │ │ ├── HTMLNode.js
│ │ │ ├── MenuNode.js
│ │ │ ├── Node.js
│ │ │ ├── RootNode.js
│ │ │ ├── TaskNode.js
│ │ │ ├── TextNode.js
│ │ │ └── TreeView.js
│ │ ├── install
│ │ │ ├── dbConfig.js
│ │ │ ├── installCommon.js
│ │ │ ├── license.js
│ │ │ ├── oc_convert.js
│ │ │ ├── oc_install.js
│ │ │ ├── register.js
│ │ │ └── siteConfig.js
│ │ ├── modules
│ │ │ ├── Accounts
│ │ │ │ └── Account.js
│ │ │ ├── ACLRoles
│ │ │ │ └── ACLRoles.js
│ │ │ ├── Administration
│ │ │ │ └── javascript
│ │ │ │ ├── Administration.js
│ │ │ │ └── Async.js
│ │ │ ├── Calendar
│ │ │ │ └── Cal.js
│ │ │ ├── Campaigns
│ │ │ │ ├── DetailView.js
│ │ │ │ ├── WebToLead.js
│ │ │ │ └── wizard.js
│ │ │ ├── Connectors
│ │ │ │ └── Connector.js
│ │ │ ├── Contacts
│ │ │ │ └── Contact.js
│ │ │ ├── Currencies
│ │ │ │ └── EditView.js
│ │ │ ├── Documents
│ │ │ │ └── documents.js
│ │ │ ├── EAPM
│ │ │ │ └── EAPMEdit.js
│ │ │ ├── EmailTemplates
│ │ │ │ └── EmailTemplate.js
│ │ │ ├── Home
│ │ │ │ └── about.js
│ │ │ ├── InboundEmail
│ │ │ │ └── InboundEmail.js
│ │ │ ├── Leads
│ │ │ │ └── Lead.js
│ │ │ ├── Meetings
│ │ │ │ └── jsclass_scheduler.js
│ │ │ ├── MergeRecords
│ │ │ │ └── Merge.js
│ │ │ ├── Project
│ │ │ │ └── Project.js
│ │ │ ├── ProjectTask
│ │ │ │ └── ProjectTask.js
│ │ │ ├── Studio
│ │ │ │ ├── JSTransaction.js
│ │ │ │ ├── studiodd.js
│ │ │ │ ├── studio.js
│ │ │ │ ├── studiotabgroups.js
│ │ │ │ └── ygDDListStudio.js
│ │ │ ├── UpgradeWizard
│ │ │ │ └── upgradeWizard.js
│ │ │ └── Users
│ │ │ ├── DetailView.js
│ │ │ ├── login.js
│ │ │ ├── PasswordRequirementBox.js
│ │ │ ├── UserEditView.js
│ │ │ └── User.js
│ │ ├── service
│ │ │ └── utils
│ │ │ └── SugarRest.js
│ │ └── themes
│ │ ├── default
│ │ │ └── js
│ │ │ └── style.js
│ │ └── Sugar5
│ │ └── js
│ │ └── style.js
│ ├── leadCapture.php
│ ├── LICENSE.txt
│ ├── log4php
│ │ └── LoggerManager.php
│ ├── log_file_restricted.html
│ ├── maintenance.php
│ ├── metadata
│ │ ├── accounts_bugsMetaData.php
│ │ ├── accounts_casesMetaData.php
│ │ ├── accounts_contactsMetaData.php
│ │ ├── accounts_opportunitiesMetaData.php
│ │ ├── acl_roles_actionsMetaData.php
│ │ ├── acl_roles_usersMetaData.php
│ │ ├── addressBookMetaData.php
│ │ ├── audit_templateMetaData.php
│ │ ├── calls_contactsMetaData.php
│ │ ├── calls_leadsMetaData.php
│ │ ├── calls_usersMetaData.php
│ │ ├── cases_bugsMetaData.php
│ │ ├── configMetaData.php
│ │ ├── contacts_bugsMetaData.php
│ │ ├── contacts_casesMetaData.php
│ │ ├── contacts_usersMetaData.php
│ │ ├── custom_fieldsMetaData.php
│ │ ├── documents_accountsMetaData.php
│ │ ├── documents_bugsMetaData.php
│ │ ├── documents_casesMetaData.php
│ │ ├── documents_contactsMetaData.php
│ │ ├── documents_opportunitiesMetaData.php
│ │ ├── email_addressesMetaData.php
│ │ ├── email_cacheMetaData.php
│ │ ├── email_marketing_prospect_listsMetaData.php
│ │ ├── emails_beansMetaData.php
│ │ ├── fields_meta_dataMetaData.php
│ │ ├── foldersMetaData.php
│ │ ├── import_mapsMetaData.php
│ │ ├── inboundEmail_autoreplyMetaData.php
│ │ ├── inboundEmail_cacheTimestampMetaData.php
│ │ ├── kbdocuments_views_ratingsMetaData.php
│ │ ├── linked_documentsMetaData.php
│ │ ├── meetings_contactsMetaData.php
│ │ ├── meetings_leadsMetaData.php
│ │ ├── meetings_usersMetaData.php
│ │ ├── oauth_nonce.php
│ │ ├── opportunities_contactsMetaData.php
│ │ ├── outboundEmailMetaData.php
│ │ ├── project_bugsMetaData.php
│ │ ├── project_casesMetaData.php
│ │ ├── project_productsMetaData.php
│ │ ├── project_relationMetaData.php
│ │ ├── projects_accountsMetaData.php
│ │ ├── projects_contactsMetaData.php
│ │ ├── projects_opportunitiesMetaData.php
│ │ ├── projects_quotesMetaData.php
│ │ ├── project_task_project_tasksMetaData.php
│ │ ├── prospect_list_campaignsMetaData.php
│ │ ├── prospect_lists_prospectsMetaData.php
│ │ ├── queues_beansMetaData.php
│ │ ├── queues_queueMetaData.php
│ │ ├── roles_modulesMetaData.php
│ │ ├── roles_usersMetaData.php
│ │ ├── schedulers_timesMetaData.php
│ │ ├── user_feedsMetaData.php
│ │ ├── users_last_importMetaData.php
│ │ ├── usersMetaData.php
│ │ ├── users_passwordLinkMetaData.php
│ │ └── users_signaturesMetaData.php
│ ├── metagen.php
│ ├── ModuleInstall
│ │ ├── extensions.php
│ │ ├── ModuleInstaller.php
│ │ ├── ModuleScanner.php
│ │ └── PackageManager
│ │ ├── ListViewPackages.php
│ │ ├── metadata
│ │ │ └── listviewdefs.php
│ │ ├── PackageController.php
│ │ ├── PackageManagerComm.php
│ │ ├── PackageManagerDisplay.php
│ │ ├── PackageManagerDownloader.php
│ │ ├── PackageManager.php
│ │ └── tpls
│ │ ├── ModuleLoaderListView.tpl
│ │ ├── PackageForm.tpl
│ │ ├── PackageManagerLicense.tpl
│ │ └── PackageManagerScripts.tpl
│ ├── modules
│ │ ├── Accounts
│ │ │ ├── AccountFormBase.php
│ │ │ ├── Account.js
│ │ │ ├── Account.php
│ │ │ ├── AccountsQuickCreate.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyAccountsDashlet
│ │ │ │ ├── MyAccountsDashlet.data.php
│ │ │ │ ├── MyAccountsDashlet.meta.php
│ │ │ │ └── MyAccountsDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── acldefs.php
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── fieldGroups.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForEmails.php
│ │ │ │ └── ForProspectLists.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Save.php
│ │ │ ├── ShowDuplicates.html
│ │ │ ├── ShowDuplicates.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ └── view.list.php
│ │ ├── ACL
│ │ │ ├── ACLController.php
│ │ │ ├── ACLJSController.php
│ │ │ ├── Forms.php
│ │ │ ├── install_actions.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── List.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── subpaneldefs.php
│ │ │ ├── remove_actions.php
│ │ │ ├── Save.php
│ │ │ └── vardefs.php
│ │ ├── ACLActions
│ │ │ ├── ACLAction.php
│ │ │ ├── actiondefs.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── subpaneldefs.php
│ │ │ └── vardefs.php
│ │ ├── ACLRoles
│ │ │ ├── ACLRole.php
│ │ │ ├── ACLRoles.js
│ │ │ ├── Delete.php
│ │ │ ├── DetailUserRole.php
│ │ │ ├── DetailViewBody.tpl
│ │ │ ├── DetailView.php
│ │ │ ├── DetailView.tpl
│ │ │ ├── DetailViewUser.tpl
│ │ │ ├── EditAllBody.tpl
│ │ │ ├── EditRole.php
│ │ │ ├── EditRole.tpl
│ │ │ ├── EditViewBody.tpl
│ │ │ ├── EditView.php
│ │ │ ├── EditView.tpl
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListUsers.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── admin.php
│ │ │ │ └── default.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── popup.tpl
│ │ │ ├── Save.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.list.php
│ │ ├── Activities
│ │ │ ├── Activity.php
│ │ │ ├── config.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── subpaneldefs.php
│ │ │ ├── OpenListView.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── SetAcceptStatus.php
│ │ │ ├── SubPanelViewContacts.html
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ └── views
│ │ │ ├── view.list.php
│ │ │ └── view.modulelistmenu.php
│ │ ├── Administration
│ │ │ ├── action_view_map.php
│ │ │ ├── Administration.php
│ │ │ ├── Async.php
│ │ │ ├── callJSRepair.php
│ │ │ ├── clear_chart_cache.php
│ │ │ ├── Common.php
│ │ │ ├── controller.php
│ │ │ ├── CustomizeFields.php
│ │ │ ├── Development.php
│ │ │ ├── DiagnosticDelete.php
│ │ │ ├── DiagnosticDownload.php
│ │ │ ├── Diagnostic.php
│ │ │ ├── DiagnosticRun.php
│ │ │ ├── Diagnostic.tpl
│ │ │ ├── DisplayWarnings.php
│ │ │ ├── expandDatabase.php
│ │ │ ├── ExportCustomFieldStructure.php
│ │ │ ├── Forms.php
│ │ │ ├── ImportCustomFieldStructure.php
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── index.tpl
│ │ │ ├── javascript
│ │ │ │ ├── Administration.js
│ │ │ │ └── Async.js
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Locale.php
│ │ │ ├── Locale.tpl
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── adminpaneldefs.php
│ │ │ │ └── SearchFields.php
│ │ │ ├── ncc_config.php
│ │ │ ├── PasswordManager.php
│ │ │ ├── PasswordManager.tpl
│ │ │ ├── QuickRepairAndRebuild.php
│ │ │ ├── RebuildAudit.php
│ │ │ ├── RebuildConfig.html
│ │ │ ├── RebuildConfig.php
│ │ │ ├── RebuildDashlets.php
│ │ │ ├── RebuildExpressionPlugins.php
│ │ │ ├── RebuildFulltextIndices.php
│ │ │ ├── RebuildJSLang.php
│ │ │ ├── RebuildRelationship.php
│ │ │ ├── RebuildSchedulers.php
│ │ │ ├── RebuildSprites.php
│ │ │ ├── RepairActivities.php
│ │ │ ├── repairDatabase.php
│ │ │ ├── RepairFieldCasing.php
│ │ │ ├── RepairIE.php
│ │ │ ├── RepairIndex.php
│ │ │ ├── RepairJSFile.php
│ │ │ ├── RepairSeedUsers.php
│ │ │ ├── repairSelectModule.php
│ │ │ ├── repairUniSearch.php
│ │ │ ├── RepairXSS.php
│ │ │ ├── Save.php
│ │ │ ├── SugarSpriteBuilder.php
│ │ │ ├── SupportPortal.php
│ │ │ ├── SupportPortal.tpl
│ │ │ ├── templates
│ │ │ │ ├── ConfigureAjaxUI.tpl
│ │ │ │ ├── ConfigureTabs.tpl
│ │ │ │ ├── GlobalSearchSettings.tpl
│ │ │ │ ├── Languages.tpl
│ │ │ │ ├── QuickRepairAndRebuild.tpl
│ │ │ │ ├── RebuildSprites.tpl
│ │ │ │ ├── RepairDatabase.tpl
│ │ │ │ ├── RepairXSS.tpl
│ │ │ │ ├── ShortcutBar.tpl
│ │ │ │ └── themeSettings.tpl
│ │ │ ├── undoupdateclass.php
│ │ │ ├── updateclass.php
│ │ │ ├── Updater.html
│ │ │ ├── Updater.php
│ │ │ ├── updater_utils.php
│ │ │ ├── updateTimezonePrefs.php
│ │ │ ├── UpgradeAccess.php
│ │ │ ├── upgrade_custom_relationships.php
│ │ │ ├── UpgradeFields.php
│ │ │ ├── UpgradeHistory.php
│ │ │ ├── UpgradeIISAccess.php
│ │ │ ├── Upgrade.php
│ │ │ ├── UpgradeWizard_commit.php
│ │ │ ├── UpgradeWizardCommon.php
│ │ │ ├── UpgradeWizard.php
│ │ │ ├── UpgradeWizard_prepare.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.backups.php
│ │ │ ├── view.configureajaxui.php
│ │ │ ├── view.configuretabs.php
│ │ │ ├── view.globalsearchsettings.php
│ │ │ ├── view.languages.php
│ │ │ ├── view.repair.php
│ │ │ └── view.themesettings.php
│ │ ├── Audit
│ │ │ ├── Audit.php
│ │ │ ├── field_assoc.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ └── vardefs.php
│ │ ├── BeanDictionary.php
│ │ ├── Bugs
│ │ │ ├── Bug.php
│ │ │ ├── BugsQuickCreate.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyBugsDashlet
│ │ │ │ ├── MyBugsDashlet.data.php
│ │ │ │ ├── MyBugsDashlet.meta.php
│ │ │ │ └── MyBugsDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ └── ForEmails.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ └── view.edit.php
│ │ ├── Calendar
│ │ │ ├── action_view_map.php
│ │ │ ├── Cal.css
│ │ │ ├── CalendarActivity.php
│ │ │ ├── CalendarDisplay.php
│ │ │ ├── CalendarGrid.php
│ │ │ ├── Calendar.php
│ │ │ ├── CalendarUtils.php
│ │ │ ├── Cal.js
│ │ │ ├── Dashlets
│ │ │ │ └── CalendarDashlet
│ │ │ │ ├── CalendarDashlet.en_us.lang.php
│ │ │ │ ├── CalendarDashlet.meta.php
│ │ │ │ ├── CalendarDashletOptions.tpl
│ │ │ │ └── CalendarDashlet.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── tpls
│ │ │ │ ├── empty.tpl
│ │ │ │ ├── footer.tpl
│ │ │ │ ├── form.tpl
│ │ │ │ ├── header.tpl
│ │ │ │ ├── main.tpl
│ │ │ │ ├── settings.tpl
│ │ │ │ └── shared_users.tpl
│ │ │ └── views
│ │ │ ├── view.getgr.php
│ │ │ ├── view.getgrusers.php
│ │ │ ├── view.quickedit.php
│ │ │ ├── view.remove.php
│ │ │ ├── view.reschedule.php
│ │ │ ├── view.saveactivity.php
│ │ │ └── view.savesettings.php
│ │ ├── Calls
│ │ │ ├── CallFormBase.php
│ │ │ ├── CallHelper.php
│ │ │ ├── Call.php
│ │ │ ├── CallsQuickCreate.php
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyCallsDashlet
│ │ │ │ ├── MyCallsDashlet.data.php
│ │ │ │ ├── MyCallsDashlet.meta.php
│ │ │ │ └── MyCallsDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForActivities.php
│ │ │ │ └── ForHistory.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelViewInvitees.html
│ │ │ ├── SubPanelViewInvitees.php
│ │ │ ├── tpls
│ │ │ │ ├── footer.tpl
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.edit.php
│ │ ├── CampaignLog
│ │ │ ├── CampaignLog.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ └── ForTargets.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ └── vardefs.php
│ │ ├── Campaigns
│ │ │ ├── action_file_map.php
│ │ │ ├── CampaignDiagnostic.html
│ │ │ ├── CampaignDiagnostic.php
│ │ │ ├── Campaign.php
│ │ │ ├── CaptchaValidate.php
│ │ │ ├── Charts1.php
│ │ │ ├── Charts.php
│ │ │ ├── chart.tpl
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── TopCampaignsDashlet
│ │ │ │ ├── TopCampaignsDashletConfigure.tpl
│ │ │ │ ├── TopCampaignsDashlet.meta.php
│ │ │ │ ├── TopCampaignsDashlet.php
│ │ │ │ └── TopCampaignsDashlet.tpl
│ │ │ ├── Delete.php
│ │ │ ├── DeleteTestCampaigns.php
│ │ │ ├── DetailView.js
│ │ │ ├── EmailQueue.php
│ │ │ ├── field_arrays.php
│ │ │ ├── GenerateWebToLeadForm.php
│ │ │ ├── image.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── MailMerge.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ └── ForEmailMarketing.php
│ │ │ ├── PopupCampaignRoi.html
│ │ │ ├── PopupCampaignRoi.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── ProcessBouncedEmails.php
│ │ │ ├── ProspectLink.php
│ │ │ ├── QueueCampaign.php
│ │ │ ├── RemoveMe.php
│ │ │ ├── RoiDetailView.php
│ │ │ ├── RoiDetailView.tpl
│ │ │ ├── Save.php
│ │ │ ├── Schedule.html
│ │ │ ├── Schedule.php
│ │ │ ├── SearchForm_NewsLetter.html
│ │ │ ├── SubPanelViewer.php
│ │ │ ├── Subscriptions.html
│ │ │ ├── Subscriptions.php
│ │ │ ├── Subscriptions.tpl
│ │ │ ├── tpls
│ │ │ │ ├── campaign-inactive.tpl
│ │ │ │ ├── WizardCampaignBudget.tpl
│ │ │ │ ├── WizardCampaignHeader.tpl
│ │ │ │ ├── WizardCampaignTargetListForNonNewsLetter.tpl
│ │ │ │ ├── WizardCampaignTargetList.tpl
│ │ │ │ ├── WizardCampaignTracker.tpl
│ │ │ │ ├── WizardHomeStart.tpl
│ │ │ │ └── WizardNewsletter.tpl
│ │ │ ├── TrackDetailView.php
│ │ │ ├── TrackDetailView.tpl
│ │ │ ├── Tracker.php
│ │ │ ├── utils.php
│ │ │ ├── vardefs.php
│ │ │ ├── views
│ │ │ │ ├── view.classic.php
│ │ │ │ ├── view.detail.php
│ │ │ │ ├── view.modulelistmenu.php
│ │ │ │ └── view.newsletterlist.php
│ │ │ ├── WebToLeadCapture.php
│ │ │ ├── WebToLeadCreation.html
│ │ │ ├── WebToLeadCreation.php
│ │ │ ├── WebToLeadDownloadForm.html
│ │ │ ├── WebToLeadForm.html
│ │ │ ├── WebToLeadFormSave.php
│ │ │ ├── WebToLead.js
│ │ │ ├── WizardEmailSetup.html
│ │ │ ├── WizardEmailSetup.php
│ │ │ ├── WizardEmailSetupSave.php
│ │ │ ├── WizardHome.html
│ │ │ ├── WizardHome.php
│ │ │ ├── wizard.js
│ │ │ ├── WizardMarketing.html
│ │ │ ├── WizardMarketing.php
│ │ │ ├── WizardMarketingSave.php
│ │ │ ├── WizardNewsletter.html
│ │ │ ├── WizardNewsletter.php
│ │ │ └── WizardNewsletterSave.php
│ │ ├── CampaignTrackers
│ │ │ ├── CampaignTracker.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── Forms.html
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Save.php
│ │ │ └── vardefs.php
│ │ ├── Cases
│ │ │ ├── Case.php
│ │ │ ├── CasesQuickCreate.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyCasesDashlet
│ │ │ │ ├── MyCasesDashlet.data.php
│ │ │ │ ├── MyCasesDashlet.meta.php
│ │ │ │ └── MyCasesDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── accountsquickcreatedefs.php
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForAccounts.php
│ │ │ │ └── ForEmails.php
│ │ │ ├── SugarFeeds
│ │ │ │ └── CaseFeed.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ └── vardefs.php
│ │ ├── Charts
│ │ │ ├── chartdefs.php
│ │ │ ├── code
│ │ │ │ ├── Chart_lead_source_by_outcome.php
│ │ │ │ ├── Chart_my_pipeline_by_sales_stage.php
│ │ │ │ ├── Chart_outcome_by_month.php
│ │ │ │ ├── Chart_pipeline_by_lead_source.php
│ │ │ │ ├── Chart_pipeline_by_sales_stage.php
│ │ │ │ └── predefined_charts.php
│ │ │ ├── Dashlets
│ │ │ │ ├── CampaignROIChartDashlet
│ │ │ │ │ ├── CampaignROIChartConfigure.tpl
│ │ │ │ │ ├── CampaignROIChartDashlet.data.php
│ │ │ │ │ ├── CampaignROIChartDashlet.en_us.lang.php
│ │ │ │ │ ├── CampaignROIChartDashlet.meta.php
│ │ │ │ │ └── CampaignROIChartDashlet.php
│ │ │ │ ├── MyPipelineBySalesStageDashlet
│ │ │ │ │ ├── MyPipelineBySalesStageConfigure.tpl
│ │ │ │ │ ├── MyPipelineBySalesStageDashlet.data.php
│ │ │ │ │ ├── MyPipelineBySalesStageDashlet.en_us.lang.php
│ │ │ │ │ ├── MyPipelineBySalesStageDashlet.meta.php
│ │ │ │ │ └── MyPipelineBySalesStageDashlet.php
│ │ │ │ ├── OpportunitiesByLeadSourceByOutcomeDashlet
│ │ │ │ │ ├── OpportunitiesByLeadSourceByOutcomeConfigure.tpl
│ │ │ │ │ ├── OpportunitiesByLeadSourceByOutcomeDashlet.data.php
│ │ │ │ │ ├── OpportunitiesByLeadSourceByOutcomeDashlet.en_us.lang.php
│ │ │ │ │ ├── OpportunitiesByLeadSourceByOutcomeDashlet.meta.php
│ │ │ │ │ └── OpportunitiesByLeadSourceByOutcomeDashlet.php
│ │ │ │ ├── OpportunitiesByLeadSourceDashlet
│ │ │ │ │ ├── OpportunitiesByLeadSourceConfigure.tpl
│ │ │ │ │ ├── OpportunitiesByLeadSourceDashlet.data.php
│ │ │ │ │ ├── OpportunitiesByLeadSourceDashlet.en_us.lang.php
│ │ │ │ │ ├── OpportunitiesByLeadSourceDashlet.meta.php
│ │ │ │ │ └── OpportunitiesByLeadSourceDashlet.php
│ │ │ │ ├── OutcomeByMonthDashlet
│ │ │ │ │ ├── OutcomeByMonthConfigure.tpl
│ │ │ │ │ ├── OutcomeByMonthDashlet.data.php
│ │ │ │ │ ├── OutcomeByMonthDashlet.en_us.lang.php
│ │ │ │ │ ├── OutcomeByMonthDashlet.meta.php
│ │ │ │ │ └── OutcomeByMonthDashlet.php
│ │ │ │ ├── PipelineBySalesStageDashlet
│ │ │ │ │ ├── PipelineBySalesStageConfigure.tpl
│ │ │ │ │ ├── PipelineBySalesStageDashlet.data.php
│ │ │ │ │ ├── PipelineBySalesStageDashlet.en_us.lang.php
│ │ │ │ │ ├── PipelineBySalesStageDashlet.meta.php
│ │ │ │ │ └── PipelineBySalesStageDashlet.php
│ │ │ │ └── PredefinedChartDashletScript.tpl
│ │ │ ├── DynamicAction.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ └── PredefinedChart.php
│ │ ├── Configurator
│ │ │ ├── action_view_map.php
│ │ │ ├── Configurator.php
│ │ │ ├── controller.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── LogView.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── SugarpdfSettingsdefs.php
│ │ │ ├── tpls
│ │ │ │ ├── addFontResult.tpl
│ │ │ │ ├── addFontView.tpl
│ │ │ │ ├── adminwizard.tpl
│ │ │ │ ├── EditView.tpl
│ │ │ │ ├── fontmanager.tpl
│ │ │ │ ├── SugarpdfSettingsFields.tpl
│ │ │ │ └── SugarpdfSettings.tpl
│ │ │ ├── UploadFileCheck.php
│ │ │ └── views
│ │ │ ├── view.addfontresult.php
│ │ │ ├── view.addfontview.php
│ │ │ ├── view.adminwizard.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.fontmanager.php
│ │ │ └── view.sugarpdfsettings.php
│ │ ├── Connectors
│ │ │ ├── action_view_map.php
│ │ │ ├── Connector.js
│ │ │ ├── ConnectorRecord.php
│ │ │ ├── connectors
│ │ │ │ ├── formatters
│ │ │ │ │ └── ext
│ │ │ │ │ └── rest
│ │ │ │ │ │ ├── linkedin.php
│ │ │ │ │ │ └── tpls
│ │ │ │ │ │ ├── default.tpl
│ │ │ │ │ │ └── linkedin.gif
│ │ │ │ │ └── tpls
│ │ │ │ │ └── twitter.gif
│ │ │ │ └── sources
│ │ │ │ └── ext
│ │ │ │ └── rest
│ │ │ │ ├── insideview
│ │ │ │ │ ├── config.php
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ ├── insideview_collapsed.png
│ │ │ │ │ │ ├── insideview_expanded.png
│ │ │ │ │ │ ├── insideview.png
│ │ │ │ │ │ └── video.png
│ │ │ │ │ ├── InsideViewLogicHook.php
│ │ │ │ │ ├── insideview.php
│ │ │ │ │ ├── language
│ │ │ │ │ │ └── en_us.lang.php
│ │ │ │ │ ├── mapping.php
│ │ │ │ │ └── tpls
│ │ │ │ │ └── InsideView.tpl
│ │ │ │ ├── config.php
│ │ │ │ ├── language
│ │ │ │ │ └── en_us.lang.php
│ │ │ │ ├── linkedin.php
│ │ │ │ ├── mapping.php
│ │ │ │ └── vardefs.php
│ │ │ ├── controller.php
│ │ │ ├── Forms.php
│ │ │ ├── InstallDefaultConnectors.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── searchdefs.php
│ │ │ ├── tpls
│ │ │ │ ├── administration.tpl
│ │ │ │ ├── display_properties.tpl
│ │ │ │ ├── listview.tpl
│ │ │ │ ├── mapping_properties.tpl
│ │ │ │ ├── modify_display.tpl
│ │ │ │ ├── modify_mapping.tpl
│ │ │ │ ├── modify_properties.tpl
│ │ │ │ ├── modify_search.tpl
│ │ │ │ ├── search_form.tpl
│ │ │ │ ├── search_properties.tpl
│ │ │ │ ├── source_properties.tpl
│ │ │ │ └── tabs.css
│ │ │ └── views
│ │ │ ├── view.connectorsettings.php
│ │ │ ├── view.displayproperties.php
│ │ │ ├── view.mappingproperties.php
│ │ │ ├── view.modifydisplay.php
│ │ │ ├── view.modifymapping.php
│ │ │ ├── view.modifyproperties.php
│ │ │ ├── view.modifysearch.php
│ │ │ ├── view.searchproperties.php
│ │ │ └── view.sourceproperties.php
│ │ ├── Contacts
│ │ │ ├── AcceptDecline.php
│ │ │ ├── Address_picker.html
│ │ │ ├── BusinessCard.html
│ │ │ ├── BusinessCard.php
│ │ │ ├── ContactFormBase.php
│ │ │ ├── Contact.js
│ │ │ ├── ContactOpportunityRelationshipEdit.html
│ │ │ ├── ContactOpportunityRelationshipEdit.php
│ │ │ ├── ContactOpportunityRelationship.php
│ │ │ ├── Contact.php
│ │ │ ├── ContactsQuickCreate.php
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyContactsDashlet
│ │ │ │ ├── MyContactsDashlet.data.php
│ │ │ │ ├── MyContactsDashlet.meta.php
│ │ │ │ └── MyContactsDashlet.php
│ │ │ ├── Email_picker.html
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── MailMergePicker.html
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefsEmail.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForAccounts.php
│ │ │ │ ├── ForCalls.php
│ │ │ │ ├── ForCases.php
│ │ │ │ ├── ForContacts.php
│ │ │ │ ├── ForEmails.php
│ │ │ │ ├── ForMeetings.php
│ │ │ │ ├── ForOpportunities.php
│ │ │ │ └── ForProject.php
│ │ │ ├── Popup_picker.php
│ │ │ ├── SaveContactOpportunityRelationship.php
│ │ │ ├── Save.php
│ │ │ ├── ShowDuplicates.html
│ │ │ ├── ShowDuplicates.php
│ │ │ ├── SugarFeeds
│ │ │ │ └── ContactFeed.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.closecontactaddresspopup.php
│ │ │ ├── view.contactaddresspopup.php
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.list.php
│ │ │ ├── view.mailmergepopup.php
│ │ │ ├── view.quickcreate.php
│ │ │ ├── view.retrieveemail.php
│ │ │ └── view.validportalusername.php
│ │ ├── Currencies
│ │ │ ├── Currency.php
│ │ │ ├── EditCurrency.php
│ │ │ ├── EditView.js
│ │ │ ├── EditView.tpl
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── index.php
│ │ │ ├── iso4217.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListCurrency.php
│ │ │ ├── ListView.html
│ │ │ ├── Menu.php
│ │ │ └── vardefs.php
│ │ ├── DocumentRevisions
│ │ │ ├── DocumentRevision.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.html
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── subpanels
│ │ │ │ └── default.php
│ │ │ └── vardefs.php
│ │ ├── Documents
│ │ │ ├── action_view_map.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyDocumentsDashlet
│ │ │ │ ├── MyDocumentsDashlet.data.php
│ │ │ │ ├── MyDocumentsDashlet.meta.php
│ │ │ │ └── MyDocumentsDashlet.php
│ │ │ ├── Delete.php
│ │ │ ├── DocumentExternalApiDropDown.php
│ │ │ ├── Document.php
│ │ │ ├── documents.js
│ │ │ ├── DocumentSoap.php
│ │ │ ├── field_arrays.php
│ │ │ ├── GetLatestRevision.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ └── ForContractType.php
│ │ │ ├── Popup.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── tpls
│ │ │ │ └── view.extdoc.tpl
│ │ │ ├── TreeData.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ └── view.extdoc.php
│ │ ├── DynamicFields
│ │ │ ├── DynamicField.php
│ │ │ ├── FieldCases.php
│ │ │ ├── FieldsMetaData.php
│ │ │ ├── FieldViewer.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Save.php
│ │ │ ├── templates
│ │ │ │ ├── Fields
│ │ │ │ │ ├── Forms
│ │ │ │ │ │ ├── address.tpl
│ │ │ │ │ │ ├── bool.tpl
│ │ │ │ │ │ ├── coreBottom.tpl
│ │ │ │ │ │ ├── coreTop.tpl
│ │ │ │ │ │ ├── currency.tpl
│ │ │ │ │ │ ├── date.php
│ │ │ │ │ │ ├── datetimecombo.php
│ │ │ │ │ │ ├── datetimecombo.tpl
│ │ │ │ │ │ ├── date.tpl
│ │ │ │ │ │ ├── encrypt.php
│ │ │ │ │ │ ├── encrypt.tpl
│ │ │ │ │ │ ├── enum2.php
│ │ │ │ │ │ ├── enum.tpl
│ │ │ │ │ │ ├── float.tpl
│ │ │ │ │ │ ├── html.php
│ │ │ │ │ │ ├── html.tpl
│ │ │ │ │ │ ├── iframe.php
│ │ │ │ │ │ ├── iframe.tpl
│ │ │ │ │ │ ├── image.php
│ │ │ │ │ │ ├── image.tpl
│ │ │ │ │ │ ├── int.tpl
│ │ │ │ │ │ ├── multienum.php
│ │ │ │ │ │ ├── multienum.tpl
│ │ │ │ │ │ ├── parent.php
│ │ │ │ │ │ ├── parent.tpl
│ │ │ │ │ │ ├── phone.php
│ │ │ │ │ │ ├── phone.tpl
│ │ │ │ │ │ ├── radioenum.php
│ │ │ │ │ │ ├── relate.php
│ │ │ │ │ │ ├── relate.tpl
│ │ │ │ │ │ ├── text.tpl
│ │ │ │ │ │ ├── url.php
│ │ │ │ │ │ ├── url.tpl
│ │ │ │ │ │ └── varchar.tpl
│ │ │ │ │ ├── TemplateAddressCountry.php
│ │ │ │ │ ├── TemplateAddress.php
│ │ │ │ │ ├── TemplateBoolean.php
│ │ │ │ │ ├── TemplateCurrencyId.php
│ │ │ │ │ ├── TemplateCurrency.php
│ │ │ │ │ ├── TemplateDate.php
│ │ │ │ │ ├── TemplateDatetimecombo.php
│ │ │ │ │ ├── TemplateDecimal.php
│ │ │ │ │ ├── TemplateEmail.php
│ │ │ │ │ ├── TemplateEncrypt.php
│ │ │ │ │ ├── TemplateEnum.php
│ │ │ │ │ ├── TemplateField.php
│ │ │ │ │ ├── TemplateFloat.php
│ │ │ │ │ ├── TemplateHTML.php
│ │ │ │ │ ├── TemplateId.php
│ │ │ │ │ ├── TemplateIFrame.php
│ │ │ │ │ ├── TemplateImage.php
│ │ │ │ │ ├── TemplateInt.php
│ │ │ │ │ ├── TemplateMultiEnum.php
│ │ │ │ │ ├── TemplateParent.php
│ │ │ │ │ ├── TemplateParentType.php
│ │ │ │ │ ├── TemplatePhone.php
│ │ │ │ │ ├── TemplateRadioEnum.php
│ │ │ │ │ ├── TemplateRange.php
│ │ │ │ │ ├── TemplateRelatedTextField.php
│ │ │ │ │ ├── TemplateTextArea.php
│ │ │ │ │ ├── TemplateText.php
│ │ │ │ │ └── TemplateURL.php
│ │ │ │ └── Files
│ │ │ │ ├── DetailView.php
│ │ │ │ └── EditView.php
│ │ │ ├── UpgradeFields.php
│ │ │ └── vardefs.php
│ │ ├── EAPM
│ │ │ ├── action_view_map.php
│ │ │ ├── CheckLogins.php
│ │ │ ├── controller.php
│ │ │ ├── EAPMEdit.js
│ │ │ ├── EAPM.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── tpls
│ │ │ │ ├── DetailViewFooter.tpl
│ │ │ │ ├── EditViewFooter.tpl
│ │ │ │ └── EditViewHeader.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ └── view.edit.php
│ │ ├── EmailAddresses
│ │ │ ├── EmailAddress.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ └── vardefs.php
│ │ ├── EmailMan
│ │ │ ├── action_view_map.php
│ │ │ ├── controller.php
│ │ │ ├── EmailImage.php
│ │ │ ├── EmailManDelivery.php
│ │ │ ├── EmailMan.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── subpanels
│ │ │ │ └── default.php
│ │ │ ├── testOutboundEmail.php
│ │ │ ├── tpls
│ │ │ │ ├── campaignconfig.tpl
│ │ │ │ └── config.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.campaignconfig.php
│ │ │ ├── view.config.php
│ │ │ └── view.list.php
│ │ ├── EmailMarketing
│ │ │ ├── Delete.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── EmailMarketing.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Save.php
│ │ │ ├── subpanels
│ │ │ │ └── default.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ └── vardefs.php
│ │ ├── Emails
│ │ │ ├── Check.php
│ │ │ ├── Compose.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyEmailsDashlet
│ │ │ │ ├── MyEmailsDashlet.data.php
│ │ │ │ ├── MyEmailsDashlet.meta.php
│ │ │ │ └── MyEmailsDashlet.php
│ │ │ ├── Delete.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── DetailViewSent.html
│ │ │ ├── EditViewArchive.html
│ │ │ ├── EditView.php
│ │ │ ├── Email.php
│ │ │ ├── EmailUIAjax.php
│ │ │ ├── EmailUI.css
│ │ │ ├── EmailUI.php
│ │ │ ├── field_arrays.php
│ │ │ ├── GenerateQuickComposeFrame.php
│ │ │ ├── Grab.php
│ │ │ ├── images
│ │ │ │ ├── autofit.gif
│ │ │ │ ├── colsView.gif
│ │ │ │ ├── email.gif
│ │ │ │ ├── emailGroup.gif
│ │ │ │ ├── fullscreen.gif
│ │ │ │ ├── leftarrow_inline.gif
│ │ │ │ ├── rightarrow_inline.gif
│ │ │ │ ├── rowsView.gif
│ │ │ │ ├── sugarDynamic.gif
│ │ │ │ ├── sugar.gif
│ │ │ │ └── sugarGroup.gif
│ │ │ ├── index.php
│ │ │ ├── javascript
│ │ │ │ ├── ajax.js
│ │ │ │ ├── complexLayout.js
│ │ │ │ ├── composeEmailTemplate.js
│ │ │ │ ├── displayOneEmailTemplate.js
│ │ │ │ ├── Email.js
│ │ │ │ ├── email_popup_helper.js
│ │ │ │ ├── EmailUICompose.js
│ │ │ │ ├── EmailUI.js
│ │ │ │ ├── EmailUIShared.js
│ │ │ │ ├── grid.js
│ │ │ │ ├── init.js
│ │ │ │ ├── vars.js
│ │ │ │ └── viewPrintable.js
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListViewDrafts.html
│ │ │ ├── ListViewGroupInbox.html
│ │ │ ├── ListViewGroup.php
│ │ │ ├── ListViewHome.html
│ │ │ ├── ListViewHome.php
│ │ │ ├── ListViewMyInbox.html
│ │ │ ├── ListViewSent.html
│ │ │ ├── MassDelete.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── qcmodulesdefs.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── ForContacts.php
│ │ │ │ ├── ForHistory.php
│ │ │ │ ├── ForQueues.php
│ │ │ │ ├── ForUnlinkedEmailHistory.php
│ │ │ │ └── ForUsers.php
│ │ │ ├── PessimisticLock.php
│ │ │ ├── PopupDocuments.html
│ │ │ ├── PopupDocuments.php
│ │ │ ├── Popup.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── Save.php
│ │ │ ├── SearchFormGroupInbox.html
│ │ │ ├── SearchForm.html
│ │ │ ├── SearchFormMyInbox.html
│ │ │ ├── SearchFormSent.html
│ │ │ ├── Status.html
│ │ │ ├── Status.php
│ │ │ ├── subpanels
│ │ │ │ ├── ForContacts.php
│ │ │ │ ├── ForHistory.php
│ │ │ │ ├── ForQueues.php
│ │ │ │ └── ForUsers.php
│ │ │ ├── SubPanelViewRecipients.html
│ │ │ ├── SubPanelViewRecipients.php
│ │ │ ├── SugarRoutingAsync.php
│ │ │ ├── templates
│ │ │ │ ├── addressBook.tpl
│ │ │ │ ├── addressSearchContent.tpl
│ │ │ │ ├── addressSearch.tpl
│ │ │ │ ├── advancedSearch.tpl
│ │ │ │ ├── assignTo.tpl
│ │ │ │ ├── _baseConfigData.tpl
│ │ │ │ ├── _baseEmail.tpl
│ │ │ │ ├── _baseJsVars.tpl
│ │ │ │ ├── _blank.html
│ │ │ │ ├── _createGroupFolder.tpl
│ │ │ │ ├── dceMenuQuickCreate.tpl
│ │ │ │ ├── editAccountDialogue.tpl
│ │ │ │ ├── editContact.tpl
│ │ │ │ ├── editMailingList.tpl
│ │ │ │ ├── emailDetailView.tpl
│ │ │ │ ├── emailSettingsAccountDetails.tpl
│ │ │ │ ├── emailSettingsAccounts.tpl
│ │ │ │ ├── emailSettingsFolders.tpl
│ │ │ │ ├── emailSettingsGeneral.tpl
│ │ │ │ ├── emailSettingsRules.tpl
│ │ │ │ ├── emailSettings.tpl
│ │ │ │ ├── importRelate.tpl
│ │ │ │ ├── outboundDialogTest.tpl
│ │ │ │ ├── outboundDialog.tpl
│ │ │ │ ├── overlay.tpl
│ │ │ │ └── successMessage.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.classic.config.php
│ │ │ ├── view.modulelistmenu.php
│ │ │ └── view.quickcreate.php
│ │ ├── EmailTemplates
│ │ │ ├── AttachFiles.php
│ │ │ ├── CheckDeletable.php
│ │ │ ├── Delete.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditViewMain.html
│ │ │ ├── EditView.php
│ │ │ ├── EmailTemplateFormBase.php
│ │ │ ├── EmailTemplate.js
│ │ │ ├── EmailTemplate.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ └── SearchFields.php
│ │ │ ├── PopupDocumentsCampaignTemplate.html
│ │ │ ├── PopupDocumentsCampaignTemplate.php
│ │ │ ├── Save.php
│ │ │ └── vardefs.php
│ │ ├── EmailText
│ │ │ ├── EmailText.php
│ │ │ └── vardefs.php
│ │ ├── Employees
│ │ │ ├── controller.php
│ │ │ ├── Employee.php
│ │ │ ├── EmployeesSearchForm.php
│ │ │ ├── EmployeesStudioModule.php
│ │ │ ├── EmployeeStatus.php
│ │ │ ├── Error.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ └── studio.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── Save.php
│ │ │ ├── vardefs.php
│ │ │ ├── views
│ │ │ │ ├── view.detail.php
│ │ │ │ ├── view.edit.php
│ │ │ │ └── view.list.php
│ │ │ ├── WapAuthenticate.php
│ │ │ └── WapMenu.php
│ │ ├── Groups
│ │ │ ├── Delete.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── Forms.php
│ │ │ ├── Group.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.html
│ │ │ ├── ListView.php
│ │ │ ├── Menu.php
│ │ │ ├── Save.php
│ │ │ └── vardefs.php
│ │ ├── Help
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ └── Menu.php
│ │ ├── History
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ └── metadata
│ │ │ └── subpaneldefs.php
│ │ ├── Home
│ │ │ ├── about.js
│ │ │ ├── About.php
│ │ │ ├── action_view_map.php
│ │ │ ├── AddToFavorites.php
│ │ │ ├── Dashlets
│ │ │ │ ├── ChartsDashlet
│ │ │ │ │ ├── ChartsDashlet.en_us.lang.php
│ │ │ │ │ ├── ChartsDashlet.meta.php
│ │ │ │ │ ├── ChartsDashlet.php
│ │ │ │ │ └── ChartsDashletScript.tpl
│ │ │ │ ├── iFrameDashlet
│ │ │ │ │ ├── configure.tpl
│ │ │ │ │ ├── iFrameDashlet.meta.php
│ │ │ │ │ └── iFrameDashlet.php
│ │ │ │ ├── InvadersDashlet
│ │ │ │ │ ├── InvadersDashlet.en_us.lang.php
│ │ │ │ │ ├── InvadersDashlet.icon.jpg
│ │ │ │ │ ├── InvadersDashlet.meta.php
│ │ │ │ │ ├── InvadersDashlet.php
│ │ │ │ │ ├── InvadersDashletScript.tpl
│ │ │ │ │ ├── InvadersDashlet.tpl
│ │ │ │ │ ├── InvadersOptions.tpl
│ │ │ │ │ └── sprites
│ │ │ │ │ ├── alien.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── cube.png
│ │ │ │ │ └── player.png
│ │ │ │ ├── JotPadDashlet
│ │ │ │ │ ├── JotPadDashlet.en_us.lang.php
│ │ │ │ │ ├── JotPadDashlet.meta.php
│ │ │ │ │ ├── JotPadDashletOptions.tpl
│ │ │ │ │ ├── JotPadDashlet.php
│ │ │ │ │ ├── JotPadDashletScript.tpl
│ │ │ │ │ └── JotPadDashlet.tpl
│ │ │ │ ├── RSSDashlet
│ │ │ │ │ ├── RSSDashlet.en_us.lang.php
│ │ │ │ │ ├── RSSDashlet.icon.jpg
│ │ │ │ │ ├── RSSDashlet.meta.php
│ │ │ │ │ ├── RSSDashletOptions.tpl
│ │ │ │ │ ├── RSSDashlet.php
│ │ │ │ │ └── RSSDashlet.tpl
│ │ │ │ └── SugarNewsDashlet
│ │ │ │ ├── configure.tpl
│ │ │ │ ├── SugarNewsDashlet.meta.php
│ │ │ │ └── SugarNewsDashlet.php
│ │ │ ├── dashlets.php
│ │ │ ├── DynamicAction.php
│ │ │ ├── Home.html
│ │ │ ├── Home.tpl
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── LastViewed.php
│ │ │ ├── Menu.php
│ │ │ ├── PopupSugar.php
│ │ │ ├── QuickSearch.php
│ │ │ ├── quicksearchQuery.php
│ │ │ ├── SaveSubpanelLayout.php
│ │ │ ├── sitemap.php
│ │ │ ├── sitemap.tpl
│ │ │ ├── SubpanelCreates.php
│ │ │ ├── SubpanelEdits.php
│ │ │ ├── TrainingPortal.php
│ │ │ ├── TrainingPortal.tpl
│ │ │ ├── UnifiedSearchAdvancedForm.tpl
│ │ │ ├── UnifiedSearchAdvanced.php
│ │ │ ├── UnifiedSearchAdvancedResults.tpl
│ │ │ ├── UnifiedSearchAdvanced.tpl
│ │ │ ├── UnifiedSearch.php
│ │ │ └── views
│ │ │ ├── view.additionaldetailsretrieve.php
│ │ │ ├── view.list.php
│ │ │ └── view.modulelistmenu.php
│ │ ├── Import
│ │ │ ├── controller.php
│ │ │ ├── CsvAutoDetect.php
│ │ │ ├── Forms.php
│ │ │ ├── ImportCacheFiles.php
│ │ │ ├── ImportDuplicateCheck.php
│ │ │ ├── Importer.php
│ │ │ ├── ImportFieldSanitize.php
│ │ │ ├── ImportFileSplitter.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── maps
│ │ │ │ ├── ImportMapAct.php
│ │ │ │ ├── ImportMapCsv.php
│ │ │ │ ├── ImportMapGoogle.php
│ │ │ │ ├── ImportMapOther.php
│ │ │ │ ├── ImportMapOutlook.php
│ │ │ │ ├── ImportMap.php
│ │ │ │ ├── ImportMapSalesforce.php
│ │ │ │ └── ImportMapTab.php
│ │ │ ├── Menu.php
│ │ │ ├── sources
│ │ │ │ ├── ExternalSourceEAPMAdapter.php
│ │ │ │ ├── ImportDataSource.php
│ │ │ │ └── ImportFile.php
│ │ │ ├── tpls
│ │ │ │ ├── confirm_table.tpl
│ │ │ │ ├── confirm.tpl
│ │ │ │ ├── dupcheck.tpl
│ │ │ │ ├── error.tpl
│ │ │ │ ├── last.tpl
│ │ │ │ ├── listviewpaginator.tpl
│ │ │ │ ├── listview.tpl
│ │ │ │ ├── step1.tpl
│ │ │ │ ├── step2.tpl
│ │ │ │ ├── step3.tpl
│ │ │ │ ├── undo.tpl
│ │ │ │ └── wizardWrapper.tpl
│ │ │ ├── UsersLastImport.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── ImportListView.php
│ │ │ ├── ImportView.php
│ │ │ ├── view.confirm.php
│ │ │ ├── view.dupcheck.php
│ │ │ ├── view.error.php
│ │ │ ├── view.extdupcheck.php
│ │ │ ├── view.last.php
│ │ │ ├── view.step1.php
│ │ │ ├── view.step2.php
│ │ │ ├── view.step3.php
│ │ │ ├── view.step4.php
│ │ │ └── view.undo.php
│ │ ├── InboundEmail
│ │ │ ├── Delete.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditGroupFolder.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── field_arrays.php
│ │ │ ├── InboundEmail.js
│ │ │ ├── InboundEmail.php
│ │ │ ├── InboundEmailTest.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.html
│ │ │ ├── ListView.php
│ │ │ ├── Menu.php
│ │ │ ├── Popup.php
│ │ │ ├── SaveGroupFolder.php
│ │ │ ├── Save.php
│ │ │ ├── ShowInboundFoldersList.php
│ │ │ ├── vardefs.php
│ │ │ └── View.html
│ │ ├── LabelEditor
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── Forms.php
│ │ │ ├── LabelList.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ └── Save.php
│ │ ├── Leads
│ │ │ ├── action_view_map.php
│ │ │ ├── Capture.php
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyLeadsDashlet
│ │ │ │ ├── MyLeadsDashlet.data.php
│ │ │ │ ├── MyLeadsDashlet.meta.php
│ │ │ │ └── MyLeadsDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── LeadFormBase.php
│ │ │ ├── Lead.js
│ │ │ ├── Lead.php
│ │ │ ├── LeadsQuickCreate.php
│ │ │ ├── LeadsVarDefHandler.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── convertdefs.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForCalls.php
│ │ │ │ ├── ForEmails.php
│ │ │ │ └── ForMeetings.php
│ │ │ ├── MyLeads.html
│ │ │ ├── MyLeads.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Save.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── SugarFeeds
│ │ │ │ └── LeadFeed.php
│ │ │ ├── tpls
│ │ │ │ ├── ConvertLeadFooter.tpl
│ │ │ │ ├── ConvertLeadHeader.tpl
│ │ │ │ ├── ConvertLead.tpl
│ │ │ │ ├── DetailViewHeader.tpl
│ │ │ │ ├── EditConvertLead.tpl
│ │ │ │ ├── QuickCreate.tpl
│ │ │ │ └── ShowDuplicates.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.convertlead.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.list.php
│ │ │ └── view.showduplicates.php
│ │ ├── MailMerge
│ │ │ ├── controller.php
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.php
│ │ │ ├── get_doc.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── MailMerge.php
│ │ │ ├── Menu.php
│ │ │ ├── Merge.html
│ │ │ ├── Merge.php
│ │ │ ├── modules_array.php
│ │ │ ├── Save.php
│ │ │ ├── Step1.html
│ │ │ ├── Step1.php
│ │ │ ├── Step2.html
│ │ │ ├── Step2.php
│ │ │ ├── Step3.html
│ │ │ ├── Step3.php
│ │ │ ├── Step4.html
│ │ │ ├── Step4.php
│ │ │ ├── Step5.html
│ │ │ └── Step5.php
│ │ ├── Meetings
│ │ │ ├── action_view_map.php
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyMeetingsDashlet
│ │ │ │ ├── MyMeetingsDashlet.data.php
│ │ │ │ ├── MyMeetingsDashlet.meta.php
│ │ │ │ └── MyMeetingsDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── JoinExternalMeeting.php
│ │ │ ├── jsclass_scheduler.js
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── MeetingFormBase.php
│ │ │ ├── Meeting.php
│ │ │ ├── MeetingsQuickCreate.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForActivities.php
│ │ │ │ └── ForHistory.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelViewInvitees.html
│ │ │ ├── SubPanelViewInvitees.php
│ │ │ ├── tpls
│ │ │ │ ├── extMeetingNoStart.tpl
│ │ │ │ ├── extMeetingNotInvited.tpl
│ │ │ │ ├── footer.tpl
│ │ │ │ ├── header.tpl
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.edit.php
│ │ │ └── view.listbytype.php
│ │ ├── MergeRecords
│ │ │ ├── controller.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── MergeField.html
│ │ │ ├── Merge.js
│ │ │ ├── MergeRecord.php
│ │ │ ├── SaveMerge.php
│ │ │ ├── SearchForm.html
│ │ │ ├── Step1.html
│ │ │ ├── Step1.php
│ │ │ ├── Step2.html
│ │ │ ├── Step2.php
│ │ │ ├── Step3.html
│ │ │ ├── Step3.php
│ │ │ └── vardefs.php
│ │ ├── ModuleBuilder
│ │ │ ├── action_view_map.php
│ │ │ ├── controller.php
│ │ │ ├── Forms.php
│ │ │ ├── javascript
│ │ │ │ ├── JSTransaction.js
│ │ │ │ ├── ModuleBuilder.js
│ │ │ │ ├── SimpleList.js
│ │ │ │ ├── studio2FieldDD.js
│ │ │ │ ├── studio2.js
│ │ │ │ ├── studio2ListDD.js
│ │ │ │ ├── studio2PanelDD.js
│ │ │ │ ├── studio2RowDD.js
│ │ │ │ ├── studiotabgroups.js
│ │ │ │ └── wizardTemplate.js
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── MB
│ │ │ │ ├── AjaxCompose.php
│ │ │ │ ├── header.php
│ │ │ │ ├── MBField.php
│ │ │ │ ├── MBLanguage.php
│ │ │ │ ├── MBModule.php
│ │ │ │ ├── MBPackage.php
│ │ │ │ ├── MBPackageTree.php
│ │ │ │ ├── MBRelationship.php
│ │ │ │ ├── MBVardefs.php
│ │ │ │ └── ModuleBuilder.php
│ │ │ ├── Module
│ │ │ │ ├── DropDownBrowser.php
│ │ │ │ ├── DropDownTree.php
│ │ │ │ ├── MainTree.php
│ │ │ │ ├── StudioBrowser.php
│ │ │ │ ├── StudioModuleFactory.php
│ │ │ │ ├── StudioModule.php
│ │ │ │ └── StudioTree.php
│ │ │ ├── parsers
│ │ │ │ ├── constants.php
│ │ │ │ ├── ModuleBuilderParser.php
│ │ │ │ ├── parser.dropdown.php
│ │ │ │ ├── ParserFactory.php
│ │ │ │ ├── parser.label.php
│ │ │ │ ├── parser.modifylayoutview.php
│ │ │ │ ├── parser.modifylistview.php
│ │ │ │ ├── parser.modifysubpanel.php
│ │ │ │ ├── parser.searchfields.php
│ │ │ │ ├── relationships
│ │ │ │ │ ├── AbstractRelationship.php
│ │ │ │ │ ├── AbstractRelationships.php
│ │ │ │ │ ├── ActivitiesRelationship.php
│ │ │ │ │ ├── DeployedRelationships.php
│ │ │ │ │ ├── ManyToManyRelationship.php
│ │ │ │ │ ├── ManyToOneRelationship.php
│ │ │ │ │ ├── OneToManyRelationship.php
│ │ │ │ │ ├── OneToOneRelationship.php
│ │ │ │ │ ├── RelationshipFactory.php
│ │ │ │ │ ├── RelationshipsInterface.php
│ │ │ │ │ └── UndeployedRelationships.php
│ │ │ │ ├── StandardField.php
│ │ │ │ └── views
│ │ │ │ ├── AbstractMetaDataImplementation.php
│ │ │ │ ├── AbstractMetaDataParser.php
│ │ │ │ ├── DashletMetaDataParser.php
│ │ │ │ ├── DeployedMetaDataImplementation.php
│ │ │ │ ├── DeployedSubpanelImplementation.php
│ │ │ │ ├── GridLayoutMetaDataParser.php
│ │ │ │ ├── HistoryInterface.php
│ │ │ │ ├── History.php
│ │ │ │ ├── ListLayoutMetaDataParser.php
│ │ │ │ ├── MetaDataImplementationInterface.php
│ │ │ │ ├── MetaDataParserInterface.php
│ │ │ │ ├── PopupMetaDataParser.php
│ │ │ │ ├── SearchViewMetaDataParser.php
│ │ │ │ ├── SubpanelMetaDataParser.php
│ │ │ │ ├── UndeployedMetaDataImplementation.php
│ │ │ │ └── UndeployedSubpanelImplementation.php
│ │ │ ├── tpls
│ │ │ │ ├── assistantJavascript.tpl
│ │ │ │ ├── editProperty.tpl
│ │ │ │ ├── exportcustomizations.tpl
│ │ │ │ ├── history.tpl
│ │ │ │ ├── includes.tpl
│ │ │ │ ├── index.tpl
│ │ │ │ ├── labels.tpl
│ │ │ │ ├── LayoutEditor.css
│ │ │ │ ├── layoutView.tpl
│ │ │ │ ├── ListEditor.css
│ │ │ │ ├── listView.tpl
│ │ │ │ ├── main.tpl
│ │ │ │ ├── MB.css
│ │ │ │ ├── MBModule
│ │ │ │ │ ├── Class.tpl
│ │ │ │ │ ├── DeveloperClass.tpl
│ │ │ │ │ ├── dropdown.css
│ │ │ │ │ ├── dropdowns.tpl
│ │ │ │ │ ├── dropdown.tpl
│ │ │ │ │ ├── fields.tpl
│ │ │ │ │ ├── field.tpl
│ │ │ │ │ ├── form.tpl
│ │ │ │ │ ├── language.tpl
│ │ │ │ │ ├── main.tpl
│ │ │ │ │ ├── Menu.tpl
│ │ │ │ │ ├── module.tpl
│ │ │ │ │ ├── Studio.tpl
│ │ │ │ │ └── vardef.tpl
│ │ │ │ ├── MBPackage
│ │ │ │ │ ├── appLanguage.tpl
│ │ │ │ │ ├── deploy.tpl
│ │ │ │ │ └── package.tpl
│ │ │ │ ├── Preview
│ │ │ │ │ ├── layoutView.tpl
│ │ │ │ │ └── listView.tpl
│ │ │ │ ├── resetModule.tpl
│ │ │ │ ├── studioRelationships.tpl
│ │ │ │ ├── studioRelationship.tpl
│ │ │ │ ├── tabBG.png
│ │ │ │ └── wizard.tpl
│ │ │ └── views
│ │ │ ├── view.dashlet.php
│ │ │ ├── view.deletemodule.php
│ │ │ ├── view.deletepackage.php
│ │ │ ├── view.displaydeploy.php
│ │ │ ├── view.displaydeployresult.php
│ │ │ ├── view.dropdown.php
│ │ │ ├── view.dropdowns.php
│ │ │ ├── view.exportcustomizations.php
│ │ │ ├── view.history.php
│ │ │ ├── view.home.php
│ │ │ ├── view.labels.php
│ │ │ ├── view.layoutview.php
│ │ │ ├── view.listview.php
│ │ │ ├── view.main.php
│ │ │ ├── view.modulefield.php
│ │ │ ├── view.modulefields.php
│ │ │ ├── view.modulelabels.php
│ │ │ ├── view.module.php
│ │ │ ├── view.package.php
│ │ │ ├── view.popupview.php
│ │ │ ├── view.property.php
│ │ │ ├── view.relationship.php
│ │ │ ├── view.relationships.php
│ │ │ ├── view.resetmodule.php
│ │ │ ├── view.searchview.php
│ │ │ ├── view.tree.php
│ │ │ └── view.wizard.php
│ │ ├── MySettings
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── LoadTabSubpanels.php
│ │ │ ├── StoreQuery.php
│ │ │ └── TabController.php
│ │ ├── Notes
│ │ │ ├── controller.php
│ │ │ ├── Dashlets
│ │ │ │ └── MyNotesDashlet
│ │ │ │ ├── MyNotesDashlet.data.php
│ │ │ │ ├── MyNotesDashlet.meta.php
│ │ │ │ └── MyNotesDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForCalls.php
│ │ │ │ ├── ForHistory.php
│ │ │ │ ├── ForMeetings.php
│ │ │ │ └── ForTasks.php
│ │ │ ├── Note.php
│ │ │ ├── NoteSoap.php
│ │ │ ├── NotesQuickCreate.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── tpls
│ │ │ │ ├── EditViewHeader.tpl
│ │ │ │ └── QuickCreate.tpl
│ │ │ └── vardefs.php
│ │ ├── OAuthKeys
│ │ │ ├── controller.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ └── subpaneldefs.php
│ │ │ ├── OAuthKey.php
│ │ │ └── vardefs.php
│ │ ├── OAuthTokens
│ │ │ ├── action_view_map.php
│ │ │ ├── controller.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── metadata
│ │ │ │ └── subpanels
│ │ │ │ ├── ForKeys.php
│ │ │ │ └── ForUser.php
│ │ │ ├── OAuthToken.php
│ │ │ ├── tpl
│ │ │ │ ├── authorized.tpl
│ │ │ │ └── authorize.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.authorize.php
│ │ ├── Opportunities
│ │ │ ├── Dashlets
│ │ │ │ ├── MyClosedOpportunitiesDashlet
│ │ │ │ │ ├── MyClosedOpportunitiesDashletConfigure.tpl
│ │ │ │ │ ├── MyClosedOpportunitiesDashlet.meta.php
│ │ │ │ │ ├── MyClosedOpportunitiesDashletOptions.tpl
│ │ │ │ │ ├── MyClosedOpportunitiesDashlet.php
│ │ │ │ │ └── MyClosedOpportunitiesDashlet.tpl
│ │ │ │ └── MyOpportunitiesDashlet
│ │ │ │ ├── MyOpportunitiesDashlet.data.php
│ │ │ │ ├── MyOpportunitiesDashlet.meta.php
│ │ │ │ └── MyOpportunitiesDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListViewTop.html
│ │ │ ├── ListViewTop.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── acldefs.php
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForAccounts.php
│ │ │ │ └── ForEmails.php
│ │ │ ├── OpportunitiesQuickCreate.php
│ │ │ ├── OpportunityFormBase.php
│ │ │ ├── Opportunity.php
│ │ │ ├── SaveOverload.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── SubPanelViewProjects.html
│ │ │ ├── SubPanelViewProjects.php
│ │ │ ├── SugarFeeds
│ │ │ │ └── OppFeed.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ └── view.edit.php
│ │ ├── OptimisticLock
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── LockResolve.php
│ │ │ └── Menu.php
│ │ ├── Project
│ │ │ ├── action_view_map.php
│ │ │ ├── Delete.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ └── ForEmails.php
│ │ │ ├── Project.js
│ │ │ ├── Project.php
│ │ │ ├── ProjectQuickCreate.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.list.php
│ │ │ ├── view.templatesdetail.php
│ │ │ └── view.templatesedit.php
│ │ ├── ProjectTask
│ │ │ ├── Dashlets
│ │ │ │ └── MyProjectTaskDashlet
│ │ │ │ ├── MyProjectTaskDashlet.data.php
│ │ │ │ ├── MyProjectTaskDashlet.meta.php
│ │ │ │ └── MyProjectTaskDashlet.php
│ │ │ ├── Delete.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.html
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── acldefs.php
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── MyProjectTasks.html
│ │ │ ├── MyProjectTasks.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── ProjectTask.js
│ │ │ ├── ProjectTask.php
│ │ │ ├── ProjectTaskQuickCreate.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.list.php
│ │ ├── ProspectLists
│ │ │ ├── Delete.php
│ │ │ ├── Duplicate.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.html
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── ProspectListFormBase.php
│ │ │ ├── ProspectList.php
│ │ │ ├── Save.php
│ │ │ ├── SubPanelView.html
│ │ │ ├── SubPanelView.php
│ │ │ ├── TargetListUpdate.php
│ │ │ └── vardefs.php
│ │ ├── Prospects
│ │ │ ├── Delete.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Import.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── ProspectFormBase.php
│ │ │ ├── Prospect.php
│ │ │ ├── Save.php
│ │ │ ├── tpls
│ │ │ │ ├── DetailViewHeader.tpl
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ └── view.list.php
│ │ ├── Relationships
│ │ │ ├── action_view_map.php
│ │ │ ├── editFields.tpl
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── RelationshipHandler.php
│ │ │ ├── Relationship.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.editfields.php
│ │ ├── Releases
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── field_arrays.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.html
│ │ │ ├── Menu.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── Popup_picker.php
│ │ │ ├── Release.php
│ │ │ ├── Save.php
│ │ │ └── vardefs.php
│ │ ├── Roles
│ │ │ ├── Delete.php
│ │ │ ├── DeleteUserRelationship.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Role.php
│ │ │ ├── Save.php
│ │ │ ├── SaveUserRelationship.php
│ │ │ ├── SubPanelViewUsers.html
│ │ │ ├── SubPanelViewUsers.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.list.php
│ │ ├── SavedSearch
│ │ │ ├── field_arrays.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ └── listviewdefs.php
│ │ │ ├── SavedSearchForm.tpl
│ │ │ ├── SavedSearch.php
│ │ │ ├── SavedSearchSelects.tpl
│ │ │ ├── SearchForm.html
│ │ │ ├── UpgradeSavedSearch.php
│ │ │ └── vardefs.php
│ │ ├── Schedulers
│ │ │ ├── _AddJobsHere.php
│ │ │ ├── Delete.php
│ │ │ ├── DeleteScheduled.php
│ │ │ ├── DetailView.html
│ │ │ ├── DetailView.php
│ │ │ ├── EditView.html
│ │ │ ├── EditView.php
│ │ │ ├── field_arrays.php
│ │ │ ├── index.php
│ │ │ ├── JobThread.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListView.html
│ │ │ ├── ListView.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── Save.php
│ │ │ ├── Scheduled.html
│ │ │ ├── Scheduled.php
│ │ │ ├── SchedulerDaemon.php
│ │ │ ├── Scheduler.php
│ │ │ └── vardefs.php
│ │ ├── SchedulersJobs
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── metadata
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── SchedulersJob.php
│ │ │ └── vardefs.php
│ │ ├── Studio
│ │ │ ├── config.php
│ │ │ ├── DropDowns
│ │ │ │ ├── DropDownHelper.php
│ │ │ │ ├── EditView.php
│ │ │ │ └── EditView.tpl
│ │ │ ├── Forms.php
│ │ │ ├── JSTransaction.js
│ │ │ ├── language
│ │ │ │ ├── en_us.lang.php
│ │ │ │ └── en_us.Portal.html
│ │ │ ├── parsers
│ │ │ │ └── StudioParser.php
│ │ │ ├── SaveTabs.php
│ │ │ ├── studiodd.js
│ │ │ ├── studio.js
│ │ │ ├── studiotabgroups.js
│ │ │ ├── TabGroups
│ │ │ │ ├── EditViewTabs.php
│ │ │ │ ├── EditViewTabs.tpl
│ │ │ │ └── TabGroupHelper.php
│ │ │ ├── TabGroups.php
│ │ │ ├── wizard.php
│ │ │ ├── wizards
│ │ │ │ ├── EditDropDownWizard.php
│ │ │ │ ├── RenameModules.php
│ │ │ │ ├── RenameModules.tpl
│ │ │ │ └── StudioWizard.php
│ │ │ └── ygDDListStudio.js
│ │ ├── SugarFeed
│ │ │ ├── action_view_map.php
│ │ │ ├── AdminSettings.php
│ │ │ ├── Dashlets
│ │ │ │ └── SugarFeedDashlet
│ │ │ │ ├── Options.tpl
│ │ │ │ ├── SugarFeedDashlet.meta.php
│ │ │ │ ├── SugarFeedDashlet.php
│ │ │ │ ├── SugarFeedScript.tpl
│ │ │ │ └── UserPostForm.tpl
│ │ │ ├── feedLogicBase.php
│ │ │ ├── Forms.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── linkHandlers
│ │ │ │ ├── Image.php
│ │ │ │ ├── Link.php
│ │ │ │ └── YouTube.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── dashletviewdefs.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── metafiles.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ └── subpanels
│ │ │ │ └── default.php
│ │ │ ├── SugarFeedFlush.php
│ │ │ ├── SugarFeed.php
│ │ │ ├── tpls
│ │ │ │ └── AdminSettings.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.adminsettings.php
│ │ ├── TableDictionary.php
│ │ ├── Tasks
│ │ │ ├── Dashlets
│ │ │ │ └── MyTasksDashlet
│ │ │ │ ├── MyTasksDashlet.data.php
│ │ │ │ ├── MyTasksDashlet.meta.php
│ │ │ │ └── MyTasksDashlet.php
│ │ │ ├── field_arrays.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── additionalDetails.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForActivities.php
│ │ │ │ ├── ForEmails.php
│ │ │ │ └── ForHistory.php
│ │ │ ├── MyTasks.html
│ │ │ ├── MyTasks.php
│ │ │ ├── Save.php
│ │ │ ├── Task.php
│ │ │ ├── TasksQuickCreate.php
│ │ │ ├── tpls
│ │ │ │ └── QuickCreate.tpl
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ └── view.edit.php
│ │ ├── Trackers
│ │ │ ├── BreadCrumbStack.php
│ │ │ ├── config.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── Metric.php
│ │ │ ├── monitor
│ │ │ │ ├── BlankMonitor.php
│ │ │ │ ├── Monitor.php
│ │ │ │ └── tracker_monitor.php
│ │ │ ├── populateSeedData.php
│ │ │ ├── store
│ │ │ │ ├── DatabaseStore.php
│ │ │ │ ├── Store.php
│ │ │ │ ├── SugarLogStore.php
│ │ │ │ ├── TrackerQueriesDatabaseStore.php
│ │ │ │ └── TrackerSessionsDatabaseStore.php
│ │ │ ├── Trackable.php
│ │ │ ├── TrackerManager.php
│ │ │ ├── Tracker.php
│ │ │ └── vardefs.php
│ │ ├── UpgradeWizard
│ │ │ ├── cancel.php
│ │ │ ├── commitJson.php
│ │ │ ├── commit.php
│ │ │ ├── deleteCache.php
│ │ │ ├── end.php
│ │ │ ├── index.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── layouts.php
│ │ │ ├── Menu.php
│ │ │ ├── populateColumns.php
│ │ │ ├── preflightJson.php
│ │ │ ├── preflight.php
│ │ │ ├── processing.gif
│ │ │ ├── silentUpgrade_dce_step1.php
│ │ │ ├── silentUpgrade_dce_step2.php
│ │ │ ├── silentUpgrade.php
│ │ │ ├── silentUpgrade_step1.php
│ │ │ ├── silentUpgrade_step2.php
│ │ │ ├── SILENTUPGRADE.txt
│ │ │ ├── start.php
│ │ │ ├── SugarMerge
│ │ │ │ ├── DetailViewMerge.php
│ │ │ │ ├── EditViewMerge.php
│ │ │ │ ├── ListViewMerge.php
│ │ │ │ ├── QuickCreateMerge.php
│ │ │ │ ├── SearchMerge.php
│ │ │ │ ├── SubpanelMerge.php
│ │ │ │ └── SugarMerge.php
│ │ │ ├── systemCheckJson.php
│ │ │ ├── systemCheck.php
│ │ │ ├── tpls
│ │ │ │ └── layoutsMerge.tpl
│ │ │ ├── upgradeMetaHelper.php
│ │ │ ├── UpgradeRemoval.php
│ │ │ ├── upgradeTimeCounter.php
│ │ │ ├── upgradeWizard.js
│ │ │ ├── UploadFileCheck.php
│ │ │ ├── upload.php
│ │ │ ├── uw_ajax.php
│ │ │ ├── uw_emptyFunctions.php
│ │ │ ├── uw_files.php
│ │ │ ├── uw_main.tpl
│ │ │ └── uw_utils.php
│ │ ├── UserPreferences
│ │ │ ├── controller.php
│ │ │ ├── field_arrays.php
│ │ │ ├── index.php
│ │ │ ├── UserPreference.php
│ │ │ └── vardefs.php
│ │ ├── Users
│ │ │ ├── Authenticate.php
│ │ │ ├── authentication
│ │ │ │ ├── AuthenticationController.php
│ │ │ │ ├── EmailAuthenticate
│ │ │ │ │ ├── EmailAuthenticate.php
│ │ │ │ │ └── EmailAuthenticateUser.php
│ │ │ │ ├── LDAPAuthenticate
│ │ │ │ │ ├── LDAPAuthenticate.php
│ │ │ │ │ ├── LDAPAuthenticateUser.php
│ │ │ │ │ └── LDAPConfigs
│ │ │ │ │ └── default.php
│ │ │ │ ├── SAMLAuthenticate
│ │ │ │ │ ├── index.php
│ │ │ │ │ ├── lib
│ │ │ │ │ │ ├── onelogin
│ │ │ │ │ │ │ ├── saml
│ │ │ │ │ │ │ │ ├── authrequest.php
│ │ │ │ │ │ │ │ ├── response.php
│ │ │ │ │ │ │ │ ├── settings.php
│ │ │ │ │ │ │ │ └── xmlsec.php
│ │ │ │ │ │ │ └── saml.php
│ │ │ │ │ │ └── xmlseclibs
│ │ │ │ │ │ ├── CHANGELOG.txt
│ │ │ │ │ │ └── xmlseclibs.php
│ │ │ │ │ ├── SAMLAuthenticate.php
│ │ │ │ │ ├── SAMLAuthenticateUser.php
│ │ │ │ │ └── settings.php
│ │ │ │ └── SugarAuthenticate
│ │ │ │ ├── SugarAuthenticate.php
│ │ │ │ └── SugarAuthenticateUser.php
│ │ │ ├── ChangeGroupTab.php
│ │ │ ├── Changenewpassword.php
│ │ │ ├── Changenewpassword.tpl
│ │ │ ├── ChangePassword.php
│ │ │ ├── controller.php
│ │ │ ├── DetailView.js
│ │ │ ├── Error.php
│ │ │ ├── field_arrays.php
│ │ │ ├── Forms.php
│ │ │ ├── GeneratePassword.php
│ │ │ ├── language
│ │ │ │ └── en_us.lang.php
│ │ │ ├── ListRoles.php
│ │ │ ├── login.css
│ │ │ ├── login.js
│ │ │ ├── Login.php
│ │ │ ├── login.tpl
│ │ │ ├── Logout.php
│ │ │ ├── Menu.php
│ │ │ ├── metadata
│ │ │ │ ├── detailgroupviewdefs.php
│ │ │ │ ├── detailviewdefs.php
│ │ │ │ ├── editgroupviewdefs.php
│ │ │ │ ├── editviewdefs.php
│ │ │ │ ├── listviewdefs.php
│ │ │ │ ├── popupdefs.php
│ │ │ │ ├── quickcreatedefs.php
│ │ │ │ ├── reassignScriptMetadata.php
│ │ │ │ ├── searchdefs.php
│ │ │ │ ├── SearchFields.php
│ │ │ │ ├── studio.php
│ │ │ │ ├── subpaneldefs.php
│ │ │ │ └── subpanels
│ │ │ │ ├── default.php
│ │ │ │ ├── ForCalls.php
│ │ │ │ ├── ForEmails.php
│ │ │ │ ├── ForMeetings.php
│ │ │ │ ├── ForProject.php
│ │ │ │ ├── ForProspectLists.php
│ │ │ │ └── ForTeams.php
│ │ │ ├── PasswordRequirementBox.css
│ │ │ ├── PasswordRequirementBox.js
│ │ │ ├── password_utils.php
│ │ │ ├── Popup_picker.html
│ │ │ ├── PopupSignature.php
│ │ │ ├── PopupUsers.php
│ │ │ ├── Popup_Users_picker.html
│ │ │ ├── reassignUserRecords.php
│ │ │ ├── Save.php
│ │ │ ├── SaveSignature.php
│ │ │ ├── SaveTimezone.php
│ │ │ ├── SetTimezone.php
│ │ │ ├── SetTimezone.tpl
│ │ │ ├── tpls
│ │ │ │ ├── DetailViewFooter.tpl
│ │ │ │ ├── DetailViewHeader.tpl
│ │ │ │ ├── EditViewFooter.tpl
│ │ │ │ ├── EditViewGroup.tpl
│ │ │ │ ├── EditViewHeader.tpl
│ │ │ │ ├── QuickEditFooter.tpl
│ │ │ │ └── wizard.tpl
│ │ │ ├── UserEditView.js
│ │ │ ├── User.js
│ │ │ ├── User.php
│ │ │ ├── UserSignatureEditView.html
│ │ │ ├── UserSignature.php
│ │ │ ├── UserViewHelper.php
│ │ │ ├── vardefs.php
│ │ │ └── views
│ │ │ ├── view.detail.php
│ │ │ ├── view.edit.php
│ │ │ ├── view.list.php
│ │ │ ├── view.quickedit.php
│ │ │ └── view.wizard.php
│ │ ├── vCals
│ │ │ ├── field_arrays.php
│ │ │ ├── HTTP_WebDAV_Server_vCal.php
│ │ │ ├── Server.php
│ │ │ ├── vardefs.php
│ │ │ └── vCal.php
│ │ └── Versions
│ │ ├── CheckVersions.php
│ │ ├── DefaultVersions.php
│ │ ├── ExpectedVersions.php
│ │ ├── field_arrays.php
│ │ ├── index.html
│ │ ├── InstallDefaultVersions.php
│ │ ├── language
│ │ │ └── en_us.lang.php
│ │ ├── vardefs.php
│ │ └── Version.php
│ ├── pdf.php
│ ├── removeme.php
│ ├── robots.txt
│ ├── service
│ │ ├── core
│ │ │ ├── NusoapSoap.php
│ │ │ ├── PHP5Soap.php
│ │ │ ├── REST
│ │ │ │ ├── SugarRestJSON.php
│ │ │ │ ├── SugarRest.php
│ │ │ │ ├── SugarRestRSS.php
│ │ │ │ └── SugarRestSerialize.php
│ │ │ ├── SoapHelperWebService.php
│ │ │ ├── SugarRestServiceImpl.php
│ │ │ ├── SugarRestService.php
│ │ │ ├── SugarRestUtils.php
│ │ │ ├── SugarSoapService.php
│ │ │ ├── SugarWebServiceImpl.php
│ │ │ ├── SugarWebService.php
│ │ │ ├── webservice.php
│ │ │ └── WSDL.tpl
│ │ ├── example
│ │ │ ├── example.html
│ │ │ ├── Rest_Proxy.php
│ │ │ └── test.html
│ │ ├── utils
│ │ │ └── SugarRest.js
│ │ ├── v2
│ │ │ ├── registry.php
│ │ │ ├── rest.php
│ │ │ ├── soap.php
│ │ │ └── SugarSoapService2.php
│ │ ├── v2_1
│ │ │ ├── registry.php
│ │ │ ├── rest.php
│ │ │ ├── soap.php
│ │ │ └── SugarWebServiceImplv2_1.php
│ │ ├── v3
│ │ │ ├── registry.php
│ │ │ ├── rest.php
│ │ │ ├── soap.php
│ │ │ ├── SugarWebServiceImplv3.php
│ │ │ └── SugarWebServiceUtilv3.php
│ │ ├── v3_1
│ │ │ ├── registry.php
│ │ │ ├── rest.php
│ │ │ ├── soap.php
│ │ │ ├── SugarWebServiceImplv3_1.php
│ │ │ └── SugarWebServiceUtilv3_1.php
│ │ ├── v4
│ │ │ ├── registry.php
│ │ │ ├── rest.php
│ │ │ ├── soap.php
│ │ │ ├── SugarWebServiceImplv4.php
│ │ │ └── SugarWebServiceUtilv4.php
│ │ └── v4_1
│ │ ├── registry.php
│ │ ├── rest.php
│ │ ├── soap.php
│ │ ├── SugarWebServiceImplv4_1.php
│ │ └── SugarWebServiceUtilv4_1.php
│ ├── soap
│ │ ├── SoapData.php
│ │ ├── SoapDeprecated.php
│ │ ├── SoapErrorDefinitions.php
│ │ ├── SoapError.php
│ │ ├── SoapHelperFunctions.php
│ │ ├── SoapPortalHelper.php
│ │ ├── SoapPortalUsers.php
│ │ ├── SoapRelationshipHelper.php
│ │ ├── SoapStudio.php
│ │ ├── SoapSugarUsers.php
│ │ └── SoapTypes.php
│ ├── soap.php
│ ├── sugarcrm.log
│ ├── SugarSecurity.php
│ ├── sugar_version.php
│ ├── themes
│ │ ├── default
│ │ │ ├── css
│ │ │ │ ├── chart.css
│ │ │ │ ├── deprecated.css
│ │ │ │ ├── print.css
│ │ │ │ ├── style.css
│ │ │ │ └── wizard.css
│ │ │ ├── images
│ │ │ │ ├── accept_inline.gif
│ │ │ │ ├── Accounts.gif
│ │ │ │ ├── ActivitiesReports.gif
│ │ │ │ ├── Administration.gif
│ │ │ │ ├── advanced_search.gif
│ │ │ │ ├── AlertEmailTemplates.gif
│ │ │ │ ├── AllNews.gif
│ │ │ │ ├── AllRSS.gif
│ │ │ │ ├── ArrowButtons.png
│ │ │ │ ├── arrow_down.gif
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── arrow_up.gif
│ │ │ │ ├── attachment.gif
│ │ │ │ ├── backtotop.gif
│ │ │ │ ├── Backup.gif
│ │ │ │ ├── Backups.gif
│ │ │ │ ├── bar_loader.gif
│ │ │ │ ├── basic_search.gif
│ │ │ │ ├── bgBlue.gif
│ │ │ │ ├── bgBtnBlue.gif
│ │ │ │ ├── bgBtn.gif
│ │ │ │ ├── bgBtnGray.gif
│ │ │ │ ├── bgBtnGreen.gif
│ │ │ │ ├── bgBtnOrange.gif
│ │ │ │ ├── bgBtnPurple.gif
│ │ │ │ ├── bg.gif
│ │ │ │ ├── bgGray.gif
│ │ │ │ ├── bgGreen.gif
│ │ │ │ ├── bgOcher.gif
│ │ │ │ ├── bgPurple.gif
│ │ │ │ ├── bgRed.gif
│ │ │ │ ├── blank.gif
│ │ │ │ ├── _blank.png
│ │ │ │ ├── BugReports.gif
│ │ │ │ ├── Bugs.gif
│ │ │ │ ├── Calendar.gif
│ │ │ │ ├── calendarHeaderBg.gif
│ │ │ │ ├── calendar_next.gif
│ │ │ │ ├── calendar_previous.gif
│ │ │ │ ├── Calls.gif
│ │ │ │ ├── Campaigns.gif
│ │ │ │ ├── CampaignsWizard.gif
│ │ │ │ ├── Cases.gif
│ │ │ │ ├── chartBg.png
│ │ │ │ ├── check_inline.gif
│ │ │ │ ├── close_button_24.png
│ │ │ │ ├── close.gif
│ │ │ │ ├── close_inline.gif
│ │ │ │ ├── colors.blue.icon.gif
│ │ │ │ ├── colors.gray.icon.gif
│ │ │ │ ├── colors.green.icon.gif
│ │ │ │ ├── colors.orange.icon.gif
│ │ │ │ ├── colors.purple.icon.gif
│ │ │ │ ├── colors.red.icon.gif
│ │ │ │ ├── colors.sugar.icon.gif
│ │ │ │ ├── company_logo.png
│ │ │ │ ├── ConfigureSubPanels.gif
│ │ │ │ ├── ConfigureTabs.gif
│ │ │ │ ├── Contacts.gif
│ │ │ │ ├── CreateAccounts.gif
│ │ │ │ ├── CreateBugs.gif
│ │ │ │ ├── CreateCalls.gif
│ │ │ │ ├── CreateCampaigns.gif
│ │ │ │ ├── CreateCases.gif
│ │ │ │ ├── CreateContacts.gif
│ │ │ │ ├── CreateDCEClusters.gif
│ │ │ │ ├── CreateDCEDataBases.gif
│ │ │ │ ├── CreateDCEInstances.gif
│ │ │ │ ├── CreateDCETemplates.gif
│ │ │ │ ├── CreateDocuments.gif
│ │ │ │ ├── CreateDropdown.gif
│ │ │ │ ├── CreateEmails.gif
│ │ │ │ ├── CreateEmployees.gif
│ │ │ │ ├── CreateHolidays.gif
│ │ │ │ ├── CreateiFrames.gif
│ │ │ │ ├── CreateKBArticle.gif
│ │ │ │ ├── CreateLeads.gif
│ │ │ │ ├── CreateMailboxes.gif
│ │ │ │ ├── CreateMeetings.gif
│ │ │ │ ├── CreateNotes.gif
│ │ │ │ ├── CreateOpportunities.gif
│ │ │ │ ├── CreateProject.gif
│ │ │ │ ├── CreateProjectTask.gif
│ │ │ │ ├── CreateProjectTemplate.gif
│ │ │ │ ├── CreateProspectLists.gif
│ │ │ │ ├── CreateProspects.gif
│ │ │ │ ├── CreateQuery.gif
│ │ │ │ ├── CreateQuotes.gif
│ │ │ │ ├── create-record.gif
│ │ │ │ ├── CreateRoles.gif
│ │ │ │ ├── CreateScheduler.gif
│ │ │ │ ├── CreateTasks.gif
│ │ │ │ ├── CreateTeams.gif
│ │ │ │ ├── CreateUsers.gif
│ │ │ │ ├── CreateWebToLeadForm.gif
│ │ │ │ ├── Currencies.gif
│ │ │ │ ├── currentTabBlue.gif
│ │ │ │ ├── currentTab.gif
│ │ │ │ ├── currentTabGray.gif
│ │ │ │ ├── currentTabGreen.gif
│ │ │ │ ├── currentTabLinkBg.gif
│ │ │ │ ├── currentTabOcher.gif
│ │ │ │ ├── currentTabOff.gif
│ │ │ │ ├── currentTab.png
│ │ │ │ ├── currentTabPurple.gif
│ │ │ │ ├── currentTabRed.gif
│ │ │ │ ├── CustomQueries.gif
│ │ │ │ ├── Dashboard.gif
│ │ │ │ ├── dashlet-header-close.gif
│ │ │ │ ├── dashlet-header-edit.gif
│ │ │ │ ├── dashlet-header-refresh.gif
│ │ │ │ ├── DataSets.gif
│ │ │ │ ├── DCEActions.gif
│ │ │ │ ├── DCELicensingReport.gif
│ │ │ │ ├── dce_Settings.gif
│ │ │ │ ├── dcMenuDivider.png
│ │ │ │ ├── dcmenugrade.png
│ │ │ │ ├── decline_inline.gif
│ │ │ │ ├── def_image_inline.gif
│ │ │ │ ├── delete.gif
│ │ │ │ ├── delete_inline.gif
│ │ │ │ ├── detailViewBg.gif
│ │ │ │ ├── detailview.gif
│ │ │ │ ├── Diagnostic.gif
│ │ │ │ ├── doc_image_inline.gif
│ │ │ │ ├── DocumentRevisions.gif
│ │ │ │ ├── Documents.gif
│ │ │ │ ├── downarrow_big.gif
│ │ │ │ ├── downarrow.gif
│ │ │ │ ├── downarrow_inline.gif
│ │ │ │ ├── dp-bd-dc.png
│ │ │ │ ├── dp-bd-menu.png
│ │ │ │ ├── dp-bd.png
│ │ │ │ ├── dp-bd-top-menu.png
│ │ │ │ ├── dp-bl-dc.png
│ │ │ │ ├── dp-bl-menu.png
│ │ │ │ ├── dp-bl.png
│ │ │ │ ├── dp-br-dc.png
│ │ │ │ ├── dp-br-menu.png
│ │ │ │ ├── dp-br.png
│ │ │ │ ├── dp-ft-dc.png
│ │ │ │ ├── dp-ft-menu.png
│ │ │ │ ├── dp-ft.png
│ │ │ │ ├── dp-hd-dc.png
│ │ │ │ ├── dp-hd-menu.png
│ │ │ │ ├── dp-hd-plain.png
│ │ │ │ ├── dp-hd.png
│ │ │ │ ├── dp-ml-dc.png
│ │ │ │ ├── dp-ml-menu.png
│ │ │ │ ├── dp-ml.png
│ │ │ │ ├── dp-mr-dc.png
│ │ │ │ ├── dp-mr-menu.png
│ │ │ │ ├── dp-mr.png
│ │ │ │ ├── dp-tl-dc.png
│ │ │ │ ├── dp-tl-menu.png
│ │ │ │ ├── dp-tl-plain.png
│ │ │ │ ├── dp-tl.png
│ │ │ │ ├── dp-tr-dc.png
│ │ │ │ ├── dp-tr-menu.png
│ │ │ │ ├── dp-tr-plain.png
│ │ │ │ ├── dp-tr.png
│ │ │ │ ├── Dropdown.gif
│ │ │ │ ├── editfields.gif
│ │ │ │ ├── edit_inline.gif
│ │ │ │ ├── editlabels.gif
│ │ │ │ ├── EditLayout.gif
│ │ │ │ ├── editview.gif
│ │ │ │ ├── edit_wizard.gif
│ │ │ │ ├── EmailDiagnostic.gif
│ │ │ │ ├── EmailFolder.gif
│ │ │ │ ├── EmailMan.gif
│ │ │ │ ├── EmailSetupWizard.gif
│ │ │ │ ├── Emails.gif
│ │ │ │ ├── EmailTemplates.gif
│ │ │ │ ├── Employees.gif
│ │ │ │ ├── emptyTabSpace.gif
│ │ │ │ ├── end.gif
│ │ │ │ ├── end_off.gif
│ │ │ │ ├── ExportCustomFields.gif
│ │ │ │ ├── export.gif
│ │ │ │ ├── FavoriteReports.gif
│ │ │ │ ├── Feeds.gif
│ │ │ │ ├── FieldLabels.gif
│ │ │ │ ├── fonts.larger.icon.gif
│ │ │ │ ├── fonts.largest.icon.gif
│ │ │ │ ├── fonts.normal.icon.gif
│ │ │ │ ├── form-button-bg2.png
│ │ │ │ ├── formButtonBg.gif
│ │ │ │ ├── formButtonBgOn.gif
│ │ │ │ ├── form-button-bg.png
│ │ │ │ ├── form-button-primary-bg.png
│ │ │ │ ├── getLatestDocument.gif
│ │ │ │ ├── green_camp.gif
│ │ │ │ ├── grouped-menu-arrow.png
│ │ │ │ ├── grouped-menu.png
│ │ │ │ ├── h3Arrow.gif
│ │ │ │ ├── help-dashlet.gif
│ │ │ │ ├── help.gif
│ │ │ │ ├── helpInline.gif
│ │ │ │ ├── hide.gif
│ │ │ │ ├── hide_submenu_shortcuts.gif
│ │ │ │ ├── Holidays.gif
│ │ │ │ ├── icon_A1_newmod.gif
│ │ │ │ ├── icon_Accounts_32.gif
│ │ │ │ ├── icon_Accounts.gif
│ │ │ │ ├── icon_Activities.gif
│ │ │ │ ├── icon_Address.gif
│ │ │ │ ├── icon_AdminMobile.gif
│ │ │ │ ├── icon_AdminPDF.gif
│ │ │ │ ├── icon_AdminThemes.gif
│ │ │ │ ├── icon_AdvancedSearch.gif
│ │ │ │ ├── icon_Application.gif
│ │ │ │ ├── icon_assistant.gif
│ │ │ │ ├── icon_back.gif
│ │ │ │ ├── icon_basic.gif
│ │ │ │ ├── icon_BasicSearch.gif
│ │ │ │ ├── icon_Bugs_32.gif
│ │ │ │ ├── icon_Bugs.gif
│ │ │ │ ├── icon_Calendar_32.gif
│ │ │ │ ├── icon_Calls_32.gif
│ │ │ │ ├── icon_Calls.gif
│ │ │ │ ├── icon_CampaignLog_32.gif
│ │ │ │ ├── icon_Campaigns_32.gif
│ │ │ │ ├── icon_Campaigns.gif
│ │ │ │ ├── icon_Cases_32.gif
│ │ │ │ ├── icon_Cases.gif
│ │ │ │ ├── icon_Charts_Funnel_32.gif
│ │ │ │ ├── icon_Charts_Funnel.gif
│ │ │ │ ├── icon_Charts_Gauge_32.gif
│ │ │ │ ├── icon_Charts_GroupBy_32.gif
│ │ │ │ ├── icon_Charts_GroupBy.gif
│ │ │ │ ├── icon_Charts_Horizontal_32.gif
│ │ │ │ ├── icon_Charts_Horizontal.gif
│ │ │ │ ├── icon_Charts_Pie_32.gif
│ │ │ │ ├── icon_Charts_Pie.gif
│ │ │ │ ├── icon_Charts_Vertical_32.gif
│ │ │ │ ├── icon_Charts_Vertical.gif
│ │ │ │ ├── icon_Column_1.gif
│ │ │ │ ├── icon_Column_2.gif
│ │ │ │ ├── icon_Column_3.gif
│ │ │ │ ├── icon_company.gif
│ │ │ │ ├── icon_ConnectorConfig_16.gif
│ │ │ │ ├── icon_ConnectorConfig.gif
│ │ │ │ ├── icon_ConnectorConfigOver.gif
│ │ │ │ ├── icon_ConnectorEnable_16.gif
│ │ │ │ ├── icon_ConnectorEnable.gif
│ │ │ │ ├── icon_ConnectorEnableOver.gif
│ │ │ │ ├── icon_ConnectorMap_16.gif
│ │ │ │ ├── icon_ConnectorMap.gif
│ │ │ │ ├── icon_ConnectorMapOver.gif
│ │ │ │ ├── icon_ConnectorSearchFields_16.gif
│ │ │ │ ├── icon_ConnectorSearchFields.gif
│ │ │ │ ├── icon_ConnectorSearchFieldsOver.gif
│ │ │ │ ├── icon_Connectors.gif
│ │ │ │ ├── icon_Contacts_32.gif
│ │ │ │ ├── icon_Contacts.gif
│ │ │ │ ├── icon_Contracts_32.gif
│ │ │ │ ├── icon_ConvertLead.gif
│ │ │ │ ├── icon_Dashlet.gif
│ │ │ │ ├── icon_DeleteFull.gif
│ │ │ │ ├── icon_Delete.gif
│ │ │ │ ├── icon_DetailView.gif
│ │ │ │ ├── icon_document.gif
│ │ │ │ ├── icon_Documents_32.gif
│ │ │ │ ├── icon_Documents.gif
│ │ │ │ ├── icon_DropDownEditor.gif
│ │ │ │ ├── icon_EditView.gif
│ │ │ │ ├── icon_email_addressbook.gif
│ │ │ │ ├── icon_EmailAddresses_32.gif
│ │ │ │ ├── icon_EmailAddress.gif
│ │ │ │ ├── icon_email_archive.gif
│ │ │ │ ├── icon_email_assign.gif
│ │ │ │ ├── icon_email_attach.gif
│ │ │ │ ├── icon_email_check.gif
│ │ │ │ ├── icon_email_compose.gif
│ │ │ │ ├── icon_email_create.gif
│ │ │ │ ├── icon_email_delete.gif
│ │ │ │ ├── icon_email_folder_archives.gif
│ │ │ │ ├── icon_email_folder_drafts.gif
│ │ │ │ ├── icon_email_folder_exp.gif
│ │ │ │ ├── icon_email_folder.gif
│ │ │ │ ├── icon_email_folder_grp.gif
│ │ │ │ ├── icon_email_folder_sent.gif
│ │ │ │ ├── icon_email_forward.gif
│ │ │ │ ├── icon_email_fullscreen.gif
│ │ │ │ ├── icon_email_mark.gif
│ │ │ │ ├── icon_email_options.gif
│ │ │ │ ├── icon_email_relate.gif
│ │ │ │ ├── icon_email_replyall.gif
│ │ │ │ ├── icon_email_reply.gif
│ │ │ │ ├── icon_Emails_32.gif
│ │ │ │ ├── icon_email_save.gif
│ │ │ │ ├── icon_email_send.gif
│ │ │ │ ├── icon_email_settings.gif
│ │ │ │ ├── icon_Emails.gif
│ │ │ │ ├── icon_email_sugfolder_exp.gif
│ │ │ │ ├── icon_email_sugfolder.gif
│ │ │ │ ├── icon_EmailTemplates_32.gif
│ │ │ │ ├── icon_email_view1.gif
│ │ │ │ ├── icon_email_view2.gif
│ │ │ │ ├── icon_email_view3.gif
│ │ │ │ ├── icon_email_view.gif
│ │ │ │ ├── icon_Employees_32.png
│ │ │ │ ├── icon_expression_types.gif
│ │ │ │ ├── icon_FavoriteReports_32.gif
│ │ │ │ ├── icon_Feeds_32.gif
│ │ │ │ ├── icon_Fields.gif
│ │ │ │ ├── icon_file.gif
│ │ │ │ ├── icon_Forecasts_32.gif
│ │ │ │ ├── icon_home.gif
│ │ │ │ ├── icon_iFrames_32.gif
│ │ │ │ ├── icon_Invaders_32.gif
│ │ │ │ ├── icon_issue.gif
│ │ │ │ ├── icon_JotPad_32.gif
│ │ │ │ ├── icon_JotPad.gif
│ │ │ │ ├── icon_KBDocuments_32.gif
│ │ │ │ ├── icon_KBDocuments.gif
│ │ │ │ ├── icon_Labels.gif
│ │ │ │ ├── icon_Layouts.gif
│ │ │ │ ├── icon_Leads_32.gif
│ │ │ │ ├── icon_Leads.gif
│ │ │ │ ├── icon_ListView.gif
│ │ │ │ ├── icon_Meetings_32.gif
│ │ │ │ ├── icon_Meetings.gif
│ │ │ │ ├── icon_MobileLayouts.gif
│ │ │ │ ├── icon_ModuleBuilder.gif
│ │ │ │ ├── icon_MyPortal_32.gif
│ │ │ │ ├── icon_MyTasks_32.gif
│ │ │ │ ├── icon_NewModule.gif
│ │ │ │ ├── icon_new_package.gif
│ │ │ │ ├── icon_Notes_32.gif
│ │ │ │ ├── icon_Notes.gif
│ │ │ │ ├── icon_OpenTasks_32.gif
│ │ │ │ ├── icon_Opportunities_32.gif
│ │ │ │ ├── icon_Opportunities.gif
│ │ │ │ ├── icon_opportunity.gif
│ │ │ │ ├── icon_package_create.gif
│ │ │ │ ├── icon_package.gif
│ │ │ │ ├── icon_person.gif
│ │ │ │ ├── icon_Phone.gif
│ │ │ │ ├── icon_Popup.gif
│ │ │ │ ├── icon_Portal.gif
│ │ │ │ ├── icon_ProductCategories_32.gif
│ │ │ │ ├── icon_Products_32.gif
│ │ │ │ ├── icon_Product_Types_32.gif
│ │ │ │ ├── icon_ProductTypes_32.gif
│ │ │ │ ├── icon_Project_32.gif
│ │ │ │ ├── icon_Project.gif
│ │ │ │ ├── icon_Projects_32.gif
│ │ │ │ ├── icon_ProjectTask_32.gif
│ │ │ │ ├── icon_ProjectTask.gif
│ │ │ │ ├── icon_Prospects_32.gif
│ │ │ │ ├── icon_Prospects.gif
│ │ │ │ ├── icon_QuickCreate.gif
│ │ │ │ ├── icon_Quotes_32.gif
│ │ │ │ ├── icon_Relationships.gif
│ │ │ │ ├── icon_Releases_32.gif
│ │ │ │ ├── icon_Reports_32.gif
│ │ │ │ ├── icon_Rss_32.gif
│ │ │ │ ├── icon_sale.gif
│ │ │ │ ├── icon_SearchForm.gif
│ │ │ │ ├── icon_ShortcutBar.gif
│ │ │ │ ├── icon_SPSync.gif
│ │ │ │ ├── icon_SPUploadCSS.gif
│ │ │ │ ├── icon_Studio.gif
│ │ │ │ ├── icon_Subpanels.gif
│ │ │ │ ├── icon_SugarFeed_32.gif
│ │ │ │ ├── icon_SugarFeed.gif
│ │ │ │ ├── icon_SugarNews_32.gif
│ │ │ │ ├── icon_SugarPortal.gif
│ │ │ │ ├── icon_Targets_32.gif
│ │ │ │ ├── icon_Tasks_32.gif
│ │ │ │ ├── icon_Tasks.gif
│ │ │ │ ├── icon_Teams_32.gif
│ │ │ │ ├── icon_therevisions.gif
│ │ │ │ ├── icon_TrackerPerfs_32.gif
│ │ │ │ ├── icon_TrackerQueries_32.gif
│ │ │ │ ├── icon_Trackers_32.gif
│ │ │ │ ├── icon_TrackerSessions_32.gif
│ │ │ │ ├── icon_Users_32.gif
│ │ │ │ ├── id-ff-add.png
│ │ │ │ ├── id-ff-clear.png
│ │ │ │ ├── id-ff-copy.png
│ │ │ │ ├── id-ff-down.png
│ │ │ │ ├── id-ff-remove-nobg.png
│ │ │ │ ├── id-ff-remove.png
│ │ │ │ ├── id-ff-select.png
│ │ │ │ ├── id-ff-vcard.png
│ │ │ │ ├── iFrames.gif
│ │ │ │ ├── img_close_search.gif
│ │ │ │ ├── img_left_arrow.jpg
│ │ │ │ ├── img_loading.gif
│ │ │ │ ├── img_right_arrow.jpg
│ │ │ │ ├── ImportCustomFields.gif
│ │ │ │ ├── Import.gif
│ │ │ │ ├── InboundEmail.gif
│ │ │ │ ├── info-add.gif
│ │ │ │ ├── info-help.gif
│ │ │ │ ├── info_inline.gif
│ │ │ │ ├── info-layout.gif
│ │ │ │ ├── join_imeeting.gif
│ │ │ │ ├── join_meeting_inline.png
│ │ │ │ ├── jscalendar.gif
│ │ │ │ ├── KBArticle.gif
│ │ │ │ ├── KBDocuments.gif
│ │ │ │ ├── KB.gif
│ │ │ │ ├── LanguagePacks.gif
│ │ │ │ ├── Layout.gif
│ │ │ │ ├── Leads.gif
│ │ │ │ ├── leftarrow_big.gif
│ │ │ │ ├── leftarrow.gif
│ │ │ │ ├── License.gif
│ │ │ │ ├── line.gif
│ │ │ │ ├── list.gif
│ │ │ │ ├── listViewBg.gif
│ │ │ │ ├── listViewHR.gif
│ │ │ │ ├── loading.gif
│ │ │ │ ├── loadSignedDocument.gif
│ │ │ │ ├── login-bg.png
│ │ │ │ ├── MailboxesTestImport.gif
│ │ │ │ ├── Manufacturers.gif
│ │ │ │ ├── mass_update.gif
│ │ │ │ ├── MatrixReport.gif
│ │ │ │ ├── MatrixReportOver.gif
│ │ │ │ ├── Meetings.gif
│ │ │ │ ├── menuarrow.gif
│ │ │ │ ├── MigrateFields.gif
│ │ │ │ ├── minus.gif
│ │ │ │ ├── minus_inline.gif
│ │ │ │ ├── ModuleBuilder.gif
│ │ │ │ ├── ModuleLoader.gif
│ │ │ │ ├── MoreDetail.png
│ │ │ │ ├── more.gif
│ │ │ │ ├── MyProject.gif
│ │ │ │ ├── new_inline.gif
│ │ │ │ ├── Newsletters.gif
│ │ │ │ ├── next.gif
│ │ │ │ ├── next_off.gif
│ │ │ │ ├── no.gif
│ │ │ │ ├── Notes.gif
│ │ │ │ ├── OnlineDocumentation.gif
│ │ │ │ ├── open_multiple.gif
│ │ │ │ ├── Opportunities.gif
│ │ │ │ ├── OpportunityReports.gif
│ │ │ │ ├── otherTabBlue.gif
│ │ │ │ ├── otherTab.gif
│ │ │ │ ├── otherTabGray.gif
│ │ │ │ ├── otherTabGreen.gif
│ │ │ │ ├── otherTabOcher.gif
│ │ │ │ ├── otherTab.png
│ │ │ │ ├── otherTabPurple.gif
│ │ │ │ ├── otherTabRed.gif
│ │ │ │ ├── Password.gif
│ │ │ │ ├── PatchUpgrades.gif
│ │ │ │ ├── pdf_header_logo_company_logo.png
│ │ │ │ ├── pdf_header_logo_img_left_arrow.jpg
│ │ │ │ ├── pdf_header_logo_pdf_header_logo_SugarCRMheader.jpg
│ │ │ │ ├── pdf_header_logo_SugarCRMheader.jpg
│ │ │ │ ├── pdf_image_inline.gif
│ │ │ │ ├── pdf_logo.jpg
│ │ │ │ ├── pdf_logo_small.jpg
│ │ │ │ ├── plug-in_Excel.gif
│ │ │ │ ├── plug-in_Lotus.png
│ │ │ │ ├── plug-in_Outlook.gif
│ │ │ │ ├── plug-in_Word.gif
│ │ │ │ ├── plus.gif
│ │ │ │ ├── plus_inline.gif
│ │ │ │ ├── ppt_image_inline.gif
│ │ │ │ ├── previous.gif
│ │ │ │ ├── previous_off.gif
│ │ │ │ ├── Print_Email.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── ProductTemplates.gif
│ │ │ │ ├── Product_Types.gif
│ │ │ │ ├── Project2Weeks.gif
│ │ │ │ ├── ProjectCollapseAll.gif
│ │ │ │ ├── ProjectCopy.gif
│ │ │ │ ├── ProjectCut.gif
│ │ │ │ ├── ProjectDelete.gif
│ │ │ │ ├── ProjectExpandAll.gif
│ │ │ │ ├── Project.gif
│ │ │ │ ├── ProjectIndent.gif
│ │ │ │ ├── ProjectInsertRows.gif
│ │ │ │ ├── ProjectMinus.gif
│ │ │ │ ├── ProjectMonth.gif
│ │ │ │ ├── ProjectOutdent.gif
│ │ │ │ ├── ProjectPaste.gif
│ │ │ │ ├── ProjectPlus.gif
│ │ │ │ ├── ProjectSave.gif
│ │ │ │ ├── ProjectTask.gif
│ │ │ │ ├── ProjectTemplate.gif
│ │ │ │ ├── ProjectWeek.gif
│ │ │ │ ├── ProspectLists.gif
│ │ │ │ ├── Prospects.gif
│ │ │ │ ├── publish_inline.gif
│ │ │ │ ├── QueryBuilder.gif
│ │ │ │ ├── ReassignRecords.gif
│ │ │ │ ├── Rebuild2.gif
│ │ │ │ ├── Rebuild.gif
│ │ │ │ ├── red_camp.gif
│ │ │ │ ├── Releases.gif
│ │ │ │ ├── RenameTabs.gif
│ │ │ │ ├── Repair.gif
│ │ │ │ ├── rightarrow_big.gif
│ │ │ │ ├── rightarrow.gif
│ │ │ │ ├── Roles.gif
│ │ │ │ ├── RowsAndColumns.gif
│ │ │ │ ├── RowsAndColumnsOver.gif
│ │ │ │ ├── RSS.gif
│ │ │ │ ├── scheduled_inline.gif
│ │ │ │ ├── Schedulers.gif
│ │ │ │ ├── SchedulerTest.gif
│ │ │ │ ├── Search.gif
│ │ │ │ ├── searchMore.gif
│ │ │ │ ├── Shippers.gif
│ │ │ │ ├── shortCutsBg.png
│ │ │ │ ├── show.gif
│ │ │ │ ├── show_submenu_shortcuts.gif
│ │ │ │ ├── slot.gif
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── sqsWait.gif
│ │ │ │ ├── start.gif
│ │ │ │ ├── start_meeting_inline.png
│ │ │ │ ├── start_off.gif
│ │ │ │ ├── StickyThread.gif
│ │ │ │ ├── studio_addField.gif
│ │ │ │ ├── studio_addRows.gif
│ │ │ │ ├── studio_blank.gif
│ │ │ │ ├── Studio.gif
│ │ │ │ ├── studio_history.gif
│ │ │ │ ├── studio_publish.gif
│ │ │ │ ├── studio_redo.gif
│ │ │ │ ├── studio_save.gif
│ │ │ │ ├── studio_undo.gif
│ │ │ │ ├── sugarColors.xml
│ │ │ │ ├── sugar_document.png
│ │ │ │ ├── sugar_icon.ico
│ │ │ │ ├── sugar_icon.png
│ │ │ │ ├── SugarLogic
│ │ │ │ │ ├── icon_bool_16.png
│ │ │ │ │ ├── icon_date_16.png
│ │ │ │ │ ├── icon_enum_16.png
│ │ │ │ │ ├── icon_generic_16.png
│ │ │ │ │ ├── icon_num_16.png
│ │ │ │ │ └── icon_string_16.png
│ │ │ │ ├── SugarPortal.gif
│ │ │ │ ├── sugarupdate.gif
│ │ │ │ ├── sugar-yui-sprites-grey.png
│ │ │ │ ├── Summation.gif
│ │ │ │ ├── SummationOver.gif
│ │ │ │ ├── SummationWithDetails.gif
│ │ │ │ ├── SummationWithDetailsOver.gif
│ │ │ │ ├── Support.gif
│ │ │ │ ├── tabRowBlueBg.gif
│ │ │ │ ├── tabRowGrayBg.gif
│ │ │ │ ├── tabRowGreenBg.gif
│ │ │ │ ├── tabRowOcherBg.gif
│ │ │ │ ├── tabRowPurpleBg.gif
│ │ │ │ ├── tabRowRedBg.gif
│ │ │ │ ├── Tasks.gif
│ │ │ │ ├── Teams.gif
│ │ │ │ ├── tentative_inline.gif
│ │ │ │ ├── themePreview.png
│ │ │ │ ├── Themes.gif
│ │ │ │ ├── Trackers.gif
│ │ │ │ ├── txt_image_inline.gif
│ │ │ │ ├── unpublish_inline.gif
│ │ │ │ ├── unscheduled_inline.gif
│ │ │ │ ├── uparrow_big.gif
│ │ │ │ ├── uparrow.gif
│ │ │ │ ├── uparrow_inline.gif
│ │ │ │ ├── UpgradeDCEInstances.gif
│ │ │ │ ├── Upgrade.gif
│ │ │ │ ├── Users.gif
│ │ │ │ ├── view.gif
│ │ │ │ ├── view_inline.gif
│ │ │ │ ├── view_status.gif
│ │ │ │ ├── WorkFlow.gif
│ │ │ │ ├── xls_image_inline.gif
│ │ │ │ ├── yellow_camp.gif
│ │ │ │ └── yes.gif
│ │ │ └── js
│ │ │ └── style.js
│ │ └── Sugar5
│ │ ├── css
│ │ │ ├── chart.css
│ │ │ ├── deprecated.css
│ │ │ ├── print.css
│ │ │ ├── style.css
│ │ │ ├── wizard.css
│ │ │ └── yui.css
│ │ ├── images
│ │ │ ├── accept_inline.gif
│ │ │ ├── AccountReports.gif
│ │ │ ├── Accounts_favico.png
│ │ │ ├── Accounts.gif
│ │ │ ├── ACLRoles.gif
│ │ │ ├── ActivitiesReports.gif
│ │ │ ├── Administration.gif
│ │ │ ├── advanced_search.gif
│ │ │ ├── AlertEmailTemplates.gif
│ │ │ ├── AllNews.gif
│ │ │ ├── AllRSS.gif
│ │ │ ├── ArrowButtons.png
│ │ │ ├── arrow_down.gif
│ │ │ ├── arrow.gif
│ │ │ ├── arrow_up.gif
│ │ │ ├── attachment.gif
│ │ │ ├── Backup.gif
│ │ │ ├── Backups.gif
│ │ │ ├── bar_loader.gif
│ │ │ ├── basic_search.gif
│ │ │ ├── bgBlue.gif
│ │ │ ├── bgBtnBlue.gif
│ │ │ ├── bgBtn.gif
│ │ │ ├── bgBtnGray.gif
│ │ │ ├── bgBtnGreen.gif
│ │ │ ├── bgBtnOrange.gif
│ │ │ ├── bgBtnPurple.gif
│ │ │ ├── bg.gif
│ │ │ ├── bgGray.gif
│ │ │ ├── bgGreen.gif
│ │ │ ├── bgOcher.gif
│ │ │ ├── bgPurple.gif
│ │ │ ├── bgRed.gif
│ │ │ ├── blank.gif
│ │ │ ├── _blank.png
│ │ │ ├── BugReports.gif
│ │ │ ├── Bugs_favico.png
│ │ │ ├── Bugs.gif
│ │ │ ├── Calendar_favico.png
│ │ │ ├── Calendar.gif
│ │ │ ├── calendarHeaderBg.gif
│ │ │ ├── calendar_next.gif
│ │ │ ├── calendar_previous.gif
│ │ │ ├── CallReports.gif
│ │ │ ├── Calls_favico.png
│ │ │ ├── Calls.gif
│ │ │ ├── Campaigns_favico.png
│ │ │ ├── Campaigns.gif
│ │ │ ├── CampaignsWizard.gif
│ │ │ ├── CaseReports.gif
│ │ │ ├── Cases_favico.png
│ │ │ ├── Cases.gif
│ │ │ ├── check_inline.gif
│ │ │ ├── clear.gif
│ │ │ ├── close_dashboard.gif
│ │ │ ├── close.gif
│ │ │ ├── close_inline.gif
│ │ │ ├── colors.blue.icon.gif
│ │ │ ├── colors.gray.icon.gif
│ │ │ ├── colors.green.icon.gif
│ │ │ ├── colors.orange.icon.gif
│ │ │ ├── colors.purple.icon.gif
│ │ │ ├── colors.red.icon.gif
│ │ │ ├── colors.sugar.icon.gif
│ │ │ ├── ConfigureSubPanels.gif
│ │ │ ├── ConfigureTabs.gif
│ │ │ ├── ContactReports.gif
│ │ │ ├── Contacts_favico.png
│ │ │ ├── Contacts.gif
│ │ │ ├── ContractReports.gif
│ │ │ ├── Contracts.gif
│ │ │ ├── CreateAccounts.gif
│ │ │ ├── CreateBugs.gif
│ │ │ ├── CreateCalls.gif
│ │ │ ├── CreateCampaigns.gif
│ │ │ ├── CreateCases.gif
│ │ │ ├── CreateContacts.gif
│ │ │ ├── CreateContracts.gif
│ │ │ ├── CreateCustomQuery.gif
│ │ │ ├── CreateDataSet.gif
│ │ │ ├── CreateDCEClusters.gif
│ │ │ ├── CreateDCEDataBases.gif
│ │ │ ├── CreateDCEInstances.gif
│ │ │ ├── CreateDCETemplates.gif
│ │ │ ├── CreateDocuments.gif
│ │ │ ├── CreateDropdown.gif
│ │ │ ├── CreateEmails.gif
│ │ │ ├── CreateEmployees.gif
│ │ │ ├── CreateHolidays.gif
│ │ │ ├── CreateiFrames.gif
│ │ │ ├── CreateKBArticle.gif
│ │ │ ├── CreateLeads.gif
│ │ │ ├── CreateMailboxes.gif
│ │ │ ├── CreateMeetings.gif
│ │ │ ├── CreateNotes.gif
│ │ │ ├── CreateOpportunities.gif
│ │ │ ├── CreateProducts.gif
│ │ │ ├── CreateProject.gif
│ │ │ ├── CreateProjectTask.gif
│ │ │ ├── CreateProjectTemplate.gif
│ │ │ ├── CreateProspectLists.gif
│ │ │ ├── CreateProspects.gif
│ │ │ ├── CreateQuery.gif
│ │ │ ├── CreateQuotes.gif
│ │ │ ├── CreateReport.gif
│ │ │ ├── CreateRoles.gif
│ │ │ ├── CreateScheduler.gif
│ │ │ ├── CreateTasks.gif
│ │ │ ├── CreateTeams.gif
│ │ │ ├── CreateTimePeriods.gif
│ │ │ ├── CreateUsers.gif
│ │ │ ├── CreateWebToLeadForm.gif
│ │ │ ├── CreateWorkflowDefinition.gif
│ │ │ ├── Currencies.gif
│ │ │ ├── currentTabBlue.gif
│ │ │ ├── currentTab.gif
│ │ │ ├── currentTabGray.gif
│ │ │ ├── currentTabGreen.gif
│ │ │ ├── currentTabLinkBg.gif
│ │ │ ├── currentTabOcher.gif
│ │ │ ├── currentTabOff.gif
│ │ │ ├── currentTabPurple.gif
│ │ │ ├── currentTabRed.gif
│ │ │ ├── CustomQueries.gif
│ │ │ ├── Dashboard.gif
│ │ │ ├── DataSets.gif
│ │ │ ├── DCEActions.gif
│ │ │ ├── DCEClusters.gif
│ │ │ ├── DCEDataBases.gif
│ │ │ ├── DCEInstances.gif
│ │ │ ├── DCELicensingReport.gif
│ │ │ ├── dce_Settings.gif
│ │ │ ├── DCETemplates.gif
│ │ │ ├── decline_inline.gif
│ │ │ ├── def_image_inline.gif
│ │ │ ├── delete.gif
│ │ │ ├── delete_inline.gif
│ │ │ ├── detailViewBg.gif
│ │ │ ├── detailview.gif
│ │ │ ├── Diagnostic.gif
│ │ │ ├── doc_image_inline.gif
│ │ │ ├── DocumentRevisions.gif
│ │ │ ├── Documents_favico.png
│ │ │ ├── Documents.gif
│ │ │ ├── downarrow_big.gif
│ │ │ ├── downarrow.gif
│ │ │ ├── downarrow_inline.gif
│ │ │ ├── Dropdown.gif
│ │ │ ├── editfields.gif
│ │ │ ├── edit.gif
│ │ │ ├── edit_inline.gif
│ │ │ ├── editlabels.gif
│ │ │ ├── EditLayout.gif
│ │ │ ├── editview.gif
│ │ │ ├── edit_wizard.gif
│ │ │ ├── EmailAddresses_favico.png
│ │ │ ├── EmailDiagnostic.gif
│ │ │ ├── EmailFolder.gif
│ │ │ ├── EmailMan.gif
│ │ │ ├── EmailReports.gif
│ │ │ ├── EmailSetupWizard.gif
│ │ │ ├── Emails_favico.png
│ │ │ ├── Emails.gif
│ │ │ ├── EmailTemplates.gif
│ │ │ ├── Employees.gif
│ │ │ ├── emptyTabSpace.gif
│ │ │ ├── end.gif
│ │ │ ├── end_off.gif
│ │ │ ├── ExportCustomFields.gif
│ │ │ ├── export.gif
│ │ │ ├── FavoriteReports.gif
│ │ │ ├── Feeds.gif
│ │ │ ├── FieldLabels.gif
│ │ │ ├── fonts.larger.icon.gif
│ │ │ ├── fonts.largest.icon.gif
│ │ │ ├── fonts.normal.icon.gif
│ │ │ ├── ForecastReports.gif
│ │ │ ├── Forecasts_favico.png
│ │ │ ├── Forecasts.gif
│ │ │ ├── ForecastWorksheet.gif
│ │ │ ├── formButtonBg.gif
│ │ │ ├── formButtonBgOn.gif
│ │ │ ├── getLatestDocument.gif
│ │ │ ├── green_camp.gif
│ │ │ ├── h3Arrow.gif
│ │ │ ├── help.gif
│ │ │ ├── helpInline.gif
│ │ │ ├── hide.gif
│ │ │ ├── hide_submenu_shortcuts.gif
│ │ │ ├── Holidays.gif
│ │ │ ├── icon_A1_newmod.gif
│ │ │ ├── icon_Accounts_32.gif
│ │ │ ├── icon_Accounts.gif
│ │ │ ├── icon_Activities.gif
│ │ │ ├── icon_Address.gif
│ │ │ ├── icon_AdminMobile.gif
│ │ │ ├── icon_AdminPDF.gif
│ │ │ ├── icon_AdminThemes.gif
│ │ │ ├── icon_AdvancedSearch.gif
│ │ │ ├── icon_Application.gif
│ │ │ ├── icon_assistant.gif
│ │ │ ├── icon_back.gif
│ │ │ ├── icon_basic.gif
│ │ │ ├── icon_BasicSearch.gif
│ │ │ ├── icon_Bugs_32.gif
│ │ │ ├── icon_Bugs.gif
│ │ │ ├── icon_Calls_32.gif
│ │ │ ├── icon_Calls.gif
│ │ │ ├── icon_CampaignLog_32.gif
│ │ │ ├── icon_Campaigns_32.gif
│ │ │ ├── icon_Campaigns.gif
│ │ │ ├── icon_Cases_32.gif
│ │ │ ├── icon_Cases.gif
│ │ │ ├── icon_Charts_Funnel_32.gif
│ │ │ ├── icon_Charts_Funnel.gif
│ │ │ ├── icon_Charts_Gauge_32.gif
│ │ │ ├── icon_Charts_Gauge.gif
│ │ │ ├── icon_Charts_GroupBy_32.gif
│ │ │ ├── icon_Charts_GroupBy.gif
│ │ │ ├── icon_Charts_Horizontal_32.gif
│ │ │ ├── icon_Charts_Horizontal.gif
│ │ │ ├── icon_Charts_Pie_32.gif
│ │ │ ├── icon_Charts_Pie.gif
│ │ │ ├── icon_Charts_Vertical_32.gif
│ │ │ ├── icon_Charts_Vertical.gif
│ │ │ ├── icon_Column_1.gif
│ │ │ ├── icon_Column_2.gif
│ │ │ ├── icon_Column_3.gif
│ │ │ ├── icon_company.gif
│ │ │ ├── icon_ConnectorConfig_16.gif
│ │ │ ├── icon_ConnectorConfig.gif
│ │ │ ├── icon_ConnectorConfigOver.gif
│ │ │ ├── icon_ConnectorEnable_16.gif
│ │ │ ├── icon_ConnectorEnable.gif
│ │ │ ├── icon_ConnectorEnableOver.gif
│ │ │ ├── icon_ConnectorMap_16.gif
│ │ │ ├── icon_ConnectorMap.gif
│ │ │ ├── icon_ConnectorMapOver.gif
│ │ │ ├── icon_ConnectorSearchFields_16.gif
│ │ │ ├── icon_ConnectorSearchFields.gif
│ │ │ ├── icon_ConnectorSearchFieldsOver.gif
│ │ │ ├── icon_Connectors.gif
│ │ │ ├── icon_Contacts_32.gif
│ │ │ ├── icon_Contacts.gif
│ │ │ ├── icon_Contracts_32.gif
│ │ │ ├── icon_Contracts.gif
│ │ │ ├── icon_Dashlet.gif
│ │ │ ├── icon_DCEActions_32.gif
│ │ │ ├── icon_DCEClusters_32.gif
│ │ │ ├── icon_DCEDataBases_32.gif
│ │ │ ├── icon_DCEInstances_32.gif
│ │ │ ├── icon_DCEReports_32.gif
│ │ │ ├── icon_DCETemplates_32.gif
│ │ │ ├── icon_DeleteFull.gif
│ │ │ ├── icon_Delete.gif
│ │ │ ├── icon_DetailView.gif
│ │ │ ├── icon_document.gif
│ │ │ ├── icon_Documents_32.gif
│ │ │ ├── icon_Documents.gif
│ │ │ ├── icon_DropDownEditor.gif
│ │ │ ├── icon_EditView.gif
│ │ │ ├── icon_email_addressbook.gif
│ │ │ ├── icon_EmailAddresses_32.gif
│ │ │ ├── icon_EmailAddress.gif
│ │ │ ├── icon_email_archive.gif
│ │ │ ├── icon_email_assign.gif
│ │ │ ├── icon_email_attach.gif
│ │ │ ├── icon_email_check.gif
│ │ │ ├── icon_email_compose.gif
│ │ │ ├── icon_email_create.gif
│ │ │ ├── icon_email_delete.gif
│ │ │ ├── icon_email_folder_archives.gif
│ │ │ ├── icon_email_folder_drafts.gif
│ │ │ ├── icon_email_folder_exp.gif
│ │ │ ├── icon_email_folder.gif
│ │ │ ├── icon_email_folder_grp.gif
│ │ │ ├── icon_email_folder_sent.gif
│ │ │ ├── icon_email_forward.gif
│ │ │ ├── icon_email_fullscreen.gif
│ │ │ ├── icon_email_mark.gif
│ │ │ ├── icon_email_options.gif
│ │ │ ├── icon_email_relate.gif
│ │ │ ├── icon_email_replyall.gif
│ │ │ ├── icon_email_reply.gif
│ │ │ ├── icon_Emails_32.gif
│ │ │ ├── icon_email_save.gif
│ │ │ ├── icon_email_send.gif
│ │ │ ├── icon_email_settings.gif
│ │ │ ├── icon_Emails.gif
│ │ │ ├── icon_email_sugfolder_exp.gif
│ │ │ ├── icon_email_sugfolder.gif
│ │ │ ├── icon_email_view1.gif
│ │ │ ├── icon_email_view2.gif
│ │ │ ├── icon_email_view3.gif
│ │ │ ├── icon_email_view.gif
│ │ │ ├── icon_expression_types.gif
│ │ │ ├── icon_FavoriteReports_32.gif
│ │ │ ├── icon_FavoriteReports.gif
│ │ │ ├── icon_Feeds_32.gif
│ │ │ ├── icon_Fields.gif
│ │ │ ├── icon_file.gif
│ │ │ ├── icon_Forecasts_32.gif
│ │ │ ├── icon_Forecasts.gif
│ │ │ ├── icon_home.gif
│ │ │ ├── icon_iFrames_32.gif
│ │ │ ├── icon_Invaders_32.gif
│ │ │ ├── icon_issue.gif
│ │ │ ├── icon_JotPad_32.gif
│ │ │ ├── icon_JotPad.gif
│ │ │ ├── icon_KBDocuments_32.gif
│ │ │ ├── icon_KBDocuments.gif
│ │ │ ├── icon_Labels.gif
│ │ │ ├── icon_Layouts.gif
│ │ │ ├── icon_Leads_32.gif
│ │ │ ├── icon_Leads.gif
│ │ │ ├── icon_ListView.gif
│ │ │ ├── icon_Meetings_32.gif
│ │ │ ├── icon_Meetings.gif
│ │ │ ├── icon_MobileLayouts.gif
│ │ │ ├── icon_ModuleBuilder.gif
│ │ │ ├── icon_MyPortal_32.gif
│ │ │ ├── icon_MyTasks_32.gif
│ │ │ ├── icon_NewModule.gif
│ │ │ ├── icon_new_package.gif
│ │ │ ├── icon_Notes_32.gif
│ │ │ ├── icon_Notes.gif
│ │ │ ├── icon_OpenTasks_32.gif
│ │ │ ├── icon_Opportunities_32.gif
│ │ │ ├── icon_Opportunities.gif
│ │ │ ├── icon_opportunity.gif
│ │ │ ├── icon_package_create.gif
│ │ │ ├── icon_package.gif
│ │ │ ├── icon_person.gif
│ │ │ ├── icon_Phone.gif
│ │ │ ├── icon_Portal.gif
│ │ │ ├── icon_ProductCategories_32.gif
│ │ │ ├── icon_Products_32.gif
│ │ │ ├── icon_Products.gif
│ │ │ ├── icon_ProductTemplates.gif
│ │ │ ├── icon_Product_Types_32.gif
│ │ │ ├── icon_ProductTypes_32.gif
│ │ │ ├── icon_Project_32.gif
│ │ │ ├── icon_Project.gif
│ │ │ ├── icon_Projects_32.gif
│ │ │ ├── icon_ProjectTask_32.gif
│ │ │ ├── icon_ProjectTask.gif
│ │ │ ├── icon_Prospects_32.gif
│ │ │ ├── icon_Prospects.gif
│ │ │ ├── icon_QuickCreate.gif
│ │ │ ├── icon_Quotes_32.gif
│ │ │ ├── icon_Quotes.gif
│ │ │ ├── icon_Relationships.gif
│ │ │ ├── icon_Releases_32.gif
│ │ │ ├── icon_Reports_32.gif
│ │ │ ├── icon_Rss_32.gif
│ │ │ ├── icon_sale.gif
│ │ │ ├── icon_SearchForm.gif
│ │ │ ├── icon_SPSync.gif
│ │ │ ├── icon_SPUploadCSS.gif
│ │ │ ├── icon_Studio.gif
│ │ │ ├── icon_Subpanels.gif
│ │ │ ├── icon_SugarFeed_32.gif
│ │ │ ├── icon_SugarFeed.gif
│ │ │ ├── icon_SugarNews_32.gif
│ │ │ ├── icon_SugarPortal.gif
│ │ │ ├── icon_Targets_32.gif
│ │ │ ├── icon_Tasks_32.gif
│ │ │ ├── icon_Tasks.gif
│ │ │ ├── icon_Teams_32.gif
│ │ │ ├── icon_therevisions.gif
│ │ │ ├── icon_TrackerPerfs_32.gif
│ │ │ ├── icon_TrackerQueries_32.gif
│ │ │ ├── icon_Trackers_32.gif
│ │ │ ├── icon_TrackerSessions_32.gif
│ │ │ ├── icon_Users_32.gif
│ │ │ ├── iFrames.gif
│ │ │ ├── img_close_search.gif
│ │ │ ├── img_left_arrow.jpg
│ │ │ ├── img_loading.gif
│ │ │ ├── img_right_arrow.jpg
│ │ │ ├── ImportCustomFields.gif
│ │ │ ├── Import.gif
│ │ │ ├── InboundEmail.gif
│ │ │ ├── info-add-page.png
│ │ │ ├── info-del.png
│ │ │ ├── info_inline.gif
│ │ │ ├── jscalendar.gif
│ │ │ ├── KBArticle.gif
│ │ │ ├── KBDocuments_favico.png
│ │ │ ├── KBDocuments.gif
│ │ │ ├── KB.gif
│ │ │ ├── LanguagePacks.gif
│ │ │ ├── Layout.gif
│ │ │ ├── LeadReports.gif
│ │ │ ├── Leads_favico.png
│ │ │ ├── Leads.gif
│ │ │ ├── leftarrow_big.gif
│ │ │ ├── leftarrow.gif
│ │ │ ├── License.gif
│ │ │ ├── line.gif
│ │ │ ├── list.gif
│ │ │ ├── listViewBg.gif
│ │ │ ├── listViewHR.gif
│ │ │ ├── loading.gif
│ │ │ ├── loadSignedDocument.gif
│ │ │ ├── MailboxesTestImport.gif
│ │ │ ├── Manufacturers.gif
│ │ │ ├── mass_update.gif
│ │ │ ├── MatrixReport.gif
│ │ │ ├── MatrixReportOver.gif
│ │ │ ├── MeetingReports.gif
│ │ │ ├── Meetings_favico.png
│ │ │ ├── Meetings.gif
│ │ │ ├── menuarrow.gif
│ │ │ ├── MigrateFields.gif
│ │ │ ├── minus.gif
│ │ │ ├── minus_inline.gif
│ │ │ ├── ModuleBuilder.gif
│ │ │ ├── ModuleLoader.gif
│ │ │ ├── MoreDetail.png
│ │ │ ├── more.gif
│ │ │ ├── MyProject.gif
│ │ │ ├── MyReports.gif
│ │ │ ├── new_inline.gif
│ │ │ ├── Newsletters.gif
│ │ │ ├── next.gif
│ │ │ ├── next_off.gif
│ │ │ ├── no.gif
│ │ │ ├── Notes_favico.png
│ │ │ ├── Notes.gif
│ │ │ ├── OfflineClient.gif
│ │ │ ├── OnlineDocumentation.gif
│ │ │ ├── open_multiple.gif
│ │ │ ├── Opportunities_favico.png
│ │ │ ├── Opportunities.gif
│ │ │ ├── OpportunityReports.gif
│ │ │ ├── otherTabBlue.gif
│ │ │ ├── otherTab.gif
│ │ │ ├── otherTabGray.gif
│ │ │ ├── otherTabGreen.gif
│ │ │ ├── otherTabOcher.gif
│ │ │ ├── otherTabPurple.gif
│ │ │ ├── otherTabRed.gif
│ │ │ ├── Password.gif
│ │ │ ├── PatchUpgrades.gif
│ │ │ ├── pdf_header_logo_img_left_arrow.jpg
│ │ │ ├── pdf_header_logo_pdf_header_logo_SugarCRMheader.jpg
│ │ │ ├── pdf_header_logo_SugarCRMheader.jpg
│ │ │ ├── pdf_image_inline.gif
│ │ │ ├── pdf_logo.jpg
│ │ │ ├── pdf_logo_small.jpg
│ │ │ ├── plus.gif
│ │ │ ├── plus_inline.gif
│ │ │ ├── ppt_image_inline.gif
│ │ │ ├── previous.gif
│ │ │ ├── previous_off.gif
│ │ │ ├── Price_List.gif
│ │ │ ├── PriceList.gif
│ │ │ ├── Print_Email.gif
│ │ │ ├── print.gif
│ │ │ ├── Product_Categories.gif
│ │ │ ├── ProductCategories.gif
│ │ │ ├── Products.gif
│ │ │ ├── ProductTemplates.gif
│ │ │ ├── Product_Types.gif
│ │ │ ├── ProductTypes.gif
│ │ │ ├── Project2Weeks.gif
│ │ │ ├── ProjectCollapseAll.gif
│ │ │ ├── ProjectCopy.gif
│ │ │ ├── ProjectCut.gif
│ │ │ ├── ProjectDelete.gif
│ │ │ ├── ProjectExpandAll.gif
│ │ │ ├── Project.gif
│ │ │ ├── ProjectIndent.gif
│ │ │ ├── ProjectInsertRows.gif
│ │ │ ├── ProjectMinus.gif
│ │ │ ├── ProjectMonth.gif
│ │ │ ├── ProjectOutdent.gif
│ │ │ ├── ProjectPaste.gif
│ │ │ ├── ProjectPlus.gif
│ │ │ ├── ProjectSave.gif
│ │ │ ├── Projects_favico.png
│ │ │ ├── ProjectTask.gif
│ │ │ ├── ProjectTemplate.gif
│ │ │ ├── ProjectWeek.gif
│ │ │ ├── ProspectLists.gif
│ │ │ ├── Prospects_favico.png
│ │ │ ├── Prospects.gif
│ │ │ ├── publish_inline.gif
│ │ │ ├── QueryBuilder.gif
│ │ │ ├── QuoteReports.gif
│ │ │ ├── Quotes_favico.png
│ │ │ ├── Quotes.gif
│ │ │ ├── ReassignRecords.gif
│ │ │ ├── Rebuild2.gif
│ │ │ ├── Rebuild.gif
│ │ │ ├── red_camp.gif
│ │ │ ├── refresh.gif
│ │ │ ├── Releases_favico.png
│ │ │ ├── Releases.gif
│ │ │ ├── RenameTabs.gif
│ │ │ ├── Repair.gif
│ │ │ ├── ReportMaker.gif
│ │ │ ├── Reports_favico.png
│ │ │ ├── Reports.gif
│ │ │ ├── rightarrow_big.gif
│ │ │ ├── rightarrow.gif
│ │ │ ├── Roles.gif
│ │ │ ├── RowsAndColumns.gif
│ │ │ ├── RowsAndColumnsOver.gif
│ │ │ ├── RSS.gif
│ │ │ ├── scheduled_inline.gif
│ │ │ ├── Schedulers.gif
│ │ │ ├── SchedulerTest.gif
│ │ │ ├── Search.gif
│ │ │ ├── searchMore.gif
│ │ │ ├── select.gif
│ │ │ ├── Shippers.gif
│ │ │ ├── show.gif
│ │ │ ├── show_submenu_shortcuts.gif
│ │ │ ├── slot.gif
│ │ │ ├── spacer.gif
│ │ │ ├── sqsWait.gif
│ │ │ ├── start.gif
│ │ │ ├── start_off.gif
│ │ │ ├── StickyThread.gif
│ │ │ ├── studio_addField.gif
│ │ │ ├── studio_addRows.gif
│ │ │ ├── studio_blank.gif
│ │ │ ├── Studio.gif
│ │ │ ├── studio_history.gif
│ │ │ ├── studio_publish.gif
│ │ │ ├── studio_redo.gif
│ │ │ ├── studio_save.gif
│ │ │ ├── studio_undo.gif
│ │ │ ├── sugar_document.png
│ │ │ ├── sugar_icon.ico
│ │ │ ├── sugar_icon.png
│ │ │ ├── SugarPortal.gif
│ │ │ ├── sugarupdate.gif
│ │ │ ├── sugar-yui-sprites-green.png
│ │ │ ├── sugar-yui-sprites-grey.png
│ │ │ ├── sugar-yui-sprites.png
│ │ │ ├── sugar-yui-sprites-purple.png
│ │ │ ├── sugar-yui-sprites-red.png
│ │ │ ├── Summation.gif
│ │ │ ├── SummationOver.gif
│ │ │ ├── SummationWithDetails.gif
│ │ │ ├── SummationWithDetailsOver.gif
│ │ │ ├── Support.gif
│ │ │ ├── tabRowBg.gif
│ │ │ ├── tabRowBlueBg.gif
│ │ │ ├── tabRowGrayBg.gif
│ │ │ ├── tabRowGreenBg.gif
│ │ │ ├── tabRowOcherBg.gif
│ │ │ ├── tabRowPurpleBg.gif
│ │ │ ├── tabRowRedBg.gif
│ │ │ ├── TaskReports.gif
│ │ │ ├── Tasks_favico.png
│ │ │ ├── Tasks.gif
│ │ │ ├── TaxRates.gif
│ │ │ ├── Teams_favico.png
│ │ │ ├── Teams.gif
│ │ │ ├── tentative_inline.gif
│ │ │ ├── themePreview.png
│ │ │ ├── Themes.gif
│ │ │ ├── TimePeriods.gif
│ │ │ ├── Trackers_favico.png
│ │ │ ├── Trackers.gif
│ │ │ ├── txt_image_inline.gif
│ │ │ ├── unpublish_inline.gif
│ │ │ ├── unscheduled_inline.gif
│ │ │ ├── uparrow_big.gif
│ │ │ ├── uparrow.gif
│ │ │ ├── uparrow_inline.gif
│ │ │ ├── UpgradeDCEInstances.gif
│ │ │ ├── Upgrade.gif
│ │ │ ├── Users_favico.png
│ │ │ ├── Users.gif
│ │ │ ├── view.gif
│ │ │ ├── view_inline.gif
│ │ │ ├── view_status.gif
│ │ │ ├── WorkFlow.gif
│ │ │ ├── WorkflowSequence.gif
│ │ │ ├── xls_image_inline.gif
│ │ │ ├── yellow_camp.gif
│ │ │ └── yes.gif
│ │ ├── js
│ │ │ └── style.js
│ │ ├── layout_utils.php
│ │ ├── themedef.php
│ │ └── tpls
│ │ ├── _companyLogo.tpl
│ │ ├── footer.tpl
│ │ ├── _globalLinks.tpl
│ │ ├── _headerLastViewed.tpl
│ │ ├── _headerModuleList.tpl
│ │ ├── _headerSearch.tpl
│ │ ├── _headerShortcuts.tpl
│ │ ├── header.tpl
│ │ ├── _head.tpl
│ │ └── _welcome.tpl
│ ├── TreeData.php
│ ├── upload
│ │ └── index.html
│ ├── vcal_server.php
│ ├── vCard.php
│ ├── WebToLeadCapture.php
│ ├── XTemplate
│ │ ├── LICENSE
│ │ └── xtpl.php
│ └── Zend
│ ├── Crypt
│ │ ├── DiffieHellman
│ │ │ └── Exception.php
│ │ ├── DiffieHellman.php
│ │ ├── Exception.php
│ │ ├── Hmac
│ │ │ └── Exception.php
│ │ ├── Hmac.php
│ │ ├── Math
│ │ │ ├── BigInteger
│ │ │ │ ├── Bcmath.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Gmp.php
│ │ │ │ └── Interface.php
│ │ │ ├── BigInteger.php
│ │ │ └── Exception.php
│ │ ├── Math.php
│ │ ├── Rsa
│ │ │ ├── Key
│ │ │ │ ├── Private.php
│ │ │ │ └── Public.php
│ │ │ └── Key.php
│ │ └── Rsa.php
│ ├── Crypt.php
│ ├── Exception.php
│ ├── Gdata
│ │ ├── App
│ │ │ ├── AuthException.php
│ │ │ ├── BadMethodCallException.php
│ │ │ ├── BaseMediaSource.php
│ │ │ ├── Base.php
│ │ │ ├── CaptchaRequiredException.php
│ │ │ ├── Entry.php
│ │ │ ├── Exception.php
│ │ │ ├── Extension
│ │ │ │ ├── Author.php
│ │ │ │ ├── Category.php
│ │ │ │ ├── Content.php
│ │ │ │ ├── Contributor.php
│ │ │ │ ├── Control.php
│ │ │ │ ├── Draft.php
│ │ │ │ ├── Edited.php
│ │ │ │ ├── Element.php
│ │ │ │ ├── Email.php
│ │ │ │ ├── Generator.php
│ │ │ │ ├── Icon.php
│ │ │ │ ├── Id.php
│ │ │ │ ├── Link.php
│ │ │ │ ├── Logo.php
│ │ │ │ ├── Name.php
│ │ │ │ ├── Person.php
│ │ │ │ ├── Published.php
│ │ │ │ ├── Rights.php
│ │ │ │ ├── Source.php
│ │ │ │ ├── Subtitle.php
│ │ │ │ ├── Summary.php
│ │ │ │ ├── Text.php
│ │ │ │ ├── Title.php
│ │ │ │ ├── Updated.php
│ │ │ │ └── Uri.php
│ │ │ ├── Extension.php
│ │ │ ├── FeedEntryParent.php
│ │ │ ├── Feed.php
│ │ │ ├── FeedSourceParent.php
│ │ │ ├── HttpException.php
│ │ │ ├── InvalidArgumentException.php
│ │ │ ├── IOException.php
│ │ │ ├── LoggingHttpClientAdapterSocket.php
│ │ │ ├── MediaEntry.php
│ │ │ ├── MediaFileSource.php
│ │ │ ├── MediaSource.php
│ │ │ ├── Util.php
│ │ │ └── VersionException.php
│ │ ├── App.php
│ │ ├── AuthSub.php
│ │ ├── Books
│ │ │ ├── CollectionEntry.php
│ │ │ ├── CollectionFeed.php
│ │ │ ├── Extension
│ │ │ │ ├── AnnotationLink.php
│ │ │ │ ├── BooksCategory.php
│ │ │ │ ├── BooksLink.php
│ │ │ │ ├── Embeddability.php
│ │ │ │ ├── InfoLink.php
│ │ │ │ ├── PreviewLink.php
│ │ │ │ ├── Review.php
│ │ │ │ ├── ThumbnailLink.php
│ │ │ │ └── Viewability.php
│ │ │ ├── VolumeEntry.php
│ │ │ ├── VolumeFeed.php
│ │ │ └── VolumeQuery.php
│ │ ├── Books.php
│ │ ├── Calendar
│ │ │ ├── EventEntry.php
│ │ │ ├── EventFeed.php
│ │ │ ├── EventQuery.php
│ │ │ ├── Extension
│ │ │ │ ├── AccessLevel.php
│ │ │ │ ├── Color.php
│ │ │ │ ├── Hidden.php
│ │ │ │ ├── Link.php
│ │ │ │ ├── QuickAdd.php
│ │ │ │ ├── Selected.php
│ │ │ │ ├── SendEventNotifications.php
│ │ │ │ ├── Timezone.php
│ │ │ │ └── WebContent.php
│ │ │ ├── ListEntry.php
│ │ │ └── ListFeed.php
│ │ ├── Calendar.php
│ │ ├── ClientLogin.php
│ │ ├── Contacts
│ │ │ ├── Extension
│ │ │ │ ├── Address.php
│ │ │ │ ├── Birthday.php
│ │ │ │ ├── Email.php
│ │ │ │ ├── Name.php
│ │ │ │ ├── Organization.php
│ │ │ │ └── PhoneNumber.php
│ │ │ ├── ListEntry.php
│ │ │ └── ListFeed.php
│ │ ├── Contacts.php
│ │ ├── Docs
│ │ │ ├── DocumentListEntry.php
│ │ │ ├── DocumentListFeed.php
│ │ │ └── Query.php
│ │ ├── Docs.php
│ │ ├── DublinCore
│ │ │ └── Extension
│ │ │ ├── Creator.php
│ │ │ ├── Date.php
│ │ │ ├── Description.php
│ │ │ ├── Format.php
│ │ │ ├── Identifier.php
│ │ │ ├── Language.php
│ │ │ ├── Publisher.php
│ │ │ ├── Rights.php
│ │ │ ├── Subject.php
│ │ │ └── Title.php
│ │ ├── DublinCore.php
│ │ ├── Entry.php
│ │ ├── Exif
│ │ │ ├── Entry.php
│ │ │ ├── Extension
│ │ │ │ ├── Distance.php
│ │ │ │ ├── Exposure.php
│ │ │ │ ├── Flash.php
│ │ │ │ ├── FocalLength.php
│ │ │ │ ├── FStop.php
│ │ │ │ ├── ImageUniqueId.php
│ │ │ │ ├── Iso.php
│ │ │ │ ├── Make.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── Tags.php
│ │ │ │ └── Time.php
│ │ │ └── Feed.php
│ │ ├── Exif.php
│ │ ├── Extension
│ │ │ ├── AttendeeStatus.php
│ │ │ ├── AttendeeType.php
│ │ │ ├── Comments.php
│ │ │ ├── EntryLink.php
│ │ │ ├── EventStatus.php
│ │ │ ├── ExtendedProperty.php
│ │ │ ├── FeedLink.php
│ │ │ ├── OpenSearchItemsPerPage.php
│ │ │ ├── OpenSearchStartIndex.php
│ │ │ ├── OpenSearchTotalResults.php
│ │ │ ├── OriginalEvent.php
│ │ │ ├── Rating.php
│ │ │ ├── RecurrenceException.php
│ │ │ ├── Recurrence.php
│ │ │ ├── Reminder.php
│ │ │ ├── Transparency.php
│ │ │ ├── Visibility.php
│ │ │ ├── When.php
│ │ │ ├── Where.php
│ │ │ └── Who.php
│ │ ├── Extension.php
│ │ ├── Feed.php
│ │ ├── Gapps
│ │ │ ├── EmailListEntry.php
│ │ │ ├── EmailListFeed.php
│ │ │ ├── EmailListQuery.php
│ │ │ ├── EmailListRecipientEntry.php
│ │ │ ├── EmailListRecipientFeed.php
│ │ │ ├── EmailListRecipientQuery.php
│ │ │ ├── Error.php
│ │ │ ├── Extension
│ │ │ │ ├── EmailList.php
│ │ │ │ ├── Login.php
│ │ │ │ ├── Name.php
│ │ │ │ ├── Nickname.php
│ │ │ │ ├── Property.php
│ │ │ │ └── Quota.php
│ │ │ ├── GroupEntry.php
│ │ │ ├── GroupFeed.php
│ │ │ ├── GroupQuery.php
│ │ │ ├── MemberEntry.php
│ │ │ ├── MemberFeed.php
│ │ │ ├── MemberQuery.php
│ │ │ ├── NicknameEntry.php
│ │ │ ├── NicknameFeed.php
│ │ │ ├── NicknameQuery.php
│ │ │ ├── OwnerEntry.php
│ │ │ ├── OwnerFeed.php
│ │ │ ├── OwnerQuery.php
│ │ │ ├── Query.php
│ │ │ ├── ServiceException.php
│ │ │ ├── UserEntry.php
│ │ │ ├── UserFeed.php
│ │ │ └── UserQuery.php
│ │ ├── Gapps.php
│ │ ├── Gbase
│ │ │ ├── Entry.php
│ │ │ ├── Extension
│ │ │ │ └── BaseAttribute.php
│ │ │ ├── Feed.php
│ │ │ ├── ItemEntry.php
│ │ │ ├── ItemFeed.php
│ │ │ ├── ItemQuery.php
│ │ │ ├── Query.php
│ │ │ ├── SnippetEntry.php
│ │ │ ├── SnippetFeed.php
│ │ │ └── SnippetQuery.php
│ │ ├── Gbase.php
│ │ ├── Geo
│ │ │ ├── Entry.php
│ │ │ ├── Extension
│ │ │ │ ├── GeoRssWhere.php
│ │ │ │ ├── GmlPoint.php
│ │ │ │ └── GmlPos.php
│ │ │ └── Feed.php
│ │ ├── Geo.php
│ │ ├── Health
│ │ │ ├── Extension
│ │ │ │ └── Ccr.php
│ │ │ ├── ProfileEntry.php
│ │ │ ├── ProfileFeed.php
│ │ │ ├── ProfileListEntry.php
│ │ │ ├── ProfileListFeed.php
│ │ │ └── Query.php
│ │ ├── Health.php
│ │ ├── HttpAdapterStreamingProxy.php
│ │ ├── HttpAdapterStreamingSocket.php
│ │ ├── HttpClient.php
│ │ ├── Kind
│ │ │ └── EventEntry.php
│ │ ├── Media
│ │ │ ├── Entry.php
│ │ │ ├── Extension
│ │ │ │ ├── MediaCategory.php
│ │ │ │ ├── MediaContent.php
│ │ │ │ ├── MediaCopyright.php
│ │ │ │ ├── MediaCredit.php
│ │ │ │ ├── MediaDescription.php
│ │ │ │ ├── MediaGroup.php
│ │ │ │ ├── MediaHash.php
│ │ │ │ ├── MediaKeywords.php
│ │ │ │ ├── MediaPlayer.php
│ │ │ │ ├── MediaRating.php
│ │ │ │ ├── MediaRestriction.php
│ │ │ │ ├── MediaText.php
│ │ │ │ ├── MediaThumbnail.php
│ │ │ │ └── MediaTitle.php
│ │ │ └── Feed.php
│ │ ├── MediaMimeStream.php
│ │ ├── Media.php
│ │ ├── MimeBodyString.php
│ │ ├── MimeFile.php
│ │ ├── Photos
│ │ │ ├── AlbumEntry.php
│ │ │ ├── AlbumFeed.php
│ │ │ ├── AlbumQuery.php
│ │ │ ├── CommentEntry.php
│ │ │ ├── Extension
│ │ │ │ ├── Access.php
│ │ │ │ ├── AlbumId.php
│ │ │ │ ├── BytesUsed.php
│ │ │ │ ├── Checksum.php
│ │ │ │ ├── Client.php
│ │ │ │ ├── CommentCount.php
│ │ │ │ ├── CommentingEnabled.php
│ │ │ │ ├── Height.php
│ │ │ │ ├── Id.php
│ │ │ │ ├── Location.php
│ │ │ │ ├── MaxPhotosPerAlbum.php
│ │ │ │ ├── Name.php
│ │ │ │ ├── Nickname.php
│ │ │ │ ├── NumPhotos.php
│ │ │ │ ├── NumPhotosRemaining.php
│ │ │ │ ├── PhotoId.php
│ │ │ │ ├── Position.php
│ │ │ │ ├── QuotaCurrent.php
│ │ │ │ ├── QuotaLimit.php
│ │ │ │ ├── Rotation.php
│ │ │ │ ├── Size.php
│ │ │ │ ├── Thumbnail.php
│ │ │ │ ├── Timestamp.php
│ │ │ │ ├── User.php
│ │ │ │ ├── Version.php
│ │ │ │ ├── Weight.php
│ │ │ │ └── Width.php
│ │ │ ├── PhotoEntry.php
│ │ │ ├── PhotoFeed.php
│ │ │ ├── PhotoQuery.php
│ │ │ ├── TagEntry.php
│ │ │ ├── UserEntry.php
│ │ │ ├── UserFeed.php
│ │ │ └── UserQuery.php
│ │ ├── Photos.php
│ │ ├── Query.php
│ │ ├── Spreadsheets
│ │ │ ├── CellEntry.php
│ │ │ ├── CellFeed.php
│ │ │ ├── CellQuery.php
│ │ │ ├── DocumentQuery.php
│ │ │ ├── Extension
│ │ │ │ ├── Cell.php
│ │ │ │ ├── ColCount.php
│ │ │ │ ├── Custom.php
│ │ │ │ └── RowCount.php
│ │ │ ├── ListEntry.php
│ │ │ ├── ListFeed.php
│ │ │ ├── ListQuery.php
│ │ │ ├── SpreadsheetEntry.php
│ │ │ ├── SpreadsheetFeed.php
│ │ │ ├── WorksheetEntry.php
│ │ │ └── WorksheetFeed.php
│ │ ├── Spreadsheets.php
│ │ ├── YouTube
│ │ │ ├── ActivityEntry.php
│ │ │ ├── ActivityFeed.php
│ │ │ ├── CommentEntry.php
│ │ │ ├── CommentFeed.php
│ │ │ ├── ContactEntry.php
│ │ │ ├── ContactFeed.php
│ │ │ ├── Extension
│ │ │ │ ├── AboutMe.php
│ │ │ │ ├── Age.php
│ │ │ │ ├── Books.php
│ │ │ │ ├── Company.php
│ │ │ │ ├── Control.php
│ │ │ │ ├── CountHint.php
│ │ │ │ ├── Description.php
│ │ │ │ ├── Duration.php
│ │ │ │ ├── FirstName.php
│ │ │ │ ├── Gender.php
│ │ │ │ ├── Hobbies.php
│ │ │ │ ├── Hometown.php
│ │ │ │ ├── LastName.php
│ │ │ │ ├── Link.php
│ │ │ │ ├── Location.php
│ │ │ │ ├── MediaContent.php
│ │ │ │ ├── MediaCredit.php
│ │ │ │ ├── MediaGroup.php
│ │ │ │ ├── MediaRating.php
│ │ │ │ ├── Movies.php
│ │ │ │ ├── Music.php
│ │ │ │ ├── NoEmbed.php
│ │ │ │ ├── Occupation.php
│ │ │ │ ├── PlaylistId.php
│ │ │ │ ├── PlaylistTitle.php
│ │ │ │ ├── Position.php
│ │ │ │ ├── Private.php
│ │ │ │ ├── QueryString.php
│ │ │ │ ├── Racy.php
│ │ │ │ ├── Recorded.php
│ │ │ │ ├── Relationship.php
│ │ │ │ ├── ReleaseDate.php
│ │ │ │ ├── School.php
│ │ │ │ ├── State.php
│ │ │ │ ├── Statistics.php
│ │ │ │ ├── Status.php
│ │ │ │ ├── Token.php
│ │ │ │ ├── Uploaded.php
│ │ │ │ ├── Username.php
│ │ │ │ └── VideoId.php
│ │ │ ├── InboxEntry.php
│ │ │ ├── InboxFeed.php
│ │ │ ├── MediaEntry.php
│ │ │ ├── PlaylistListEntry.php
│ │ │ ├── PlaylistListFeed.php
│ │ │ ├── PlaylistVideoEntry.php
│ │ │ ├── PlaylistVideoFeed.php
│ │ │ ├── SubscriptionEntry.php
│ │ │ ├── SubscriptionFeed.php
│ │ │ ├── UserProfileEntry.php
│ │ │ ├── VideoEntry.php
│ │ │ ├── VideoFeed.php
│ │ │ └── VideoQuery.php
│ │ └── YouTube.php
│ ├── Gdata.php
│ ├── Http
│ │ ├── Client
│ │ │ ├── Adapter
│ │ │ │ ├── Curl.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Interface.php
│ │ │ │ ├── Proxy.php
│ │ │ │ ├── Socket.php
│ │ │ │ ├── Stream.php
│ │ │ │ └── Test.php
│ │ │ └── Exception.php
│ │ ├── Client.php
│ │ ├── Exception.php
│ │ ├── Response
│ │ │ └── Stream.php
│ │ └── Response.php
│ ├── Loader.php
│ ├── Oauth
│ │ ├── Client.php
│ │ ├── Config
│ │ │ └── ConfigInterface.php
│ │ ├── Config.php
│ │ ├── Consumer.php
│ │ ├── Exception.php
│ │ ├── Http
│ │ │ ├── AccessToken.php
│ │ │ ├── RequestToken.php
│ │ │ ├── UserAuthorization.php
│ │ │ └── Utility.php
│ │ ├── Http.php
│ │ ├── Provider.php
│ │ ├── Signature
│ │ │ ├── Hmac.php
│ │ │ ├── Plaintext.php
│ │ │ ├── Rsa.php
│ │ │ └── SignatureAbstract.php
│ │ ├── Token
│ │ │ ├── Access.php
│ │ │ ├── AuthorizedRequest.php
│ │ │ └── Request.php
│ │ └── Token.php
│ ├── Oauth.php
│ ├── Registry.php
│ ├── Uri
│ │ ├── Exception.php
│ │ └── Http.php
│ ├── Uri.php
│ ├── Validate
│ │ ├── Abstract.php
│ │ ├── Hostname
│ │ │ ├── Biz.php
│ │ │ ├── Cn.php
│ │ │ ├── Com.php
│ │ │ └── Jp.php
│ │ ├── Hostname.php
│ │ ├── Interface.php
│ │ └── Ip.php
│ └── Version.php
├── 服务器软件.url
└── 脚本之家.url
1170 directories, 7190 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论