Home
last modified time | relevance | path

Searched refs:typedString (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/
H A Dkuriikwsfiltereng.cpp81 if (typedString.contains(QLatin1Char('!'))) { in webShortcutQuery()
83 const auto match = bangRegex.match(typedString); in webShortcutQuery()
86 searchTerm = QString(typedString).remove(bangRegex); in webShortcutQuery()
100 const int pos = typedString.indexOf(QLatin1Char(m_cKeywordDelimiter)); in webShortcutQuery()
102 key = typedString.left(pos).toLower(); // #169801 in webShortcutQuery()
103 searchTerm = typedString.mid(pos + 1); in webShortcutQuery()
104 } else if (!typedString.isEmpty() && m_cKeywordDelimiter == ' ') { in webShortcutQuery()
105 key = typedString; in webShortcutQuery()
106 searchTerm = typedString.mid(pos + 1); in webShortcutQuery()
124 const int pos = typedString.indexOf(QLatin1Char(':')); in autoWebSearchQuery()
[all …]
H A Dkuriikwsfilter.cpp94 qCDebug(category) << data.typedString(); in filterUri()
109 …setSearchProvider(data, QString(), data.typedString(), QLatin1Char(KURISearchFilterEngine::self()-… in filterUri()
124 …setSearchProvider(data, QString(), data.typedString(), QLatin1Char(KURISearchFilterEngine::self()-… in filterUri()
131 …SearchProvider *provider = filter->autoWebSearchQuery(data.typedString(), data.alternateDefaultSea… in filterUri()
133 … filter->formatResult(provider->query(), provider->charset(), QString(), data.typedString(), true); in filterUri()
136 …setSearchProvider(data, provider->name(), data.typedString(), QLatin1Char(filter->keywordDelimiter… in filterUri()
H A Dkuriikwsfiltereng.h35 SearchProvider *webShortcutQuery(const QString &typedString, QString &searchTerm) const;
36 …SearchProvider *autoWebSearchQuery(const QString &typedString, const QString &defaultShortcut = QS…
H A Dkurisearchfilter.cpp52 qCDebug(category) << data.typedString() << ":" << data.uri() << ", type =" << data.uriType(); in filterUri()
62 SearchProvider *provider(filter->webShortcutQuery(data.typedString(), searchTerm)); in filterUri()
/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/localdomain/
H A Dlocaldomainurifilter.cpp43 …otocolInfo::isKnownProtocol(protocol)) && m_hostPortPattern.match(data.typedString()).hasMatch()) { in filterUri()
44 QString host(data.typedString().left(data.typedString().indexOf(QLatin1Char('/')))); in filterUri()
55 setFilteredUri(data, QUrl(scheme + data.typedString())); in filterUri()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogKeyboardTouch.cpp22 …r_callback_t pCallback, const std::string &initialString, std::string &typedString, const std::str… in ShowAndGetInput() argument
33 m_typedString = typedString; in ShowAndGetInput()
45 typedString = m_typedString; in ShowAndGetInput()
H A DGUIDialogKeyboardTouch.h21 …r_callback_t pCallback, const std::string &initialString, std::string &typedString, const std::str…
H A DGUIDialogKeyboardGeneric.h28 …r_callback_t pCallback, const std::string &initialString, std::string &typedString, const std::str…
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIKeyboard.h17 typedef void (*char_callback_t) (CGUIKeyboard *ref, const std::string &typedString);
45 std::string &typedString,
H A DGUIKeyboardFactory.cpp41 void CGUIKeyboardFactory::keyTypedCB(CGUIKeyboard *ref, const std::string &typedString) in keyTypedCB() argument
51 message.SetStringParam(typedString); in keyTypedCB()
56 message.SetStringParam(typedString); in keyTypedCB()
H A DGUIKeyboardFactory.h49 static void keyTypedCB(CGUIKeyboard *ref, const std::string &typedString);
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/dialogs/dialogscocoa/beid-askpin/
H A Dbeid-askpin.m125 NSString* typedString=[theEvent characters];
126 UniChar typedKey=[typedString characterAtIndex:0];
136 [self add_digit:typedString];
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkurifilter.cpp174 , typedString(typedUrl) in KUriFilterDataPrivate()
190 typedString = typedUrl; in setData()
213 typedString = data->typedString; in KUriFilterDataPrivate()
234 QString typedString; member in KUriFilterDataPrivate
315 QString KUriFilterData::typedString() const in typedString() function in KUriFilterData
317 return d->typedString; in typedString()
/dports/devel/dep/dep-0.5.4/gps/
H A Dconstraint.go55 typedString() string methodSpec
166 func (c semverConstraint) typedString() string { func
252 func (anyConstraint) typedString() string { func
288 func (noneConstraint) typedString() string { func
H A Dversion.go130 func (r Revision) typedString() string { func
217 func (v branchVersion) typedString() string { func
309 func (v plainVersion) typedString() string { func
403 func (v semVersion) typedString() string { func
498 func (v versionPair) typedString() string { func
499 return fmt.Sprintf("%s-%s", v.Unpair().typedString(), v.Revision().typedString())
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Visualizing Data/ch06-zipdecode/round_09c_focus_handling/
H A Dround_09c_focus_handling.pde49 String typedString = "";
216 text(typedString, messageX, messageY);
220 text(typedString, messageX, messageY);
314 typedString = new String(typedChars, 0, typedCount);
321 typedPartials[typedCount] = int(typedString);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/ios-common/
H A DDarwinEmbedKeyboard.h21 std::string& typedString,
H A DDarwinEmbedKeyboard.mm39 std::string& typedString,
87 typedString = m_impl->g_pKeyboard.text.UTF8String;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2025 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2030 typedString = ""; in selectionForKey()
2036 typedString += aKey; in selectionForKey()
2042 prefix = typedString; in selectionForKey()
2046 typedString = "" + aKey; in selectionForKey()
2047 prefix = typedString; in selectionForKey()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2025 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2030 typedString = ""; in selectionForKey()
2036 typedString += aKey; in selectionForKey()
2042 prefix = typedString; in selectionForKey()
2046 typedString = "" + aKey; in selectionForKey()
2047 prefix = typedString; in selectionForKey()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2025 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2030 typedString = ""; in selectionForKey()
2036 typedString += aKey; in selectionForKey()
2042 prefix = typedString; in selectionForKey()
2046 typedString = "" + aKey; in selectionForKey()
2047 prefix = typedString; in selectionForKey()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1960 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
1965 typedString = ""; in selectionForKey()
1971 typedString += aKey; in selectionForKey()
1977 prefix = typedString; in selectionForKey()
1981 typedString = "" + aKey; in selectionForKey()
1982 prefix = typedString; in selectionForKey()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2076 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2081 typedString = ""; in selectionForKey()
2087 typedString += aKey; in selectionForKey()
2093 prefix = typedString; in selectionForKey()
2097 typedString = "" + aKey; in selectionForKey()
2098 prefix = typedString; in selectionForKey()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2076 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2081 typedString = ""; in selectionForKey()
2087 typedString += aKey; in selectionForKey()
2093 prefix = typedString; in selectionForKey()
2097 typedString = "" + aKey; in selectionForKey()
2098 prefix = typedString; in selectionForKey()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java2025 private String typedString = ""; field in BasicComboBoxUI.DefaultKeySelectionManager
2030 typedString = ""; in selectionForKey()
2036 typedString += aKey; in selectionForKey()
2042 prefix = typedString; in selectionForKey()
2046 typedString = "" + aKey; in selectionForKey()
2047 prefix = typedString; in selectionForKey()

123