Searched refs:add_text (Results 1 – 6 of 6) sorted by relevance
/external/jsoncpp/ |
D | amalgamate.py | 17 def add_text( self, text ): member in AmalgamationFile 24 self.add_text( "" ) 25 self.add_text( "// " + "/"*70 ) 26 … self.add_text( "// %s of content of file: %s" % (prefix, relative_input_path.replace("\\","/")) ) 27 self.add_text( "// " + "/"*70 ) 28 self.add_text( "" ) 34 self.add_text( content ) 37 self.add_text( "\n\n\n\n" ) 61 header.add_text( "/// Json-cpp amalgated header (http://jsoncpp.sourceforge.net/)." ) 62 header.add_text( "/// It is intented to be used with #include <%s>" % header_include_path ) [all …]
|
/external/python/cpython2/Doc/tools/extensions/ |
D | pyspecific.py | 88 add_text = nodes.strong('CPython implementation detail:', 95 pnode[0].insert(0, add_text) 98 pnode.insert(0, nodes.paragraph('', '', add_text))
|
/external/python/cpython2/Lib/ |
D | argparse.py | 246 def add_text(self, text): member in HelpFormatter 1021 formatter.add_text(version) 2301 formatter.add_text(self.description) 2306 formatter.add_text(action_group.description) 2311 formatter.add_text(self.epilog) 2323 formatter.add_text(self.version)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.py | 420 elif cl == FL.TEXT: return fm.add_text
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.py | 421 elif cl == FL.TEXT: return fm.add_text
|
/external/python/cpython2/Doc/library/ |
D | fl.rst | 241 .. method:: form.add_text(type, x, y, w, h, name)
|