├── 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 | 2 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/pixel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/.spectral.yaml: -------------------------------------------------------------------------------- 1 | extends: 2 | - spectral:oas -------------------------------------------------------------------------------- /root/public/themes/default/demo/public/assets/css/style.css: -------------------------------------------------------------------------------- 1 | .text-right{ 2 | text-align: right; 3 | } -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/NOTICE: -------------------------------------------------------------------------------- 1 | swagger-php 2 | Copyright 2022 The swagger-php project 3 | -------------------------------------------------------------------------------- /root/public/static/images/headicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/images/headicon.png -------------------------------------------------------------------------------- /root/public/static/install/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/install/images/bg.png -------------------------------------------------------------------------------- /root/public/static/js/datePicker/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/datePicker/bg.png -------------------------------------------------------------------------------- /root/public/static/js/plupload/Moxie.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/plupload/Moxie.swf -------------------------------------------------------------------------------- /root/public/static/js/plupload/Moxie.xap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/plupload/Moxie.xap -------------------------------------------------------------------------------- /root/public/static/js/jcrop/css/Jcrop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/jcrop/css/Jcrop.gif -------------------------------------------------------------------------------- /root/public/static/install/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/install/images/loading.gif -------------------------------------------------------------------------------- /root/public/static/js/webuploader/Uploader.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/webuploader/Uploader.swf -------------------------------------------------------------------------------- /root/public/static/js/artDialog/skins/blue/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/artDialog/skins/blue/bg.png -------------------------------------------------------------------------------- /root/public/static/js/artDialog/skins/blue/bg2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/artDialog/skins/blue/bg2.png -------------------------------------------------------------------------------- /root/public/static/js/colorpicker/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/colorpicker/images/Thumbs.db -------------------------------------------------------------------------------- /root/public/static/js/colorpicker/images/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/colorpicker/images/blank.gif -------------------------------------------------------------------------------- /root/public/static/js/layer/skin/default/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/layer/skin/default/icon.png -------------------------------------------------------------------------------- /root/public/themes/default/demo/lib/Hello.php: -------------------------------------------------------------------------------- 1 | 2 | if (typeof location !== 'undefined') { 3 | location.href = "/swagger-php/1.x/welcome.html"; 4 | } 5 | 6 | -------------------------------------------------------------------------------- /root/public/static/install/simpleboot/themes/flat/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/install/simpleboot/themes/flat/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /root/public/static/js/ueditor/dialogs/attachment/fileTypeImages/icon_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/static/js/ueditor/dialogs/attachment/fileTypeImages/icon_default.png -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/public/assets/images/default-thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/themes/admin_simpleboot3/public/assets/images/default-thumbnail.png -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/public/assets/themes/flatadmin/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/themes/admin_simpleboot3/public/assets/themes/flatadmin/loading.gif -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/public/assets/themes/flatadmin/loadingbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/themes/admin_simpleboot3/public/assets/themes/flatadmin/loadingbg.png -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/public/assets/themes/orangeadmin/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/themes/admin_simpleboot3/public/assets/themes/orangeadmin/loading.gif -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/public/assets/themes/simpleadmin/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/themes/admin_simpleboot3/public/assets/themes/simpleadmin/loading.gif -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/tests/Fixtures/Parser/Sub/SubClass.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/ajax-loader.gif -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-note.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-note.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-todo.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-topic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-topic.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/down-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/down-pressed.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/transparent.gif -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/up-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/up-pressed.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/view/public/scripts.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/comment-bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/comment-bright.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/comment-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/comment-close.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-seealso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-seealso.png -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thinkcmf/cmf-root/main/root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/public/1.x/static/dialog-warning.png -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /root/public/themes/default/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "default", 3 | "version": "1.0.0", 4 | "demo_url": "http://demo.thinkcmf.com", 5 | "author": "ThinkCMF", 6 | "lang": "zh-cn", 7 | "author_url": "http://www.thinkcmf.com", 8 | "keywords": "ThinkCMF默认模板", 9 | "description": "ThinkCMF默认模板" 10 | } 11 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/composer/autoload_classmap.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/composer/InstalledVersions.php', 10 | ); 11 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/composer/autoload_classmap.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/composer/InstalledVersions.php', 10 | ); 11 | -------------------------------------------------------------------------------- /root/public/themes/admin_simpleboot3/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "admin_simpleboot3", 3 | "version": "6.0.5", 4 | "demo_url": "http://demo.thinkcmf.com", 5 | "author": "ThinkCMF", 6 | "author_url": "http://www.thinkcmf.com", 7 | "keywords": "ThinkCMF默认后台模板", 8 | "description": "ThinkCMF默认后台模板" 9 | } 10 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "swagger-php-docs", 3 | "version":"3.0.0", 4 | "license": "Apache-2.0", 5 | "scripts": { 6 | "dev": "vuepress dev .", 7 | "build": "vuepress build ." 8 | }, 9 | "devDependencies": { 10 | "vuepress": "^1.5.4" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Attributes/Options.php: -------------------------------------------------------------------------------- 1 | name = $name; 13 | } 14 | } -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Attributes/Get.php: -------------------------------------------------------------------------------- 1 | s = $s; 17 | } 18 | } -------------------------------------------------------------------------------- /root/public/themes/default/public/base.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | <block name="title">标题</block> 6 | 7 | 8 | 9 | 菜单 10 | 左边分栏 11 | 主内容 12 | 右边分栏 13 | 底部 14 | 15 | 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/nesting/IntermediateModel.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', 10 | '0ccdf99b8f62f02c52cba55802e0c2e7' => $vendorDir . '/zircote/swagger-php/src/functions.php', 11 | ); 12 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/composer/autoload_files.php: -------------------------------------------------------------------------------- 1 | $vendorDir . '/symfony/polyfill-ctype/bootstrap.php', 10 | '6e3fae29631ef280660b3cdad06f25a8' => $vendorDir . '/symfony/deprecation-contracts/function.php', 11 | ); 12 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/openapi-spec/Repository.php: -------------------------------------------------------------------------------- 1 | */ 14 | public $value; 15 | } 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Attributes/Parameter.php: -------------------------------------------------------------------------------- 1 | */ 14 | public $value; 15 | } 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/using-traits/TrickyProduct.php: -------------------------------------------------------------------------------- 1 | 2 |
3 |

