Home
last modified time | relevance | path

Searched refs:userInput (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/textproc/fcitx5/fcitx5-5.0.11/test/
H A Dtestinputbuffer.cpp23 FCITX_ASSERT(buffer.userInput() == "ab"); in test_basic()
28 FCITX_ASSERT(buffer.userInput() == "acdefgb"); in test_basic()
32 FCITX_ASSERT(buffer.userInput() == "aefgb"); in test_basic()
72 FCITX_ASSERT(buffer.userInput() == "a"); in test_utf8()
74 FCITX_ASSERT(buffer.userInput() == "ab"); in test_utf8()
76 FCITX_ASSERT(buffer.userInput() == "abc"); in test_utf8()
78 FCITX_ASSERT(buffer.userInput() == "abcd"); in test_utf8()
92 FCITX_ASSERT(buffer.userInput() == "abc"); in test_utf8()
94 FCITX_ASSERT(buffer.userInput() == "ab"); in test_utf8()
96 FCITX_ASSERT(buffer.userInput() == "a"); in test_utf8()
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/widgets/
H A Dnameanddatasourcedialogtest.cpp156 userInput.dialog = &dialog; in shouldProvideUserInputWhenAccepted()
166 userInput.exec(); in shouldProvideUserInputWhenAccepted()
183 userInput.dialog = &dialog; in shouldNotProvideUserInputWhenReject()
186 userInput.reject = true; in shouldNotProvideUserInputWhenReject()
189 userInput.exec(); in shouldNotProvideUserInputWhenReject()
205 userInput.dialog = &dialog; in shouldNotAllowEmptyName()
208 userInput.reject = true; in shouldNotAllowEmptyName()
211 userInput.exec(); in shouldNotAllowEmptyName()
229 userInput.dialog = &dialog; in shouldNotAllowNoSelectedSource()
232 userInput.reject = true; in shouldNotAllowNoSelectedSource()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/Util/
H A DStringUtils.php35 * @param string $userInput The string that the user can control
39 public static function equals($knownString, $userInput) argument
46 if (!is_string($userInput)) {
47 $userInput = (string) $userInput;
51 return hash_equals($knownString, $userInput);
55 $userLen = self::safeStrlen($userInput);
64 $result |= (ord($knownString[$i]) ^ ord($userInput[$i]));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/terminal/
H A DPrivateCommandTests.cpp191 cmd.userInput("user command\n");
199 cmd.userInput("user command\n");
207 cmd.userInput("user command\n");
215 cmd.userInput("user command\n");
223 cmd.userInput("user command\n");
238 cmd.userInput("user command\n");
261 cmd.userInput("user command one\n");
288 cmd.userInput("user command one\n");
294 cmd.userInput("user command two\n");
346 cmd.userInput("user command\n");
[all …]
/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DtextDialog.cpp179 userInput = uiT.lineEdit_userInput -> text(); in okay()
189 userInput = uiT.textEdit_userInput -> toPlainText(); in okay()
199 userInput.replace(invalid.at(count),""); in okay()
201 while ( (userInput.endsWith(" ")) || (userInput.endsWith(".")) ) in okay()
202 userInput.chop(1); in okay()
203 while ( (userInput.startsWith(".")) || (userInput.startsWith(" ")) ) in okay()
204 userInput.remove(0,1); in okay()
206 if (userInput == "") in okay()
209 if (userInput == profileName) in okay()
267 return userInput; in getUserInput()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/quickphrase/
H A Dquickphraseprovider.cpp19 InputContext *, const std::string &userInput, in populate() argument
21 auto start = map_.lower_bound(userInput); in populate()
25 if (!stringutils::startsWith(start->first, userInput)) { in populate()
30 start->first.substr(userInput.size())), in populate()
116 InputContext *ic, const std::string &userInput, in populate() argument
134 lang, userInput, instance_->globalConfig().defaultPageSize()); in populate()
142 InputContext *ic, const std::string &userInput, in populate() argument
145 if (!callback(ic, userInput, addCandidate)) { in populate()
H A Dquickphraseprovider.h27 populate(InputContext *ic, const std::string &userInput,
33 bool populate(InputContext *ic, const std::string &userInput,
47 bool populate(InputContext *ic, const std::string &userInput,
58 bool populate(InputContext *ic, const std::string &userInput,
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dnetworkmodelcontroller.cpp433 Client::userInput(bufferInfo, QString("/WHOIS %1 %1").arg(nick)); in handleNickAction()
448 Client::userInput(bufferInfo, QString("/OP %1").arg(nick)); in handleNickAction()
451 Client::userInput(bufferInfo, QString("/DEOP %1").arg(nick)); in handleNickAction()
454 Client::userInput(bufferInfo, QString("/HALFOP %1").arg(nick)); in handleNickAction()
457 Client::userInput(bufferInfo, QString("/DEHALFOP %1").arg(nick)); in handleNickAction()
460 Client::userInput(bufferInfo, QString("/VOICE %1").arg(nick)); in handleNickAction()
463 Client::userInput(bufferInfo, QString("/DEVOICE %1").arg(nick)); in handleNickAction()
466 Client::userInput(bufferInfo, QString("/KICK %1").arg(nick)); in handleNickAction()
469 Client::userInput(bufferInfo, QString("/BAN %1").arg(nick)); in handleNickAction()
472 Client::userInput(bufferInfo, QString("/BAN %1").arg(nick)); in handleNickAction()
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dnetworkmodelcontroller.cpp433 Client::userInput(bufferInfo, QString("/WHOIS %1 %1").arg(nick)); in handleNickAction()
448 Client::userInput(bufferInfo, QString("/OP %1").arg(nick)); in handleNickAction()
451 Client::userInput(bufferInfo, QString("/DEOP %1").arg(nick)); in handleNickAction()
454 Client::userInput(bufferInfo, QString("/HALFOP %1").arg(nick)); in handleNickAction()
457 Client::userInput(bufferInfo, QString("/DEHALFOP %1").arg(nick)); in handleNickAction()
460 Client::userInput(bufferInfo, QString("/VOICE %1").arg(nick)); in handleNickAction()
463 Client::userInput(bufferInfo, QString("/DEVOICE %1").arg(nick)); in handleNickAction()
466 Client::userInput(bufferInfo, QString("/KICK %1").arg(nick)); in handleNickAction()
469 Client::userInput(bufferInfo, QString("/BAN %1").arg(nick)); in handleNickAction()
472 Client::userInput(bufferInfo, QString("/BAN %1").arg(nick)); in handleNickAction()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1ConversationTurn.php28 …Input(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput $userInput) argument
30 $this->userInput = $userInput;
37 return $this->userInput;
H A DGoogleCloudDialogflowCxV3ConversationTurn.php28 …tUserInput(Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ConversationTurnUserInput $userInput) argument
30 $this->userInput = $userInput;
37 return $this->userInput;
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtwebengine/examples/webengine/quicknanobrowser/
H A Dutils.h59 Q_INVOKABLE static QUrl fromUserInput(const QString& userInput);
62 inline QUrl Utils::fromUserInput(const QString& userInput) in fromUserInput() argument
64 QFileInfo fileInfo(userInput); in fromUserInput()
67 return QUrl::fromUserInput(userInput); in fromUserInput()
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dwords.cpp325 Common::String userInput; in parseUsingDictionary() local
342 cleanUpInput(rawUserInput, userInput); in parseUsingDictionary()
345 userInputLowcased = userInput; in parseUsingDictionary()
375 userInputLen = userInput.size(); in parseUsingDictionary()
376 userInputPtr = userInput.c_str(); in parseUsingDictionary()
384 if (userInput.equals("fastest")) { in parseUsingDictionary()
387 } else if (userInput.equals("fast")) { in parseUsingDictionary()
390 } else if (userInput.equals("normal")) { in parseUsingDictionary()
393 } else if (userInput.equals("slow")) { in parseUsingDictionary()
401 if (userInput[userInputPos] == ' ') in parseUsingDictionary()
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/streaming/
H A DCustomReceiver.scala83 var userInput: String = null variable
90 userInput = reader.readLine()
91 while(!isStopped && userInput != null) {
92 store(userInput)
93 userInput = reader.readLine()
/dports/games/spring/spring_98.0/rts/Game/
H A DUnsyncedGameCommands.cpp153 userInput = ""; in ProcessKeyPressAction()
166 userInput = ""; in ProcessKeyPressAction()
189 userInput = userInput.substr(2); in ProcessKeyPressAction()
199 userInput = userInput.substr(2); in ProcessKeyPressAction()
208 userInput = "a:" + userInput; in ProcessKeyPressAction()
217 userInput = userInput.substr(2); in ProcessKeyPressAction()
226 userInput = "s:" + userInput; in ProcessKeyPressAction()
254 if (!userInput.empty() && (writingPos < (int)userInput.size())) { in ProcessKeyPressAction()
255 userInput.erase(writingPos, Utf8CharLen(userInput,writingPos)); in ProcessKeyPressAction()
294 userInput = consoleHistory->PrevLine(userInput); in ProcessKeyPressAction()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/deskutils/egroupware/egroupware/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/finance/prestashop/prestashop/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/symfony/polyfill-php56/
H A DPhp56.php24 public static function hash_equals($knownString, $userInput) argument
32 if (!\is_string($userInput)) {
33 …trigger_error('Expected user_input to be a string, '.\gettype($userInput).' given', E_USER_WARNING…
39 $userLen = Binary::strlen($userInput);
48 $result |= \ord($knownString[$i]) ^ \ord($userInput[$i]);
/dports/biology/jalview/jalview/test/jalview/io/cache/
H A DJvCacheableInputBoxTest.java28 String userInput = cacheBox.getUserInput(); in getUserInputTest() local
29 Assert.assertEquals("", userInput); in getUserInputTest()
45 userInput = cacheBox.getUserInput(); in getUserInputTest()
46 Assert.assertEquals(testInput, userInput); in getUserInputTest()
/dports/biology/jalview/jalview/src/jalview/io/cache/
H A DJvCacheableInputBox.java194 String userInput = getUserInput(); in updateCache()
195 if (userInput != null && !userInput.isEmpty()) in updateCache()
201 foundCache.remove(userInput); in updateCache()
202 foundCache.add(userInput); in updateCache()
206 String lastSearch = userInput; in updateCache()

12345678910>>...19