Home
last modified time | relevance | path

Searched refs:BULLET_CHARS (Results 1 – 4 of 4) sorted by relevance

/dports/www/trac-devel/Trac-1.5.3/trac/wiki/
H A Dparser.py46 BULLET_CHARS = "-*\u2022" variable in WikiParser
124 % BULLET_CHARS,
H A Dformatter.py891 if listid in WikiParser.BULLET_CHARS:
/dports/textproc/htmlise/htmlise-0.2/
H A Dhtmlise.h19 #define BULLET_CHARS "-*+." macro
H A Dhtmlise.c100 if (strchr(BULLET_CHARS, *p) && *(p + 1) == ' ') { in classify_paragraph()