Lines Matching defs:parser
1027 CommandParser& parser = CommandParser::GetInstance();
1029 SetJsAppPath(parser.Value("j"));
1030 if (parser.IsSet("s")) {
1031 SetPipeName(parser.Value("s"));
1033 if (parser.IsSet("url")) {
1034 SetUrlPath(parser.Value("url"));
1036 if (parser.IsSet("lws")) {
1037 SetPipePort(parser.Value("lws"));
1039 if (parser.IsSet("cm")) {
1040 SetArgsColorMode(parser.Value("cm"));
1042 if (parser.IsSet("av")) {
1043 SetArgsAceVersion(parser.Value("av"));
1045 if (parser.IsSet("sd")) {
1046 SetScreenDensity(parser.Value("sd"));
1048 if (parser.IsSet("cc")) {
1049 SetConfigChanges(parser.Value("cc"));
1056 if (parser.IsSet("d")) {
1058 if (parser.IsSet("p")) {
1059 SetDebugServerPort(static_cast<uint16_t>(atoi(parser.Value("p").c_str())));
1063 if (parser.IsSet("componentTest")) {
1064 JsAppImpl::GetInstance().SetComponentTestModeConfig(parser.Value("componentTest"));