📁 PHP Dosya Yöneticisi
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
prospector
/
formatters
📝
__init__.py
← Geri Dön
from . import emacs, grouped, json, pylint, text, vscode, xunit, yaml from .base import Formatter __all__ = ("FORMATTERS", "Formatter") FORMATTERS = { "json": json.JsonFormatter, "text": text.TextFormatter, "grouped": grouped.GroupedFormatter, "emacs": emacs.EmacsFormatter, "yaml": yaml.YamlFormatter, "pylint": pylint.PylintFormatter, "xunit": xunit.XunitFormatter, "vscode": vscode.VSCodeFormatter, }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula