Home
last modified time | relevance | path

Searched refs:_tip (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/japanese/scim-honoka/honoka-0.9.1/libhonoka/
H A Dhonokasetupcore.cpp25 HonokaSetupCoreItem::HonokaSetupCoreItem(String _label,String _name,String _tip) in HonokaSetupCoreItem() argument
29 tip = _tip; in HonokaSetupCoreItem()
112 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreEntryItem()
119 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreKeyItem()
126 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreFileItem()
133 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreBoolItem()
140 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreIntItem()
149 : HonokaSetupCoreItem(_label,_name,_tip) in HonokaSetupCoreSelectItem()
157 : HonokaSetupCoreItem(_label,_name,_tip),HonokaSetupCoreContainer() in HonokaSetupCorePage()
162 HonokaSetupCore::HonokaSetupCore(String _label,String _name,String _tip) in HonokaSetupCore() argument
[all …]
H A Dhonokasetupcore.h68 HonokaSetupCoreItem(String _label,String _name,String _tip);
95 HonokaSetupCoreEntryItem(String _label,String _name,String _tip,String _default);
100 HonokaSetupCoreKeyItem(String _label,String _name,String _tip,String _default);
105 HonokaSetupCoreFileItem(String _label,String _name,String _tip,String _default);
110 HonokaSetupCoreBoolItem(String _label,String _name,String _tip,bool _default);
115 … HonokaSetupCoreIntItem(String _label,String _name,String _tip,int _default,int _lower,int _upper);
120 …HonokaSetupCoreSelectItem(String _label,String _name,String _tip,String _default,vector<String> _l…
126 HonokaSetupCorePage(String _label,String _name,String _tip);
132 HonokaSetupCore(String _label,String _name,String _tip);
/dports/textproc/intltool/intltool-0.51.0/tests/cases/
H A Dmerge1.xml.in14 _tip="Close the current file"
29 _tip="Zoom the spreadsheet in or out"/>
33 _tip="Create a new shared view of the workbook"/>
49 _tip="Create a new workbook"
57 _tip="Print the workbook"
63 _tip="Print preview"
71 _tip="Copy the current selection to the clipboard"
74 <control name="EditUndo" _tip="Undo the last action"/>
76 <control name="EditRedo" _tip="Redo the undone action"/>
83 _tip="Sum into the current cell"
[all …]
/dports/japanese/scim-honoka/honoka-0.9.1/src/
H A Dhonokasetupgtk.h68 HonokaSetupGtkItem(String _label,String _name,String _tip);
91 HonokaSetupGtkEntryItem(String _label,String _name,String _tip,String _default);
103 HonokaSetupGtkKeyItem(String _label,String _name,String _tip,String _default);
119 HonokaSetupGtkFileItem(String _label,String _name,String _tip,String _default);
136 HonokaSetupGtkBoolItem(String _label,String _name,String _tip,bool _default);
148 HonokaSetupGtkIntItem(String _label,String _name,String _tip,int _default,int lower,int upper);
161 …HonokaSetupGtkSelectItem(String _label,String _name,String _tip,String _default,vector<String> _li…
176 HonokaSetupGtkPage(String _label,String _name,String _tip);
188 HonokaSetupGtk(String _label,String _name,String _tip);
H A Dhonokasetupgtk.cpp45 HonokaSetupGtkItem::HonokaSetupGtkItem(String _label,String _name,String _tip) in HonokaSetupGtkItem() argument
49 tip = _tip; in HonokaSetupGtkItem()
113 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkEntryItem()
182 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkKeyItem()
259 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkFileItem()
344 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkBoolItem()
388 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkIntItem()
434 : HonokaSetupGtkItem(_label,_name,_tip) in HonokaSetupGtkSelectItem()
499 : HonokaSetupGtkItem(_label,_name,_tip),HonokaSetupGtkContainer() in HonokaSetupGtkPage()
545 HonokaSetupGtk::HonokaSetupGtk(String _label,String _name,String _tip) in HonokaSetupGtk() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/utilities/
H A DjfrVersionSystem.inline.hpp33 inline JfrVersionSystem::JfrVersionSystem() : _tip(), _head(NULL) { in JfrVersionSystem()
34 _tip._value = 1; in JfrVersionSystem()
49 _tip._value = 1; in reset()
53 return Atomic::load(&_tip._value); in tip()
60 cmp = _tip._value; in inc_tip()
62 } while (Atomic::cmpxchg(&_tip._value, cmp, xchg) != cmp); in inc_tip()
H A DjfrVersionSystem.hpp112 PaddedTip _tip; member in JfrVersionSystem
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/utilities/
H A DjfrVersionSystem.inline.hpp42 inline JfrVersionSystem::JfrVersionSystem() : _tip(), _head(NULL), _spinlock(0) { in JfrVersionSystem()
43 _tip._value = 1; in JfrVersionSystem()
58 _tip._value = 1; in reset()
62 return Atomic::load(&_tip._value); in tip()
69 cmp = _tip._value; in increment()
71 } while (Atomic::cmpxchg(&_tip._value, cmp, xchg) != cmp); in increment()
H A DjfrVersionSystem.hpp109 PaddedTip _tip; member in JfrVersionSystem
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/utilities/
H A DjfrVersionSystem.inline.hpp42 inline JfrVersionSystem::JfrVersionSystem() : _tip(), _head(NULL), _spinlock(0) { in JfrVersionSystem()
43 _tip._value = 1; in JfrVersionSystem()
58 _tip._value = 1; in reset()
62 return Atomic::load(&_tip._value); in tip()
69 cmp = _tip._value; in increment()
71 } while (Atomic::cmpxchg(&_tip._value, cmp, xchg) != cmp); in increment()
H A DjfrVersionSystem.hpp109 PaddedTip _tip; member in JfrVersionSystem
/dports/graphics/seexpr/seexpr-3.4.4.0/src/SeExpr2/UI/
H A DExprShortEdit.cpp245 ExprShortTextEdit::ExprShortTextEdit(QWidget* parent) : QTextEdit(parent), editing(false), _tip(0) { in ExprShortTextEdit()
411 if (_tip) { in showTip()
412 delete _tip; in showTip()
413 _tip = 0; in showTip()
415 _tip = new ExprPopupDoc(this, mapToGlobal(cr.bottomLeft()), string); in showTip()
419 if (_tip) _tip->hide(); in hideTip()
H A DExprShortEdit.h128 ExprPopupDoc* _tip; variable
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dverbs.h471 char const * _tip; variable
524 char const * get_short_tip () { return _tip; }; in get_short_tip()
539 char const * set_tip (char const * tip) { _tip = tip; return _tip; } in set_tip()
578 _tip(tip), in Verb()
H A Dverbs.cpp376 _tip(tip), in Verb()
603 _tip ? _(_tip) : nullptr, _image, this); in make_action_helper()
705 if (_tip) { in get_tip()
715 _full_tip = g_strdup_printf("%s (%s)", _(_tip), shortcutString.c_str()); in get_tip()
717 _full_tip = g_strdup(_(_tip)); in get_tip()
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/
H A Dpersistent_tooltip.cc120 if (_tip.empty() || !_tooltips_enabled) { in show()
144 set_tip (_tip); in show()
179 _tip = t; in set_tip()
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/liteeditor/
H A Dfunctiontooltip.h34 TipInfo(int _pos, const QString &_tip) : in TipInfo()
35 startPos(_pos),tip(_tip) in TipInfo()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/widgets/
H A DTransferFunctionWidget.cpp531 char _tip[128]; in drawEditor() local
534 snprintf(_tip, in drawEditor()
535 sizeof(_tip), in drawEditor()
541 ImGui::SetTooltip("%s", _tip); in drawEditor()
570 char _tip[128]; in drawEditor() local
574 snprintf(_tip, in drawEditor()
575 sizeof(_tip), in drawEditor()
580 ImGui::SetTooltip("%s", _tip); in drawEditor()
/dports/science/teem/teem-1.11.0-src/src/ten/
H A Dpath.c819 tenInterpParm *_tip) { in tenInterpTwoDiscrete_d() argument
837 if (_tip) { in tenInterpTwoDiscrete_d()
838 tip = _tip; in tenInterpTwoDiscrete_d()
900 int ptype, tenInterpParm *_tip) { in tenInterpDistanceTwo_d() argument
944 if (_tip) { in tenInterpDistanceTwo_d()
945 tip = _tip; in tenInterpDistanceTwo_d()
981 unsigned int ninLen, int ptype, tenInterpParm *_tip) { in tenInterpMulti3D() argument
1039 if (_tip) { in tenInterpMulti3D()
1040 tip = _tip; in tenInterpMulti3D()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DWing.hpp135 float _tip[3] {0,0,0}; member in yasim::Wing
192 void getTip(float* tip) const { Math::set3(_tip, tip); }; in getTip()
H A DWing.cpp70 _chord2float(ws->_tipChord, _tip); in addWingSection()
71 _wingSpan = 2 * _tip[1]; in addWingSection()
511 _wingN->getNode("tip-x", true)->setFloatValue(_tip[0]); in _writeInfoToProptree()
512 _wingN->getNode("tip-y", true)->setFloatValue(_tip[1]); in _writeInfoToProptree()
513 _wingN->getNode("tip-z", true)->setFloatValue(_tip[2]); in _writeInfoToProptree()
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dgame.cpp94 _cutscene(NULL), _cheater(NULL), _tip(NULL), _net_talk(NULL), in IGame()
961 delete _tip; in deinit()
962 _tip = NULL; in deinit()
1043 delete _tip; in resetLoadingBar()
1044 _tip = new Tooltip("tips", tip, true, 320); in resetLoadingBar()
1068 if (_tip != NULL) { in notifyLoadingBar()
1070 _tip->get_size(w, h); in notifyLoadingBar()
1071 _tip->render(window, (window_size.w - w) / 2, window_size.h - h * 5 / 4); in notifyLoadingBar()
H A Dgame.h164 Tooltip *_tip; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/gtkmm2ext/gtkmm2ext/
H A Dpersistent_tooltip.h74 std::string _tip; variable
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DDrawing.pm113 _tip => undef,
190 my $tip = $drawing_object->{_tip};

123456789