Searched refs:strs (Results 1 – 5 of 5) sorted by relevance
206 strs = line.split('=', 1)208 if len(strs) == 2:209 if strs[1].startswith('$'):210 temp_map[strs[0]] = temp_map[strs[1][1:]]212 temp_map[strs[0]] = strs[1]224 strs = mk.rsplit('.', 1)225 if not global_config.get(strs[0]):226 global_config[strs[0]] = {}227 global_config[strs[0]][strs[-1]] = mv
54 std::string StringUtils::Join(const std::vector<std::string>& strs, const std::string& sep) in Join() argument57 for (auto& s : strs) { in Join()
27 static std::string Join(const std::vector<std::string>& strs, const std::string& sep);
364 strs = "abcdefghjiklmnopqstuvwxyzABCDEFGHIJKLMNOPQRS TUVWXYZ1234567890~!@#ls%^&*()_+,./<>?;':"367 result = result + random.choice(strs)
43 const std::vector<std::string> strs { variable