Lines Matching refs:attrs
200 local res, attrs = {}, {}
206 attrs[k] = v
210 res.attrs = attrs
225 for k in pairs(l.attrs) do
227 if l.attrs[k] ~= o.attrs[k] and o.attrs[k] ~= nil then
291 if row.attrs.type == 'file' then
292 sz = sz + tonumber(row.attrs.size)
304 if tonumber(row.attrs.mode, 8) & mode ~= 0 then
395 rows[1].attrs.type ..
398 if rows[1].attrs.type == "dir" then
430 if files[filename][1].attrs.type ~= 'file' then
498 data.attrs.tags == nil and data.attrs.type == 'dir'
507 if data.attrs.tags ~= nil then
508 pkgname = pkgname_from_tag(data.attrs.tags)