Lines Matching refs:optarg
246 percent = std::stof(optarg);
274 result = WuKongUtil::GetInstance()->SetAllowList(optarg);
277 result = WuKongUtil::GetInstance()->SetBlockList(optarg);
279 result = WuKongUtil::GetInstance()->SetAllowAbilityList(optarg);
284 result = WuKongUtil::GetInstance()->SetBlockAbilityList(optarg);
289 result = WuKongUtil::GetInstance()->SetBlockPageList(optarg);
291 WuKongUtil::GetInstance()->SetCompIdBlockList(optarg);
293 WuKongUtil::GetInstance()->SetCompTypeBlockList(optarg);
295 WuKongUtil::GetInstance()->SetComponentUri(optarg);
298 WuKongUtil::GetInstance()->SetComponentUriType(optarg);
311 if (std::regex_match(optarg, pattern)) {
312 intervalArgs_ = std::stoi(optarg);
319 seedArgs_ = std::stoi(optarg);
650 std::stringstream ss(optarg);
671 std::stringstream ss(optarg);