Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created July 2, 2020 12:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ae83eb8c21a89f60e0074dfc75d6bbfa to your computer and use it in GitHub Desktop.
Save r-ryantm/ae83eb8c21a89f60e0074dfc75d6bbfa to your computer and use it in GitHub Desktop.
/nix/store/r1b2szgcpbl71slz78wc1gb2b558mwvb-icingaweb2-2.8.1
├── application
│   ├── clicommands
│   │   ├── AutocompleteCommand.php
│   │   ├── HelpCommand.php
│   │   ├── ModuleCommand.php
│   │   ├── VersionCommand.php
│   │   └── WebCommand.php
│   ├── controllers
│   │   ├── AboutController.php
│   │   ├── AccountController.php
│   │   ├── AnnouncementsController.php
│   │   ├── ApplicationStateController.php
│   │   ├── AuthenticationController.php
│   │   ├── ConfigController.php
│   │   ├── DashboardController.php
│   │   ├── ErrorController.php
│   │   ├── GroupController.php
│   │   ├── IframeController.php
│   │   ├── IndexController.php
│   │   ├── LayoutController.php
│   │   ├── ListController.php
│   │   ├── NavigationController.php
│   │   ├── RoleController.php
│   │   ├── SearchController.php
│   │   ├── StaticController.php
│   │   ├── UserController.php
│   │   └── UsergroupbackendController.php
│   ├── fonts
│   │   ├── fontello-ifont
│   │   │   ├── config.json
│   │   │   ├── css
│   │   │   │   ├── animation.css
│   │   │   │   ├── ifont-codes.css
│   │   │   │   ├── ifont.css
│   │   │   │   ├── ifont-embedded.css
│   │   │   │   ├── ifont-ie7-codes.css
│   │   │   │   └── ifont-ie7.css
│   │   │   ├── demo.html
│   │   │   ├── font
│   │   │   │   ├── ifont.eot
│   │   │   │   ├── ifont.svg
│   │   │   │   ├── ifont.ttf
│   │   │   │   ├── ifont.woff
│   │   │   │   └── ifont.woff2
│   │   │   ├── LICENSE.txt
│   │   │   └── README.txt
│   │   └── icingaweb.md
│   ├── forms
│   │   ├── Account
│   │   │   └── ChangePasswordForm.php
│   │   ├── AcknowledgeApplicationStateMessageForm.php
│   │   ├── ActionForm.php
│   │   ├── Announcement
│   │   │   ├── AcknowledgeAnnouncementForm.php
│   │   │   └── AnnouncementForm.php
│   │   ├── Authentication
│   │   │   └── LoginForm.php
│   │   ├── AutoRefreshForm.php
│   │   ├── Config
│   │   │   ├── General
│   │   │   │   ├── ApplicationConfigForm.php
│   │   │   │   ├── DefaultAuthenticationDomainConfigForm.php
│   │   │   │   ├── LoggingConfigForm.php
│   │   │   │   └── ThemingConfigForm.php
│   │   │   ├── GeneralConfigForm.php
│   │   │   ├── Resource
│   │   │   │   ├── DbResourceForm.php
│   │   │   │   ├── FileResourceForm.php
│   │   │   │   ├── LdapResourceForm.php
│   │   │   │   └── SshResourceForm.php
│   │   │   ├── ResourceConfigForm.php
│   │   │   ├── User
│   │   │   │   ├── CreateMembershipForm.php
│   │   │   │   └── UserForm.php
│   │   │   ├── UserBackend
│   │   │   │   ├── DbBackendForm.php
│   │   │   │   ├── ExternalBackendForm.php
│   │   │   │   └── LdapBackendForm.php
│   │   │   ├── UserBackendConfigForm.php
│   │   │   ├── UserBackendReorderForm.php
│   │   │   └── UserGroup
│   │   │   ├── AddMemberForm.php
│   │   │   ├── DbUserGroupBackendForm.php
│   │   │   ├── LdapUserGroupBackendForm.php
│   │   │   ├── UserGroupBackendForm.php
│   │   │   └── UserGroupForm.php
│   │   ├── ConfigForm.php
│   │   ├── ConfirmRemovalForm.php
│   │   ├── Control
│   │   │   └── LimiterControlForm.php
│   │   ├── Dashboard
│   │   │   └── DashletForm.php
│   │   ├── LdapDiscoveryForm.php
│   │   ├── Navigation
│   │   │   ├── DashletForm.php
│   │   │   ├── MenuItemForm.php
│   │   │   ├── NavigationConfigForm.php
│   │   │   └── NavigationItemForm.php
│   │   ├── PreferenceForm.php
│   │   ├── RepositoryForm.php
│   │   └── Security
│   │   └── RoleForm.php
│   ├── layouts
│   │   └── scripts
│   │   ├── body.phtml
│   │   ├── external-logout.phtml
│   │   ├── guest-error.phtml
│   │   ├── inline.phtml
│   │   ├── layout.phtml
│   │   ├── parts
│   │   │   └── navigation.phtml
│   │   ├── pdf.phtml
│   │   └── wrapped.phtml
│   ├── locale
│   │   ├── ar_SA
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── de_DE
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── fi_FI
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── it_IT
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── ja_JP
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── pt_BR
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   ├── ru_RU
│   │   │   └── LC_MESSAGES
│   │   │   ├── icinga.mo
│   │   │   └── icinga.po
│   │   └── uk_UA
│   │   └── LC_MESSAGES
│   │   ├── icinga.mo
│   │   └── icinga.po
│   ├── VERSION
│   └── views
│   ├── helpers
│   │   ├── CreateTicketLinks.php
│   │   ├── FormDate.php
│   │   ├── FormDateTime.php
│   │   ├── FormNumber.php
│   │   ├── FormTime.php
│   │   ├── ProtectId.php
│   │   └── Util.php
│   └── scripts
│   ├── about
│   │   └── index.phtml
│   ├── account
│   │   └── index.phtml
│   ├── announcements
│   │   └── index.phtml
│   ├── authentication
│   │   ├── login.phtml
│   │   └── logout.phtml
│   ├── config
│   │   ├── devtools.phtml
│   │   ├── general.phtml
│   │   ├── module-configuration-error.phtml
│   │   ├── module.phtml
│   │   ├── modules.phtml
│   │   ├── resource
│   │   │   ├── create.phtml
│   │   │   ├── modify.phtml
│   │   │   └── remove.phtml
│   │   ├── resource.phtml
│   │   └── userbackend
│   │   └── reorder.phtml
│   ├── dashboard
│   │   ├── error.phtml
│   │   ├── index.phtml
│   │   ├── new-dashlet.phtml
│   │   ├── remove-dashlet.phtml
│   │   ├── remove-pane.phtml
│   │   ├── rename-pane.phtml
│   │   ├── settings.phtml
│   │   └── update-dashlet.phtml
│   ├── error
│   │   └── error.phtml
│   ├── filter
│   │   └── index.phtml
│   ├── form
│   │   └── reorder-authbackend.phtml
│   ├── group
│   │   ├── form.phtml
│   │   ├── list.phtml
│   │   └── show.phtml
│   ├── iframe
│   │   └── index.phtml
│   ├── index
│   │   └── welcome.phtml
│   ├── inline.phtml
│   ├── joystickPagination.phtml
│   ├── layout
│   │   ├── announcements.phtml
│   │   └── menu.phtml
│   ├── list
│   │   └── applicationlog.phtml
│   ├── mixedPagination.phtml
│   ├── navigation
│   │   ├── dashboard.phtml
│   │   ├── index.phtml
│   │   └── shared.phtml
│   ├── pivottablePagination.phtml
│   ├── role
│   │   └── list.phtml
│   ├── search
│   │   ├── hint.phtml
│   │   └── index.phtml
│   ├── showConfiguration.phtml
│   ├── simple-form.phtml
│   └── user
│   ├── form.phtml
│   ├── list.phtml
│   └── show.phtml
├── bin
│   └── icingacli
├── etc
│   ├── bash_completion.d
│   │   └── icingacli
│   └── schema
│   ├── mysql.schema.sql
│   ├── mysql-upgrades
│   │   ├── 2.0.0beta3-2.0.0rc1.sql
│   │   └── 2.5.0.sql
│   ├── pgsql.schema.sql
│   └── pgsql-upgrades
│   ├── 2.0.0beta3-2.0.0rc1.sql
│   └── 2.5.0.sql
├── library
│   ├── Icinga
│   │   ├── Application
│   │   │   ├── ApplicationBootstrap.php
│   │   │   ├── Benchmark.php
│   │   │   ├── ClassLoader.php
│   │   │   ├── Cli.php
│   │   │   ├── Config.php
│   │   │   ├── EmbeddedWeb.php
│   │   │   ├── functions.php
│   │   │   ├── Hook
│   │   │   │   ├── ApplicationStateHook.php
│   │   │   │   ├── AuditHook.php
│   │   │   │   ├── AuthenticationHook.php
│   │   │   │   ├── ConfigFormEventsHook.php
│   │   │   │   ├── GrapherHook.php
│   │   │   │   ├── PdfexportHook.php
│   │   │   │   ├── Ticket
│   │   │   │   │   └── TicketPattern.php
│   │   │   │   ├── TicketHook.php
│   │   │   │   └── WebBaseHook.php
│   │   │   ├── Hook.php
│   │   │   ├── Icinga.php
│   │   │   ├── LegacyWeb.php
│   │   │   ├── Logger
│   │   │   │   ├── LogWriter.php
│   │   │   │   └── Writer
│   │   │   │   ├── FileWriter.php
│   │   │   │   ├── PhpWriter.php
│   │   │   │   ├── StderrWriter.php
│   │   │   │   ├── StdoutWriter.php
│   │   │   │   └── SyslogWriter.php
│   │   │   ├── Logger.php
│   │   │   ├── Modules
│   │   │   │   ├── DashboardContainer.php
│   │   │   │   ├── Manager.php
│   │   │   │   ├── MenuItemContainer.php
│   │   │   │   ├── Module.php
│   │   │   │   └── NavigationItemContainer.php
│   │   │   ├── Platform.php
│   │   │   ├── Version.php
│   │   │   ├── Web.php
│   │   │   └── webrouter.php
│   │   ├── Authentication
│   │   │   ├── AdmissionLoader.php
│   │   │   ├── AuthChain.php
│   │   │   ├── Authenticatable.php
│   │   │   ├── Auth.php
│   │   │   ├── Role.php
│   │   │   ├── RolesConfig.php
│   │   │   ├── User
│   │   │   │   ├── DbUserBackend.php
│   │   │   │   ├── DomainAwareInterface.php
│   │   │   │   ├── ExternalBackend.php
│   │   │   │   ├── LdapUserBackend.php
│   │   │   │   ├── UserBackendInterface.php
│   │   │   │   └── UserBackend.php
│   │   │   └── UserGroup
│   │   │   ├── DbUserGroupBackend.php
│   │   │   ├── LdapUserGroupBackend.php
│   │   │   ├── UserGroupBackendInterface.php
│   │   │   └── UserGroupBackend.php
│   │   ├── Chart
│   │   │   ├── Axis.php
│   │   │   ├── Chart.php
│   │   │   ├── Donut.php
│   │   │   ├── Format.php
│   │   │   ├── Graph
│   │   │   │   ├── BarGraph.php
│   │   │   │   ├── LineGraph.php
│   │   │   │   ├── StackedGraph.php
│   │   │   │   └── Tooltip.php
│   │   │   ├── GridChart.php
│   │   │   ├── Inline
│   │   │   │   ├── Inline.php
│   │   │   │   └── PieChart.php
│   │   │   ├── Legend.php
│   │   │   ├── Palette.php
│   │   │   ├── PieChart.php
│   │   │   ├── Primitive
│   │   │   │   ├── Animatable.php
│   │   │   │   ├── Animation.php
│   │   │   │   ├── Canvas.php
│   │   │   │   ├── Circle.php
│   │   │   │   ├── Drawable.php
│   │   │   │   ├── Line.php
│   │   │   │   ├── Path.php
│   │   │   │   ├── PieSlice.php
│   │   │   │   ├── RawElement.php
│   │   │   │   ├── Rect.php
│   │   │   │   ├── Styleable.php
│   │   │   │   └── Text.php
│   │   │   ├── Render
│   │   │   │   ├── LayoutBox.php
│   │   │   │   ├── RenderContext.php
│   │   │   │   └── Rotator.php
│   │   │   ├── SVGRenderer.php
│   │   │   └── Unit
│   │   │   ├── AxisUnit.php
│   │   │   ├── CalendarUnit.php
│   │   │   ├── LinearUnit.php
│   │   │   ├── LogarithmicUnit.php
│   │   │   └── StaticAxis.php
│   │   ├── Cli
│   │   │   ├── AnsiScreen.php
│   │   │   ├── Command.php
│   │   │   ├── Documentation
│   │   │   │   └── CommentParser.php
│   │   │   ├── Documentation.php
│   │   │   ├── Loader.php
│   │   │   ├── Params.php
│   │   │   └── Screen.php
│   │   ├── Data
│   │   │   ├── ConfigObject.php
│   │   │   ├── ConnectionInterface.php
│   │   │   ├── DataArray
│   │   │   │   └── ArrayDatasource.php
│   │   │   ├── Db
│   │   │   │   ├── DbConnection.php
│   │   │   │   └── DbQuery.php
│   │   │   ├── Extensible.php
│   │   │   ├── Fetchable.php
│   │   │   ├── Filter
│   │   │   │   ├── FilterAnd.php
│   │   │   │   ├── FilterChain.php
│   │   │   │   ├── FilterEqualOrGreaterThan.php
│   │   │   │   ├── FilterEqualOrLessThan.php
│   │   │   │   ├── FilterEqual.php
│   │   │   │   ├── FilterException.php
│   │   │   │   ├── FilterExpression.php
│   │   │   │   ├── FilterGreaterThan.php
│   │   │   │   ├── FilterLessThan.php
│   │   │   │   ├── FilterMatchCaseInsensitive.php
│   │   │   │   ├── FilterMatchNotCaseInsensitive.php
│   │   │   │   ├── FilterMatchNot.php
│   │   │   │   ├── FilterMatch.php
│   │   │   │   ├── FilterNotEqual.php
│   │   │   │   ├── FilterNot.php
│   │   │   │   ├── FilterOr.php
│   │   │   │   ├── FilterParseException.php
│   │   │   │   ├── Filter.php
│   │   │   │   └── FilterQueryString.php
│   │   │   ├── Filterable.php
│   │   │   ├── FilterColumns.php
│   │   │   ├── Identifiable.php
│   │   │   ├── Inspectable.php
│   │   │   ├── Inspection.php
│   │   │   ├── Limitable.php
│   │   │   ├── Paginatable.php
│   │   │   ├── PivotTable.php
│   │   │   ├── Queryable.php
│   │   │   ├── QueryInterface.php
│   │   │   ├── Reducible.php
│   │   │   ├── ResourceFactory.php
│   │   │   ├── Selectable.php
│   │   │   ├── SimpleQuery.php
│   │   │   ├── Sortable.php
│   │   │   ├── SortRules.php
│   │   │   ├── Tree
│   │   │   │   ├── SimpleTree.php
│   │   │   │   ├── TreeNodeIterator.php
│   │   │   │   └── TreeNode.php
│   │   │   └── Updatable.php
│   │   ├── Date
│   │   │   └── DateFormatter.php
│   │   ├── Exception
│   │   │   ├── AlreadyExistsException.php
│   │   │   ├── AuthenticationException.php
│   │   │   ├── ConfigurationError.php
│   │   │   ├── Http
│   │   │   │   ├── BaseHttpException.php
│   │   │   │   ├── HttpBadRequestException.php
│   │   │   │   ├── HttpExceptionInterface.php
│   │   │   │   ├── HttpException.php
│   │   │   │   ├── HttpMethodNotAllowedException.php
│   │   │   │   └── HttpNotFoundException.php
│   │   │   ├── IcingaException.php
│   │   │   ├── InvalidPropertyException.php
│   │   │   ├── Json
│   │   │   │   ├── JsonDecodeException.php
│   │   │   │   ├── JsonEncodeException.php
│   │   │   │   └── JsonException.php
│   │   │   ├── MissingParameterException.php
│   │   │   ├── NotFoundError.php
│   │   │   ├── NotImplementedError.php
│   │   │   ├── NotReadableError.php
│   │   │   ├── NotWritableError.php
│   │   │   ├── ProgrammingError.php
│   │   │   ├── QueryException.php
│   │   │   ├── StatementException.php
│   │   │   └── SystemPermissionException.php
│   │   ├── File
│   │   │   ├── Csv.php
│   │   │   ├── Ini
│   │   │   │   ├── Dom
│   │   │   │   │   ├── Comment.php
│   │   │   │   │   ├── Directive.php
│   │   │   │   │   ├── Document.php
│   │   │   │   │   └── Section.php
│   │   │   │   ├── IniParser.php
│   │   │   │   └── IniWriter.php
│   │   │   ├── Pdf.php
│   │   │   └── Storage
│   │   │   ├── LocalFileStorageIterator.php
│   │   │   ├── LocalFileStorage.php
│   │   │   ├── StorageInterface.php
│   │   │   └── TemporaryLocalFileStorage.php
│   │   ├── Legacy
│   │   │   └── DashboardConfig.php
│   │   ├── Protocol
│   │   │   ├── Dns.php
│   │   │   ├── File
│   │   │   │   ├── Exception
│   │   │   │   │   └── FileReaderException.php
│   │   │   │   ├── FileIterator.php
│   │   │   │   ├── FileQuery.php
│   │   │   │   ├── FileReader.php
│   │   │   │   └── LogFileIterator.php
│   │   │   ├── Ldap
│   │   │   │   ├── Discovery.php
│   │   │   │   ├── LdapCapabilities.php
│   │   │   │   ├── LdapConnection.php
│   │   │   │   ├── LdapException.php
│   │   │   │   ├── LdapQuery.php
│   │   │   │   ├── LdapUtils.php
│   │   │   │   ├── Node.php
│   │   │   │   └── Root.php
│   │   │   └── Nrpe
│   │   │   ├── Connection.php
│   │   │   └── Packet.php
│   │   ├── Repository
│   │   │   ├── DbRepository.php
│   │   │   ├── IniRepository.php
│   │   │   ├── LdapRepository.php
│   │   │   ├── Repository.php
│   │   │   └── RepositoryQuery.php
│   │   ├── Security
│   │   │   └── SecurityException.php
│   │   ├── Test
│   │   │   ├── BaseTestCase.php
│   │   │   ├── ClassLoader.php
│   │   │   └── DbTest.php
│   │   ├── User
│   │   │   ├── Preferences
│   │   │   │   ├── PreferencesStore.php
│   │   │   │   └── Store
│   │   │   │   ├── DbStore.php
│   │   │   │   └── IniStore.php
│   │   │   └── Preferences.php
│   │   ├── User.php
│   │   ├── Util
│   │   │   ├── ASN1.php
│   │   │   ├── Color.php
│   │   │   ├── ConfigAwareFactory.php
│   │   │   ├── Dimension.php
│   │   │   ├── DirectoryIterator.php
│   │   │   ├── EnumeratingFilterIterator.php
│   │   │   ├── Environment.php
│   │   │   ├── File.php
│   │   │   ├── Format.php
│   │   │   ├── GlobFilter.php
│   │   │   ├── Json.php
│   │   │   ├── StringHelper.php
│   │   │   ├── String.php
│   │   │   ├── TimezoneDetect.php
│   │   │   └── Translator.php
│   │   └── Web
│   │   ├── Announcement
│   │   │   ├── AnnouncementCookie.php
│   │   │   └── AnnouncementIniRepository.php
│   │   ├── Announcement.php
│   │   ├── ApplicationStateCookie.php
│   │   ├── Controller
│   │   │   ├── ActionController.php
│   │   │   ├── AuthBackendController.php
│   │   │   ├── BasePreferenceController.php
│   │   │   ├── ControllerTabCollector.php
│   │   │   ├── Dispatcher.php
│   │   │   └── ModuleActionController.php
│   │   ├── Controller.php
│   │   ├── Cookie.php
│   │   ├── CookieSet.php
│   │   ├── Dom
│   │   │   └── DomNodeIterator.php
│   │   ├── FileCache.php
│   │   ├── Form
│   │   │   ├── Decorator
│   │   │   │   ├── Autosubmit.php
│   │   │   │   ├── ConditionalHidden.php
│   │   │   │   ├── ElementDoubler.php
│   │   │   │   ├── FormDescriptions.php
│   │   │   │   ├── FormHints.php
│   │   │   │   ├── FormNotifications.php
│   │   │   │   ├── Help.php
│   │   │   │   └── Spinner.php
│   │   │   ├── Element
│   │   │   │   ├── Button.php
│   │   │   │   ├── Checkbox.php
│   │   │   │   ├── CsrfCounterMeasure.php
│   │   │   │   ├── Date.php
│   │   │   │   ├── DateTimePicker.php
│   │   │   │   ├── Note.php
│   │   │   │   ├── Number.php
│   │   │   │   ├── Textarea.php
│   │   │   │   └── Time.php
│   │   │   ├── ErrorLabeller.php
│   │   │   ├── FormElement.php
│   │   │   ├── InvalidCSRFTokenException.php
│   │   │   └── Validator
│   │   │   ├── DateFormatValidator.php
│   │   │   ├── DateTimeValidator.php
│   │   │   ├── InArray.php
│   │   │   ├── InternalUrlValidator.php
│   │   │   ├── ReadablePathValidator.php
│   │   │   ├── TimeFormatValidator.php
│   │   │   ├── UrlValidator.php
│   │   │   └── WritablePathValidator.php
│   │   ├── Form.php
│   │   ├── Helper
│   │   │   ├── CookieHelper.php
│   │   │   ├── HtmlPurifier.php
│   │   │   └── Markdown.php
│   │   ├── Hook
│   │   │   ├── GrapherHook.php
│   │   │   └── TicketHook.php
│   │   ├── Hook.php
│   │   ├── JavaScript.php
│   │   ├── LessCompiler.php
│   │   ├── Menu.php
│   │   ├── Navigation
│   │   │   ├── DashboardPane.php
│   │   │   ├── DropdownItem.php
│   │   │   ├── NavigationItem.php
│   │   │   ├── Navigation.php
│   │   │   └── Renderer
│   │   │   ├── BadgeNavigationItemRenderer.php
│   │   │   ├── NavigationItemRenderer.php
│   │   │   ├── NavigationRendererInterface.php
│   │   │   ├── NavigationRenderer.php
│   │   │   ├── RecursiveNavigationRenderer.php
│   │   │   └── SummaryNavigationItemRenderer.php
│   │   ├── Notification.php
│   │   ├── Paginator
│   │   │   ├── Adapter
│   │   │   │   └── QueryAdapter.php
│   │   │   └── ScrollingStyle
│   │   │   └── SlidingWithBorder.php
│   │   ├── Request.php
│   │   ├── Response
│   │   │   └── JsonResponse.php
│   │   ├── Response.php
│   │   ├── Session
│   │   │   ├── Php72Session.php
│   │   │   ├── PhpSession.php
│   │   │   ├── SessionNamespace.php
│   │   │   └── Session.php
│   │   ├── Session.php
│   │   ├── StyleSheet.php
│   │   ├── UrlParams.php
│   │   ├── Url.php
│   │   ├── View
│   │   │   ├── Helper
│   │   │   │   └── IcingaCheckbox.php
│   │   │   └── helpers
│   │   │   ├── format.php
│   │   │   ├── generic.php
│   │   │   ├── string.php
│   │   │   └── url.php
│   │   ├── View.php
│   │   ├── Widget
│   │   │   ├── AbstractWidget.php
│   │   │   ├── Announcements.php
│   │   │   ├── ApplicationStateMessages.php
│   │   │   ├── Chart
│   │   │   │   ├── HistoryColorGrid.php
│   │   │   │   └── InlinePie.php
│   │   │   ├── Dashboard
│   │   │   │   ├── Dashlet.php
│   │   │   │   ├── Pane.php
│   │   │   │   └── UserWidget.php
│   │   │   ├── Dashboard.php
│   │   │   ├── FilterEditor.php
│   │   │   ├── FilterWidget.php
│   │   │   ├── Limiter.php
│   │   │   ├── Paginator.php
│   │   │   ├── SearchDashboard.php
│   │   │   ├── SortBox.php
│   │   │   ├── Tabextension
│   │   │   │   ├── DashboardAction.php
│   │   │   │   ├── DashboardSettings.php
│   │   │   │   ├── MenuAction.php
│   │   │   │   ├── OutputFormat.php
│   │   │   │   └── Tabextension.php
│   │   │   ├── Tab.php
│   │   │   ├── Tabs.php
│   │   │   └── Widget.php
│   │   ├── Widget.php
│   │   ├── Window.php
│   │   └── Wizard.php
│   └── vendor
│   ├── dompdf
│   │   ├── lib
│   │   │   ├── Cpdf.php
│   │   │   ├── fonts
│   │   │   │   ├── Courier.afm
│   │   │   │   ├── Courier-Bold.afm
│   │   │   │   ├── Courier-BoldOblique.afm
│   │   │   │   ├── Courier-Oblique.afm
│   │   │   │   ├── DejaVuSans-BoldOblique.ttf
│   │   │   │   ├── DejaVuSans-BoldOblique.ufm
│   │   │   │   ├── DejaVuSans-Bold.ttf
│   │   │   │   ├── DejaVuSans-Bold.ufm
│   │   │   │   ├── DejaVuSansMono-BoldOblique.ttf
│   │   │   │   ├── DejaVuSansMono-BoldOblique.ufm
│   │   │   │   ├── DejaVuSansMono-Bold.ttf
│   │   │   │   ├── DejaVuSansMono-Bold.ufm
│   │   │   │   ├── DejaVuSansMono-Oblique.ttf
│   │   │   │   ├── DejaVuSansMono-Oblique.ufm
│   │   │   │   ├── DejaVuSansMono.ttf
│   │   │   │   ├── DejaVuSansMono.ufm
│   │   │   │   ├── DejaVuSans-Oblique.ttf
│   │   │   │   ├── DejaVuSans-Oblique.ufm
│   │   │   │   ├── DejaVuSans.ttf
│   │   │   │   ├── DejaVuSans.ufm
│   │   │   │   ├── DejaVuSerif-BoldItalic.ttf
│   │   │   │   ├── DejaVuSerif-BoldItalic.ufm
│   │   │   │   ├── DejaVuSerif-Bold.ttf
│   │   │   │   ├── DejaVuSerif-Bold.ufm
│   │   │   │   ├── DejaVuSerif-Italic.ttf
│   │   │   │   ├── DejaVuSerif-Italic.ufm
│   │   │   │   ├── DejaVuSerif.ttf
│   │   │   │   ├── DejaVuSerif.ufm
│   │   │   │   ├── dompdf_font_family_cache.dist.php
│   │   │   │   ├── Helvetica.afm
│   │   │   │   ├── Helvetica-Bold.afm
│   │   │   │   ├── Helvetica-BoldOblique.afm
│   │   │   │   ├── Helvetica-Oblique.afm
│   │   │   │   ├── mustRead.html
│   │   │   │   ├── Symbol.afm
│   │   │   │   ├── Times-Bold.afm
│   │   │   │   ├── Times-BoldItalic.afm
│   │   │   │   ├── Times-Italic.afm
│   │   │   │   ├── Times-Roman.afm
│   │   │   │   └── ZapfDingbats.afm
│   │   │   ├── html5lib
│   │   │   │   ├── Data.php
│   │   │   │   ├── InputStream.php
│   │   │   │   ├── named-character-references.ser
│   │   │   │   ├── Parser.php
│   │   │   │   ├── Tokenizer.php
│   │   │   │   └── TreeBuilder.php
│   │   │   ├── php-font-lib
│   │   │   │   ├── LICENSE
│   │   │   │   └── src
│   │   │   │   └── FontLib
│   │   │   │   ├── AdobeFontMetrics.php
│   │   │   │   ├── Autoloader.php
│   │   │   │   ├── BinaryStream.php
│   │   │   │   ├── EncodingMap.php
│   │   │   │   ├── EOT
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── Header.php
│   │   │   │   ├── Exception
│   │   │   │   │   └── FontNotFoundException.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Glyph
│   │   │   │   │   ├── OutlineComponent.php
│   │   │   │   │   ├── OutlineComposite.php
│   │   │   │   │   ├── Outline.php
│   │   │   │   │   └── OutlineSimple.php
│   │   │   │   ├── Header.php
│   │   │   │   ├── OpenType
│   │   │   │   │   ├── File.php
│   │   │   │   │   └── TableDirectoryEntry.php
│   │   │   │   ├── Table
│   │   │   │   │   ├── DirectoryEntry.php
│   │   │   │   │   ├── Table.php
│   │   │   │   │   └── Type
│   │   │   │   │   ├── cmap.php
│   │   │   │   │   ├── glyf.php
│   │   │   │   │   ├── head.php
│   │   │   │   │   ├── hhea.php
│   │   │   │   │   ├── hmtx.php
│   │   │   │   │   ├── kern.php
│   │   │   │   │   ├── loca.php
│   │   │   │   │   ├── maxp.php
│   │   │   │   │   ├── name.php
│   │   │   │   │   ├── nameRecord.php
│   │   │   │   │   ├── os2.php
│   │   │   │   │   └── post.php
│   │   │   │   ├── TrueType
│   │   │   │   │   ├── Collection.php
│   │   │   │   │   ├── File.php
│   │   │   │   │   ├── Header.php
│   │   │   │   │   └── TableDirectoryEntry.php
│   │   │   │   └── WOFF
│   │   │   │   ├── File.php
│   │   │   │   ├── Header.php
│   │   │   │   └── TableDirectoryEntry.php
│   │   │   ├── php-svg-lib
│   │   │   │   └── src
│   │   │   │   ├── autoload.php
│   │   │   │   └── Svg
│   │   │   │   ├── DefaultStyle.php
│   │   │   │   ├── Document.php
│   │   │   │   ├── Gradient
│   │   │   │   │   └── Stop.php
│   │   │   │   ├── Style.php
│   │   │   │   ├── Surface
│   │   │   │   │   ├── CPdf.php
│   │   │   │   │   ├── SurfaceCpdf.php
│   │   │   │   │   ├── SurfaceGmagick.php
│   │   │   │   │   ├── SurfaceInterface.php
│   │   │   │   │   └── SurfacePDFLib.php
│   │   │   │   └── Tag
│   │   │   │   ├── AbstractTag.php
│   │   │   │   ├── Anchor.php
│   │   │   │   ├── Circle.php
│   │   │   │   ├── ClipPath.php
│   │   │   │   ├── Ellipse.php
│   │   │   │   ├── Group.php
│   │   │   │   ├── Image.php
│   │   │   │   ├── LinearGradient.php
│   │   │   │   ├── Line.php
│   │   │   │   ├── Path.php
│   │   │   │   ├── Polygon.php
│   │   │   │   ├── Polyline.php
│   │   │   │   ├── RadialGradient.php
│   │   │   │   ├── Rect.php
│   │   │   │   ├── Shape.php
│   │   │   │   ├── Stop.php
│   │   │   │   ├── StyleTag.php
│   │   │   │   ├── Text.php
│   │   │   │   └── UseTag.php
│   │   │   └── res
│   │   │   ├── broken_image.png
│   │   │   ├── broken_image.svg
│   │   │   └── html.css
│   │   ├── LICENSE
│   │   ├── SOURCE
│   │   └── src
│   │   ├── Adapter
│   │   │   ├── CPDF.php
│   │   │   ├── GD.php
│   │   │   └── PDFLib.php
│   │   ├── Autoloader.php
│   │   ├── CanvasFactory.php
│   │   ├── Canvas.php
│   │   ├── Cellmap.php
│   │   ├── Css
│   │   │   ├── AttributeTranslator.php
│   │   │   ├── Color.php
│   │   │   ├── Style.php
│   │   │   └── Stylesheet.php
│   │   ├── Dompdf.php
│   │   ├── Exception
│   │   │   └── ImageException.php
│   │   ├── Exception.php
│   │   ├── FontMetrics.php
│   │   ├── Frame
│   │   │   ├── Factory.php
│   │   │   ├── FrameListIterator.php
│   │   │   ├── FrameList.php
│   │   │   ├── FrameTreeIterator.php
│   │   │   ├── FrameTreeList.php
│   │   │   └── FrameTree.php
│   │   ├── FrameDecorator
│   │   │   ├── AbstractFrameDecorator.php
│   │   │   ├── Block.php
│   │   │   ├── Image.php
│   │   │   ├── Inline.php
│   │   │   ├── ListBulletImage.php
│   │   │   ├── ListBullet.php
│   │   │   ├── NullFrameDecorator.php
│   │   │   ├── Page.php
│   │   │   ├── TableCell.php
│   │   │   ├── Table.php
│   │   │   ├── TableRowGroup.php
│   │   │   ├── TableRow.php
│   │   │   └── Text.php
│   │   ├── Frame.php
│   │   ├── FrameReflower
│   │   │   ├── AbstractFrameReflower.php
│   │   │   ├── Block.php
│   │   │   ├── Image.php
│   │   │   ├── Inline.php
│   │   │   ├── ListBullet.php
│   │   │   ├── NullFrameReflower.php
│   │   │   ├── Page.php
│   │   │   ├── TableCell.php
│   │   │   ├── Table.php
│   │   │   ├── TableRowGroup.php
│   │   │   ├── TableRow.php
│   │   │   └── Text.php
│   │   ├── Helpers.php
│   │   ├── Image
│   │   │   └── Cache.php
│   │   ├── JavascriptEmbedder.php
│   │   ├── LineBox.php
│   │   ├── Options.php
│   │   ├── PhpEvaluator.php
│   │   ├── Positioner
│   │   │   ├── Absolute.php
│   │   │   ├── AbstractPositioner.php
│   │   │   ├── Block.php
│   │   │   ├── Fixed.php
│   │   │   ├── Inline.php
│   │   │   ├── ListBullet.php
│   │   │   ├── NullPositioner.php
│   │   │   ├── TableCell.php
│   │   │   └── TableRow.php
│   │   ├── Renderer
│   │   │   ├── AbstractRenderer.php
│   │   │   ├── Block.php
│   │   │   ├── Image.php
│   │   │   ├── Inline.php
│   │   │   ├── ListBullet.php
│   │   │   ├── TableCell.php
│   │   │   ├── TableRowGroup.php
│   │   │   └── Text.php
│   │   └── Renderer.php
│   ├── HTMLPurifier
│   │   ├── Arborize.php
│   │   ├── AttrCollections.php
│   │   ├── AttrDef
│   │   │   ├── Clone.php
│   │   │   ├── CSS
│   │   │   │   ├── AlphaValue.php
│   │   │   │   ├── Background.php
│   │   │   │   ├── BackgroundPosition.php
│   │   │   │   ├── Border.php
│   │   │   │   ├── Color.php
│   │   │   │   ├── Composite.php
│   │   │   │   ├── DenyElementDecorator.php
│   │   │   │   ├── Filter.php
│   │   │   │   ├── FontFamily.php
│   │   │   │   ├── Font.php
│   │   │   │   ├── Ident.php
│   │   │   │   ├── ImportantDecorator.php
│   │   │   │   ├── Length.php
│   │   │   │   ├── ListStyle.php
│   │   │   │   ├── Multiple.php
│   │   │   │   ├── Number.php
│   │   │   │   ├── Percentage.php
│   │   │   │   ├── TextDecoration.php
│   │   │   │   └── URI.php
│   │   │   ├── CSS.php
│   │   │   ├── Enum.php
│   │   │   ├── HTML
│   │   │   │   ├── Bool.php
│   │   │   │   ├── Class.php
│   │   │   │   ├── Color.php
│   │   │   │   ├── FrameTarget.php
│   │   │   │   ├── ID.php
│   │   │   │   ├── Length.php
│   │   │   │   ├── LinkTypes.php
│   │   │   │   ├── MultiLength.php
│   │   │   │   ├── Nmtokens.php
│   │   │   │   └── Pixels.php
│   │   │   ├── Integer.php
│   │   │   ├── Lang.php
│   │   │   ├── Switch.php
│   │   │   ├── Text.php
│   │   │   ├── URI
│   │   │   │   ├── Email
│   │   │   │   │   └── SimpleCheck.php
│   │   │   │   ├── Email.php
│   │   │   │   ├── Host.php
│   │   │   │   ├── IPv4.php
│   │   │   │   └── IPv6.php
│   │   │   └── URI.php
│   │   ├── AttrDef.php
│   │   ├── AttrTransform
│   │   │   ├── Background.php
│   │   │   ├── BdoDir.php
│   │   │   ├── BgColor.php
│   │   │   ├── BoolToCSS.php
│   │   │   ├── Border.php
│   │   │   ├── EnumToCSS.php
│   │   │   ├── ImgRequired.php
│   │   │   ├── ImgSpace.php
│   │   │   ├── Input.php
│   │   │   ├── Lang.php
│   │   │   ├── Length.php
│   │   │   ├── Name.php
│   │   │   ├── NameSync.php
│   │   │   ├── Nofollow.php
│   │   │   ├── SafeEmbed.php
│   │   │   ├── SafeObject.php
│   │   │   ├── SafeParam.php
│   │   │   ├── ScriptRequired.php
│   │   │   ├── TargetBlank.php
│   │   │   ├── TargetNoopener.php
│   │   │   ├── TargetNoreferrer.php
│   │   │   └── Textarea.php
│   │   ├── AttrTransform.php
│   │   ├── AttrTypes.php
│   │   ├── AttrValidator.php
│   │   ├── Bootstrap.php
│   │   ├── ChildDef
│   │   │   ├── Chameleon.php
│   │   │   ├── Custom.php
│   │   │   ├── Empty.php
│   │   │   ├── List.php
│   │   │   ├── Optional.php
│   │   │   ├── Required.php
│   │   │   ├── StrictBlockquote.php
│   │   │   └── Table.php
│   │   ├── ChildDef.php
│   │   ├── Config.php
│   │   ├── ConfigSchema
│   │   │   ├── Builder
│   │   │   │   ├── ConfigSchema.php
│   │   │   │   └── Xml.php
│   │   │   ├── Exception.php
│   │   │   ├── Interchange
│   │   │   │   ├── Directive.php
│   │   │   │   └── Id.php
│   │   │   ├── InterchangeBuilder.php
│   │   │   ├── Interchange.php
│   │   │   ├── schema
│   │   │   │   ├── Attr.AllowedClasses.txt
│   │   │   │   ├── Attr.AllowedFrameTargets.txt
│   │   │   │   ├── Attr.AllowedRel.txt
│   │   │   │   ├── Attr.AllowedRev.txt
│   │   │   │   ├── Attr.ClassUseCDATA.txt
│   │   │   │   ├── Attr.DefaultImageAlt.txt
│   │   │   │   ├── Attr.DefaultInvalidImageAlt.txt
│   │   │   │   ├── Attr.DefaultInvalidImage.txt
│   │   │   │   ├── Attr.DefaultTextDir.txt
│   │   │   │   ├── Attr.EnableID.txt
│   │   │   │   ├── Attr.ForbiddenClasses.txt
│   │   │   │   ├── Attr.IDBlacklistRegexp.txt
│   │   │   │   ├── Attr.IDBlacklist.txt
│   │   │   │   ├── Attr.ID.HTML5.txt
│   │   │   │   ├── Attr.IDPrefixLocal.txt
│   │   │   │   ├── Attr.IDPrefix.txt
│   │   │   │   ├── AutoFormat.AutoParagraph.txt
│   │   │   │   ├── AutoFormat.Custom.txt
│   │   │   │   ├── AutoFormat.DisplayLinkURI.txt
│   │   │   │   ├── AutoFormat.Linkify.txt
│   │   │   │   ├── AutoFormat.PurifierLinkify.DocURL.txt
│   │   │   │   ├── AutoFormat.PurifierLinkify.txt
│   │   │   │   ├── AutoFormat.RemoveEmpty.Predicate.txt
│   │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
│   │   │   │   ├── AutoFormat.RemoveEmpty.RemoveNbsp.txt
│   │   │   │   ├── AutoFormat.RemoveEmpty.txt
│   │   │   │   ├── AutoFormat.RemoveSpansWithoutAttributes.txt
│   │   │   │   ├── Cache.DefinitionImpl.txt
│   │   │   │   ├── Cache.SerializerPath.txt
│   │   │   │   ├── Cache.SerializerPermissions.txt
│   │   │   │   ├── Core.AggressivelyFixLt.txt
│   │   │   │   ├── Core.AggressivelyRemoveScript.txt
│   │   │   │   ├── Core.AllowHostnameUnderscore.txt
│   │   │   │   ├── Core.CollectErrors.txt
│   │   │   │   ├── Core.ColorKeywords.txt
│   │   │   │   ├── Core.ConvertDocumentToFragment.txt
│   │   │   │   ├── Core.DirectLexLineNumberSyncInterval.txt
│   │   │   │   ├── Core.DisableExcludes.txt
│   │   │   │   ├── Core.EnableIDNA.txt
│   │   │   │   ├── Core.Encoding.txt
│   │   │   │   ├── Core.EscapeInvalidChildren.txt
│   │   │   │   ├── Core.EscapeInvalidTags.txt
│   │   │   │   ├── Core.EscapeNonASCIICharacters.txt
│   │   │   │   ├── Core.HiddenElements.txt
│   │   │   │   ├── Core.Language.txt
│   │   │   │   ├── Core.LegacyEntityDecoder.txt
│   │   │   │   ├── Core.LexerImpl.txt
│   │   │   │   ├── Core.MaintainLineNumbers.txt
│   │   │   │   ├── Core.NormalizeNewlines.txt
│   │   │   │   ├── Core.RemoveInvalidImg.txt
│   │   │   │   ├── Core.RemoveProcessingInstructions.txt
│   │   │   │   ├── Core.RemoveScriptContents.txt
│   │   │   │   ├── CSS.AllowDuplicates.txt
│   │   │   │   ├── CSS.AllowedFonts.txt
│   │   │   │   ├── CSS.AllowedProperties.txt
│   │   │   │   ├── CSS.AllowImportant.txt
│   │   │   │   ├── CSS.AllowTricky.txt
│   │   │   │   ├── CSS.DefinitionRev.txt
│   │   │   │   ├── CSS.ForbiddenProperties.txt
│   │   │   │   ├── CSS.MaxImgLength.txt
│   │   │   │   ├── CSS.Proprietary.txt
│   │   │   │   ├── CSS.Trusted.txt
│   │   │   │   ├── Filter.Custom.txt
│   │   │   │   ├── Filter.ExtractStyleBlocks.Escaping.txt
│   │   │   │   ├── Filter.ExtractStyleBlocks.Scope.txt
│   │   │   │   ├── Filter.ExtractStyleBlocks.TidyImpl.txt
│   │   │   │   ├── Filter.ExtractStyleBlocks.txt
│   │   │   │   ├── Filter.YouTube.txt
│   │   │   │   ├── HTML.AllowedAttributes.txt
│   │   │   │   ├── HTML.AllowedCommentsRegexp.txt
│   │   │   │   ├── HTML.AllowedComments.txt
│   │   │   │   ├── HTML.AllowedElements.txt
│   │   │   │   ├── HTML.AllowedModules.txt
│   │   │   │   ├── HTML.Allowed.txt
│   │   │   │   ├── HTML.Attr.Name.UseCDATA.txt
│   │   │   │   ├── HTML.BlockWrapper.txt
│   │   │   │   ├── HTML.CoreModules.txt
│   │   │   │   ├── HTML.CustomDoctype.txt
│   │   │   │   ├── HTML.DefinitionID.txt
│   │   │   │   ├── HTML.DefinitionRev.txt
│   │   │   │   ├── HTML.Doctype.txt
│   │   │   │   ├── HTML.FlashAllowFullScreen.txt
│   │   │   │   ├── HTML.ForbiddenAttributes.txt
│   │   │   │   ├── HTML.ForbiddenElements.txt
│   │   │   │   ├── HTML.MaxImgLength.txt
│   │   │   │   ├── HTML.Nofollow.txt
│   │   │   │   ├── HTML.Parent.txt
│   │   │   │   ├── HTML.Proprietary.txt
│   │   │   │   ├── HTML.SafeEmbed.txt
│   │   │   │   ├── HTML.SafeIframe.txt
│   │   │   │   ├── HTML.SafeObject.txt
│   │   │   │   ├── HTML.SafeScripting.txt
│   │   │   │   ├── HTML.Strict.txt
│   │   │   │   ├── HTML.TargetBlank.txt
│   │   │   │   ├── HTML.TargetNoopener.txt
│   │   │   │   ├── HTML.TargetNoreferrer.txt
│   │   │   │   ├── HTML.TidyAdd.txt
│   │   │   │   ├── HTML.TidyLevel.txt
│   │   │   │   ├── HTML.TidyRemove.txt
│   │   │   │   ├── HTML.Trusted.txt
│   │   │   │   ├── HTML.XHTML.txt
│   │   │   │   ├── info.ini
│   │   │   │   ├── Output.CommentScriptContents.txt
│   │   │   │   ├── Output.FixInnerHTML.txt
│   │   │   │   ├── Output.FlashCompat.txt
│   │   │   │   ├── Output.Newline.txt
│   │   │   │   ├── Output.SortAttr.txt
│   │   │   │   ├── Output.TidyFormat.txt
│   │   │   │   ├── Test.ForceNoIconv.txt
│   │   │   │   ├── URI.AllowedSchemes.txt
│   │   │   │   ├── URI.Base.txt
│   │   │   │   ├── URI.DefaultScheme.txt
│   │   │   │   ├── URI.DefinitionID.txt
│   │   │   │   ├── URI.DefinitionRev.txt
│   │   │   │   ├── URI.DisableExternalResources.txt
│   │   │   │   ├── URI.DisableExternal.txt
│   │   │   │   ├── URI.DisableResources.txt
│   │   │   │   ├── URI.Disable.txt
│   │   │   │   ├── URI.HostBlacklist.txt
│   │   │   │   ├── URI.Host.txt
│   │   │   │   ├── URI.MakeAbsolute.txt
│   │   │   │   ├── URI.MungeResources.txt
│   │   │   │   ├── URI.MungeSecretKey.txt
│   │   │   │   ├── URI.Munge.txt
│   │   │   │   ├── URI.OverrideAllowedSchemes.txt
│   │   │   │   └── URI.SafeIframeRegexp.txt
│   │   │   ├── schema.ser
│   │   │   ├── ValidatorAtom.php
│   │   │   └── Validator.php
│   │   ├── ConfigSchema.php
│   │   ├── ContentSets.php
│   │   ├── Context.php
│   │   ├── CSSDefinition.php
│   │   ├── DefinitionCache
│   │   │   ├── Decorator
│   │   │   │   ├── Cleanup.php
│   │   │   │   ├── Memory.php
│   │   │   │   └── Template.php.in
│   │   │   ├── Decorator.php
│   │   │   ├── Null.php
│   │   │   ├── Serializer
│   │   │   │   └── README
│   │   │   └── Serializer.php
│   │   ├── DefinitionCacheFactory.php
│   │   ├── DefinitionCache.php
│   │   ├── Definition.php
│   │   ├── Doctype.php
│   │   ├── DoctypeRegistry.php
│   │   ├── ElementDef.php
│   │   ├── Encoder.php
│   │   ├── EntityLookup
│   │   │   └── entities.ser
│   │   ├── EntityLookup.php
│   │   ├── EntityParser.php
│   │   ├── ErrorCollector.php
│   │   ├── ErrorStruct.php
│   │   ├── Exception.php
│   │   ├── Filter
│   │   │   ├── ExtractStyleBlocks.php
│   │   │   └── YouTube.php
│   │   ├── Filter.php
│   │   ├── Generator.php
│   │   ├── HTMLDefinition.php
│   │   ├── HTMLModule
│   │   │   ├── Bdo.php
│   │   │   ├── CommonAttributes.php
│   │   │   ├── Edit.php
│   │   │   ├── Forms.php
│   │   │   ├── Hypertext.php
│   │   │   ├── Iframe.php
│   │   │   ├── Image.php
│   │   │   ├── Legacy.php
│   │   │   ├── List.php
│   │   │   ├── Name.php
│   │   │   ├── Nofollow.php
│   │   │   ├── NonXMLCommonAttributes.php
│   │   │   ├── Object.php
│   │   │   ├── Presentation.php
│   │   │   ├── Proprietary.php
│   │   │   ├── Ruby.php
│   │   │   ├── SafeEmbed.php
│   │   │   ├── SafeObject.php
│   │   │   ├── SafeScripting.php
│   │   │   ├── Scripting.php
│   │   │   ├── StyleAttribute.php
│   │   │   ├── Tables.php
│   │   │   ├── TargetBlank.php
│   │   │   ├── TargetNoopener.php
│   │   │   ├── TargetNoreferrer.php
│   │   │   ├── Target.php
│   │   │   ├── Text.php
│   │   │   ├── Tidy
│   │   │   │   ├── Name.php
│   │   │   │   ├── Proprietary.php
│   │   │   │   ├── Strict.php
│   │   │   │   ├── Transitional.php
│   │   │   │   ├── XHTMLAndHTML4.php
│   │   │   │   └── XHTML.php
│   │   │   ├── Tidy.php
│   │   │   └── XMLCommonAttributes.php
│   │   ├── HTMLModuleManager.php
│   │   ├── HTMLModule.php
│   │   ├── IDAccumulator.php
│   │   ├── Injector
│   │   │   ├── AutoParagraph.php
│   │   │   ├── DisplayLinkURI.php
│   │   │   ├── Linkify.php
│   │   │   ├── PurifierLinkify.php
│   │   │   ├── RemoveEmpty.php
│   │   │   ├── RemoveSpansWithoutAttributes.php
│   │   │   └── SafeObject.php
│   │   ├── Injector.php
│   │   ├── Language
│   │   │   ├── classes
│   │   │   │   └── en-x-test.php
│   │   │   └── messages
│   │   │   ├── en.php
│   │   │   ├── en-x-testmini.php
│   │   │   └── en-x-test.php
│   │   ├── LanguageFactory.php
│   │   ├── Language.php
│   │   ├── Length.php
│   │   ├── Lexer
│   │   │   ├── DirectLex.php
│   │   │   ├── DOMLex.php
│   │   │   └── PH5P.php
│   │   ├── Lexer.php
│   │   ├── LICENSE
│   │   ├── Node
│   │   │   ├── Comment.php
│   │   │   ├── Element.php
│   │   │   └── Text.php
│   │   ├── Node.php
│   │   ├── PercentEncoder.php
│   │   ├── Printer
│   │   │   ├── ConfigForm.css
│   │   │   ├── ConfigForm.js
│   │   │   ├── ConfigForm.php
│   │   │   ├── CSSDefinition.php
│   │   │   └── HTMLDefinition.php
│   │   ├── Printer.php
│   │   ├── PropertyListIterator.php
│   │   ├── PropertyList.php
│   │   ├── Queue.php
│   │   ├── SOURCE
│   │   ├── Strategy
│   │   │   ├── Composite.php
│   │   │   ├── Core.php
│   │   │   ├── FixNesting.php
│   │   │   ├── MakeWellFormed.php
│   │   │   ├── RemoveForeignElements.php
│   │   │   └── ValidateAttributes.php
│   │   ├── Strategy.php
│   │   ├── StringHashParser.php
│   │   ├── StringHash.php
│   │   ├── TagTransform
│   │   │   ├── Font.php
│   │   │   └── Simple.php
│   │   ├── TagTransform.php
│   │   ├── Token
│   │   │   ├── Comment.php
│   │   │   ├── Empty.php
│   │   │   ├── End.php
│   │   │   ├── Start.php
│   │   │   ├── Tag.php
│   │   │   └── Text.php
│   │   ├── TokenFactory.php
│   │   ├── Token.php
│   │   ├── UnitConverter.php
│   │   ├── URIDefinition.php
│   │   ├── URIFilter
│   │   │   ├── DisableExternal.php
│   │   │   ├── DisableExternalResources.php
│   │   │   ├── DisableResources.php
│   │   │   ├── HostBlacklist.php
│   │   │   ├── MakeAbsolute.php
│   │   │   ├── Munge.php
│   │   │   └── SafeIframe.php
│   │   ├── URIFilter.php
│   │   ├── URIParser.php
│   │   ├── URI.php
│   │   ├── URIScheme
│   │   │   ├── data.php
│   │   │   ├── file.php
│   │   │   ├── ftp.php
│   │   │   ├── http.php
│   │   │   ├── https.php
│   │   │   ├── mailto.php
│   │   │   ├── news.php
│   │   │   ├── nntp.php
│   │   │   └── tel.php
│   │   ├── URIScheme.php
│   │   ├── URISchemeRegistry.php
│   │   ├── VarParser
│   │   │   ├── Flexible.php
│   │   │   └── Native.php
│   │   ├── VarParserException.php
│   │   ├── VarParser.php
│   │   ├── VERSION
│   │   └── Zipper.php
│   ├── HTMLPurifier.autoload.php
│   ├── HTMLPurifier.php
│   ├── JShrink
│   │   ├── LICENSE
│   │   ├── Minifier.php
│   │   └── SOURCE
│   ├── lessphp
│   │   ├── lessc.inc.php
│   │   ├── LICENSE
│   │   └── SOURCE
│   ├── Parsedown
│   │   ├── LICENSE
│   │   ├── Parsedown.php
│   │   └── SOURCE
│   └── Zend
│   ├── Cache
│   │   ├── Backend
│   │   │   ├── Apc.php
│   │   │   ├── BlackHole.php
│   │   │   ├── ExtendedInterface.php
│   │   │   ├── File.php
│   │   │   ├── Interface.php
│   │   │   ├── Libmemcached.php
│   │   │   ├── Memcached.php
│   │   │   ├── Sqlite.php
│   │   │   ├── Static.php
│   │   │   ├── Test.php
│   │   │   ├── TwoLevels.php
│   │   │   ├── WinCache.php
│   │   │   ├── Xcache.php
│   │   │   ├── ZendPlatform.php
│   │   │   ├── ZendServer
│   │   │   │   ├── Disk.php
│   │   │   │   └── ShMem.php
│   │   │   └── ZendServer.php
│   │   ├── Backend.php
│   │   ├── Core.php
│   │   ├── Exception.php
│   │   ├── Frontend
│   │   │   ├── Capture.php
│   │   │   ├── Class.php
│   │   │   ├── File.php
│   │   │   ├── Function.php
│   │   │   ├── Output.php
│   │   │   └── Page.php
│   │   └── Manager.php
│   ├── Cache.php
│   ├── Config
│   │   ├── Exception.php
│   │   ├── Ini.php
│   │   ├── Writer
│   │   │   ├── Array.php
│   │   │   ├── FileAbstract.php
│   │   │   └── Ini.php
│   │   └── Writer.php
│   ├── Config.php
│   ├── Controller
│   │   ├── Action
│   │   │   ├── Exception.php
│   │   │   ├── Helper
│   │   │   │   ├── Abstract.php
│   │   │   │   ├── ActionStack.php
│   │   │   │   ├── AjaxContext.php
│   │   │   │   ├── AutoComplete
│   │   │   │   │   └── Abstract.php
│   │   │   │   ├── Cache.php
│   │   │   │   ├── ContextSwitch.php
│   │   │   │   ├── Json.php
│   │   │   │   ├── Redirector.php
│   │   │   │   ├── Url.php
│   │   │   │   └── ViewRenderer.php
│   │   │   ├── HelperBroker
│   │   │   │   └── PriorityStack.php
│   │   │   ├── HelperBroker.php
│   │   │   └── Interface.php
│   │   ├── Action.php
│   │   ├── Dispatcher
│   │   │   ├── Abstract.php
│   │   │   ├── Exception.php
│   │   │   ├── Interface.php
│   │   │   └── Standard.php
│   │   ├── Exception.php
│   │   ├── Front.php
│   │   ├── Plugin
│   │   │   ├── Abstract.php
│   │   │   ├── ActionStack.php
│   │   │   ├── Broker.php
│   │   │   ├── ErrorHandler.php
│   │   │   └── PutHandler.php
│   │   ├── Request
│   │   │   ├── Abstract.php
│   │   │   ├── Apache404.php
│   │   │   ├── Exception.php
│   │   │   ├── Http.php
│   │   │   ├── HttpTestCase.php
│   │   │   └── Simple.php
│   │   ├── Response
│   │   │   ├── Abstract.php
│   │   │   ├── Cli.php
│   │   │   ├── Exception.php
│   │   │   ├── Http.php
│   │   │   └── HttpTestCase.php
│   │   └── Router
│   │   ├── Abstract.php
│   │   ├── Exception.php
│   │   ├── Interface.php
│   │   ├── Rewrite.php
│   │   ├── Route
│   │   │   ├── Abstract.php
│   │   │   ├── Chain.php
│   │   │   ├── Hostname.php
│   │   │   ├── Interface.php
│   │   │   ├── Module.php
│   │   │   ├── Regex.php
│   │   │   └── Static.php
│   │   └── Route.php
│   ├── 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
│   │   │   ├── Exception.php
│   │   │   ├── Key
│   │   │   │   ├── Private.php
│   │   │   │   └── Public.php
│   │   │   └── Key.php
│   │   └── Rsa.php
│   ├── Crypt.php
│   ├── Date
│   │   ├── Cities.php
│   │   ├── DateObject.php
│   │   └── Exception.php
│   ├── Date.php
│   ├── Db
│   │   ├── Adapter
│   │   │   ├── Abstract.php
│   │   │   ├── Db2
│   │   │   │   └── Exception.php
│   │   │   ├── Db2.php
│   │   │   ├── Exception.php
│   │   │   ├── Mysqli
│   │   │   │   └── Exception.php
│   │   │   ├── Mysqli.php
│   │   │   ├── Oracle
│   │   │   │   └── Exception.php
│   │   │   ├── Oracle.php
│   │   │   ├── Pdo
│   │   │   │   ├── Abstract.php
│   │   │   │   ├── Ibm
│   │   │   │   │   ├── Db2.php
│   │   │   │   │   └── Ids.php
│   │   │   │   ├── Ibm.php
│   │   │   │   ├── Mssql.php
│   │   │   │   ├── Mysql.php
│   │   │   │   ├── Oci.php
│   │   │   │   ├── Pgsql.php
│   │   │   │   └── Sqlite.php
│   │   │   ├── Sqlsrv
│   │   │   │   └── Exception.php
│   │   │   └── Sqlsrv.php
│   │   ├── Exception.php
│   │   ├── Expr.php
│   │   ├── Profiler
│   │   │   ├── Exception.php
│   │   │   └── Query.php
│   │   ├── Profiler.php
│   │   ├── Select
│   │   │   └── Exception.php
│   │   ├── Select.php
│   │   ├── Statement
│   │   │   ├── Db2
│   │   │   │   └── Exception.php
│   │   │   ├── Db2.php
│   │   │   ├── Exception.php
│   │   │   ├── Interface.php
│   │   │   ├── Mysqli
│   │   │   │   └── Exception.php
│   │   │   ├── Mysqli.php
│   │   │   ├── Oracle
│   │   │   │   └── Exception.php
│   │   │   ├── Oracle.php
│   │   │   ├── Pdo
│   │   │   │   ├── Ibm.php
│   │   │   │   └── Oci.php
│   │   │   ├── Pdo.php
│   │   │   ├── Sqlsrv
│   │   │   │   └── Exception.php
│   │   │   └── Sqlsrv.php
│   │   ├── Statement.php
│   │   ├── Table
│   │   │   ├── Abstract.php
│   │   │   ├── Definition.php
│   │   │   ├── Exception.php
│   │   │   ├── Row
│   │   │   │   ├── Abstract.php
│   │   │   │   └── Exception.php
│   │   │   ├── Row.php
│   │   │   ├── Rowset
│   │   │   │   ├── Abstract.php
│   │   │   │   └── Exception.php
│   │   │   ├── Rowset.php
│   │   │   ├── Select
│   │   │   │   └── Exception.php
│   │   │   └── Select.php
│   │   └── Table.php
│   ├── Db.php
│   ├── Exception.php
│   ├── File
│   │   ├── ClassFileLocator.php
│   │   ├── PhpClassFile.php
│   │   ├── Transfer
│   │   │   ├── Adapter
│   │   │   │   ├── Abstract.php
│   │   │   │   └── Http.php
│   │   │   └── Exception.php
│   │   └── Transfer.php
│   ├── Filter
│   │   ├── Alnum.php
│   │   ├── Alpha.php
│   │   ├── BaseName.php
│   │   ├── Boolean.php
│   │   ├── Callback.php
│   │   ├── Compress
│   │   │   ├── Bz2.php
│   │   │   ├── CompressAbstract.php
│   │   │   ├── CompressInterface.php
│   │   │   ├── Gz.php
│   │   │   ├── Lzf.php
│   │   │   ├── Rar.php
│   │   │   ├── Tar.php
│   │   │   └── Zip.php
│   │   ├── Compress.php
│   │   ├── Decompress.php
│   │   ├── Decrypt.php
│   │   ├── Digits.php
│   │   ├── Dir.php
│   │   ├── Encrypt
│   │   │   ├── Interface.php
│   │   │   ├── Mcrypt.php
│   │   │   └── Openssl.php
│   │   ├── Encrypt.php
│   │   ├── Exception.php
│   │   ├── File
│   │   │   ├── Decrypt.php
│   │   │   ├── Encrypt.php
│   │   │   ├── LowerCase.php
│   │   │   ├── Rename.php
│   │   │   └── UpperCase.php
│   │   ├── HtmlEntities.php
│   │   ├── Inflector.php
│   │   ├── Input.php
│   │   ├── Interface.php
│   │   ├── Int.php
│   │   ├── LocalizedToNormalized.php
│   │   ├── NormalizedToLocalized.php
│   │   ├── Null.php
│   │   ├── PregReplace.php
│   │   ├── RealPath.php
│   │   ├── StringToLower.php
│   │   ├── StringToUpper.php
│   │   ├── StringTrim.php
│   │   ├── StripNewlines.php
│   │   ├── StripTags.php
│   │   └── Word
│   │   ├── CamelCaseToDash.php
│   │   ├── CamelCaseToSeparator.php
│   │   ├── CamelCaseToUnderscore.php
│   │   ├── DashToCamelCase.php
│   │   ├── DashToSeparator.php
│   │   ├── DashToUnderscore.php
│   │   ├── Separator
│   │   │   └── Abstract.php
│   │   ├── SeparatorToCamelCase.php
│   │   ├── SeparatorToDash.php
│   │   ├── SeparatorToSeparator.php
│   │   ├── UnderscoreToCamelCase.php
│   │   ├── UnderscoreToDash.php
│   │   └── UnderscoreToSeparator.php
│   ├── Filter.php
│   ├── Form
│   │   ├── Decorator
│   │   │   ├── Abstract.php
│   │   │   ├── Callback.php
│   │   │   ├── Captcha.php
│   │   │   ├── Description.php
│   │   │   ├── DtDdWrapper.php
│   │   │   ├── Errors.php
│   │   │   ├── Exception.php
│   │   │   ├── Fieldset.php
│   │   │   ├── File.php
│   │   │   ├── FormElements.php
│   │   │   ├── FormErrors.php
│   │   │   ├── Form.php
│   │   │   ├── HtmlTag.php
│   │   │   ├── Image.php
│   │   │   ├── Interface.php
│   │   │   ├── Label.php
│   │   │   ├── Marker
│   │   │   │   └── File
│   │   │   │   └── Interface.php
│   │   │   ├── PrepareElements.php
│   │   │   ├── Tooltip.php
│   │   │   ├── ViewHelper.php
│   │   │   └── ViewScript.php
│   │   ├── DisplayGroup.php
│   │   ├── Element
│   │   │   ├── Button.php
│   │   │   ├── Checkbox.php
│   │   │   ├── Exception.php
│   │   │   ├── File.php
│   │   │   ├── Hidden.php
│   │   │   ├── Image.php
│   │   │   ├── MultiCheckbox.php
│   │   │   ├── Multi.php
│   │   │   ├── Multiselect.php
│   │   │   ├── Note.php
│   │   │   ├── Password.php
│   │   │   ├── Radio.php
│   │   │   ├── Reset.php
│   │   │   ├── Select.php
│   │   │   ├── Submit.php
│   │   │   ├── Textarea.php
│   │   │   ├── Text.php
│   │   │   └── Xhtml.php
│   │   ├── Element.php
│   │   ├── Exception.php
│   │   └── SubForm.php
│   ├── Form.php
│   ├── Json
│   │   ├── Decoder.php
│   │   ├── Encoder.php
│   │   ├── Exception.php
│   │   └── Expr.php
│   ├── Json.php
│   ├── Layout
│   │   ├── Controller
│   │   │   ├── Action
│   │   │   │   └── Helper
│   │   │   │   └── Layout.php
│   │   │   └── Plugin
│   │   │   └── Layout.php
│   │   └── Exception.php
│   ├── Layout.php
│   ├── LICENSE.txt
│   ├── Loader
│   │   ├── Autoloader
│   │   │   └── Interface.php
│   │   ├── Autoloader.php
│   │   ├── Exception
│   │   │   └── InvalidArgumentException.php
│   │   ├── Exception.php
│   │   ├── PluginLoader
│   │   │   ├── Exception.php
│   │   │   └── Interface.php
│   │   └── PluginLoader.php
│   ├── Loader.php
│   ├── Locale
│   │   ├── Data
│   │   │   └── Translation.php
│   │   ├── Data.php
│   │   ├── Exception.php
│   │   ├── Format.php
│   │   ├── Math
│   │   │   ├── Exception.php
│   │   │   └── PhpMath.php
│   │   └── Math.php
│   ├── Locale.php
│   ├── Log
│   │   ├── Exception.php
│   │   ├── FactoryInterface.php
│   │   ├── Filter
│   │   │   ├── Abstract.php
│   │   │   ├── Interface.php
│   │   │   ├── Message.php
│   │   │   ├── Priority.php
│   │   │   └── Suppress.php
│   │   ├── Formatter
│   │   │   ├── Abstract.php
│   │   │   ├── Interface.php
│   │   │   ├── Simple.php
│   │   │   └── Xml.php
│   │   └── Writer
│   │   ├── Abstract.php
│   │   ├── Db.php
│   │   ├── Mail.php
│   │   ├── Mock.php
│   │   ├── Null.php
│   │   ├── Stream.php
│   │   ├── Syslog.php
│   │   └── ZendMonitor.php
│   ├── Log.php
│   ├── Mail
│   │   ├── Exception.php
│   │   ├── Header
│   │   │   ├── HeaderName.php
│   │   │   └── HeaderValue.php
│   │   ├── Message
│   │   │   ├── File.php
│   │   │   └── Interface.php
│   │   ├── Message.php
│   │   ├── Part
│   │   │   ├── File.php
│   │   │   └── Interface.php
│   │   ├── Part.php
│   │   ├── Protocol
│   │   │   ├── Abstract.php
│   │   │   ├── Exception.php
│   │   │   ├── Imap.php
│   │   │   ├── Pop3.php
│   │   │   ├── Smtp
│   │   │   │   └── Auth
│   │   │   │   ├── Crammd5.php
│   │   │   │   ├── Login.php
│   │   │   │   └── Plain.php
│   │   │   └── Smtp.php
│   │   ├── Storage
│   │   │   ├── Abstract.php
│   │   │   ├── Exception.php
│   │   │   ├── Folder
│   │   │   │   ├── Interface.php
│   │   │   │   ├── Maildir.php
│   │   │   │   └── Mbox.php
│   │   │   ├── Folder.php
│   │   │   ├── Imap.php
│   │   │   ├── Maildir.php
│   │   │   ├── Mbox.php
│   │   │   ├── Pop3.php
│   │   │   └── Writable
│   │   │   ├── Interface.php
│   │   │   └── Maildir.php
│   │   ├── Storage.php
│   │   └── Transport
│   │   ├── Abstract.php
│   │   ├── Exception.php
│   │   ├── File.php
│   │   ├── Sendmail.php
│   │   └── Smtp.php
│   ├── Mail.php
│   ├── Mime
│   │   ├── Decode.php
│   │   ├── Exception.php
│   │   ├── Message.php
│   │   └── Part.php
│   ├── Mime.php
│   ├── Paginator
│   │   ├── Adapter
│   │   │   ├── Array.php
│   │   │   ├── DbSelect.php
│   │   │   ├── DbTableSelect.php
│   │   │   ├── Interface.php
│   │   │   ├── Iterator.php
│   │   │   └── Null.php
│   │   ├── AdapterAggregate.php
│   │   ├── Exception.php
│   │   ├── ScrollingStyle
│   │   │   ├── All.php
│   │   │   ├── Elastic.php
│   │   │   ├── Interface.php
│   │   │   ├── Jumping.php
│   │   │   └── Sliding.php
│   │   └── SerializableLimitIterator.php
│   ├── Paginator.php
│   ├── ProgressBar
│   │   ├── Adapter
│   │   │   ├── Exception.php
│   │   │   ├── JsPull.php
│   │   │   └── JsPush.php
│   │   ├── Adapter.php
│   │   └── Exception.php
│   ├── ProgressBar.php
│   ├── README.md
│   ├── Registry.php
│   ├── Server
│   │   ├── Abstract.php
│   │   ├── Cache.php
│   │   ├── Definition.php
│   │   ├── Exception.php
│   │   ├── Interface.php
│   │   ├── Method
│   │   │   ├── Callback.php
│   │   │   ├── Definition.php
│   │   │   ├── Parameter.php
│   │   │   └── Prototype.php
│   │   ├── Reflection
│   │   │   ├── Class.php
│   │   │   ├── Exception.php
│   │   │   ├── Function
│   │   │   │   └── Abstract.php
│   │   │   ├── Function.php
│   │   │   ├── Method.php
│   │   │   ├── Node.php
│   │   │   ├── Parameter.php
│   │   │   ├── Prototype.php
│   │   │   └── ReturnValue.php
│   │   └── Reflection.php
│   ├── Session
│   │   ├── Abstract.php
│   │   ├── Exception.php
│   │   ├── Namespace.php
│   │   ├── SaveHandler
│   │   │   ├── DbTable.php
│   │   │   ├── Exception.php
│   │   │   └── Interface.php
│   │   └── Validator
│   │   ├── Abstract.php
│   │   ├── Exception.php
│   │   ├── HttpUserAgent.php
│   │   └── Interface.php
│   ├── Session.php
│   ├── Soap
│   │   ├── AutoDiscover
│   │   │   └── Exception.php
│   │   ├── AutoDiscover.php
│   │   ├── Client
│   │   │   ├── Common.php
│   │   │   ├── DotNet.php
│   │   │   ├── Exception.php
│   │   │   └── Local.php
│   │   ├── Client.php
│   │   ├── Server
│   │   │   ├── Exception.php
│   │   │   └── Proxy.php
│   │   ├── Server.php
│   │   ├── Wsdl
│   │   │   ├── Exception.php
│   │   │   └── Strategy
│   │   │   ├── Abstract.php
│   │   │   ├── AnyType.php
│   │   │   ├── ArrayOfTypeComplex.php
│   │   │   ├── ArrayOfTypeSequence.php
│   │   │   ├── Composite.php
│   │   │   ├── DefaultComplexType.php
│   │   │   └── Interface.php
│   │   └── Wsdl.php
│   ├── TimeSync
│   │   ├── Exception.php
│   │   ├── Ntp.php
│   │   ├── Protocol.php
│   │   └── Sntp.php
│   ├── TimeSync.php
│   ├── Translate
│   │   ├── Adapter.php
│   │   ├── Exception.php
│   │   └── Plural.php
│   ├── Translate.php
│   ├── Uri
│   │   ├── Exception.php
│   │   └── Http.php
│   ├── Uri.php
│   ├── Validate
│   │   ├── Abstract.php
│   │   ├── Alnum.php
│   │   ├── Alpha.php
│   │   ├── Barcode
│   │   │   ├── AdapterAbstract.php
│   │   │   ├── AdapterInterface.php
│   │   │   ├── Code25interleaved.php
│   │   │   ├── Code25.php
│   │   │   ├── Code39ext.php
│   │   │   ├── Code39.php
│   │   │   ├── Code93ext.php
│   │   │   ├── Code93.php
│   │   │   ├── Ean12.php
│   │   │   ├── Ean13.php
│   │   │   ├── Ean14.php
│   │   │   ├── Ean18.php
│   │   │   ├── Ean2.php
│   │   │   ├── Ean5.php
│   │   │   ├── Ean8.php
│   │   │   ├── Gtin12.php
│   │   │   ├── Gtin13.php
│   │   │   ├── Gtin14.php
│   │   │   ├── Identcode.php
│   │   │   ├── Intelligentmail.php
│   │   │   ├── Issn.php
│   │   │   ├── Itf14.php
│   │   │   ├── Leitcode.php
│   │   │   ├── Planet.php
│   │   │   ├── Postnet.php
│   │   │   ├── Royalmail.php
│   │   │   ├── Sscc.php
│   │   │   ├── Upca.php
│   │   │   └── Upce.php
│   │   ├── Barcode.php
│   │   ├── Between.php
│   │   ├── Callback.php
│   │   ├── Ccnum.php
│   │   ├── CreditCard.php
│   │   ├── Date.php
│   │   ├── Db
│   │   │   ├── Abstract.php
│   │   │   ├── NoRecordExists.php
│   │   │   └── RecordExists.php
│   │   ├── Digits.php
│   │   ├── EmailAddress.php
│   │   ├── Exception.php
│   │   ├── File
│   │   │   ├── Count.php
│   │   │   ├── Crc32.php
│   │   │   ├── ExcludeExtension.php
│   │   │   ├── ExcludeMimeType.php
│   │   │   ├── Exists.php
│   │   │   ├── Extension.php
│   │   │   ├── FilesSize.php
│   │   │   ├── Hash.php
│   │   │   ├── ImageSize.php
│   │   │   ├── IsCompressed.php
│   │   │   ├── IsImage.php
│   │   │   ├── Md5.php
│   │   │   ├── MimeType.php
│   │   │   ├── NotExists.php
│   │   │   ├── Sha1.php
│   │   │   ├── Size.php
│   │   │   ├── Upload.php
│   │   │   └── WordCount.php
│   │   ├── Float.php
│   │   ├── GreaterThan.php
│   │   ├── Hex.php
│   │   ├── Hostname
│   │   │   ├── Biz.php
│   │   │   ├── Cn.php
│   │   │   ├── Com.php
│   │   │   └── Jp.php
│   │   ├── Hostname.php
│   │   ├── Iban.php
│   │   ├── Identical.php
│   │   ├── InArray.php
│   │   ├── Interface.php
│   │   ├── Int.php
│   │   ├── Ip.php
│   │   ├── Isbn.php
│   │   ├── LessThan.php
│   │   ├── NotEmpty.php
│   │   ├── PostCode.php
│   │   ├── Regex.php
│   │   ├── Sitemap
│   │   │   ├── Changefreq.php
│   │   │   ├── Lastmod.php
│   │   │   ├── Loc.php
│   │   │   └── Priority.php
│   │   └── StringLength.php
│   ├── Validate.php
│   ├── VERSION
│   ├── View
│   │   ├── Abstract.php
│   │   ├── Exception.php
│   │   ├── Helper
│   │   │   ├── Abstract.php
│   │   │   ├── Action.php
│   │   │   ├── BaseUrl.php
│   │   │   ├── Cycle.php
│   │   │   ├── DeclareVars.php
│   │   │   ├── Doctype.php
│   │   │   ├── Fieldset.php
│   │   │   ├── FormButton.php
│   │   │   ├── FormCheckbox.php
│   │   │   ├── FormElement.php
│   │   │   ├── FormErrors.php
│   │   │   ├── FormFile.php
│   │   │   ├── FormHidden.php
│   │   │   ├── FormImage.php
│   │   │   ├── FormLabel.php
│   │   │   ├── FormMultiCheckbox.php
│   │   │   ├── FormNote.php
│   │   │   ├── FormPassword.php
│   │   │   ├── Form.php
│   │   │   ├── FormRadio.php
│   │   │   ├── FormReset.php
│   │   │   ├── FormSelect.php
│   │   │   ├── FormSubmit.php
│   │   │   ├── FormTextarea.php
│   │   │   ├── FormText.php
│   │   │   ├── Gravatar.php
│   │   │   ├── HeadLink.php
│   │   │   ├── HeadMeta.php
│   │   │   ├── HeadScript.php
│   │   │   ├── HeadStyle.php
│   │   │   ├── HeadTitle.php
│   │   │   ├── HtmlElement.php
│   │   │   ├── HtmlFlash.php
│   │   │   ├── HtmlList.php
│   │   │   ├── HtmlObject.php
│   │   │   ├── HtmlPage.php
│   │   │   ├── HtmlQuicktime.php
│   │   │   ├── InlineScript.php
│   │   │   ├── Interface.php
│   │   │   ├── Json.php
│   │   │   ├── Layout.php
│   │   │   ├── PaginationControl.php
│   │   │   ├── Partial
│   │   │   │   └── Exception.php
│   │   │   ├── PartialLoop.php
│   │   │   ├── Partial.php
│   │   │   ├── Placeholder
│   │   │   │   ├── Container
│   │   │   │   │   ├── Abstract.php
│   │   │   │   │   ├── Exception.php
│   │   │   │   │   └── Standalone.php
│   │   │   │   ├── Container.php
│   │   │   │   ├── Registry
│   │   │   │   │   └── Exception.php
│   │   │   │   └── Registry.php
│   │   │   ├── Placeholder.php
│   │   │   ├── RenderToPlaceholder.php
│   │   │   ├── ServerUrl.php
│   │   │   ├── Translate.php
│   │   │   └── Url.php
│   │   ├── Interface.php
│   │   └── Stream.php
│   ├── View.php
│   └── Xml
│   ├── Exception.php
│   └── Security.php
├── modules
│   ├── doc
│   │   ├── application
│   │   │   ├── controllers
│   │   │   │   ├── IcingawebController.php
│   │   │   │   ├── IndexController.php
│   │   │   │   ├── ModuleController.php
│   │   │   │   ├── SearchController.php
│   │   │   │   └── StyleController.php
│   │   │   ├── locale
│   │   │   │   ├── de_DE
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── doc.mo
│   │   │   │   │   └── doc.po
│   │   │   │   ├── ja_JP
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── doc.mo
│   │   │   │   │   └── doc.po
│   │   │   │   └── uk_UA
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── doc.mo
│   │   │   │   └── doc.po
│   │   │   └── views
│   │   │   └── scripts
│   │   │   ├── chapter.phtml
│   │   │   ├── index
│   │   │   │   └── index.phtml
│   │   │   ├── module
│   │   │   │   └── index.phtml
│   │   │   ├── pdf.phtml
│   │   │   ├── search
│   │   │   │   └── index.phtml
│   │   │   ├── style
│   │   │   │   ├── font.phtml
│   │   │   │   └── guide.phtml
│   │   │   └── toc.phtml
│   │   ├── configuration.php
│   │   ├── doc
│   │   │   ├── 01-About.md
│   │   │   ├── 02-Installation.md
│   │   │   ├── 03-Module-Documentation.md
│   │   │   └── img
│   │   │   └── markdown.png
│   │   ├── library
│   │   │   └── Doc
│   │   │   ├── DocController.php
│   │   │   ├── DocParser.php
│   │   │   ├── DocSectionFilterIterator.php
│   │   │   ├── DocSection.php
│   │   │   ├── Exception
│   │   │   │   ├── ChapterNotFoundException.php
│   │   │   │   └── DocException.php
│   │   │   ├── Renderer
│   │   │   │   ├── DocRenderer.php
│   │   │   │   ├── DocSearchRenderer.php
│   │   │   │   ├── DocSectionRenderer.php
│   │   │   │   └── DocTocRenderer.php
│   │   │   └── Search
│   │   │   ├── DocSearchIterator.php
│   │   │   ├── DocSearchMatch.php
│   │   │   └── DocSearch.php
│   │   ├── module.info
│   │   ├── public
│   │   │   ├── css
│   │   │   │   └── module.less
│   │   │   └── js
│   │   │   └── module.js
│   │   └── run.php
│   ├── migrate
│   │   ├── application
│   │   │   └── clicommands
│   │   │   ├── ConfigCommand.php
│   │   │   └── DashboardCommand.php
│   │   ├── library
│   │   │   └── Migrate
│   │   │   └── Config
│   │   │   └── UserDomainMigration.php
│   │   └── module.info
│   ├── monitoring
│   │   ├── application
│   │   │   ├── clicommands
│   │   │   │   ├── ConferenceCommand.php
│   │   │   │   ├── ListCommand.php
│   │   │   │   └── NrpeCommand.php
│   │   │   ├── controllers
│   │   │   │   ├── ActionsController.php
│   │   │   │   ├── AlertsummaryController.php
│   │   │   │   ├── CommentController.php
│   │   │   │   ├── CommentsController.php
│   │   │   │   ├── ConfigController.php
│   │   │   │   ├── DowntimeController.php
│   │   │   │   ├── DowntimesController.php
│   │   │   │   ├── EventController.php
│   │   │   │   ├── HealthController.php
│   │   │   │   ├── HostController.php
│   │   │   │   ├── HostsController.php
│   │   │   │   ├── ListController.php
│   │   │   │   ├── ServiceController.php
│   │   │   │   ├── ServicesController.php
│   │   │   │   ├── ShowController.php
│   │   │   │   ├── TacticalController.php
│   │   │   │   └── TimelineController.php
│   │   │   ├── forms
│   │   │   │   ├── Command
│   │   │   │   │   ├── CommandForm.php
│   │   │   │   │   ├── Instance
│   │   │   │   │   │   ├── DisableNotificationsExpireCommandForm.php
│   │   │   │   │   │   └── ToggleInstanceFeaturesCommandForm.php
│   │   │   │   │   └── Object
│   │   │   │   │   ├── AcknowledgeProblemCommandForm.php
│   │   │   │   │   ├── AddCommentCommandForm.php
│   │   │   │   │   ├── CheckNowCommandForm.php
│   │   │   │   │   ├── DeleteCommentCommandForm.php
│   │   │   │   │   ├── DeleteCommentsCommandForm.php
│   │   │   │   │   ├── DeleteDowntimeCommandForm.php
│   │   │   │   │   ├── DeleteDowntimesCommandForm.php
│   │   │   │   │   ├── ObjectsCommandForm.php
│   │   │   │   │   ├── ProcessCheckResultCommandForm.php
│   │   │   │   │   ├── RemoveAcknowledgementCommandForm.php
│   │   │   │   │   ├── ScheduleHostCheckCommandForm.php
│   │   │   │   │   ├── ScheduleHostDowntimeCommandForm.php
│   │   │   │   │   ├── ScheduleServiceCheckCommandForm.php
│   │   │   │   │   ├── ScheduleServiceDowntimeCommandForm.php
│   │   │   │   │   ├── SendCustomNotificationCommandForm.php
│   │   │   │   │   └── ToggleObjectFeaturesCommandForm.php
│   │   │   │   ├── Config
│   │   │   │   │   ├── BackendConfigForm.php
│   │   │   │   │   ├── SecurityConfigForm.php
│   │   │   │   │   ├── Transport
│   │   │   │   │   │   ├── ApiTransportForm.php
│   │   │   │   │   │   ├── LocalTransportForm.php
│   │   │   │   │   │   └── RemoteTransportForm.php
│   │   │   │   │   ├── TransportConfigForm.php
│   │   │   │   │   └── TransportReorderForm.php
│   │   │   │   ├── EventOverviewForm.php
│   │   │   │   ├── Navigation
│   │   │   │   │   ├── ActionForm.php
│   │   │   │   │   ├── HostActionForm.php
│   │   │   │   │   └── ServiceActionForm.php
│   │   │   │   ├── Setup
│   │   │   │   │   ├── BackendPage.php
│   │   │   │   │   ├── IdoResourcePage.php
│   │   │   │   │   ├── SecurityPage.php
│   │   │   │   │   ├── TransportPage.php
│   │   │   │   │   └── WelcomePage.php
│   │   │   │   └── StatehistoryForm.php
│   │   │   ├── locale
│   │   │   │   ├── ar_SA
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── monitoring.mo
│   │   │   │   │   └── monitoring.po
│   │   │   │   ├── de_DE
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── monitoring.mo
│   │   │   │   │   └── monitoring.po
│   │   │   │   ├── it_IT
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── monitoring.mo
│   │   │   │   │   └── monitoring.po
│   │   │   │   ├── ja_JP
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── monitoring.mo
│   │   │   │   │   └── monitoring.po
│   │   │   │   ├── pt_BR
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── monitoring.mo
│   │   │   │   │   └── monitoring.po
│   │   │   │   ├── ru_RU
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   └── monitoring.po
│   │   │   │   └── uk_UA
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── monitoring.mo
│   │   │   │   └── monitoring.po
│   │   │   └── views
│   │   │   ├── helpers
│   │   │   │   ├── CheckPerformance.php
│   │   │   │   ├── ContactFlags.php
│   │   │   │   ├── Customvar.php
│   │   │   │   ├── EscapeComment.php
│   │   │   │   ├── HostFlags.php
│   │   │   │   ├── IconImage.php
│   │   │   │   ├── Link.php
│   │   │   │   ├── MonitoringFlags.php
│   │   │   │   ├── Perfdata.php
│   │   │   │   ├── PluginOutput.php
│   │   │   │   ├── RuntimeVariables.php
│   │   │   │   └── ServiceFlags.php
│   │   │   └── scripts
│   │   │   ├── alertsummary
│   │   │   │   ├── defectimage.phtml
│   │   │   │   └── index.phtml
│   │   │   ├── comment
│   │   │   │   ├── remove.phtml
│   │   │   │   └── show.phtml
│   │   │   ├── comments
│   │   │   │   ├── delete-all.phtml
│   │   │   │   └── show.phtml
│   │   │   ├── config
│   │   │   │   ├── form.phtml
│   │   │   │   ├── index.phtml
│   │   │   │   └── security.phtml
│   │   │   ├── downtime
│   │   │   │   ├── remove.phtml
│   │   │   │   └── show.phtml
│   │   │   ├── downtimes
│   │   │   │   ├── delete-all.phtml
│   │   │   │   └── show.phtml
│   │   │   ├── event
│   │   │   │   └── show.phtml
│   │   │   ├── form
│   │   │   │   └── reorder-command-transports.phtml
│   │   │   ├── health
│   │   │   │   ├── disable-notifications.phtml
│   │   │   │   ├── info.phtml
│   │   │   │   ├── not-running.phtml
│   │   │   │   └── stats.phtml
│   │   │   ├── host
│   │   │   │   ├── services.phtml
│   │   │   │   └── show.phtml
│   │   │   ├── hosts
│   │   │   │   └── show.phtml
│   │   │   ├── list
│   │   │   │   ├── comments.phtml
│   │   │   │   ├── components
│   │   │   │   │   ├── hostssummary.phtml
│   │   │   │   │   ├── selectioninfo.phtml
│   │   │   │   │   └── servicesummary.phtml
│   │   │   │   ├── contactgroups.phtml
│   │   │   │   ├── contacts.phtml
│   │   │   │   ├── downtimes.phtml
│   │   │   │   ├── eventgrid.phtml
│   │   │   │   ├── eventhistory.phtml
│   │   │   │   ├── hostgroup-grid.phtml
│   │   │   │   ├── hostgroups.phtml
│   │   │   │   ├── hosts.phtml
│   │   │   │   ├── notifications.phtml
│   │   │   │   ├── servicegrid-flipped.phtml
│   │   │   │   ├── servicegrid.phtml
│   │   │   │   ├── servicegroup-grid.phtml
│   │   │   │   ├── servicegroups.phtml
│   │   │   │   └── services.phtml
│   │   │   ├── object
│   │   │   │   ├── detail-history.phtml
│   │   │   │   └── detail-tabhook.phtml
│   │   │   ├── partials
│   │   │   │   ├── command
│   │   │   │   │   ├── object-command-form.phtml
│   │   │   │   │   └── objects-command-form.phtml
│   │   │   │   ├── comment
│   │   │   │   │   ├── comment-description.phtml
│   │   │   │   │   ├── comment-detail.phtml
│   │   │   │   │   ├── comment-header.phtml
│   │   │   │   │   └── comments-header.phtml
│   │   │   │   ├── downtime
│   │   │   │   │   ├── downtime-header.phtml
│   │   │   │   │   └── downtimes-header.phtml
│   │   │   │   ├── event-history.phtml
│   │   │   │   ├── host
│   │   │   │   │   └── objects-header.phtml
│   │   │   │   ├── object
│   │   │   │   │   ├── detail-content.phtml
│   │   │   │   │   ├── host-header.phtml
│   │   │   │   │   ├── quick-actions.phtml
│   │   │   │   │   └── service-header.phtml
│   │   │   │   ├── service
│   │   │   │   │   └── objects-header.phtml
│   │   │   │   └── show-more.phtml
│   │   │   ├── service
│   │   │   │   └── show.phtml
│   │   │   ├── services
│   │   │   │   └── show.phtml
│   │   │   ├── show
│   │   │   │   ├── components
│   │   │   │   │   ├── acknowledgement.phtml
│   │   │   │   │   ├── actions.phtml
│   │   │   │   │   ├── checksource.phtml
│   │   │   │   │   ├── checkstatistics.phtml
│   │   │   │   │   ├── checktimeperiod.phtml
│   │   │   │   │   ├── command.phtml
│   │   │   │   │   ├── comments.phtml
│   │   │   │   │   ├── contacts.phtml
│   │   │   │   │   ├── customvars.phtml
│   │   │   │   │   ├── downtime.phtml
│   │   │   │   │   ├── extensions.phtml
│   │   │   │   │   ├── flags.phtml
│   │   │   │   │   ├── flapping.phtml
│   │   │   │   │   ├── grapher.phtml
│   │   │   │   │   ├── hostgroups.phtml
│   │   │   │   │   ├── notes.phtml
│   │   │   │   │   ├── notifications.phtml
│   │   │   │   │   ├── output.phtml
│   │   │   │   │   ├── perfdata.phtml
│   │   │   │   │   ├── reachable.phtml
│   │   │   │   │   ├── servicegroups.phtml
│   │   │   │   │   └── status.phtml
│   │   │   │   └── contact.phtml
│   │   │   ├── tactical
│   │   │   │   ├── components
│   │   │   │   │   ├── hostservicechecks.phtml
│   │   │   │   │   ├── monitoringfeatures.phtml
│   │   │   │   │   ├── ok_hosts.phtml
│   │   │   │   │   ├── parts
│   │   │   │   │   │   └── servicestatesummarybyhoststate.phtml
│   │   │   │   │   └── problem_hosts.phtml
│   │   │   │   └── index.phtml
│   │   │   └── timeline
│   │   │   └── index.phtml
│   │   ├── configuration.php
│   │   ├── doc
│   │   │   ├── 01-About.md
│   │   │   ├── 02-Installation.md
│   │   │   ├── 03-Configuration.md
│   │   │   ├── 04-Backends.md
│   │   │   ├── 05-Command-Transports.md
│   │   │   ├── 06-Security.md
│   │   │   ├── 10-Restrict-Custom-Variables.md
│   │   │   ├── 11-Add-Columns-List-Views.md
│   │   │   ├── 20-Hooks.md
│   │   │   └── img
│   │   │   ├── hooks-detailviewextension-01.png
│   │   │   ├── list_hosts_add_columns.png
│   │   │   └── list_services_add_columns.png
│   │   ├── library
│   │   │   └── Monitoring
│   │   │   ├── Backend
│   │   │   │   ├── Ido
│   │   │   │   │   ├── IdoBackend.php
│   │   │   │   │   └── Query
│   │   │   │   │   ├── AllcontactsQuery.php
│   │   │   │   │   ├── CommandQuery.php
│   │   │   │   │   ├── CommentdeletionhistoryQuery.php
│   │   │   │   │   ├── CommenteventQuery.php
│   │   │   │   │   ├── CommenthistoryQuery.php
│   │   │   │   │   ├── CommentQuery.php
│   │   │   │   │   ├── ContactgroupQuery.php
│   │   │   │   │   ├── ContactQuery.php
│   │   │   │   │   ├── CustomvarQuery.php
│   │   │   │   │   ├── DowntimeendhistoryQuery.php
│   │   │   │   │   ├── DowntimeeventQuery.php
│   │   │   │   │   ├── DowntimeQuery.php
│   │   │   │   │   ├── DowntimestarthistoryQuery.php
│   │   │   │   │   ├── EmptyhostgroupQuery.php
│   │   │   │   │   ├── EmptyservicegroupQuery.php
│   │   │   │   │   ├── EventgridhostsQuery.php
│   │   │   │   │   ├── EventgridQuery.php
│   │   │   │   │   ├── EventgridservicesQuery.php
│   │   │   │   │   ├── EventhistoryQuery.php
│   │   │   │   │   ├── FlappingendhistoryQuery.php
│   │   │   │   │   ├── FlappingeventQuery.php
│   │   │   │   │   ├── FlappingstarthistoryQuery.php
│   │   │   │   │   ├── GroupsummaryQuery.php
│   │   │   │   │   ├── HostcommentdeletionhistoryQuery.php
│   │   │   │   │   ├── HostcommenthistoryQuery.php
│   │   │   │   │   ├── HostcommentQuery.php
│   │   │   │   │   ├── HostcontactQuery.php
│   │   │   │   │   ├── HostdowntimeendhistoryQuery.php
│   │   │   │   │   ├── HostdowntimeQuery.php
│   │   │   │   │   ├── HostdowntimestarthistoryQuery.php
│   │   │   │   │   ├── HostflappingendhistoryQuery.php
│   │   │   │   │   ├── HostflappingstarthistoryQuery.php
│   │   │   │   │   ├── HostgroupQuery.php
│   │   │   │   │   ├── HostgroupsummaryQuery.php
│   │   │   │   │   ├── HostnotificationQuery.php
│   │   │   │   │   ├── HostserviceproblemsummaryQuery.php
│   │   │   │   │   ├── HoststatehistoryQuery.php
│   │   │   │   │   ├── HoststatusQuery.php
│   │   │   │   │   ├── HoststatussummaryQuery.php
│   │   │   │   │   ├── IdoQuery.php
│   │   │   │   │   ├── InstanceQuery.php
│   │   │   │   │   ├── NotificationeventQuery.php
│   │   │   │   │   ├── NotificationhistoryQuery.php
│   │   │   │   │   ├── NotificationQuery.php
│   │   │   │   │   ├── ProgramstatusQuery.php
│   │   │   │   │   ├── RuntimesummaryQuery.php
│   │   │   │   │   ├── RuntimevariablesQuery.php
│   │   │   │   │   ├── ServicecommentdeletionhistoryQuery.php
│   │   │   │   │   ├── ServicecommenthistoryQuery.php
│   │   │   │   │   ├── ServicecommentQuery.php
│   │   │   │   │   ├── ServicecontactQuery.php
│   │   │   │   │   ├── ServicedowntimeendhistoryQuery.php
│   │   │   │   │   ├── ServicedowntimeQuery.php
│   │   │   │   │   ├── ServicedowntimestarthistoryQuery.php
│   │   │   │   │   ├── ServiceflappingendhistoryQuery.php
│   │   │   │   │   ├── ServiceflappingstarthistoryQuery.php
│   │   │   │   │   ├── ServicegroupQuery.php
│   │   │   │   │   ├── ServicegroupsummaryQuery.php
│   │   │   │   │   ├── ServicenotificationQuery.php
│   │   │   │   │   ├── ServicestatehistoryQuery.php
│   │   │   │   │   ├── ServicestatusQuery.php
│   │   │   │   │   ├── ServicestatussummaryQuery.php
│   │   │   │   │   ├── StatechangeeventQuery.php
│   │   │   │   │   ├── StatehistoryQuery.php
│   │   │   │   │   ├── StatussummaryQuery.php
│   │   │   │   │   ├── UnhandledhostproblemsQuery.php
│   │   │   │   │   └── UnhandledserviceproblemsQuery.php
│   │   │   │   └── MonitoringBackend.php
│   │   │   ├── Backend.php
│   │   │   ├── BackendStep.php
│   │   │   ├── Cli
│   │   │   │   └── CliUtils.php
│   │   │   ├── Command
│   │   │   │   ├── IcingaApiCommand.php
│   │   │   │   ├── IcingaCommand.php
│   │   │   │   ├── Instance
│   │   │   │   │   ├── DisableNotificationsExpireCommand.php
│   │   │   │   │   └── ToggleInstanceFeatureCommand.php
│   │   │   │   ├── Object
│   │   │   │   │   ├── AcknowledgeProblemCommand.php
│   │   │   │   │   ├── AddCommentCommand.php
│   │   │   │   │   ├── CommandAuthor.php
│   │   │   │   │   ├── DeleteCommentCommand.php
│   │   │   │   │   ├── DeleteDowntimeCommand.php
│   │   │   │   │   ├── ObjectCommand.php
│   │   │   │   │   ├── ProcessCheckResultCommand.php
│   │   │   │   │   ├── PropagateHostDowntimeCommand.php
│   │   │   │   │   ├── RemoveAcknowledgementCommand.php
│   │   │   │   │   ├── ScheduleHostCheckCommand.php
│   │   │   │   │   ├── ScheduleHostDowntimeCommand.php
│   │   │   │   │   ├── ScheduleServiceCheckCommand.php
│   │   │   │   │   ├── ScheduleServiceDowntimeCommand.php
│   │   │   │   │   ├── SendCustomNotificationCommand.php
│   │   │   │   │   ├── ToggleObjectFeatureCommand.php
│   │   │   │   │   └── WithCommentCommand.php
│   │   │   │   ├── Renderer
│   │   │   │   │   ├── IcingaApiCommandRenderer.php
│   │   │   │   │   ├── IcingaCommandFileCommandRenderer.php
│   │   │   │   │   └── IcingaCommandRendererInterface.php
│   │   │   │   └── Transport
│   │   │   │   ├── ApiCommandTransport.php
│   │   │   │   ├── CommandTransportInterface.php
│   │   │   │   ├── CommandTransport.php
│   │   │   │   ├── LocalCommandFile.php
│   │   │   │   └── RemoteCommandFile.php
│   │   │   ├── Controller.php
│   │   │   ├── Data
│   │   │   │   └── ColumnFilterIterator.php
│   │   │   ├── DataView
│   │   │   │   ├── Command.php
│   │   │   │   ├── Commentevent.php
│   │   │   │   ├── Comment.php
│   │   │   │   ├── Contactgroup.php
│   │   │   │   ├── Contact.php
│   │   │   │   ├── Customvar.php
│   │   │   │   ├── DataView.php
│   │   │   │   ├── Downtimeevent.php
│   │   │   │   ├── Downtime.php
│   │   │   │   ├── Eventgridhosts.php
│   │   │   │   ├── Eventgrid.php
│   │   │   │   ├── Eventgridservices.php
│   │   │   │   ├── Eventhistory.php
│   │   │   │   ├── Flappingevent.php
│   │   │   │   ├── Hostcomment.php
│   │   │   │   ├── Hostcontact.php
│   │   │   │   ├── Hostdowntime.php
│   │   │   │   ├── Hostgroup.php
│   │   │   │   ├── Hostgroupsummary.php
│   │   │   │   ├── Hoststatus.php
│   │   │   │   ├── Hoststatussummary.php
│   │   │   │   ├── Instance.php
│   │   │   │   ├── Notificationevent.php
│   │   │   │   ├── Notification.php
│   │   │   │   ├── Programstatus.php
│   │   │   │   ├── Runtimesummary.php
│   │   │   │   ├── Runtimevariables.php
│   │   │   │   ├── Servicecomment.php
│   │   │   │   ├── Servicecontact.php
│   │   │   │   ├── Servicedowntime.php
│   │   │   │   ├── Servicegroup.php
│   │   │   │   ├── Servicegroupsummary.php
│   │   │   │   ├── Servicestatus.php
│   │   │   │   ├── Servicestatussummary.php
│   │   │   │   ├── Statechangeevent.php
│   │   │   │   ├── Statussummary.php
│   │   │   │   ├── Unhandledhostproblems.php
│   │   │   │   └── Unhandledserviceproblems.php
│   │   │   ├── Environment.php
│   │   │   ├── Exception
│   │   │   │   ├── CommandTransportException.php
│   │   │   │   ├── CurlException.php
│   │   │   │   └── UnsupportedBackendException.php
│   │   │   ├── Hook
│   │   │   │   ├── DataviewExtensionHook.php
│   │   │   │   ├── DetailviewExtensionHook.php
│   │   │   │   ├── EventDetailsExtensionHook.php
│   │   │   │   ├── HostActionsHook.php
│   │   │   │   ├── IdoQueryExtensionHook.php
│   │   │   │   ├── ObjectActionsHook.php
│   │   │   │   ├── ObjectDetailsTabHook.php
│   │   │   │   ├── PluginOutputHook.php
│   │   │   │   ├── ServiceActionsHook.php
│   │   │   │   └── TimelineProviderHook.php
│   │   │   ├── MonitoringWizard.php
│   │   │   ├── Object
│   │   │   │   ├── Acknowledgement.php
│   │   │   │   ├── HostList.php
│   │   │   │   ├── Host.php
│   │   │   │   ├── Macro.php
│   │   │   │   ├── MonitoredObject.php
│   │   │   │   ├── ObjectList.php
│   │   │   │   ├── ServiceList.php
│   │   │   │   └── Service.php
│   │   │   ├── Plugin
│   │   │   │   ├── Perfdata.php
│   │   │   │   ├── PerfdataSet.php
│   │   │   │   └── ThresholdRange.php
│   │   │   ├── Plugin.php
│   │   │   ├── ProvidedHook
│   │   │   │   ├── ApplicationState.php
│   │   │   │   └── X509
│   │   │   │   └── Sni.php
│   │   │   ├── SecurityStep.php
│   │   │   ├── Timeline
│   │   │   │   ├── TimeEntry.php
│   │   │   │   ├── TimeLine.php
│   │   │   │   └── TimeRange.php
│   │   │   ├── TransportStep.php
│   │   │   └── Web
│   │   │   ├── Controller
│   │   │   │   └── MonitoredObjectController.php
│   │   │   ├── Helper
│   │   │   │   └── PluginOutputHookRenderer.php
│   │   │   ├── Hook
│   │   │   │   ├── HostActionsHook.php
│   │   │   │   ├── ServiceActionsHook.php
│   │   │   │   └── TimelineProviderHook.php
│   │   │   ├── Navigation
│   │   │   │   ├── Action.php
│   │   │   │   ├── HostAction.php
│   │   │   │   ├── HostNote.php
│   │   │   │   ├── Renderer
│   │   │   │   │   ├── BackendAvailabilityNavigationItemRenderer.php
│   │   │   │   │   └── MonitoringBadgeNavigationItemRenderer.php
│   │   │   │   ├── ServiceAction.php
│   │   │   │   └── ServiceNote.php
│   │   │   ├── Rest
│   │   │   │   └── RestRequest.php
│   │   │   └── Widget
│   │   │   ├── SelectBox.php
│   │   │   └── StateBadges.php
│   │   ├── module.info
│   │   ├── public
│   │   │   ├── css
│   │   │   │   ├── module.less
│   │   │   │   ├── service-grid.less
│   │   │   │   └── tables.less
│   │   │   └── js
│   │   │   └── module.js
│   │   ├── run.php
│   │   └── test
│   │   └── php
│   │   ├── application
│   │   │   └── views
│   │   │   └── helpers
│   │   │   ├── MonitoringFlagsTest.php
│   │   │   └── PluginOutputTest.php
│   │   ├── library
│   │   │   └── Monitoring
│   │   │   ├── Object
│   │   │   │   └── MacroTest.php
│   │   │   ├── Plugin
│   │   │   │   ├── PerfdataSetTest.php
│   │   │   │   ├── PerfdataTest.php
│   │   │   │   └── ThresholdRangeTest.php
│   │   │   └── Web
│   │   │   └── Rest
│   │   │   └── RestRequestTest.php
│   │   └── regression
│   │   ├── Bug11728Test.php
│   │   ├── Bug11796Test.php
│   │   ├── Bug6088Test.php
│   │   └── Bug7043Test.php
│   ├── setup
│   │   ├── application
│   │   │   ├── clicommands
│   │   │   │   ├── ConfigCommand.php
│   │   │   │   └── TokenCommand.php
│   │   │   ├── controllers
│   │   │   │   └── IndexController.php
│   │   │   ├── forms
│   │   │   │   ├── AdminAccountPage.php
│   │   │   │   ├── AuthBackendPage.php
│   │   │   │   ├── AuthenticationPage.php
│   │   │   │   ├── DatabaseCreationPage.php
│   │   │   │   ├── DbResourcePage.php
│   │   │   │   ├── GeneralConfigPage.php
│   │   │   │   ├── LdapDiscoveryConfirmPage.php
│   │   │   │   ├── LdapDiscoveryPage.php
│   │   │   │   ├── LdapResourcePage.php
│   │   │   │   ├── ModulePage.php
│   │   │   │   ├── RequirementsPage.php
│   │   │   │   ├── SummaryPage.php
│   │   │   │   ├── UserGroupBackendPage.php
│   │   │   │   └── WelcomePage.php
│   │   │   ├── locale
│   │   │   │   ├── de_DE
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── setup.mo
│   │   │   │   │   └── setup.po
│   │   │   │   ├── it_IT
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── setup.mo
│   │   │   │   │   └── setup.po
│   │   │   │   ├── ja_JP
│   │   │   │   │   └── LC_MESSAGES
│   │   │   │   │   ├── setup.mo
│   │   │   │   │   └── setup.po
│   │   │   │   └── uk_UA
│   │   │   │   └── LC_MESSAGES
│   │   │   │   ├── setup.mo
│   │   │   │   └── setup.po
│   │   │   └── views
│   │   │   └── scripts
│   │   │   ├── form
│   │   │   │   ├── setup-modules.phtml
│   │   │   │   ├── setup-requirements.phtml
│   │   │   │   ├── setup-summary.phtml
│   │   │   │   └── setup-welcome.phtml
│   │   │   └── index
│   │   │   ├── index.phtml
│   │   │   └── parts
│   │   │   ├── finish.phtml
│   │   │   └── wizard.phtml
│   │   ├── library
│   │   │   └── Setup
│   │   │   ├── Exception
│   │   │   │   └── SetupException.php
│   │   │   ├── Requirement
│   │   │   │   ├── ClassRequirement.php
│   │   │   │   ├── ConfigDirectoryRequirement.php
│   │   │   │   ├── OSRequirement.php
│   │   │   │   ├── PhpConfigRequirement.php
│   │   │   │   ├── PhpModuleRequirement.php
│   │   │   │   ├── PhpVersionRequirement.php
│   │   │   │   └── WebModuleRequirement.php
│   │   │   ├── Requirement.php
│   │   │   ├── RequirementSet.php
│   │   │   ├── RequirementsRenderer.php
│   │   │   ├── Setup.php
│   │   │   ├── SetupWizard.php
│   │   │   ├── Step.php
│   │   │   ├── Steps
│   │   │   │   ├── AuthenticationStep.php
│   │   │   │   ├── DatabaseStep.php
│   │   │   │   ├── GeneralConfigStep.php
│   │   │   │   ├── ResourceStep.php
│   │   │   │   └── UserGroupStep.php
│   │   │   ├── Utils
│   │   │   │   ├── DbTool.php
│   │   │   │   └── EnableModuleStep.php
│   │   │   ├── Web
│   │   │   │   └── Form
│   │   │   │   └── Validator
│   │   │   │   └── TokenValidator.php
│   │   │   ├── Webserver
│   │   │   │   ├── Apache.php
│   │   │   │   └── Nginx.php
│   │   │   ├── Webserver.php
│   │   │   └── WebWizard.php
│   │   ├── module.info
│   │   └── test
│   │   └── php
│   │   └── library
│   │   └── Setup
│   │   └── RequirementSetTest.php
│   ├── test
│   │   ├── application
│   │   │   └── clicommands
│   │   │   └── PhpCommand.php
│   │   ├── module.info
│   │   └── phpunit.xml
│   └── translation
│   ├── application
│   │   └── clicommands
│   │   ├── CompileCommand.php
│   │   ├── RefreshCommand.php
│   │   └── TestCommand.php
│   ├── doc
│   │   ├── 01-About.md
│   │   ├── 02-Installation.md
│   │   ├── 03-Translation.md
│   │   └── img
│   │   ├── poedit_001.png
│   │   ├── poedit_002.png
│   │   ├── poedit_003.png
│   │   ├── poedit_004.png
│   │   └── poedit_005.png
│   ├── library
│   │   └── Translation
│   │   ├── Cli
│   │   │   ├── ArrayToTextTableHelper.php
│   │   │   └── TranslationCommand.php
│   │   └── Util
│   │   └── GettextTranslationHelper.php
│   └── module.info
├── public
│   ├── css
│   │   ├── icinga
│   │   │   ├── about.less
│   │   │   ├── animation.less
│   │   │   ├── badges.less
│   │   │   ├── base.less
│   │   │   ├── compat.less
│   │   │   ├── controls.less
│   │   │   ├── dev.less
│   │   │   ├── forms.less
│   │   │   ├── grid.less
│   │   │   ├── layout.less
│   │   │   ├── layout-structure.less
│   │   │   ├── login.less
│   │   │   ├── main.less
│   │   │   ├── menu.less
│   │   │   ├── mixins.less
│   │   │   ├── modal.less
│   │   │   ├── nav.less
│   │   │   ├── print.less
│   │   │   ├── responsive.less
│   │   │   ├── setup.less
│   │   │   ├── spinner.less
│   │   │   ├── tabs.less
│   │   │   └── widgets.less
│   │   ├── pdf
│   │   │   └── pdfprint.less
│   │   ├── themes
│   │   │   ├── colorblind.less
│   │   │   ├── high-contrast.less
│   │   │   ├── solarized-dark.less
│   │   │   └── Winter.less
│   │   └── vendor
│   │   ├── normalize.css
│   │   └── tipsy.css
│   ├── error_norewrite.html
│   ├── error_unavailable.html
│   ├── font
│   │   ├── ifont.eot
│   │   ├── ifont.svg
│   │   ├── ifont.ttf
│   │   ├── ifont.woff
│   │   └── ifont.woff2
│   ├── img
│   │   ├── favicon.png
│   │   ├── icinga-loader.gif
│   │   ├── icinga-logo-big-dark.png
│   │   ├── icinga-logo-big-dark.svg
│   │   ├── icinga-logo-big.png
│   │   ├── icinga-logo-big.svg
│   │   ├── icinga-logo-compact.svg
│   │   ├── icinga-logo-dark.svg
│   │   ├── icinga-logo.png
│   │   ├── icinga-logo.svg
│   │   ├── icingaweb2-background.jpg
│   │   ├── icons
│   │   │   ├── acknowledgement_petrol.png
│   │   │   ├── acknowledgement.png
│   │   │   ├── active_checks_disabled_petrol.png
│   │   │   ├── active_checks_disabled.png
│   │   │   ├── active_passive_checks_disabled_petrol.png
│   │   │   ├── active_passive_checks_disabled.png
│   │   │   ├── comment_petrol.png
│   │   │   ├── comment.png
│   │   │   ├── configuration_petrol.png
│   │   │   ├── configuration.png
│   │   │   ├── create_petrol.png
│   │   │   ├── create.png
│   │   │   ├── csv_petrol.png
│   │   │   ├── csv.png
│   │   │   ├── dashboard_petrol.png
│   │   │   ├── dashboard.png
│   │   │   ├── disabled_petrol.png
│   │   │   ├── disabled.png
│   │   │   ├── down_petrol.png
│   │   │   ├── down.png
│   │   │   ├── downtime_end_petrol.png
│   │   │   ├── downtime_end.png
│   │   │   ├── downtime_start__petrol.png
│   │   │   ├── downtime_start.png
│   │   │   ├── edit_petrol.png
│   │   │   ├── edit.png
│   │   │   ├── error_petrol.png
│   │   │   ├── error.png
│   │   │   ├── error_white.png
│   │   │   ├── expand_petrol.png
│   │   │   ├── expand.png
│   │   │   ├── flapping_petrol.png
│   │   │   ├── flapping.png
│   │   │   ├── history_petrol.png
│   │   │   ├── history.png
│   │   │   ├── hostgroup_petrol.png
│   │   │   ├── hostgroup.png
│   │   │   ├── host_petrol.png
│   │   │   ├── host.png
│   │   │   ├── in_downtime_petrol.png
│   │   │   ├── in_downtime.png
│   │   │   ├── json_petrol.png
│   │   │   ├── json.png
│   │   │   ├── logout_petrol.png
│   │   │   ├── logout.png
│   │   │   ├── next_petrol.png
│   │   │   ├── next.png
│   │   │   ├── notification_disabled_petrol.png
│   │   │   ├── notification_disabled.png
│   │   │   ├── notification_petrol.png
│   │   │   ├── notification.png
│   │   │   ├── pdf_petrol.png
│   │   │   ├── pdf.png
│   │   │   ├── prev_petrol.png
│   │   │   ├── prev.png
│   │   │   ├── refresh_petrol.png
│   │   │   ├── refresh.png
│   │   │   ├── remove_petrol.png
│   │   │   ├── remove.png
│   │   │   ├── reschedule_petrol.png
│   │   │   ├── reschedule.png
│   │   │   ├── save_petrol.png
│   │   │   ├── save.png
│   │   │   ├── search_icinga_blue.png
│   │   │   ├── search_petrol.png
│   │   │   ├── search.png
│   │   │   ├── search_white.png
│   │   │   ├── servicegroup_petrol.png
│   │   │   ├── servicegroup.png
│   │   │   ├── service_petrol.png
│   │   │   ├── service.png
│   │   │   ├── softstate.png
│   │   │   ├── submit_petrol.png
│   │   │   ├── submit.png
│   │   │   ├── success_petrol.png
│   │   │   ├── success.png
│   │   │   ├── tux.png
│   │   │   ├── uebersicht.png
│   │   │   ├── unhandled_petrol.png
│   │   │   ├── unhandled.png
│   │   │   ├── up_petrol.png
│   │   │   ├── up.png
│   │   │   ├── user_petrol.png
│   │   │   ├── user.png
│   │   │   └── win.png
│   │   ├── select-icon-2x.png
│   │   ├── select-icon.png
│   │   ├── select-icon.svg
│   │   ├── textarea-corner-2x.png
│   │   ├── textarea-corner.png
│   │   ├── touch-icon.png
│   │   ├── tree
│   │   │   ├── tree-minus.gif
│   │   │   └── tree-plus.gif
│   │   ├── website-icon.svg
│   │   └── winter
│   │   ├── logo_icinga_big_winter.png
│   │   ├── snow1.png
│   │   ├── snow2.png
│   │   └── snow3.png
│   ├── index.php
│   └── js
│   ├── helpers.js
│   ├── icinga
│   │   ├── behavior
│   │   │   ├── actiontable.js
│   │   │   ├── application-state.js
│   │   │   ├── autofocus.js
│   │   │   ├── collapsible.js
│   │   │   ├── detach.js
│   │   │   ├── dropdown.js
│   │   │   ├── expandable.js
│   │   │   ├── filtereditor.js
│   │   │   ├── flyover.js
│   │   │   ├── form.js
│   │   │   ├── modal.js
│   │   │   ├── navigation.js
│   │   │   ├── selectable.js
│   │   │   └── sparkline.js
│   │   ├── eventlistener.js
│   │   ├── events.js
│   │   ├── history.js
│   │   ├── loader.js
│   │   ├── logger.js
│   │   ├── module.js
│   │   ├── storage.js
│   │   ├── timer.js
│   │   ├── timezone.js
│   │   ├── ui.js
│   │   └── utils.js
│   ├── icinga.js
│   └── vendor
│   ├── jquery-3.4.1.js
│   ├── jquery-3.4.1.min.js
│   ├── jquery-3.4.1.min.map
│   ├── jquery-migrate-3.1.0.js
│   ├── jquery-migrate-3.1.0.min.js
│   ├── jquery.sparkline.js
│   └── jquery.sparkline.min.js
└── share
└── doc
├── 01-About.md
├── 02-Installation.md
├── 03-Configuration.md
├── 04-Resources.md
├── 05-Authentication.md
├── 06-Security.md
├── 07-Preferences.md
├── 15-Auditing.md
├── 20-Advanced-Topics.md
├── 60-Hooks.md
├── 70-Troubleshooting.md
├── 80-Upgrading.md
├── 90-SELinux.md
├── 99-Vagrant.md
├── accessibility
│   ├── ifont.html
│   ├── ifont-mute.html
│   ├── link-labels.html
│   ├── required-form-elements.html
│   ├── skip-content.html
│   ├── svg.html
│   └── text-cue-for-required-form-control-labels.html
├── phpdoc.xml
└── res
├── gitlab-job-artifacts.png
├── gitlab-rpm-package-pipeline-jobs.png
├── GraphExample#1.png
├── GraphExample#2.png
├── GraphExample#3.png
├── GraphExample#4.png
├── GraphExample#5.png
├── GraphExample#6.png
├── GraphExample#7.1.png
├── GraphExample#7.png
├── GraphExample#8.png
└── GraphExample#9.png
531 directories, 2385 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment