Lines Matching refs:match
33 if license:match('MIT/X') then
60 if mod:match'%.c$' then
65 if type(sources) == 'string' and sources:match'%.c$' then
69 if src:match'%.c$' then
81 if not name:match('%.') then
117 local dep = tostring(rockspec.dependencies[i]):match('^(%S+)')
139 local computed = line and line:match('(' .. ('%x'):rep(64) .. ')')
149 local only_luajit = rockspec.package:match('^lj')
153 elseif not summary:match('%.%s*$') then
193 local version_upstream = version:match('^([^-]+)-')
194 local revision = version:match('-(%d+)$')
198 local root = subdir:match('^(.-)-' .. escape(version) .. '$')
202 root = subdir:match('^(.--[Vv])' .. escape(version_upstream) .. '$')
207 root = subdir:match('^(.-)-' .. escape(version_upstream) .. '$')
377 or v:match('^LICENSE') then
386 if v:match('^docs?/LICENSE')
387 or v:match('^docs?/license')
388 or v:match('^doc/us/license') then