Lines Matching full:then
33 if license:match('MIT/X') then
43 if line:len() + word:len() > max - 1 then
47 if line == '' then
59 if type(mod) == 'string' then
60 if mod:match'%.c$' then
63 elseif type(mod) == 'table' then
65 if type(sources) == 'string' and sources:match'%.c$' then
69 if src:match'%.c$' then
81 if not name:match('%.') then
85 if #t == 0 then
90 if #t == 0 then
101 if fs.is_dir('package/' .. k) then
105 if not fs.is_dir('package/lib' .. k) then
118 if dep ~= 'lua' then
120 if fs.is_dir('package/lua-' .. dep) then
124 if not fs.is_dir('package/' .. dep) then
140 if computed then
151 if not summary then
153 elseif not summary:match('%.%s*$') then
164 if only_luajit then
176 if only_luajit then
197 if subdir then
199 if root then
203 if root then
208 if root then
209 if root == lcname then
211 elseif root == name_upstream then
230 if need_version_upstream then
236 if lcname ~= name_upstream:lower() or need_name_upstream then
239 if subdir then
242 if license then
245 if #licenses == 1 then
247 elseif #licenses > 1 then
255 if #external_dependencies > 0 then
324 if not url then
330 if not temp_dir then
334 if not ok then return nil, err end
337 if not ok then
343 if not digest[rock_file] then return nil, err end
345 if not ok then return nil, err end
349 if not rockspec then
352 if rockspec.source.file then
354 if not ok then return nil, err end
357 if rockspec.source.dir ~= '.' then
362 if build_type ~= 'none' and build_type ~= 'builtin' and build_type ~= 'module' then
368 if not ok then return nil, err end
374 or v:match('^LICENSE') then
377 if not digest[v] then return nil, err end
380 if #licenses == 0 then
385 or v:match('^doc/us/license') then
388 if not digest[v] then return nil, err end
397 if not ok then return nil, err end
402 if has_c_files(rockspec) then
404 if not ok then return nil, err end