Searched refs:wordblock (Results 1 – 10 of 10) sorted by relevance
3 要在 DokuWiki 上使用黑名单需要在 ''conf/local.php'' 文件中启用 ''$conf['usewordblock'] = 1;''(默认它被设置为 1)编辑 ''conf/wordblock.local.conf'' 文件。你可以看看 ''conf/wordblock.conf'' 文件,查看现有的屏蔽单词。该文件包含[[wp>Regular Expressions|正则表达式]](Perl 兼容),任何匹配的保存动作都是不会被允许的。
3 "단어 차단 목록"을 사용하기 위해서는 ''conf/local.php'' 파일의 ''$conf['usewordblock'] = 1;'' 옵션을 활성화해야 합니다. 기본값은 1로 되어 있습니다. ''conf/wordblock.local.conf''에 차단할 단어 목록을 입력할 수 있고, ''conf/wordblock.conf''에서 기본적으로 설정된 차단 단어 목록을 볼 수 있습니다. Perl 언어의 정규표현식과 호환되는 [[wp>Regular Expressions]] 도 지원합니다.
3 Om een blacklist in DokuWiki te gebruiken moet je de configuratieoptie [[doku>config:usewordblock]] inschakelen (standaard aan) en bewerk het ''conf/wordblock.local.conf''-bestand. Je kunt een blik werpen in het bestand'' conf/wordblock.conf'' voor een lijst met bestaande geblokkeerde woorden. Het bestand bevat [[wp>Regular Expressions]] (Perl compatibel) als een van deze overeenkomt is opslaan niet mogelijk.
5 Um eine Blacklist im DokuWiki zu nutzen, aktivieren Sie die Option ''$conf['usewordblock'] = 1;'' in "conf/local.php" (Standardmäßig ist diese auf 1 gesetzt) und passen Sie die "conf/wordblock.local.conf" Datei an. Für eine Liste existierender Wort-Blockaden können Sie in die Datei "conf/wordblock.conf" schauen.
3 For using a blacklist in DokuWiki enable the ''$conf['usewordblock'] = 1;'' option in ''conf/local.php'' (by default it is set to 1) and edit the ''conf/wordblock.local.conf'' file. You can have a look inside the file ''conf/wordblock.conf'' for a list of existing word blocks. The file contains [[wp>Regular Expressions]] (Perl compatible) if any of these match saving is disallowed.
5 Pour utiliser une liste noire dans DokuWiki, activez l'option ''$conf['usewordblock'] = 1;'' dans le fichier ''conf/local.php'' (par défaut cette option est activée puisque réglée sur 1) et éditez le fichier ''conf/wordblock.local.conf''. Vous pouvez voir la liste des termes bannis par défaut dans le fichier ''conf/wordblock.conf''. Le fichier contient des [[wpfr>Expression_rationnelle|expressions régulières]] (compatible perl -- PCRE). Si l'une d'elles correspond, l'enregistrement d'une page esr refusé.
7 DokuWiki でブラックリストを使用するには、[[doku>ja:config:usewordblock|usewordblock オプション]]を有効にし、''conf/wordblock.conf'' ファイルを編集してください。
22 | ''wordblock.conf'' | ''wordblock.local.conf'' | [[doku>blacklist…
666 …function wordblock($word) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_g… function in renderer_plugin_mellelexport
379 function wordblock($word) { function in Doku_Renderer_latex