Home
last modified time | relevance | path

Searched refs:userHint (Results 1 – 21 of 21) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/variables/
H A DJavaVariablesDetailPane.java152 String userHint = PropertyPageMessages.JavaVariableDetailsPane_choosePreviousExpression; in initializeExpressionHistoryDropDown() local
153 fExpressionHistory.add(userHint, 0); in initializeExpressionHistoryDropDown()
154 fExpressionHistory.setText(userHint); in initializeExpressionHistoryDropDown()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/payments/
H A Dpayment_manager.idl20 attribute DOMString userHint;
H A Dpayment_manager.h33 const String& userHint();
H A Dpayment_manager.cc27 const String& PaymentManager::userHint() { in userHint() function in blink::PaymentManager
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/payments/
H A Dpayment_manager.h32 const String& userHint();
H A Dpayment_manager.idl19 attribute DOMString userHint;
H A Dpayment_manager.cc25 const String& PaymentManager::userHint() { in userHint() function in blink::PaymentManager
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/payment-handler/
H A Didlharness.https.any.js.ini8 [PaymentManager interface: attribute userHint]
79 [PaymentManager interface: attribute userHint]
171 [PaymentManager interface: attribute userHint]
207 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
338 [PaymentManager interface: attribute userHint]
491 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/payment-handler/
H A Didlharness.https.any.js.ini8 [PaymentManager interface: attribute userHint]
79 [PaymentManager interface: attribute userHint]
171 [PaymentManager interface: attribute userHint]
207 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
338 [PaymentManager interface: attribute userHint]
491 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/payment-handler/
H A Didlharness.https.any.js.ini8 [PaymentManager interface: attribute userHint]
79 [PaymentManager interface: attribute userHint]
171 [PaymentManager interface: attribute userHint]
207 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
338 [PaymentManager interface: attribute userHint]
491 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/payment-handler/
H A Didlharness.https.any.js.ini8 [PaymentManager interface: attribute userHint]
79 [PaymentManager interface: attribute userHint]
171 [PaymentManager interface: attribute userHint]
207 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
338 [PaymentManager interface: attribute userHint]
491 [PaymentManager interface: paymentManager must inherit property "userHint" with the proper type]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/credssp/
H A DCredSSP.asn28 userHint [2] OCTET STRING OPTIONAL,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/credssp/
H A DCredSSP.asn28 userHint [2] OCTET STRING OPTIONAL,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/credssp/
H A DCredSSP.asn28 userHint [2] OCTET STRING OPTIONAL,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/credssp/
H A DCredSSP.asn28 userHint [2] OCTET STRING OPTIONAL,
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dpayment-handler.idl13 attribute DOMString userHint;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dpayment-handler.idl13 attribute DOMString userHint;
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dpayment-handler.idl13 attribute DOMString userHint;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dpayment-handler.idl13 attribute DOMString userHint;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/breakpoints/
H A DJavaBreakpointConditionEditor.java641 String userHint= PropertyPageMessages.JavaBreakpointConditionEditor_choosePreviousCondition; in initializeConditionHistoryDropDown() local
642 fConditionHistory.add(userHint, 0); in initializeConditionHistoryDropDown()
643 fConditionHistory.setText(userHint); in initializeConditionHistoryDropDown()
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dsitemanager_controls.cpp352 wxString userHint; in SetControlVisibility() local
396 userHint = _("Project (or tenant) name or ID"); in SetControlVisibility()
411 xrc_call(parent_, "ID_USER", &wxTextCtrl::SetHint, userHint); in SetControlVisibility()