Searched refs:sourcestr (Results 1 – 2 of 2) sorted by relevance
1073 def tagreplace(sourcestr, colors=lite, markup='xhtml', argument1081 if sourcestr.find(css) == -1:1082 sourcestr = sourcestr.replace('</head>', css, 1)1083 starttags = sourcestr.count(tagstart)1084 endtags = sourcestr.count(tagend)1088 datastart = sourcestr.find(tagstart)1089 dataend = sourcestr.find(tagend)1090 data = sourcestr[datastart+len(tagstart):dataend]1094 start = sourcestr[:datastart]1095 end = sourcestr[dataend+len(tagend):][all …]
1264 SmartArrayPointer<char> sourcestr = in CodeCreateEvent() local1266 msg.Append("%s", sourcestr.get()); in CodeCreateEvent()