⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3
/
dist-packages
/
pygments
/
__pycache__
/
View File Name :
plugin.cpython-312.pyc
gc B d Z ddlmZ dZdZdZdZd Zd Zd Z d Z d Zy) a pygments.plugin ~~~~~~~~~~~~~~~ Pygments plugin interface. lexer plugins:: [pygments.lexers] yourlexer = yourmodule:YourLexer formatter plugins:: [pygments.formatters] yourformatter = yourformatter:YourFormatter /.ext = yourformatter:YourFormatter As you can see, you can define extensions for the formatter with a leading slash. syntax plugins:: [pygments.styles] yourstyle = yourstyle:YourStyle filter plugin:: [pygments.filter] yourfilter = yourfilter:YourFilter :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. )entry_pointszpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc v t }t |d r|j | S |j | g S )Nselect)group)r hasattrr get) group_namegroupss 1/usr/lib/python3/dist-packages/pygments/plugin.pyiter_entry_pointsr + s9 ^Fvx }}:}.. zz*b)) c # X K t t D ] } | j y wN)r LEXER_ENTRY_POINTload entrypoints r find_plugin_lexersr 7 s# '(9: oo ;s (*c # p K t t D ] } | j | j f " y wr )r FORMATTER_ENTRY_POINTnamer r s r find_plugin_formattersr <