Home
last modified time | relevance | path

Searched refs:setTip (Results 1 – 25 of 92) sorted by relevance

1234

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/blockchain/fullblocktests/
H A Dgenerate.go963 g.setTip("b1")
979 g.setTip("b2")
995 g.setTip("b5")
1011 g.setTip("b6")
1020 g.setTip("b5")
1034 g.setTip("b5")
1053 g.setTip("b13")
1079 g.setTip("b15")
1088 g.setTip("b13")
1103 g.setTip("b15")
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/option/
H A DMenuOptions.cpp133 soundBox->setTip(labels.getLabel("menu_sound")); in createSoundPanel()
145 musicBox->setTip(labels.getLabel("menu_music")); in createMusicPanel()
158 langBox->setTip(labels.getLabel("menu_lang")); in createLangPanel()
175 speechBox->setTip(labels.getLabel("menu_speech")); in createSpeechPanel()
190 chooseBox->setTip(labels.getLabel("menu_subtitles")); in createSubtitlesPanel()
200 button->setTip(labels.getLabel("menu_back")); in createBackButton()
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dbutton.h67 void setTip(std::string string) override;
74 using WIDGET::setTip;
155 void setTip(unsigned stateValue, std::string const &string);
156 void setTip(unsigned stateValue, char const *stringUtf8);
163 using WIDGET::setTip;
H A Dlabel.h50 void setTip(std::string string) override;
85 using WIDGET::setTip;
H A Dbutton.cpp105 void W_BUTTON::setTip(std::string string) in setTip() function in W_BUTTON
508 W_BUTTON::setTip(tip->second); in setChoice()
512 void MultipleChoiceButton::setTip(unsigned choiceValue, const std::string& string) in setTip() function in MultipleChoiceButton
517 W_BUTTON::setTip(string); in setTip()
521 void MultipleChoiceButton::setTip(unsigned choiceValue, char const *stringUtf8) in setTip() function in MultipleChoiceButton
523 setTip(choiceValue, stringUtf8 != nullptr? std::string(stringUtf8) : std::string()); in setTip()
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolTip.erl23 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
57 -spec setTip(This, Tip) -> 'ok' when
59 setTip(#wx_ref{type=ThisT}=This,Tip) function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolTip.erl23 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
57 -spec setTip(This, Tip) -> 'ok' when
59 setTip(#wx_ref{type=ThisT}=This,Tip) function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolTip.erl23 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
57 -spec setTip(This, Tip) -> 'ok' when
59 setTip(#wx_ref{type=ThisT}=This,Tip) function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxToolTip.erl23 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
57 -spec setTip(This, Tip) -> 'ok' when
59 setTip(#wx_ref{type=ThisT}=This,Tip) function
/dports/comms/klog/klog-1.8.5/src/
H A Dtipsdialog.cpp61 setTip(1); in TipsDialog()
118 setTip(tipId); in slotPrevButtonClicked()
136 setTip(tipId); in slotNextButtonClicked()
146 void TipsDialog::setTip(const int _t) in setTip() function in TipsDialog
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxToolTip.erl28 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
64 -spec setTip(This, Tip) -> 'ok' when
66 setTip(#wx_ref{type=ThisT,ref=ThisRef},Tip) function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxToolTip.erl28 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
64 -spec setTip(This, Tip) -> 'ok' when
66 setTip(#wx_ref{type=ThisT,ref=ThisRef},Tip) function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxToolTip.erl28 -export([destroy/1,enable/1,getTip/1,getWindow/1,new/1,setDelay/1,setTip/2]).
64 -spec setTip(This, Tip) -> 'ok' when
66 setTip(#wx_ref{type=ThisT,ref=ThisRef},Tip) function
/dports/textproc/dikt/dikt-2s4/src/gui/
H A Dstatus.cpp30 void Status::setTip(const QString &text) in setTip() function in Dict::Status
81 host->setTip((connected) ? i18n("Connected") : i18n("Disconnected")); in setHost()
92 user->setTip(i18n("User")); in setUser()
/dports/biology/jalview/jalview/src/jalview/appletgui/
H A DTooltip.java71 setTip(tip); in Tooltip()
112 synchronized void setTip(String tip) in setTip() method in Tooltip
116 setTip(""); in setTip()
/dports/games/warzone2100/warzone2100/src/titleui/
H A Dpassbox.cpp91 buttonYes->setTip(_("OK")); in start()
97 buttonNo->setTip(_("Cancel")); in start()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchainview.go55 c.setTip(tip)
114 func (c *chainView) setTip(node *blockNode) { func
157 c.setTip(node)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchainview.go55 c.setTip(tip)
114 func (c *chainView) setTip(node *blockNode) { func
157 c.setTip(node)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchainview.go55 c.setTip(tip)
114 func (c *chainView) setTip(node *blockNode) { func
157 c.setTip(node)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/blockchain/
H A Dchainview.go55 c.setTip(tip)
114 func (c *chainView) setTip(node *blockNode) { func
157 c.setTip(node)

1234