Searched refs:LINE_BREAKER (Results 1 – 1 of 1) sorted by relevance
10 LINE_BREAKER = "\n" variable135 return ".. image:: images/" + uml_name + ".png" + LINE_BREAKER170 retstr = LINE_BREAKER172 retstr += "".ljust(indent, " ") + "| **" + title + "**" + LINE_BREAKER176 retstr = LINE_BREAKER178 retstr += ".. _ref-" + ref + ":" + LINE_BREAKER + LINE_BREAKER179 retstr += title + LINE_BREAKER180 retstr += "".ljust(20, flag) + LINE_BREAKER181 retstr += LINE_BREAKER200 retstr = "::" + LINE_BREAKER + LINE_BREAKER[all …]