Samx Here
n1udSecurity


Server : Apache
System : Linux webd348.cluster026.gra.hosting.ovh.net 5.15.148-ovh-vps-grsec-zfs-classid #1 SMP Thu Feb 8 09:41:04 UTC 2024 x86_64
User : hednacluml ( 122243)
PHP Version : 8.3.9
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Directory :  /home/hednacluml/jobs/plugins-dist/textwheel/wheels/spip/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/hednacluml/jobs/plugins-dist/textwheel/wheels/spip/backticks.yaml
--- # Prise en charge des backticks code
    #
    # Si on nomme une regle, elle devient surchargeable

bt-echappe-tags:
  # voir bt-restaure-tags plus bas
  match: ",</?[a-z!][^<>]*?[`][^<>]*>,imsS"
  if_chars: "<`"
  priority: -20
  is_wheel: Y
  replace:
    bt-echappe-tags-sub:
      match: ['`']
      replace: ["\x1\x15"]
      type: str

bt-echappe-backticks:
  if_str: '\`'
  priority: -20 # avant !paragraphes
  match: ['\\', '\`']
  replace: ["\x1\x10", "\x1\x15"]
  type: str

bt-backticks-triples:
  # raccourcis en ```..```
  match: "@(?<!`)(```)([^`]|[^`].*?[^`])(```)($|[^`])@imsS"
  replace: "replace_backticks"
  if_str: '```'
  type: str

bt-backticks-doubles:
  # raccourcis en ``..``
  match: "@(?<!`)(``)([^`]|[^`].*?[^`])(``)($|[^`])@imsS"
  replace: "replace_backticks"
  if_str: '``'
  type: str

bt-backticks-simples:
  # raccourcis en `..`
  match: "@(?<!`)(`)([^`]|[^`].*?[^`])(`)($|[^`])@imsS"
  replace: "replace_backticks"
  if_str: '`'
  type: str

bt-restaure-tags:
  # voir echappe-tags ci-dessus
  if_chars: "\x1"
  match: ["\x1\x10", "\x1\x15"]
  replace: ['\', '`']
  type: str

SAMX