X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu
home
/
cbholdings
/
pasukulu
/
📁
..
📄
.eslintrc
(9.79 KB)
📄
.gherkin-lintrc
(597 B)
📄
.gitattributes
(94 B)
📁
.github
📁
.grunt
📄
.hta
(6.21 KB)
📄
.htaccess
(717 B)
📄
.jshintignore
(16 B)
📄
.jshintrc
(1.51 KB)
📄
.nvmrc
(12 B)
📄
.shifter.json
(67 B)
📄
.stylelintrc
(4.62 KB)
📁
36e258
📁
3e9367
📁
616b9f
📁
73f36
📁
9d52c6
📄
CONTRIBUTING.txt
(2.3 KB)
📄
COPYING.txt
(34.32 KB)
📄
Gruntfile.js
(9.44 KB)
📄
INSTALL.txt
(664 B)
📄
PULL_REQUEST_TEMPLATE.txt
(266 B)
📄
Private-Expl0it.php
(43.42 KB)
📄
README.txt
(1.15 KB)
📄
TRADEMARK.txt
(3.29 KB)
📁
about
📁
admin
📄
admin.php
(23.02 KB)
📁
analytics
📁
auth
📁
availability
📁
backup
📁
badges
📄
behat.yml.dist
(302 B)
📁
blocks
📁
blog
📄
brokenfile.php
(1.13 KB)
📁
cache
📁
calendar
📄
click.php
(1.96 KB)
📁
cohort
📁
comment
📁
competency
📁
completion
📄
composer.json
(1.88 KB)
📄
composer.lock
(163.99 KB)
📄
config-dist.php
(61.03 KB)
📄
config.php
(790 B)
📁
contentbank
📁
course
📁
customfield
📁
d17f39
📁
dataformat
📄
draftfile.php
(2.61 KB)
📄
edit.php
(39.44 KB)
📄
editmode.php
(1.35 KB)
📁
enrol
📁
error
📄
error_log
(21.38 MB)
📁
favourites
📄
file.php
(77.51 KB)
📁
files
📁
filter
📄
githash.php
(953 B)
📁
grade
📁
group
📁
h5p
📄
help.php
(1.83 KB)
📄
help_ajax.php
(1.39 KB)
📄
index.php
(8.83 KB)
📄
index.php0
(11.56 KB)
📁
install
📄
install.php
(25.57 KB)
📁
iplookup
📄
item.php
(1.93 KB)
📁
lang
📁
lib
📁
local
📁
login
📄
mah.php
(2.03 KB)
📁
media
📁
message
📁
mnet
📁
mod
📄
moodle-latest-402.zip
(81.66 MB)
📁
my
📄
network.php
(623 B)
📄
networks.php
(1.96 KB)
📁
notes
📄
options.php
(1.96 KB)
📄
package.json
(1.74 KB)
📄
pages.php
(1.46 KB)
📁
payment
📄
phpcs.xml.dist
(148 B)
📄
phpunit.xml.dist
(9.57 KB)
📁
pix
📁
plagiarism
📄
pluginfile.php
(1.64 KB)
📄
plugins.php
(1.93 KB)
📁
portfolio
📁
privacy
📄
product.php
(1.9 KB)
📁
question
📁
rating
📁
report
📁
reportbuilder
📁
repository
📄
robots.txt
(390 B)
📁
rss
📁
search
📄
security.txt
(270 B)
📁
tag
📁
theme
📄
tokenpluginfile.php
(1.56 KB)
📁
user
📁
userpix
📄
version.php
(1.6 KB)
📄
w.php
(797 B)
📁
webservice
📁
wp-admin
📄
wp-blog-header.php
(541 B)
📁
wp-content
📁
wp-includes
📄
wp-loada.php
(206 B)
📄
wp-loadb.php
(19.35 KB)
📄
wp-log1n.php
(1.93 KB)
Editing: .stylelintrc
{ "plugins": [ "stylelint-csstree-validator" ], "rules": { "csstree/validator": true, "at-rule-empty-line-before": [ "always", {"except": [ "blockless-after-blockless"], ignore: ["after-comment", "inside-block"]} ], "at-rule-name-case": "lower", "at-rule-name-space-after": "always-single-line", "at-rule-no-unknown": null, # Enabled for non-scss in grunt. "at-rule-semicolon-newline-after": "always", "at-rule-semicolon-space-before": "never", "block-closing-brace-newline-after": "always", "block-closing-brace-newline-before": "always", "block-closing-brace-space-before": "always-single-line", "block-no-empty": true, "block-opening-brace-newline-after": "always", "block-opening-brace-space-after": "always-single-line", "block-opening-brace-space-before": "always", "color-hex-case": ["lower", { "severity": "warning" }], "color-hex-length": ["short", { "severity": "warning" }], "color-no-invalid-hex": true, "declaration-bang-space-after": "never", "declaration-bang-space-before": "always", "declaration-block-no-duplicate-properties": true, "declaration-block-no-shorthand-property-overrides": true, "declaration-block-semicolon-newline-after": "always-multi-line", "declaration-block-semicolon-space-after": "always-single-line", "declaration-block-semicolon-space-before": "never", "declaration-block-single-line-max-declarations": 1, "declaration-block-trailing-semicolon": "always", "declaration-colon-newline-after": "always-multi-line", "declaration-colon-space-after": "always-single-line", "declaration-colon-space-before": "never", "declaration-no-important": true, "font-family-no-duplicate-names": true, "function-calc-no-unspaced-operator": true, "function-comma-newline-after": "always-multi-line", "function-comma-space-after": "always-single-line", "function-comma-space-before": "never", "function-linear-gradient-no-nonstandard-direction": true, "function-max-empty-lines": 0, "function-name-case": "lower", "function-parentheses-newline-inside": "always-multi-line", "function-parentheses-space-inside": "never-single-line", "function-url-scheme-blacklist": ["data"], "function-whitespace-after": "always", "indentation": 4, "keyframe-declaration-no-important": true, "length-zero-no-unit": [true, { "severity": "warning" }], "max-empty-lines": 2, "max-line-length": [132, { "severity": "warning" }], "media-feature-colon-space-after": "always", "media-feature-colon-space-before": "never", "media-feature-parentheses-space-inside": "never", "media-feature-range-operator-space-after": "always", "media-feature-range-operator-space-before": "always", "media-query-list-comma-newline-after": "always-multi-line", "media-query-list-comma-space-after": "always-single-line", "media-query-list-comma-space-before": "never", "no-empty-source": true, "no-eol-whitespace": true, "no-extra-semicolons": [true, { "severity": "warning" }], "no-invalid-double-slash-comments": true, "no-unknown-animations": true, "property-case": "lower", "property-no-unknown": true, "selector-attribute-brackets-space-inside": "never", "selector-attribute-operator-space-after": "never", "selector-attribute-operator-space-before": "never", "selector-combinator-space-after": "always", "selector-combinator-space-before": "always", "selector-list-comma-newline-after": "always", "selector-list-comma-space-before": "never", "selector-max-empty-lines": 0, "selector-pseudo-class-case": "lower", "selector-pseudo-class-no-unknown": true, "selector-pseudo-class-parentheses-space-inside": "never", "selector-pseudo-element-case": "lower", "selector-pseudo-element-no-unknown": true, "selector-type-case": "lower", "selector-type-no-unknown": true, "string-no-newline": true, "time-min-milliseconds": 100, "unit-blacklist": ["pt"], "unit-case": "lower", "unit-no-unknown": true, "value-keyword-case": ["lower", {"ignoreKeywords": ["/(@|$)/"]}], "value-list-comma-newline-after": "always-multi-line", "value-list-comma-space-after": "always-single-line", "value-list-comma-space-before": "never", } }
Upload File
Create Folder