Home
last modified time | relevance | path

Searched defs:command (Results 1 – 17 of 17) sorted by relevance

/napi_generator/hdc/ts/ts_vs_plugin/src/
Dpackage.json25 "command": "generate_ts", string
29 "command": "generate_ts_menu", string
37 "command": "generate_ts" string
42 "command": "generate_ts_menu" string
Dextension.js75 function register(context, command) { argument
/napi_generator/hdc/api/api_scan_vs_plugin/src/
Dpackage.json25 "command": "api_scan", string
29 "command": "api_scan_menu", string
37 "command": "api_scan" string
42 "command": "api_scan_menu" string
Dextension.js78 function register(context, command) { argument
/napi_generator/hdc/gn/gn_vs_plugin/src/
Dpackage.json25 "command": "generate_gn", string
29 "command": "generate_gn_menu", string
37 "command": "generate_gn" string
42 "command": "generate_gn_menu" string
Dextension.js118 function register(context, command) { argument
/napi_generator/hdc/service/service_vs_plugin/src/
Dpackage.json25 "command": "generate_service", string
29 "command": "generate_service_menu", string
37 "command": "generate_service" string
42 "command": "generate_service_menu" string
Dextension.js80 function register(context, command) { argument
/napi_generator/napi_vs_plugin/src/
Dpackage.json25 "command": "generate_napi", string
29 "command": "generate_napi_menu", string
37 "command": "generate_napi" string
42 "command": "generate_napi_menu" string
Dextension.js81 function register(context, command) { argument
/napi_generator/hdc/assist/assist_tools_vs_plugin/src/
Dpackage.json24 "command": "assist_tools", string
32 "command": "assist_tools" string
37 "command": "assist_tools" string
/napi_generator/hdc/service/service_IntelliJ_plugin/src/com/sk/service/dialog/
DServiceGenerateDialogPane.java147 String command; in runServiceFun() local
200 String command = file.toString(); in genCommandService() local
243 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/hdc/api/api_scan_IntelliJ_plugin/src/com/kh/scan/dialog/
DApiScanDialogPane.java172 String command; in runFun() local
235 String command = file.toString(); in genCommand() local
240 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/napi_IntelliJ_plugin/src/com/sk/utils/
DFileUtil.java152 String[] command = content.split(FileUtil.getNewline()); in findStringInFile() local
163 private boolean isContainString(BufferedReader bufferedReader, String command) { in isContainString()
/napi_generator/hdc/gn/gn_IntelliJ_plugin/src/com/sk/gn/dialog/
DGenDialogPane.java259 String command; in runFun() local
304 String command = file.toString(); in genCommand() local
385 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
/napi_generator/hdc/ts/ts_IntelliJ_plugin/src/com/sk/ts/dialog/
DGenerateDialogPane.java274 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()
445 String command; in runFunH2ts() local
486 String command = file.toString(); in genCommandH2ts() local
/napi_generator/napi_IntelliJ_plugin/src/com/sk/dialog/
DGenerateDialogPane.java201 String command; in runFun() local
242 String command = file.toString(); in genCommand() local
331 private boolean callExtProcess(String command) throws IOException, InterruptedException { in callExtProcess()