Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/inc/Parsing/ParserMode/Filelink.php
Назад
<?php namespace dokuwiki\Parsing\ParserMode; class Filelink extends AbstractMode { protected $pattern; /** @inheritdoc */ public function preConnect() { $ltrs = '\w'; $gunk = '/\#~:.?+=&%@!\-'; $punc = '.:?\-;,'; $host = $ltrs.$punc; $any = $ltrs.$gunk.$punc; $this->pattern = '\b(?i)file(?-i)://['.$any.']+?['. $punc.']*[^'.$any.']'; } /** @inheritdoc */ public function connectTo($mode) { $this->Lexer->addSpecialPattern( $this->pattern, $mode, 'filelink' ); } /** @inheritdoc */ public function getSort() { return 360; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка