Home
last modified time | relevance | path

Searched refs:STY_NAME_NUM (Results 1 – 7 of 7) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/core/
H A Dodtgenerator.cpp58 << getAttributes ( STY_NAME_NUM, docStyle.getNumberStyle() ) in getStyleDefinition()
173 openTags.push_back ( getOpenTag ( STY_NAME_NUM ) ); in initOutputTags()
H A Dtexgenerator.cpp60 openTags.push_back ( "{\\hl"+STY_NAME_NUM+" " ); in initOutputTags()
285 os << getAttributes ( STY_NAME_NUM, docStyle.getNumberStyle() ); in getStyleDefinition()
H A Dlatexgenerator.cpp177 openTags.push_back ( "\\hl"+STY_NAME_NUM+"{" ); in initOutputTags()
335 os << getAttributes ( STY_NAME_NUM, docStyle.getNumberStyle() ); in getStyleDefinition()
H A Dsvggenerator.cpp53 openTags.push_back ( getOpenTag ( STY_NAME_NUM ) ); in initOutputTags()
88 << getAttributes ( tspan+STY_NAME_NUM, docStyle.getNumberStyle() ) in getStyleDefinition()
H A Dhtmlgenerator.cpp165 openTags.push_back ( getOpenTag ( STY_NAME_NUM ) ); in initOutputTags()
277 os << getAttributes ( STY_NAME_NUM, docStyle.getNumberStyle() ) in getStyleDefinition()
H A Dcodegenerator.cpp62 const string CodeGenerator::STY_NAME_NUM="num"; member in highlight::CodeGenerator
2077 return STY_NAME_NUM; in getTestcaseName()
2148 if (line.find(STY_NAME_NUM, typeDescPos)==typeDescPos) in runSyntaxTestcases()
/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h518 static const string STY_NAME_NUM; variable