Lines Matching refs:pages
44 pages("main_pages"),
83 Register("-pages", 1, "Set project's router config file path.");
228 return pages;
505 if (!IsSet("pages")) {
508 pages = Value("pages");
509 if (CheckParamInvalidity(pages, false)) {
510 errorInfo = "Launch -pages parameters is not match regex.";
513 ILOG("CommandParser pages: %s", pages.c_str());
1024 info.pages = GetPages();