X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend/toastr
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
toastr
/
📁
..
📄
.gitattributes
(425 B)
📄
.gitignore
(654 B)
📄
.jscsrc
(2.28 KB)
📄
.jshintrc
(1.19 KB)
📄
.travis.yml
(207 B)
📄
CHANGELOG.md
(5.69 KB)
📄
README.md
(6.93 KB)
📁
build
📄
demo.html
(15.35 KB)
📄
gulpfile.js
(4.3 KB)
📄
karma.conf.js
(2.02 KB)
📁
nuget
📄
package.json
(1.75 KB)
📄
release checklist.md
(626 B)
📁
tests
📄
toastr-icon.png
(24.91 KB)
📄
toastr.js
(17.31 KB)
📄
toastr.less
(7.18 KB)
📄
toastr.scss
(6.78 KB)
Editing: .jscsrc
{ "excludeFiles": ["node_modules/**", "bower_components/**"], "requireCurlyBraces": [ "if", "else", "for", "while", "do", "try", "catch" ], "requireOperatorBeforeLineBreak": true, "requireCamelCaseOrUpperCaseIdentifiers": true, "maximumLineLength": { "value": 80, "allowComments": true, "allowRegex": true }, "validateIndentation": 2, "validateQuoteMarks": "'", "disallowMultipleLineStrings": true, "disallowMixedSpacesAndTabs": true, "disallowTrailingWhitespace": true, "disallowSpaceAfterPrefixUnaryOperators": true, "disallowMultipleVarDecl": null, "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return", "try", "catch" ], "requireSpaceBeforeBinaryOperators": [ "=", "+=", "-=", "*=", "/=", "%=", "<<=", ">>=", ">>>=", "&=", "|=", "^=", "+=", "+", "-", "*", "/", "%", "<<", ">>", ">>>", "&", "|", "^", "&&", "||", "===", "==", ">=", "<=", "<", ">", "!=", "!==" ], "requireSpaceAfterBinaryOperators": true, "requireSpacesInConditionalExpression": true, "requireSpaceBeforeBlockStatements": true, "requireLineFeedAtFileEnd": true, "disallowSpacesInsideObjectBrackets": "all", "disallowSpacesInsideArrayBrackets": "all", "disallowSpacesInsideParentheses": true, "validateJSDoc": { "checkParamNames": true, "requireParamTypes": true }, "disallowMultipleLineBreaks": true, "requireLineFeedAtFileEnd": null, "disallowCommaBeforeLineBreak": null, "disallowDanglingUnderscores": null, "disallowEmptyBlocks": null, "disallowMixedSpacesAndTabs": null, "disallowMultipleLineStrings": null, "disallowTrailingComma": null, "disallowTrailingWhitespace": null, "maximumLineLength": null, "requireCamelCaseOrUpperCaseIdentifiers": null, "requireCapitalizedConstructors": null, "requireCommaBeforeLineBreak": null, "requireCurlyBraces": null, "requireDotNotation": null, "requireMultipleVarDecl": null, "requireOperatorBeforeLineBreak": null, "requireParenthesesAroundIIFE": true, "validateIndentation": 4, "validateQuoteMarks": null }
Upload File
Create Folder