├── root
├── version
├── public
│ ├── themes
│ │ ├── admin_simpleboot3
│ │ │ ├── admin
│ │ │ │ └── route
│ │ │ │ │ └── function.html
│ │ │ ├── public
│ │ │ │ ├── assets
│ │ │ │ │ ├── themes
│ │ │ │ │ │ ├── flatadmin
│ │ │ │ │ │ │ ├── login.css
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ └── loadingbg.png
│ │ │ │ │ │ ├── orangeadmin
│ │ │ │ │ │ │ ├── login.css
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ └── loadingbg.png
│ │ │ │ │ │ ├── simpleadmin
│ │ │ │ │ │ │ ├── login.css
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ └── loadingbg.png
│ │ │ │ │ │ └── fonts
│ │ │ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── logo.png
│ │ │ │ │ │ ├── favicon.ico
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── logo-18.png
│ │ │ │ │ │ ├── upload_del.png
│ │ │ │ │ │ ├── upload_pic.jpg
│ │ │ │ │ │ ├── tv-expandable.gif
│ │ │ │ │ │ ├── tv-collapsable.gif
│ │ │ │ │ │ └── default-thumbnail.png
│ │ │ │ │ └── simpleboot3
│ │ │ │ │ │ └── css
│ │ │ │ │ │ └── simplebootadmin.css
│ │ │ │ └── base.html
│ │ │ └── manifest.json
│ │ └── default
│ │ │ ├── portal
│ │ │ └── index.html
│ │ │ ├── demo
│ │ │ ├── public
│ │ │ │ └── assets
│ │ │ │ │ ├── css
│ │ │ │ │ └── style.css
│ │ │ │ │ └── images
│ │ │ │ │ └── cat.webp
│ │ │ ├── lib
│ │ │ │ └── Hello.php
│ │ │ └── index
│ │ │ │ └── block.html
│ │ │ ├── manifest.json
│ │ │ └── public
│ │ │ └── base.html
│ ├── static
│ │ ├── js
│ │ │ ├── ueditor
│ │ │ │ ├── themes
│ │ │ │ │ ├── iframe.css
│ │ │ │ │ └── default
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── lock.gif
│ │ │ │ │ │ ├── word.gif
│ │ │ │ │ │ ├── anchor.gif
│ │ │ │ │ │ ├── arrow.png
│ │ │ │ │ │ ├── charts.png
│ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ ├── spacer.gif
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ ├── arrow_up.png
│ │ │ │ │ │ ├── button-bg.gif
│ │ │ │ │ │ ├── cursor_h.gif
│ │ │ │ │ │ ├── cursor_h.png
│ │ │ │ │ │ ├── cursor_v.gif
│ │ │ │ │ │ ├── cursor_v.png
│ │ │ │ │ │ ├── filescan.png
│ │ │ │ │ │ ├── icons-all.gif
│ │ │ │ │ │ ├── loaderror.png
│ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ ├── pagebreak.gif
│ │ │ │ │ │ ├── sortable.png
│ │ │ │ │ │ ├── videologo.gif
│ │ │ │ │ │ ├── wordpaste.png
│ │ │ │ │ │ ├── arrow_down.png
│ │ │ │ │ │ ├── highlighted.gif
│ │ │ │ │ │ ├── sparator_v.png
│ │ │ │ │ │ ├── toolbar_bg.png
│ │ │ │ │ │ ├── cancelbutton.gif
│ │ │ │ │ │ ├── unhighlighted.gif
│ │ │ │ │ │ ├── dialog-title-bg.png
│ │ │ │ │ │ ├── neweditor-tab-bg.png
│ │ │ │ │ │ ├── table-cell-align.png
│ │ │ │ │ │ └── tangram-colorpicker.png
│ │ │ │ ├── lang
│ │ │ │ │ ├── en
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── button.png
│ │ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ │ ├── addimage.png
│ │ │ │ │ │ │ ├── background.png
│ │ │ │ │ │ │ ├── localimage.png
│ │ │ │ │ │ │ ├── deletedisable.png
│ │ │ │ │ │ │ ├── deleteenable.png
│ │ │ │ │ │ │ ├── listbackground.png
│ │ │ │ │ │ │ ├── rotateleftenable.png
│ │ │ │ │ │ │ ├── alldeletebtnupskin.png
│ │ │ │ │ │ │ ├── rotateleftdisable.png
│ │ │ │ │ │ │ ├── rotaterightdisable.png
│ │ │ │ │ │ │ ├── rotaterightenable.png
│ │ │ │ │ │ │ └── alldeletebtnhoverskin.png
│ │ │ │ │ └── zh-cn
│ │ │ │ │ │ └── images
│ │ │ │ │ │ ├── copy.png
│ │ │ │ │ │ ├── music.png
│ │ │ │ │ │ ├── upload.png
│ │ │ │ │ │ └── localimage.png
│ │ │ │ ├── dialogs
│ │ │ │ │ ├── image
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ │ ├── alignicon.jpg
│ │ │ │ │ │ │ └── progress.png
│ │ │ │ │ ├── table
│ │ │ │ │ │ └── dragicon.png
│ │ │ │ │ ├── video
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ │ ├── left_focus.jpg
│ │ │ │ │ │ │ ├── none_focus.jpg
│ │ │ │ │ │ │ ├── progress.png
│ │ │ │ │ │ │ ├── center_focus.jpg
│ │ │ │ │ │ │ └── right_focus.jpg
│ │ │ │ │ ├── emotion
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ │ ├── bface.gif
│ │ │ │ │ │ │ ├── cface.gif
│ │ │ │ │ │ │ ├── fface.gif
│ │ │ │ │ │ │ ├── tface.gif
│ │ │ │ │ │ │ ├── wface.gif
│ │ │ │ │ │ │ ├── yface.gif
│ │ │ │ │ │ │ ├── jxface2.gif
│ │ │ │ │ │ │ └── neweditor-tab-bg.png
│ │ │ │ │ ├── scrawl
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ │ ├── size.png
│ │ │ │ │ │ │ ├── undo.png
│ │ │ │ │ │ │ ├── addimg.png
│ │ │ │ │ │ │ ├── brush.png
│ │ │ │ │ │ │ ├── delimg.png
│ │ │ │ │ │ │ ├── empty.png
│ │ │ │ │ │ │ ├── emptyH.png
│ │ │ │ │ │ │ ├── eraser.png
│ │ │ │ │ │ │ ├── redoH.png
│ │ │ │ │ │ │ ├── scale.png
│ │ │ │ │ │ │ ├── scaleH.png
│ │ │ │ │ │ │ ├── undoH.png
│ │ │ │ │ │ │ └── delimgH.png
│ │ │ │ │ ├── template
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── bg.gif
│ │ │ │ │ │ │ ├── pre0.png
│ │ │ │ │ │ │ ├── pre1.png
│ │ │ │ │ │ │ ├── pre2.png
│ │ │ │ │ │ │ ├── pre3.png
│ │ │ │ │ │ │ └── pre4.png
│ │ │ │ │ ├── attachment
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ ├── icons.gif
│ │ │ │ │ │ │ ├── icons.png
│ │ │ │ │ │ │ ├── image.png
│ │ │ │ │ │ │ ├── success.gif
│ │ │ │ │ │ │ ├── success.png
│ │ │ │ │ │ │ ├── alignicon.gif
│ │ │ │ │ │ │ ├── alignicon.png
│ │ │ │ │ │ │ ├── file-icons.gif
│ │ │ │ │ │ │ ├── file-icons.png
│ │ │ │ │ │ │ └── progress.png
│ │ │ │ │ │ └── fileTypeImages
│ │ │ │ │ │ │ ├── icon_mv.gif
│ │ │ │ │ │ │ ├── icon_chm.gif
│ │ │ │ │ │ │ ├── icon_doc.gif
│ │ │ │ │ │ │ ├── icon_exe.gif
│ │ │ │ │ │ │ ├── icon_jpg.gif
│ │ │ │ │ │ │ ├── icon_mp3.gif
│ │ │ │ │ │ │ ├── icon_pdf.gif
│ │ │ │ │ │ │ ├── icon_ppt.gif
│ │ │ │ │ │ │ ├── icon_psd.gif
│ │ │ │ │ │ │ ├── icon_rar.gif
│ │ │ │ │ │ │ ├── icon_txt.gif
│ │ │ │ │ │ │ ├── icon_xls.gif
│ │ │ │ │ │ │ └── icon_default.png
│ │ │ │ │ ├── background
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── bg.png
│ │ │ │ │ │ │ └── success.png
│ │ │ │ │ ├── charts
│ │ │ │ │ │ └── images
│ │ │ │ │ │ │ ├── charts0.png
│ │ │ │ │ │ │ ├── charts1.png
│ │ │ │ │ │ │ ├── charts2.png
│ │ │ │ │ │ │ ├── charts3.png
│ │ │ │ │ │ │ ├── charts4.png
│ │ │ │ │ │ │ └── charts5.png
│ │ │ │ │ ├── wordimage
│ │ │ │ │ │ ├── imageUploader.swf
│ │ │ │ │ │ └── fClipboard_ueditor.swf
│ │ │ │ │ └── help
│ │ │ │ │ │ └── help.css
│ │ │ │ └── third-party
│ │ │ │ │ ├── video-js
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── vjs.eot
│ │ │ │ │ │ ├── vjs.ttf
│ │ │ │ │ │ └── vjs.woff
│ │ │ │ │ └── video-js.swf
│ │ │ │ │ ├── webuploader
│ │ │ │ │ ├── Uploader.swf
│ │ │ │ │ └── webuploader.css
│ │ │ │ │ ├── zeroclipboard
│ │ │ │ │ └── ZeroClipboard.swf
│ │ │ │ │ └── highcharts
│ │ │ │ │ └── modules
│ │ │ │ │ └── heatmap.js
│ │ │ ├── datePicker
│ │ │ │ └── bg.png
│ │ │ ├── plupload
│ │ │ │ ├── Moxie.swf
│ │ │ │ └── Moxie.xap
│ │ │ ├── jcrop
│ │ │ │ └── css
│ │ │ │ │ └── Jcrop.gif
│ │ │ ├── webuploader
│ │ │ │ ├── Uploader.swf
│ │ │ │ ├── image-upload
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── image.png
│ │ │ │ │ ├── progress.png
│ │ │ │ │ ├── success.png
│ │ │ │ │ └── expressInstall.swf
│ │ │ │ └── webuploader.css
│ │ │ ├── artDialog
│ │ │ │ └── skins
│ │ │ │ │ ├── blue
│ │ │ │ │ ├── bg.png
│ │ │ │ │ ├── bg2.png
│ │ │ │ │ ├── ie6
│ │ │ │ │ │ ├── e.png
│ │ │ │ │ │ ├── n.png
│ │ │ │ │ │ ├── s.png
│ │ │ │ │ │ ├── w.png
│ │ │ │ │ │ ├── ne.png
│ │ │ │ │ │ ├── nw.png
│ │ │ │ │ │ ├── se.png
│ │ │ │ │ │ ├── sw.png
│ │ │ │ │ │ ├── close.png
│ │ │ │ │ │ └── close.hover.png
│ │ │ │ │ ├── bg_css3.png
│ │ │ │ │ └── bg_css3_2.png
│ │ │ │ │ └── icons
│ │ │ │ │ ├── error.png
│ │ │ │ │ ├── loading.gif
│ │ │ │ │ ├── succeed.png
│ │ │ │ │ ├── warning.png
│ │ │ │ │ ├── face-sad.png
│ │ │ │ │ ├── question.png
│ │ │ │ │ └── face-smile.png
│ │ │ ├── colorpicker
│ │ │ │ └── images
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── blank.gif
│ │ │ │ │ ├── select.png
│ │ │ │ │ ├── select2.png
│ │ │ │ │ ├── slider.png
│ │ │ │ │ ├── custom_hex.png
│ │ │ │ │ ├── custom_hsb_b.png
│ │ │ │ │ ├── custom_hsb_h.png
│ │ │ │ │ ├── custom_hsb_s.png
│ │ │ │ │ ├── custom_indic.gif
│ │ │ │ │ ├── custom_rgb_b.png
│ │ │ │ │ ├── custom_rgb_g.png
│ │ │ │ │ ├── custom_rgb_r.png
│ │ │ │ │ ├── colorpicker_hex.png
│ │ │ │ │ ├── custom_submit.png
│ │ │ │ │ ├── colorpicker_hsb_b.png
│ │ │ │ │ ├── colorpicker_hsb_h.png
│ │ │ │ │ ├── colorpicker_hsb_s.png
│ │ │ │ │ ├── colorpicker_indic.gif
│ │ │ │ │ ├── colorpicker_rgb_b.png
│ │ │ │ │ ├── colorpicker_rgb_g.png
│ │ │ │ │ ├── colorpicker_rgb_r.png
│ │ │ │ │ ├── custom_background.png
│ │ │ │ │ ├── colorpicker_overlay.png
│ │ │ │ │ ├── colorpicker_select.gif
│ │ │ │ │ ├── colorpicker_submit.png
│ │ │ │ │ └── colorpicker_background.png
│ │ │ ├── layer
│ │ │ │ └── skin
│ │ │ │ │ └── default
│ │ │ │ │ ├── icon.png
│ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ └── loading-2.gif
│ │ │ ├── treeTable
│ │ │ │ └── images
│ │ │ │ │ ├── toggle-expand-dark.png
│ │ │ │ │ └── toggle-collapse-dark.png
│ │ │ ├── dragula
│ │ │ │ └── dragula.min.css
│ │ │ └── bootstrap-datetimepicker
│ │ │ │ └── js
│ │ │ │ └── locales
│ │ │ │ ├── bootstrap-datetimepicker.ja.js
│ │ │ │ ├── bootstrap-datetimepicker.zh-CN.js
│ │ │ │ ├── bootstrap-datetimepicker.zh-TW.js
│ │ │ │ ├── bootstrap-datetimepicker.hr.js
│ │ │ │ ├── bootstrap-datetimepicker.ko.js
│ │ │ │ ├── bootstrap-datetimepicker.ua.js
│ │ │ │ ├── bootstrap-datetimepicker.ms.js
│ │ │ │ ├── bootstrap-datetimepicker.he.js
│ │ │ │ ├── bootstrap-datetimepicker.no.js
│ │ │ │ ├── bootstrap-datetimepicker.tr.js
│ │ │ │ ├── bootstrap-datetimepicker.bg.js
│ │ │ │ ├── bootstrap-datetimepicker.ca.js
│ │ │ │ ├── bootstrap-datetimepicker.da.js
│ │ │ │ └── bootstrap-datetimepicker.el.js
│ │ ├── images
│ │ │ └── headicon.png
│ │ ├── install
│ │ │ ├── images
│ │ │ │ ├── bg.png
│ │ │ │ └── loading.gif
│ │ │ └── simpleboot
│ │ │ │ ├── css
│ │ │ │ ├── simplebootadminindex-ie.css
│ │ │ │ └── simplebootadmin.css
│ │ │ │ └── themes
│ │ │ │ └── flat
│ │ │ │ └── img
│ │ │ │ ├── glyphicons-halflings.png
│ │ │ │ └── glyphicons-halflings-white.png
│ │ ├── font-awesome
│ │ │ └── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ └── css
│ │ │ └── cmf-ide-helper.css
│ └── plugins
│ │ ├── swagger3
│ │ ├── vendor
│ │ │ ├── zircote
│ │ │ │ └── swagger-php
│ │ │ │ │ ├── docs
│ │ │ │ │ ├── .vuepress
│ │ │ │ │ │ ├── public
│ │ │ │ │ │ │ └── 1.x
│ │ │ │ │ │ │ │ └── static
│ │ │ │ │ │ │ │ ├── pixel
│ │ │ │ │ │ │ │ ├── up.png
│ │ │ │ │ │ │ │ ├── down.png
│ │ │ │ │ │ │ │ ├── file.png
│ │ │ │ │ │ │ │ ├── plus.png
│ │ │ │ │ │ │ │ ├── comment.png
│ │ │ │ │ │ │ │ ├── minus.png
│ │ │ │ │ │ │ │ ├── footerbg.png
│ │ │ │ │ │ │ │ ├── headerbg.png
│ │ │ │ │ │ │ │ ├── middlebg.png
│ │ │ │ │ │ │ │ ├── ajax-loader.gif
│ │ │ │ │ │ │ │ ├── dialog-note.png
│ │ │ │ │ │ │ │ ├── dialog-todo.png
│ │ │ │ │ │ │ │ ├── dialog-topic.png
│ │ │ │ │ │ │ │ ├── down-pressed.png
│ │ │ │ │ │ │ │ ├── transparent.gif
│ │ │ │ │ │ │ │ ├── up-pressed.png
│ │ │ │ │ │ │ │ ├── comment-bright.png
│ │ │ │ │ │ │ │ ├── comment-close.png
│ │ │ │ │ │ │ │ ├── dialog-seealso.png
│ │ │ │ │ │ │ │ └── dialog-warning.png
│ │ │ │ │ │ └── config.js
│ │ │ │ │ ├── 1.x
│ │ │ │ │ │ └── Readme.md
│ │ │ │ │ ├── package.json
│ │ │ │ │ └── Supported-annotations.md
│ │ │ │ │ ├── .spectral.yaml
│ │ │ │ │ ├── Changelog.md
│ │ │ │ │ ├── Examples
│ │ │ │ │ ├── openapi-spec
│ │ │ │ │ │ ├── api.php
│ │ │ │ │ │ ├── User.php
│ │ │ │ │ │ ├── Repository.php
│ │ │ │ │ │ └── PullRequest.php
│ │ │ │ │ ├── using-traits
│ │ │ │ │ │ ├── Decoration
│ │ │ │ │ │ │ ├── UndocumentedBell.php
│ │ │ │ │ │ │ ├── Bells.php
│ │ │ │ │ │ │ └── Whistles.php
│ │ │ │ │ │ ├── Colour.php
│ │ │ │ │ │ ├── Blink.php
│ │ │ │ │ │ ├── TrickyProduct.php
│ │ │ │ │ │ ├── BellsAndWhistles.php
│ │ │ │ │ │ ├── api-spec.php
│ │ │ │ │ │ ├── SimpleProduct.php
│ │ │ │ │ │ └── Product.php
│ │ │ │ │ ├── using-refs
│ │ │ │ │ │ ├── Model.php
│ │ │ │ │ │ └── PropertyRefController.php
│ │ │ │ │ ├── nesting
│ │ │ │ │ │ ├── BaseModel.php
│ │ │ │ │ │ ├── ActualModel.php
│ │ │ │ │ │ ├── SoCloseModel.php
│ │ │ │ │ │ ├── AlmostModel.php
│ │ │ │ │ │ └── IntermediateModel.php
│ │ │ │ │ ├── using-interfaces
│ │ │ │ │ │ ├── Pet.php
│ │ │ │ │ │ ├── ColorInterface.php
│ │ │ │ │ │ ├── ProductInterface.php
│ │ │ │ │ │ ├── api-spec.php
│ │ │ │ │ │ └── Product.php
│ │ │ │ │ ├── petstore.swagger.io
│ │ │ │ │ │ ├── models
│ │ │ │ │ │ │ ├── Tag.php
│ │ │ │ │ │ │ └── Category.php
│ │ │ │ │ │ ├── ApiResponse.php
│ │ │ │ │ │ ├── security.php
│ │ │ │ │ │ └── tags.php
│ │ │ │ │ ├── swagger-spec
│ │ │ │ │ │ ├── petstore-with-external-docs
│ │ │ │ │ │ │ └── models
│ │ │ │ │ │ │ │ ├── ErrorModel.php
│ │ │ │ │ │ │ │ └── Pet.php
│ │ │ │ │ │ ├── petstore
│ │ │ │ │ │ │ └── Pet.php
│ │ │ │ │ │ └── petstore-simple
│ │ │ │ │ │ │ └── SimplePet.php
│ │ │ │ │ ├── processors
│ │ │ │ │ │ ├── schema-query-parameter
│ │ │ │ │ │ │ └── app
│ │ │ │ │ │ │ │ ├── api-spec.php
│ │ │ │ │ │ │ │ └── Product.php
│ │ │ │ │ │ └── sort-components
│ │ │ │ │ │ │ └── SortComponents.php
│ │ │ │ │ └── petstore-3.0
│ │ │ │ │ │ └── security.php
│ │ │ │ │ ├── tests
│ │ │ │ │ ├── Fixtures
│ │ │ │ │ │ ├── Parser
│ │ │ │ │ │ │ ├── Sub
│ │ │ │ │ │ │ │ └── SubClass.php
│ │ │ │ │ │ │ ├── OtherInterface.php
│ │ │ │ │ │ │ ├── AsTrait.php
│ │ │ │ │ │ │ ├── OtherTrait.php
│ │ │ │ │ │ │ ├── StaleTrait.php
│ │ │ │ │ │ │ ├── HelloTrait.php
│ │ │ │ │ │ │ ├── UserInterface.php
│ │ │ │ │ │ │ └── User.php
│ │ │ │ │ │ ├── Deprecated.php
│ │ │ │ │ │ ├── InheritProperties
│ │ │ │ │ │ │ ├── AncestorWithoutDocBlocks.php
│ │ │ │ │ │ │ ├── Base.php
│ │ │ │ │ │ │ ├── Ancestor.php
│ │ │ │ │ │ │ ├── ExtendedWithoutAllOf.php
│ │ │ │ │ │ │ ├── BaseInterface.php
│ │ │ │ │ │ │ ├── ExtendsBaseThatImplements.php
│ │ │ │ │ │ │ ├── GrandAncestor.php
│ │ │ │ │ │ │ ├── TraitUsedByExtendsBaseThatImplements.php
│ │ │ │ │ │ │ ├── Extended.php
│ │ │ │ │ │ │ ├── BaseThatImplements.php
│ │ │ │ │ │ │ └── ExtendedWithTwoSchemas.php
│ │ │ │ │ │ ├── AnotherNamespace
│ │ │ │ │ │ │ ├── Annotations
│ │ │ │ │ │ │ │ ├── Constants.php
│ │ │ │ │ │ │ │ └── Unrelated.php
│ │ │ │ │ │ │ ├── Child.php
│ │ │ │ │ │ │ └── ChildWithDocBlocks.php
│ │ │ │ │ │ ├── StaticAnalyser
│ │ │ │ │ │ │ ├── Label.php
│ │ │ │ │ │ │ ├── Php8AttrMix.php
│ │ │ │ │ │ │ ├── Php8NamedProperty.php
│ │ │ │ │ │ │ └── php7.php
│ │ │ │ │ │ ├── UsingCustomAttachables.php
│ │ │ │ │ │ ├── Processors
│ │ │ │ │ │ │ ├── EntityControllerInterface.php
│ │ │ │ │ │ │ └── EntityControllerTrait.php
│ │ │ │ │ │ ├── NestedProperty.php
│ │ │ │ │ │ ├── UsingVar.php
│ │ │ │ │ │ └── UsingPhpDoc.php
│ │ │ │ │ ├── Annotations
│ │ │ │ │ │ └── CustomAttachable.php
│ │ │ │ │ └── Processors
│ │ │ │ │ │ └── AugmentParameterTest.php
│ │ │ │ │ ├── .gitignore
│ │ │ │ │ ├── src
│ │ │ │ │ ├── Annotations
│ │ │ │ │ │ ├── Get.php
│ │ │ │ │ │ ├── Head.php
│ │ │ │ │ │ ├── Post.php
│ │ │ │ │ │ ├── Put.php
│ │ │ │ │ │ ├── Delete.php
│ │ │ │ │ │ ├── Patch.php
│ │ │ │ │ │ ├── Trace.php
│ │ │ │ │ │ └── Options.php
│ │ │ │ │ └── Logger
│ │ │ │ │ │ └── DefaultLogger.php
│ │ │ │ │ ├── psalm.xml
│ │ │ │ │ ├── .github
│ │ │ │ │ └── workflows
│ │ │ │ │ │ └── code-style.yml
│ │ │ │ │ └── phpunit.xml.dist
│ │ │ ├── doctrine
│ │ │ │ ├── annotations
│ │ │ │ │ ├── docs
│ │ │ │ │ │ └── en
│ │ │ │ │ │ │ └── sidebar.rst
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ │ └── Common
│ │ │ │ │ │ │ └── Annotations
│ │ │ │ │ │ │ ├── Annotation
│ │ │ │ │ │ │ ├── Required.php
│ │ │ │ │ │ │ ├── NamedArgumentConstructor.php
│ │ │ │ │ │ │ ├── Attributes.php
│ │ │ │ │ │ │ └── Attribute.php
│ │ │ │ │ │ │ └── NamedArgumentConstructorAnnotation.php
│ │ │ │ │ └── psalm.xml
│ │ │ │ ├── deprecations
│ │ │ │ │ ├── phpstan.neon
│ │ │ │ │ └── phpcs.xml
│ │ │ │ └── lexer
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── UPGRADE.md
│ │ │ ├── psr
│ │ │ │ ├── log
│ │ │ │ │ ├── Psr
│ │ │ │ │ │ └── Log
│ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ ├── Test
│ │ │ │ │ │ │ └── DummyTest.php
│ │ │ │ │ │ │ ├── LoggerAwareInterface.php
│ │ │ │ │ │ │ ├── LogLevel.php
│ │ │ │ │ │ │ └── LoggerAwareTrait.php
│ │ │ │ │ └── composer.json
│ │ │ │ └── cache
│ │ │ │ │ ├── src
│ │ │ │ │ ├── CacheException.php
│ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── composer.json
│ │ │ ├── composer
│ │ │ │ ├── autoload_namespaces.php
│ │ │ │ ├── autoload_classmap.php
│ │ │ │ └── autoload_files.php
│ │ │ └── symfony
│ │ │ │ ├── polyfill-ctype
│ │ │ │ └── README.md
│ │ │ │ ├── yaml
│ │ │ │ ├── README.md
│ │ │ │ └── Exception
│ │ │ │ │ ├── DumpException.php
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ └── RuntimeException.php
│ │ │ │ └── finder
│ │ │ │ ├── Exception
│ │ │ │ ├── AccessDeniedException.php
│ │ │ │ └── DirectoryNotFoundException.php
│ │ │ │ └── README.md
│ │ ├── view
│ │ │ └── public
│ │ │ │ └── scripts.html
│ │ └── composer.json
│ │ ├── swagger
│ │ ├── vendor
│ │ │ ├── zircote
│ │ │ │ └── swagger-php
│ │ │ │ │ ├── NOTICE
│ │ │ │ │ └── src
│ │ │ │ │ ├── Processors
│ │ │ │ │ ├── ProcessorInterface.php
│ │ │ │ │ └── Concerns
│ │ │ │ │ │ └── RefTrait.php
│ │ │ │ │ ├── Attributes
│ │ │ │ │ ├── Options.php
│ │ │ │ │ ├── Get.php
│ │ │ │ │ ├── Head.php
│ │ │ │ │ ├── Post.php
│ │ │ │ │ ├── Put.php
│ │ │ │ │ ├── Patch.php
│ │ │ │ │ ├── Trace.php
│ │ │ │ │ ├── Delete.php
│ │ │ │ │ ├── Parameter.php
│ │ │ │ │ ├── Attachable.php
│ │ │ │ │ ├── CookieParameter.php
│ │ │ │ │ ├── HeaderParameter.php
│ │ │ │ │ ├── QueryParameter.php
│ │ │ │ │ └── PathParameter.php
│ │ │ │ │ ├── Annotations
│ │ │ │ │ ├── QueryParameter.php
│ │ │ │ │ ├── CookieParameter.php
│ │ │ │ │ ├── HeaderParameter.php
│ │ │ │ │ ├── Get.php
│ │ │ │ │ ├── Put.php
│ │ │ │ │ ├── Head.php
│ │ │ │ │ ├── Post.php
│ │ │ │ │ ├── Delete.php
│ │ │ │ │ ├── Patch.php
│ │ │ │ │ ├── Trace.php
│ │ │ │ │ ├── Options.php
│ │ │ │ │ └── PathParameter.php
│ │ │ │ │ └── Analysers
│ │ │ │ │ ├── AnalyserInterface.php
│ │ │ │ │ └── AnnotationFactoryInterface.php
│ │ │ ├── doctrine
│ │ │ │ ├── annotations
│ │ │ │ │ ├── docs
│ │ │ │ │ │ └── en
│ │ │ │ │ │ │ └── sidebar.rst
│ │ │ │ │ ├── lib
│ │ │ │ │ │ └── Doctrine
│ │ │ │ │ │ │ └── Common
│ │ │ │ │ │ │ └── Annotations
│ │ │ │ │ │ │ └── Annotation
│ │ │ │ │ │ │ ├── Required.php
│ │ │ │ │ │ │ ├── NamedArgumentConstructor.php
│ │ │ │ │ │ │ ├── Attributes.php
│ │ │ │ │ │ │ └── Attribute.php
│ │ │ │ │ └── psalm.xml
│ │ │ │ └── lexer
│ │ │ │ │ └── README.md
│ │ │ ├── psr
│ │ │ │ ├── log
│ │ │ │ │ ├── Psr
│ │ │ │ │ │ └── Log
│ │ │ │ │ │ │ ├── InvalidArgumentException.php
│ │ │ │ │ │ │ ├── Test
│ │ │ │ │ │ │ └── DummyTest.php
│ │ │ │ │ │ │ ├── LoggerAwareInterface.php
│ │ │ │ │ │ │ ├── LogLevel.php
│ │ │ │ │ │ │ └── LoggerAwareTrait.php
│ │ │ │ │ └── composer.json
│ │ │ │ └── cache
│ │ │ │ │ ├── src
│ │ │ │ │ ├── CacheException.php
│ │ │ │ │ └── InvalidArgumentException.php
│ │ │ │ │ ├── README.md
│ │ │ │ │ └── composer.json
│ │ │ ├── composer
│ │ │ │ ├── autoload_namespaces.php
│ │ │ │ ├── autoload_classmap.php
│ │ │ │ └── autoload_files.php
│ │ │ └── symfony
│ │ │ │ ├── deprecation-contracts
│ │ │ │ └── CHANGELOG.md
│ │ │ │ ├── polyfill-ctype
│ │ │ │ └── README.md
│ │ │ │ ├── yaml
│ │ │ │ ├── README.md
│ │ │ │ └── Exception
│ │ │ │ │ ├── DumpException.php
│ │ │ │ │ ├── ExceptionInterface.php
│ │ │ │ │ └── RuntimeException.php
│ │ │ │ └── finder
│ │ │ │ ├── Exception
│ │ │ │ ├── AccessDeniedException.php
│ │ │ │ └── DirectoryNotFoundException.php
│ │ │ │ └── README.md
│ │ ├── view
│ │ │ └── public
│ │ │ │ └── scripts.html
│ │ └── composer.json
│ │ └── system_info
│ │ └── view
│ │ └── widget.html
└── .example.env
├── README.md
├── .gitignore
└── composer.json
/root/version:
--------------------------------------------------------------------------------
1 | 6.0.9
2 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # cmf-root
2 | The files in ThinkCMF root dir!
3 |
--------------------------------------------------------------------------------
/root/public/themes/admin_simpleboot3/admin/route/function.html:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/root/public/static/js/ueditor/themes/iframe.css:
--------------------------------------------------------------------------------
1 | /*可以在这里添加你自己的css*/
2 |
--------------------------------------------------------------------------------
/root/public/themes/default/portal/index.html:
--------------------------------------------------------------------------------
1 |