Lines Matching refs:entry
139 def add_transaction(request, doc, feed, entry, first):
140 """Each transaction is an entry. We have non-trivial content, so we
144 e = doc.createElement("entry")
146 pfmri, op_type, op_time, metadata = entry
148 # Generate a 'tag' uri, to uniquely identify the entry, using the fmri.
156 # the entry title and content.
174 # Now add a title for our entry.
181 # Indicate when the entry was last updated (in this case, when the
266 # Cache the first entry in the catalog for any given package stem found
295 for entry in ulog.updates():
296 pfmri = entry[0]
297 op_time = entry[2]
301 add_transaction(request, d, feed, entry,