Home
last modified time | relevance | path

Searched refs:_label (Results 126 – 150 of 3546) sorted by relevance

12345678910>>...142

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/Utilities/src/
H A DInfoBase.cpp205 _label(copy._label), in InfoBase()
216 _label(copy._label), in InfoBase()
/dports/japanese/scim-honoka/honoka-0.9.1/src/
H A Dhonokasetupgtk.cpp45 HonokaSetupGtkItem::HonokaSetupGtkItem(String _label,String _name,String _tip) in HonokaSetupGtkItem() argument
47 label = _label; 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/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/tree/pattern/
H A DTagChunk.cpp15 TagChunk::TagChunk(const std::string &label, const std::string &tag) : _tag(tag), _label(label) { in TagChunk()
30 return _label; in getLabel()
34 if (!_label.empty()) { in toString()
35 return _label + ":" + _tag; in toString()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/tree/pattern/
H A DTagChunk.cpp15 TagChunk::TagChunk(const std::string &label, const std::string &tag) : _tag(tag), _label(label) { in TagChunk()
30 return _label; in getLabel()
34 if (!_label.empty()) { in toString()
35 return _label + ":" + _tag; in toString()
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/tree/pattern/
H A DTagChunk.cpp15 TagChunk::TagChunk(const std::string &label, const std::string &tag) : _tag(tag), _label(label) { in TagChunk()
30 return _label; in getLabel()
34 if (!_label.empty()) { in toString()
35 return _label + ":" + _tag; in toString()
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/tree/pattern/
H A DTagChunk.cpp15 : _tag(tag), _label(label) { in TagChunk()
25 std::string TagChunk::getLabel() { return _label; } in getLabel()
28 if (!_label.empty()) { in toString()
29 return _label + ":" + _tag; in toString()
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/components/
H A Dlabeled_paragraph.py18 self._label = label
26 return self._label
44 visible_label = io.remove_format(self._label)
45 style_tag_length = len(self._label) - len(visible_label)
68 line_prefix, self._label, label_width, text.rstrip()
/dports/misc/libemos/libemos-4.5.9-Source/tests/
H A Dsettings.cmake66 _label
79 TARGET ${_label}_interpol
91 _label
107 TARGET ${_label}_compare
108 TEST_DEPENDS ${_label}_interpol ${_depends}
117 _label
121 TARGET ${_label}_gridname
122 TEST_DEPENDS ${_label}_interpol
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/columns/
H A DColDepends.cpp44 _label = STRING_COLUMN_LABEL_DEP; in ColumnDepends()
62 …if (_style == "indicator" && _label == STRING_COLUMN_LABEL_DEP) _label = _label.substr (0, Context… in setStyle()
63 else if (_style == "count" && _label == STRING_COLUMN_LABEL_DEP) _label = "Dep"; in setStyle()
H A DColTags.cpp46 _label = "Tags"; in ColumnTags()
62 _label == "Tags") in setStyle()
63 _label = _label.substr (0, Context::getContext ().config.get ("tag.indicator").length ()); in setStyle()
66 _label == "Tags") in setStyle()
67 _label = "Tag"; in setStyle()
/dports/audio/musescore/MuseScore-3.6.1/aeolus/
H A Dmodel.h35 Asect (void) { *_label = 0; } in Asect()
37 char _label [64]; variable
60 char _label [16]; variable
78 char _label [16]; variable
91 char _label [32]; variable
108 char _label [16]; variable
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/debugger/
H A DTag.qml10 width: _label.width + 4
11 height: _label.height + 4
14 readonly property alias label: _label
23 id: _label
/dports/security/keybase/client-v5.7.1/osx/KBKit/KBKit/UI/User/
H A DKBTrackView.m29 _label = [[KBLabel alloc] init];
30 [self addSubview:_label];
71 …[_label setMarkup:label font:KBAppearance.currentAppearance.textFont color:color alignment:NSCente…
94 …[_label setMarkup:@"Your tracking statement of is up to date." font:KBAppearance.currentAppearance…
111 …[_label setMarkup:@"We found an account but we don't have anything to track, since they haven't pr…
116 …[_label setMarkup:@"Oops, some proofs failed." font:[NSFont systemFontOfSize:14] color:[KBAppearan…
131 …[_label setMarkup:NSStringWithFormat(@"There was an error tracking %@. (%@)", _trackStatus.usernam…
135 …[_label setMarkup:NSStringWithFormat(@"Success! You are now tracking %@.", _trackStatus.username) …
139 …[_label setMarkup:@"OK, we removed the tracking." font:[NSFont systemFontOfSize:14] color:KBAppear…
143 …[_label setMarkup:NSStringWithFormat(@"Ok, we skipped tracking %@.", _trackStatus.username) font:[…
/dports/devel/anjuta/anjuta-3.34.0/plugins/project-wizard/templates/
H A Djs.wiz.in12 <page name="basic" _label="Basic information" _description="General Project Information">
13 …<property type="string" name="Name" _label="Project Name:" _description="project name" default="fo…
14 …<property type="string" name="Author" _label="Author:" _description="" default="[+UserName+]" mand…
15 …<property type="string" name="Email" _label="Email address:" _description="" default="[+EmailAddre…
16 <property type="string" name="Version" _label="Version:" default="0.1" mandatory="yes"/>
19 <page name="options" _label="Project options" _description="Options for project build system">
20 …<property type="directory" name="Destination" _label="Destination:" _description="" default='[+Anj…
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/preprocessing/
H A D__init__.py30 from ._label import label_binarize
31 from ._label import LabelBinarizer
32 from ._label import LabelEncoder
33 from ._label import MultiLabelBinarizer
/dports/databases/pgfouine/pgfouine-1.2/tests/simpletest/
H A Dsimple_test.php33 var $_label; variable in SimpleTestCase
43 $this->_label = $label ? $label : get_class($this);
53 return $this->_label;
283 var $_label; variable in GroupTest
295 $this->_label = $label;
308 return $this->_label;
508 var $_label; variable in BadGroupTest
518 $this->_label = $label;
528 return $this->_label;
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dinterthread_progress_window.cc90 _label.set_alignment (0, 0.5); in ImportProgressWindow()
91 _label.set_use_markup (true); in ImportProgressWindow()
93 get_vbox()->pack_start (_label, false, false); in ImportProgressWindow()
95 _label.show (); in ImportProgressWindow()
102 _label.set_markup ("<i>" + Gtkmm2ext::markup_escape_text (_import_status->doing_what) + "</i>"); in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/cells/
H A Dcontent_suggestions_learn_more_item.mm72 @synthesize label = _label;
77 _label = [[UILabel alloc] init];
78 _label.translatesAutoresizingMaskIntoConstraints = NO;
79 [self.contentView addSubview:_label];
80 _label.accessibilityTraits = UIAccessibilityTraitLink;
82 [_label.centerXAnchor
84 [_label.widthAnchor
88 @[ @"V:|-(top)-[label]-(bottom)-|" ], @{@"label" : _label},
/dports/devel/log4j/apache-log4j-1.2.17/src/main/java/org/apache/log4j/lf5/viewer/
H A DLogTableColumn.java51 protected String _label; field in LogTableColumn
75 _label = label; in LogTableColumn()
86 return _label; in getLabel()
129 return _label.hashCode(); in hashCode()
133 return _label; in toString()
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/
H A Dfloatlabel.py42 self._label = Gtk.Label()
63 return self._label.get_text()
73 style = self._label.get_style_context()
75 self._event_box.add(self._label)
90 self._label.set_text(text)
H A Druler.py34 self._label = Gtk.Label()
45 self._label.set_text(text.replace("\n", " "))
46 width = self._label.get_preferred_width()[1]
53 self._label.set_text(text)
54 self._label.show()
55 width = self._label.get_preferred_width()[1]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/System.Messaging/
H A DMessageQueuePermissionAttribute.cs44 private string _label; field in System.Messaging.MessageQueuePermissionAttribute
63 get { return _label; }
67 _label = value;
101 return new MessageQueuePermission (_permissionAccess, _machineName, _label, _category); in CreatePermission()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DTimerTest.cs175 _label = new Label (); in Bug325033Form2()
176 _label.AutoSize = true; in Bug325033Form2()
177 _label.Dock = DockStyle.Fill; in Bug325033Form2()
178 _label.Text = "It should close automatically."; in Bug325033Form2()
179 Controls.Add (_label); in Bug325033Form2()
192 private Label _label; field in MonoTests.System.Windows.Forms.TimerTest.Bug325033Form2
/dports/lang/spidermonkey78/firefox-78.9.0/dom/quota/
H A DQuotaCommon.h46 # define REPORT_TELEMETRY_INIT_ERR(_key, _label) \ argument
49 mozilla::Telemetry::LABELS_QM_INIT_TELEMETRY_ERROR::_label);
51 # define REPORT_TELEMETRY_ERR_IN_INIT(_initializing, _key, _label) \ argument
54 REPORT_TELEMETRY_INIT_ERR(_key, _label) \
70 # define REPORT_TELEMETRY_INIT_ERR(_key, _label) \ argument
73 # define REPORT_TELEMETRY_ERR_IN_INIT(_initializing, _key, _label) \ argument
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axes_grid1/
H A Dmpl_axes.py105 _ticks, _ticklabels, _label = True, True, True
107 _ticks, _ticklabels, _label = False, False, False
109 _ticks, _ticklabels, _label = None, None, None
116 _label = label
128 if _label is not None:
130 if (pos == self._axis_direction) and not _label:
132 elif _label:

12345678910>>...142