Lines Matching refs:actions
71 # Map the page info dictionary into a dictionary of actions
80 actions = { }
92 actions[pi.begin] = {
99 actions[pi.begin] = {
107 actions[pi.end] = {
114 actions[pi.end] = {
136 if line in actions.keys():
137 action = actions[line]['action']
138 replace = actions[line]['replace']
139 pi = actions[line]['pageinfo']
163 #for line in sorted(actions.keys()):
164 # action = actions[line]