Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/wiki/inc/Parsing/ParserMode/Code.php
Назад
<?php namespace dokuwiki\Parsing\ParserMode; class Code extends AbstractMode { /** @inheritdoc */ public function connectTo($mode) { $this->Lexer->addEntryPattern('<code\b(?=.*</code>)', $mode, 'code'); } /** @inheritdoc */ public function postConnect() { $this->Lexer->addExitPattern('</code>', 'code'); } /** @inheritdoc */ public function getSort() { return 200; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.17 |
proxy
|
phpinfo
|
Настройка