{:lang('SYSTEM_INFORMATIONS')}

4 |
5 |
6 | 11 |
12 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/psr/log/Psr/Log/LogLevel.php: -------------------------------------------------------------------------------- 1 | 12 | Uses a custom processor `QueryArgsFromSchema` processor to convert a vendor extension into query parameters. 13 | The parameters are extracted from the schema referenced by the custom extension. 14 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/tests/Fixtures/InheritProperties/TraitUsedByExtendsBaseThatImplements.php: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 这里是主要内容,被我改了! 5 | 网站根目录,不带/:__ROOT__ 6 | 7 | __WEB_ROOT__: 8 | 网站资源根目录,不带/,如果以前版本用__ROOT__来定位网站资源,方便以后cdn切换 9 | 10 | __TMPL__: 11 | 当前模板根目录,不带/; 12 | 如:前台 default模板根目录是 public/themes/default 13 | 后台admin_simpleboot3模板根目录是public/themes/admin_simpleboot3 14 | 15 | __STATIC__: 16 | public/static目录,不带/; 17 |
18 |
19 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/using-traits/SimpleProduct.php: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Annotations/PathParameter.php: -------------------------------------------------------------------------------- 1 | logger = $logger; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/symfony/finder/Exception/AccessDeniedException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Finder\Exception; 13 | 14 | /** 15 | * @author Jean-François Simon 16 | */ 17 | class AccessDeniedException extends \UnexpectedValueException 18 | { 19 | } 20 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/symfony/finder/Exception/DirectoryNotFoundException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Finder\Exception; 13 | 14 | /** 15 | * @author Andreas Erhard 16 | */ 17 | class DirectoryNotFoundException extends \InvalidArgumentException 18 | { 19 | } 20 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/psr/log/Psr/Log/LoggerAwareTrait.php: -------------------------------------------------------------------------------- 1 | logger = $logger; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/symfony/finder/Exception/AccessDeniedException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Finder\Exception; 13 | 14 | /** 15 | * @author Jean-François Simon 16 | */ 17 | class AccessDeniedException extends \UnexpectedValueException 18 | { 19 | } 20 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/symfony/finder/Exception/DirectoryNotFoundException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Finder\Exception; 13 | 14 | /** 15 | * @author Andreas Erhard 16 | */ 17 | class DirectoryNotFoundException extends \InvalidArgumentException 18 | { 19 | } 20 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/doctrine/annotations/psalm.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Attributes/PathParameter.php: -------------------------------------------------------------------------------- 1 | j?j=d:d 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/using-refs/PropertyRefController.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception class thrown when an error occurs during dumping. 16 | * 17 | * @author Fabien Potencier 18 | */ 19 | class DumpException extends RuntimeException 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Analysers/AnnotationFactoryInterface.php: -------------------------------------------------------------------------------- 1 | top level annotations 19 | */ 20 | public function build(\Reflector $reflector, Context $context): array; 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/symfony/yaml/Exception/DumpException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception class thrown when an error occurs during dumping. 16 | * 17 | * @author Fabien Potencier 18 | */ 19 | class DumpException extends RuntimeException 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/using-traits/Product.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception interface for all exceptions thrown by the component. 16 | * 17 | * @author Fabien Potencier 18 | */ 19 | interface ExceptionInterface extends \Throwable 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/zircote/swagger-php/src/Processors/Concerns/RefTrait.php: -------------------------------------------------------------------------------- 1 | fullyQualifiedName($name)); 16 | 17 | return ltrim($fqn, '\\'); 18 | } 19 | 20 | protected function isRef(?string $ref): bool 21 | { 22 | return $ref && 0 === strpos($ref, '#/'); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/symfony/yaml/Exception/ExceptionInterface.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception interface for all exceptions thrown by the component. 16 | * 17 | * @author Fabien Potencier 18 | */ 19 | interface ExceptionInterface extends \Throwable 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/processors/schema-query-parameter/app/Product.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception class thrown when an error occurs during parsing. 16 | * 17 | * @author Romain Neutron 18 | */ 19 | class RuntimeException extends \RuntimeException implements ExceptionInterface 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/symfony/yaml/Exception/RuntimeException.php: -------------------------------------------------------------------------------- 1 | 7 | * 8 | * For the full copyright and license information, please view the LICENSE 9 | * file that was distributed with this source code. 10 | */ 11 | 12 | namespace Symfony\Component\Yaml\Exception; 13 | 14 | /** 15 | * Exception class thrown when an error occurs during parsing. 16 | * 17 | * @author Romain Neutron 18 | */ 19 | class RuntimeException extends \RuntimeException implements ExceptionInterface 20 | { 21 | } 22 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/openapi-spec/PullRequest.php: -------------------------------------------------------------------------------- 1 | =8.0.0" 14 | }, 15 | "autoload": { 16 | "psr-4": { 17 | "Psr\\Cache\\": "src/" 18 | } 19 | }, 20 | "extra": { 21 | "branch-alias": { 22 | "dev-master": "1.0.x-dev" 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/petstore.swagger.io/tags.php: -------------------------------------------------------------------------------- 1 | =8.0.0" 14 | }, 15 | "autoload": { 16 | "psr-4": { 17 | "Psr\\Cache\\": "src/" 18 | } 19 | }, 20 | "extra": { 21 | "branch-alias": { 22 | "dev-master": "1.0.x-dev" 23 | } 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /root/public/static/js/webuploader/webuploader.css: -------------------------------------------------------------------------------- 1 | .webuploader-container { 2 | position: relative; 3 | } 4 | .webuploader-element-invisible { 5 | position: absolute !important; 6 | clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 7 | clip: rect(1px,1px,1px,1px); 8 | } 9 | .webuploader-pick { 10 | position: relative; 11 | display: inline-block; 12 | cursor: pointer; 13 | background: #00b7ee; 14 | padding: 10px 15px; 15 | color: #fff; 16 | text-align: center; 17 | border-radius: 3px; 18 | overflow: hidden; 19 | } 20 | .webuploader-pick-hover { 21 | background: #00a2d4; 22 | } 23 | 24 | .webuploader-pick-disable { 25 | opacity: 0.6; 26 | pointer-events:none; 27 | } 28 | 29 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "thinkcmf/cmf-root", 3 | "type": "composer-plugin", 4 | "require": { 5 | "composer-plugin-api": "^1.0||^2.0" 6 | }, 7 | "require-dev": { 8 | "composer/composer": "^1.0||^2.0" 9 | }, 10 | "license": "Apache-2.0", 11 | "description": "The files in ThinkCMF root dir", 12 | "authors": [ 13 | { 14 | "name": "catman", 15 | "email": "catman@thinkcmf.com" 16 | } 17 | ], 18 | "autoload": { 19 | "psr-4": { 20 | "cmf\\composer\\": "src" 21 | } 22 | }, 23 | "extra": { 24 | "class": "cmf\\composer\\RootDirPlugin" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/tests/Fixtures/Parser/User.php: -------------------------------------------------------------------------------- 1 | 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['ja'] = { 7 | days: ["日曜", "月曜", "火曜", "水曜", "木曜", "金曜", "土曜", "日曜"], 8 | daysShort: ["日", "月", "火", "水", "木", "金", "土", "日"], 9 | daysMin: ["日", "月", "火", "水", "木", "金", "土", "日"], 10 | months: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], 11 | monthsShort: ["1月", "2月", "3月", "4月", "5月", "6月", "7月", "8月", "9月", "10月", "11月", "12月"], 12 | today: "今日", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/plugins/swagger/vendor/psr/log/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "psr/log", 3 | "description": "Common interface for logging libraries", 4 | "keywords": ["psr", "psr-3", "log"], 5 | "homepage": "https://github.com/php-fig/log", 6 | "license": "MIT", 7 | "authors": [ 8 | { 9 | "name": "PHP-FIG", 10 | "homepage": "https://www.php-fig.org/" 11 | } 12 | ], 13 | "require": { 14 | "php": ">=5.3.0" 15 | }, 16 | "autoload": { 17 | "psr-4": { 18 | "Psr\\Log\\": "Psr/Log/" 19 | } 20 | }, 21 | "extra": { 22 | "branch-alias": { 23 | "dev-master": "1.1.x-dev" 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/psr/log/composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "psr/log", 3 | "description": "Common interface for logging libraries", 4 | "keywords": ["psr", "psr-3", "log"], 5 | "homepage": "https://github.com/php-fig/log", 6 | "license": "MIT", 7 | "authors": [ 8 | { 9 | "name": "PHP-FIG", 10 | "homepage": "https://www.php-fig.org/" 11 | } 12 | ], 13 | "require": { 14 | "php": ">=5.3.0" 15 | }, 16 | "autoload": { 17 | "psr-4": { 18 | "Psr\\Log\\": "Psr/Log/" 19 | } 20 | }, 21 | "extra": { 22 | "branch-alias": { 23 | "dev-master": "1.1.x-dev" 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/processors/sort-components/SortComponents.php: -------------------------------------------------------------------------------- 1 | openapi->components) && is_iterable($analysis->openapi->components->schemas)) { 15 | usort($analysis->openapi->components->schemas, function ($a, $b) { 16 | return strcmp($a->schema, $b->schema); 17 | }); 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/doctrine/lexer/UPGRADE.md: -------------------------------------------------------------------------------- 1 | Note about upgrading: Doctrine uses static and runtime mechanisms to raise 2 | awareness about deprecated code. 3 | 4 | - Use of `@deprecated` docblock that is detected by IDEs (like PHPStorm) or 5 | Static Analysis tools (like Psalm, phpstan) 6 | - Use of our low-overhead runtime deprecation API, details: 7 | https://github.com/doctrine/deprecations/ 8 | 9 | # Upgrade to 2.0.0 10 | 11 | `AbstractLexer::glimpse()` and `AbstractLexer::peek()` now return 12 | instances of `Doctrine\Common\Lexer\Token`, which is an array-like class 13 | Using it as an array is deprecated in favor of using properties of that class. 14 | Using `count()` on it is deprecated with no replacement. 15 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Simplified Chinese translation for bootstrap-datetimepicker 3 | * Yuan Cheung 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['zh-CN'] = { 7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], 8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], 9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], 10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 12 | today: "今天", 13 | suffix: [], 14 | meridiem: ["上午", "下午"] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.zh-TW.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Traditional Chinese translation for bootstrap-datetimepicker 3 | * Rung-Sheng Jang 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['zh-TW'] = { 7 | days: ["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期日"], 8 | daysShort: ["周日", "周一", "周二", "周三", "周四", "周五", "周六", "周日"], 9 | daysMin: ["日", "一", "二", "三", "四", "五", "六", "日"], 10 | months: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 11 | monthsShort: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], 12 | today: "今天", 13 | suffix: [], 14 | meridiem: ["上午", "下午"] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/petstore-3.0/security.php: -------------------------------------------------------------------------------- 1 | 4 | * Baekjoon Choi 5 | */ 6 | ;(function($){ 7 | $.fn.datetimepicker.dates['ko'] = { 8 | days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"], 9 | daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"], 10 | daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"], 11 | months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], 12 | monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], 13 | suffix: [], 14 | meridiem: ["오전", "오후"], 15 | today: "오늘", 16 | }; 17 | }(jQuery)); 18 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ua.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Ukrainian translation for bootstrap-datepicker 3 | * Igor Polynets 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['ua'] = { 7 | days: ["Неділя", "Понеділок", "Вівторок", "Середа", "Четверг", "П'ятниця", "Субота", "Неділя"], 8 | daysShort: ["Нед", "Пнд", "Втр", "Срд", "Чтв", "Птн", "Суб", "Нед"], 9 | daysMin: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Нд"], 10 | months: ["Cічень", "Лютий", "Березень", "Квітень", "Травень", "Червень", "Липень", "Серпень", "Вересень", "Жовтень", "Листопад", "Грудень"], 11 | monthsShort: ["Січ", "Лют", "Бер", "Квт", "Трв", "Чер", "Лип", "Сер", "Вер", "Жов", "Лис", "Грд"], 12 | today: "Сьогодні", 13 | weekStart: 1 14 | }; 15 | }(jQuery)); 16 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/doctrine/deprecations/phpcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | lib 16 | tests 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/swagger-spec/petstore-with-external-docs/models/Pet.php: -------------------------------------------------------------------------------- 1 | fixtures('UsingRefs.php')); 17 | $this->assertCount(1, $openapi->components->parameters, 'OpenApi contains 1 reusable parameter specification'); 18 | $this->assertEquals('ItemName', $openapi->components->parameters[0]->parameter, 'When no @OA\Parameter()->parameter is specified, use @OA\Parameter()->name'); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ms.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Malay translation for bootstrap-datetimepicker 3 | * Ateman Faiz 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['ms'] = { 7 | days: ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu", "Ahad"], 8 | daysShort: ["Aha", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab", "Aha"], 9 | daysMin: ["Ah", "Is", "Se", "Ra", "Kh", "Ju", "Sa", "Ah"], 10 | months: ["Januari", "Februari", "Mac", "April", "Mei", "Jun", "Julai", "Ogos", "September", "Oktober", "November", "Disember"], 11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ogo", "Sep", "Okt", "Nov", "Dis"], 12 | today: "Hari Ini", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.he.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Hebrew translation for bootstrap-datetimepicker 3 | * Sagie Maoz 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['he'] = { 7 | days: ["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת", "ראשון"], 8 | daysShort: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"], 9 | daysMin: ["א", "ב", "ג", "ד", "ה", "ו", "ש", "א"], 10 | months: ["ינואר", "פברואר", "מרץ", "אפריל", "מאי", "יוני", "יולי", "אוגוסט", "ספטמבר", "אוקטובר", "נובמבר", "דצמבר"], 11 | monthsShort: ["ינו", "פבר", "מרץ", "אפר", "מאי", "יונ", "יול", "אוג", "ספט", "אוק", "נוב", "דצמ"], 12 | today: "היום", 13 | suffix: [], 14 | meridiem: [], 15 | rtl: true 16 | }; 17 | }(jQuery)); 18 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/docs/.vuepress/config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | title: "Swagger-PHP v3.x", 3 | base: "/swagger-php/", 4 | description: 5 | "Generate interactive OpenAPI documentation for your RESTful API using doctrine annotations.", 6 | themeConfig: { 7 | sidebar: "auto", 8 | nav: [ 9 | { text: "Guide", link: "/Getting-started" }, 10 | { text: "Supported Annotations", link: "/Supported-annotations" }, 11 | { 12 | text: "OpenApi", 13 | link: "https://swagger.io/docs/specification/about/" 14 | }, 15 | { 16 | text: "Specification", 17 | link: "http://swagger.io/specification/" 18 | }, 19 | { text: "Github", link: "https://github.com/zircote/swagger-php" }, 20 | ] 21 | } 22 | }; 23 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.no.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Norwegian translation for bootstrap-datetimepicker 3 | * Rune Warhuus 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['no'] = { 7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"], 8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"], 9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"], 10 | months: ["Januar", "Februar", "Mars", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Desember"], 11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des"], 12 | today: "I Dag", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/phpunit.xml.dist: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | src 9 | 10 | 11 | 12 | 13 | tests 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.tr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Turkish translation for bootstrap-datetimepicker 3 | * Serkan Algur 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['tr'] = { 7 | days: ["Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi", "Pazar"], 8 | daysShort: ["Pz", "Pzt", "Sal", "Çrş", "Prş", "Cu", "Cts", "Pz"], 9 | daysMin: ["Pz", "Pzt", "Sa", "Çr", "Pr", "Cu", "Ct", "Pz"], 10 | months: ["Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık"], 11 | monthsShort: ["Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara"], 12 | today: "Bugün", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | 18 | -------------------------------------------------------------------------------- /root/public/plugins/swagger3/vendor/zircote/swagger-php/Examples/swagger-spec/petstore-simple/SimplePet.php: -------------------------------------------------------------------------------- 1 | 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['bg'] = { 7 | days: ["Неделя", "Понеделник", "Вторник", "Сряда", "Четвъртък", "Петък", "Събота", "Неделя"], 8 | daysShort: ["Нед", "Пон", "Вто", "Сря", "Чет", "Пет", "Съб", "Нед"], 9 | daysMin: ["Н", "П", "В", "С", "Ч", "П", "С", "Н"], 10 | months: ["Януари", "Февруари", "Март", "Април", "Май", "Юни", "Юли", "Август", "Септември", "Октомври", "Ноември", "Декември"], 11 | monthsShort: ["Ян", "Фев", "Мар", "Апр", "Май", "Юни", "Юли", "Авг", "Сеп", "Окт", "Ное", "Дек"], 12 | today: "днес", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.ca.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Catalan translation for bootstrap-datetimepicker 3 | * J. Garcia 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['ca'] = { 7 | days: ["Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte", "Diumenge"], 8 | daysShort: ["Diu", "Dil", "Dmt", "Dmc", "Dij", "Div", "Dis", "Diu"], 9 | daysMin: ["dg", "dl", "dt", "dc", "dj", "dv", "ds", "dg"], 10 | months: ["Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"], 11 | monthsShort: ["Gen", "Feb", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Oct", "Nov", "Des"], 12 | today: "Avui", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); 17 | -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.da.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Danish translation for bootstrap-datetimepicker 3 | * Christian Pedersen 4 | */ 5 | ;(function($){ 6 | $.fn.datetimepicker.dates['da'] = { 7 | days: ["Søndag", "Mandag", "Tirsdag", "Onsdag", "Torsdag", "Fredag", "Lørdag", "Søndag"], 8 | daysShort: ["Søn", "Man", "Tir", "Ons", "Tor", "Fre", "Lør", "Søn"], 9 | daysMin: ["Sø", "Ma", "Ti", "On", "To", "Fr", "Lø", "Sø"], 10 | months: ["Januar", "Februar", "Marts", "April", "Maj", "Juni", "Juli", "August", "September", "Oktober", "November", "December"], 11 | monthsShort: ["Jan", "Feb", "Mar", "Apr", "Maj", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dec"], 12 | today: "I Dag", 13 | suffix: [], 14 | meridiem: [] 15 | }; 16 | }(jQuery)); -------------------------------------------------------------------------------- /root/public/static/js/bootstrap-datetimepicker/js/locales/bootstrap-datetimepicker.el.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Greek translation for bootstrap-datetimepicker 3 | */ 4 | ;(function($){ 5 | $.fn.datetimepicker.dates['el'] = { 6 | days: ["Κυριακή", "Δευτέρα", "Τρίτη", "Τετάρτη", "Πέμπτη", "Παρασκευή", "Σάββατο", "Κυριακή"], 7 | daysShort: ["Κυρ", "Δευ", "Τρι", "Τετ", "Πεμ", "Παρ", "Σαβ", "Κυρ"], 8 | daysMin: ["Κυ", "Δε", "Τρ", "Τε", "Πε", "Πα", "Σα", "Κυ"], 9 | months: ["Ιανουάριος", "Φεβρουάριος", "Μάρτιος", "Απρίλιος", "Μάιος", "Ιούνιος", "Ιούλιος", "Αύγουστος", "Σεπτέμβριος", "Οκτώβριος", "Νοέμβριος", "Δεκέμβριος"], 10 | monthsShort: ["Ιαν", "Φεβ", "Μαρ", "Απρ", "Μάι", "Ιουν", "Ιουλ", "Αυγ", "Σεπ", "Οκτ", "Νοε", "Δεκ"], 11 | today: "Σήμερα", 12 | suffix: [], 13 | meridiem: [] 14 | }; 15 | }(jQuery)); --------------------------------------------------------------------------------