Home
last modified time | relevance | path

Searched +full:typography -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/conf/
Dentities.conf1 # Typography replacements
Ddokuwiki.php37 $conf['typography'] = 1; //smartquote conversion 0=off, 1=doublequotes, 2=all quot…
/dokuwiki/inc/Parsing/ParserMode/
DQuotes.php15 if ($conf['typography'] == 2) {
/dokuwiki/_test/data/pages/wiki/
Dsyntax.txt228 …s mainly done for smileys. And the text to HTML conversion is used for typography replacements, bu…
258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entiti…
270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/dokuwiki/data/pages/wiki/
Dsyntax.txt228 …s mainly done for smileys. And the text to HTML conversion is used for typography replacements, bu…
258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entiti…
270 …le' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
/dokuwiki/_test/tests/inc/parser/
Dparser_quotes.test.php12 $conf['typography'] = 2;
/dokuwiki/lib/plugins/config/settings/
Dconfig.metadata.php106 $meta['typography'] = ['multichoice', '_choices' => [0, 1, 2]];
/dokuwiki/inc/
Dparserutils.php597 if ($conf['typography']) {