Home
last modified time | relevance | path

Searched refs:promptStr (Results 1 – 25 of 31) sorted by relevance

12

/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dinittemplatefuncs.go22 promptStr := field + " (default " + strconv.FormatBool(args[0]) + ")"
23 valueStr := c.promptString(promptStr)
50 promptStr := field + " (default " + strconv.FormatInt(args[0], 10) + ")"
51 valueStr := c.promptString(promptStr)
79 promptStr := prompt + " (default " + strconv.Quote(defaultStr) + ")? "
80 switch value, err := c.readLine(promptStr); {
/dports/net/liferea/liferea-1.12.7/src/ui/
H A Dauth_dialog.c93 gchar *promptStr; in auth_dialog_load() local
123 promptStr = g_strdup_printf ( _("Enter the username and password for \"%s\" (%s):"), in auth_dialog_load()
126 gtk_label_set_text (GTK_LABEL (liferea_dialog_lookup (ad->priv->dialog, "prompt")), promptStr); in auth_dialog_load()
127 g_free (promptStr); in auth_dialog_load()
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/Init/
H A DPrompt.hs20 , promptStr
45 promptStr :: String -> Maybe String -> IO String
46 promptStr = promptDefault' Just id function
145 | otherwise = Left `fmap` promptStr "Please specify" Nothing
H A DCommand.hs60 ( prompt, promptYesNo, promptStr, promptList, maybePrompt
301 ?>> maybePrompt flags (promptStr "Author name" authorName)
305 ?>> maybePrompt flags (promptStr "Maintainer email" authorEmail)
317 ?>> maybePrompt flags (promptStr "Project homepage URL" hp)
331 ?>> maybePrompt flags (promptStr "Project synopsis" Nothing)
/dports/mail/cone/cone-1.1/cone/
H A Dpasswordlist.C31 string promptStr=_("Master Password (CTRL-C: cancel): "); in check() local
38 myServer::prompt(myServer::promptInfo(promptStr) in check()
55 promptStr=_("Invalid password, try again (CTRL-C: cancel): "); in check()
H A Dmyserverlogincallback.C46 string promptStr= in promptPassword() local
52 myServer::promptInfo response=myServer::promptInfo(promptStr); in promptPassword()
H A Dsearchprompt.H49 std::string promptStr);
54 std::string promptStr);
H A Dsearchprompt.C393 std::string promptStr) in searchPromptDate() argument
447 ::promptInfo(Gettext(promptStr) << bufDate) in searchPromptDate()
647 std::string promptStr) in searchPromptSize() argument
650 ::prompt(myServer::promptInfo(promptStr)); in searchPromptSize()
H A Dcursesmessage.H194 static bool getSendInfo(std::string promptStr,
198 static bool getSendInfo2(std::string promptStr,
H A Daddressbookinterfacemail.C151 std::string promptStr= in serverLogin() local
158 myServer::promptInfo(promptStr); in serverLogin()
H A Dcursesindexdisplay.H71 static bool getTag(std::string promptStr, size_t &tagNum);
/dports/games/neo-cowsay/Neo-cowsay-2.0.1/vendor/github.com/ktr0731/go-fuzzyfinder/
H A Dfuzzing_test.go137 promptStr string
140 fuzz.Fuzz(&promptStr)
143 fuzzyfinder.WithPromptString(promptStr),
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/
H A DShellFunctions.java69 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
72 final String line = ScriptingFunctions.readLine(promptStr); in input()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/
H A DShellFunctions.java69 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
72 final String line = ScriptingFunctions.readLine(promptStr); in input()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/
H A DShellFunctions.java69 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
72 final String line = ScriptingFunctions.readLine(promptStr); in input()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/
H A DShellFunctions.java69 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
72 final String line = ScriptingFunctions.readLine(promptStr); in input()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/tools/
H A DShellFunctions.java69 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
72 final String line = ScriptingFunctions.readLine(promptStr); in input()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/tools/
H A DShellFunctions.java70 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
74 System.out.print(promptStr); in input()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/tools/
H A DShellFunctions.java70 final String promptStr = (prompt != UNDEFINED)? JSType.toString(prompt) : ">> "; in input() local
74 System.out.print(promptStr); in input()
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcmd_account_delete.go64 promptStr := fmt.Sprintf("Please type '%s' to confirm: ", expected)
65 ret, err := ui.Prompt(PromptDescriptorAccountDeleteConfirmation, promptStr)
/dports/devel/qca/qca-2.3.4/src/support/
H A Dconsole.cpp743 QString promptStr; member in QCA::ConsolePrompt::Private
818 writeString(promptStr + QStringLiteral(": ")); in start()
945 void ConsolePrompt::getHidden(const QString &promptStr) in getHidden() argument
949 d->promptStr = promptStr; in getHidden()
/dports/devel/libvirt/libvirt-7.10.0/src/rpc/
H A Dvirnetlibsshsession.c668 const char *promptStr; in virNetLibsshAuthenticateKeyboardInteractive() local
675 promptStr = ssh_userauth_kbdint_getprompt(sess->session, iprompt, in virNetLibsshAuthenticateKeyboardInteractive()
677 promptStrLen = virLengthForPromptString(promptStr); in virNetLibsshAuthenticateKeyboardInteractive()
694 virBufferAdd(&prompt_buff, promptStr, promptStrLen); in virNetLibsshAuthenticateKeyboardInteractive()
698 prompt = g_strndup(promptStr, promptStrLen); in virNetLibsshAuthenticateKeyboardInteractive()
/dports/www/nift/nsm-2.4.11/
H A DProjectInfo.cpp4 const std::string promptStr = "⥤ "; variable
6 const std::string promptStr = "=> "; variable
521 std::cout << c_light_blue << promptStr << c_white << "first entry:" << std::endl; in open_tracking()
526 std::cout << c_light_blue << promptStr << c_white << "second entry:" << std::endl; in open_tracking()
850 std::cout << c_light_blue << promptStr << c_white << "all tracked info:" << std::endl; in info_tracking()
3763 os << c_light_blue << promptStr << c_white << "failed to build:" << std::endl; in build_names()
3780 os << c_light_blue << promptStr << c_white << "not tracking:" << std::endl; in build_names()
3909 os << c_light_blue << promptStr << c_white << "failed to build:" << std::endl; in build_all()
4333 os << c_light_blue << promptStr << c_white << "need building:" << std::endl; in build_updated()
4416 os << c_light_blue << promptStr << c_white << "failed to build:" << std::endl; in build_updated()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DInit.hs317 ?>> maybePrompt flags (promptStr "Author name" authorName)
321 ?>> maybePrompt flags (promptStr "Maintainer email" authorEmail)
333 ?>> maybePrompt flags (promptStr "Project homepage URL" hp)
347 ?>> maybePrompt flags (promptStr "Project synopsis" Nothing)
705 promptStr :: String -> Maybe String -> IO String
706 promptStr = promptDefault' Just id function
804 | otherwise = Left `fmap` promptStr "Please specify" Nothing
/dports/devel/qca/qca-2.3.4/include/QtCrypto/
H A Dqca_support.h884 void getHidden(const QString &promptStr);

12