Home
last modified time | relevance | path

Searched defs:startBold (Results 1 – 14 of 14) sorted by relevance

/dports/java/eclipse-shelled/eclipse-ShellEd-1.0.2a_4/plugins/com.something.eclipse.script_1.0.6/src/com/something/eclipse/script/contentassist/
H A DHTML2TextReader.java80 protected void startBold() in startBold() method in HTML2TextReader
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/text/
H A DHTML2TextReader.java92 protected void startBold() { in startBold() method in HTML2TextReader
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DCalendarFormH.cc106 void CalendarFormH::startBold (Dstr &buf) { in startBold() function in libxtide::CalendarFormH
H A DCalendarFormL.cc163 void CalendarFormL::startBold (Dstr &buf) { in startBold() function in libxtide::CalendarFormL
H A DCalendarFormNotC.cc518 void CalendarFormNotC::startBold (Dstr &buf unusedParameter) {} in startBold() function in libxtide::CalendarFormNotC
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/
H A DHTML2TextReader.java112 protected void startBold() { in startBold() method in HTML2TextReader
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Dstaticbrowserbox.cpp281 const bool startBold = (plain.find("##B") == 0); in addRow() local
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dhtmlgen.h217 void startBold() { m_t << "<b>"; } in startBold() function
H A Drtfgen.h135 void startBold() { m_t << "{\\b "; } in startBold() function
H A Dlatexgen.h214 void startBold() { m_t << "{\\bfseries "; } in startBold() function
H A Dmangen.h134 void startBold() { m_t << "\\fB"; m_firstCol=FALSE; } in startBold() function
H A Ddocbookgen.cpp723 void DocbookGenerator::startBold() in startBold() function in DocbookGenerator
H A Doutputlist.h302 void startBold() in startBold() function
/dports/games/scid/scid/src/
H A Dtkscid.cpp6553 const char * startBold = (htextOutput ? "<b>" : ""); in sc_name_info() local