Lines Matching refs:end
46 # print("// end [open,refpage='" + pi.name + "']", file=fp)
73 # 'action' : 'begin' or 'end'. What to do on a refBegin or refEnd line
105 if (file[pi.end][0:9] == '// refEnd'):
107 actions[pi.end] = {
108 'action' : 'end',
114 actions[pi.end] = {
115 'action' : 'end',
148 print(text, file=fp, end='')
149 elif action == 'end':
151 print(text, file=fp, end='')
156 print(text, file=fp, end='')
158 print(text, file=fp, end='')