Searched defs:stars (Results 1 – 5 of 5) sorted by relevance
14 function stars ([user], cb) { function
260 stars: color.yellow('' + packument.users ? Object.keys(packument.users || {}).length : 0), property
88 Star *stars; member
616 int stars = (desired.equals("*") ? 1 : 0) + (supported.equals("*") ? 1 : 0); in checkStars() local