Home
last modified time | relevance | path

Searched refs:nextcommand (Results 1 – 18 of 18) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/engines/
H A Dbatchengine.cpp36 if (nextcommand[0] != '#') { //skip comments in BatchEngine()
121 while (nextcommand[0] == '#') { //skip comments in getNextCommand()
131 if (nextcommand == "quit") { nextcommand = "quit()"; } in getNextCommand()
132 if (nextcommand == "help") { nextcommand = "help()"; } in getNextCommand()
134 string type = findType(nextcommand); in getNextCommand()
150 nextcommand = getNextCommand(inputBatchFile); in getNextCommand()
153 string key, value; value = nextcommand; in getNextCommand()
162 nextcommand = getNextCommand(inputBatchFile); in getNextCommand()
166 int evPos = nextcommand.find_first_of('$'); in getNextCommand()
168 else { replaceVariables(nextcommand); } in getNextCommand()
[all …]
H A Dscriptengine.cpp93 string nextcommand = ""; in getNextCommand() local
105 else { nextcommand += commandString[count]; } in getNextCommand()
124 if (nextcommand == "quit") { nextcommand = "quit()"; } in getNextCommand()
125 if (nextcommand == "help") { nextcommand = "help()"; } in getNextCommand()
127 string type = findType(nextcommand); in getNextCommand()
131 string key, value; value = nextcommand; in getNextCommand()
140 nextcommand = getNextCommand(commandString); in getNextCommand()
144 int evPos = nextcommand.find_first_of('$'); in getNextCommand()
146 else { replaceVariables(nextcommand); } in getNextCommand()
155 return nextcommand; in getNextCommand()
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jQuery-contextMenu/documentation/docs/
H A Devents.md13 - [nextcommand](#nextcommand)
51 ## nextcommand section in Events
52 `nextcommand` : Select / highlight the next possible command
57 opt.$menu.trigger("nextcommand");
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/certutil/
H A Dcertutil.c3588 char *nextcommand = NULL; local
3625 nextcommand = new_buf;
3626 nextcommand[cmd_len] = '\0';
3631 crlf = PORT_Strrchr(nextcommand, '\n');
3635 cmd_len = strlen(nextcommand);
3637 nextcommand[--cmd_len] = '\0';
3645 newargv[1] = nextcommand;
3646 nextarg = nextcommand;
3676 nextcommand);
3684 nextcommand[0] = '\0';
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL;
3957 nextcommand = new_buf;
3958 nextcommand[cmd_len] = '\0';
3963 crlf = PORT_Strrchr(nextcommand, '\n');
3967 cmd_len = strlen(nextcommand);
3969 nextcommand[--cmd_len] = '\0';
3977 newargv[1] = nextcommand;
3978 nextarg = nextcommand;
4008 nextcommand);
4016 nextcommand[0] = '\0';
[all …]
/dports/security/nss/nss-3.76.1/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL; in certutil_main() local
3957 nextcommand = new_buf; in certutil_main()
3958 nextcommand[cmd_len] = '\0'; in certutil_main()
3963 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3967 cmd_len = strlen(nextcommand); in certutil_main()
3969 nextcommand[--cmd_len] = '\0'; in certutil_main()
3977 newargv[1] = nextcommand; in certutil_main()
3978 nextarg = nextcommand; in certutil_main()
4008 nextcommand); in certutil_main()
4016 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL; in certutil_main() local
3957 nextcommand = new_buf; in certutil_main()
3958 nextcommand[cmd_len] = '\0'; in certutil_main()
3963 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3967 cmd_len = strlen(nextcommand); in certutil_main()
3969 nextcommand[--cmd_len] = '\0'; in certutil_main()
3977 newargv[1] = nextcommand; in certutil_main()
3978 nextarg = nextcommand; in certutil_main()
4008 nextcommand); in certutil_main()
4016 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/certutil/
H A Dcertutil.c3767 char *nextcommand = NULL; in certutil_main() local
3804 nextcommand = new_buf; in certutil_main()
3805 nextcommand[cmd_len] = '\0'; in certutil_main()
3810 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3814 cmd_len = strlen(nextcommand); in certutil_main()
3816 nextcommand[--cmd_len] = '\0'; in certutil_main()
3824 newargv[1] = nextcommand; in certutil_main()
3825 nextarg = nextcommand; in certutil_main()
3855 nextcommand); in certutil_main()
3863 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL; in certutil_main() local
3957 nextcommand = new_buf; in certutil_main()
3958 nextcommand[cmd_len] = '\0'; in certutil_main()
3963 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3967 cmd_len = strlen(nextcommand); in certutil_main()
3969 nextcommand[--cmd_len] = '\0'; in certutil_main()
3977 newargv[1] = nextcommand; in certutil_main()
3978 nextarg = nextcommand; in certutil_main()
4008 nextcommand); in certutil_main()
4016 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL; in certutil_main() local
3957 nextcommand = new_buf; in certutil_main()
3958 nextcommand[cmd_len] = '\0'; in certutil_main()
3963 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3967 cmd_len = strlen(nextcommand); in certutil_main()
3969 nextcommand[--cmd_len] = '\0'; in certutil_main()
3977 newargv[1] = nextcommand; in certutil_main()
3978 nextarg = nextcommand; in certutil_main()
4008 nextcommand); in certutil_main()
4016 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/certutil/
H A Dcertutil.c3920 char *nextcommand = NULL; in certutil_main() local
3957 nextcommand = new_buf; in certutil_main()
3958 nextcommand[cmd_len] = '\0'; in certutil_main()
3963 crlf = PORT_Strrchr(nextcommand, '\n'); in certutil_main()
3967 cmd_len = strlen(nextcommand); in certutil_main()
3969 nextcommand[--cmd_len] = '\0'; in certutil_main()
3977 newargv[1] = nextcommand; in certutil_main()
3978 nextarg = nextcommand; in certutil_main()
4008 nextcommand); in certutil_main()
4016 nextcommand[0] = '\0'; in certutil_main()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/BWidget/
H A Dwizard.tcl47 {-nextcommand String "" 0 }
383 set cmd [Widget::cget $items($step) -nextcommand]
/dports/x11-toolkits/bwidget/bwidget-1.9.14/
H A Dwizard.tcl47 {-nextcommand String "" 0 }
383 set cmd [Widget::cget $items($step) -nextcommand]
/dports/cad/astk-serveur/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dwizard.tcl47 {-nextcommand String "" 0 }
383 set cmd [Widget::cget $items($step) -nextcommand]
/dports/cad/astk-client/astk-2020.0/ASTK_CLIENT/lib/BWidget-1.7.0/
H A Dwizard.tcl47 {-nextcommand String "" 0 }
383 set cmd [Widget::cget $items($step) -nextcommand]
/dports/databases/sqlrelay/sqlrelay-1.7.0/src/cmdline/
H A Dsqlrsh.cpp346 const char *nextcommand=commands; in runCommands() local
350 nextcommand, in runCommands()
351 &nextcommand, in runCommands()
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jQuery-contextMenu/dist/
H A Djquery.contextMenu.min.js.map1nextcommand.contextMenu","contextmenu.contextMenu","mouseenter.contextMenu","mouseleave.contextMen…
/dports/www/jitsi-meet/jitsi-meet/libs/
H A Dapp.bundle.min.map1nextcommand');\r\n }\r\n return;\r\n…