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