Home
last modified time | relevance | path

Searched refs:_label (Results 201 – 225 of 3674) sorted by relevance

12345678910>>...147

/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/value_classes/
H A DValueList.cpp47 …ommandClassId, uint8 const _instance, uint16 const _index, string const& _label, string const& _un… in ValueList() argument
49 …Id, _genre, _commandClassId, _instance, _index, ValueID::ValueType_List, _label, _units, _readOnly… in ValueList()
245 bool ValueList::SetByLabel(string const& _label) in SetByLabel() argument
248 int index = GetItemIdxByLabel(_label); in SetByLabel()
252 …el_Warning, "Attempt to Set a Invalid Label %s for ValueList in OnValueRefreshed", _label.c_str()); in SetByLabel()
293 int32 ValueList::GetItemIdxByLabel(string const& _label) const in GetItemIdxByLabel()
297 if (_label == m_items[i].m_label) in GetItemIdxByLabel()
302 … Log::Write(LogLevel_Warning, "Attempt to get a Invalid Label %s from ValueList", _label.c_str()); in GetItemIdxByLabel()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/containers/
H A DFormHeading.as165 private var _label:String = "";
180 return _label;
188 _label = value;
278 if (_label && _label.length > 0)
287 if (labelObj.text != _label)
289 labelObj.text = _label;
299 if ((_label==null || _label.length == 0) && labelObj)
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Algorithm/src/smith_waterman/
H A DSWMulAlignSeqPrefixTag.h31 …inline SWMulAlignSeqPrefixTag(const QString _shorthand, const QString _label, const quint32 _prefi…
38 …refixTag::SWMulAlignSeqPrefixTag(const QString _shorthand, const QString _label, const quint32 _pr… in SWMulAlignSeqPrefixTag() argument
39 : SWMulAlignResultNamesTag(_shorthand, _label), prefixLength(_prefixLength) { in SWMulAlignSeqPrefixTag()
H A DSWMulAlignSubseqPropTag.h37 …inline SWMulAlignSubseqPropTag(const QString _shorthand, const QString _label, PositionType _posTy…
44 …PropTag::SWMulAlignSubseqPropTag(const QString _shorthand, const QString _label, PositionType _pos… in SWMulAlignSubseqPropTag() argument
45 : SWMulAlignResultNamesTag(_shorthand, _label), posType(_posType) { in SWMulAlignSubseqPropTag()
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/columns/
H A DColRecur.cpp46 _label = "Recur"; in ColumnRecur()
59 if (_style == "indicator" && _label == "Recur") in setStyle()
60_label = _label.substr (0, Context::getContext ().config.get ("recurrence.indicator").length ()); in setStyle()
/dports/multimedia/zart/gmic-2.8.1/zart/src/
H A DChoiceParameter.cpp55 …(QDomNode node, QObject * parent) : AbstractParameter(parent), _node(node), _label(0), _comboBox(0) in ChoiceParameter()
68 delete _label; in ~ChoiceParameter()
77 delete _label; in addTo()
92 grid->addWidget(_label = new QLabel(_name, widget), row, 0, 1, 1); in addTo()
/dports/multimedia/zart/zart-099554f/src/
H A DChoiceParameter.cpp55 …(QDomNode node, QObject * parent) : AbstractParameter(parent), _node(node), _label(0), _comboBox(0) in ChoiceParameter()
68 delete _label; in ~ChoiceParameter()
77 delete _label; in addTo()
92 grid->addWidget(_label = new QLabel(_name, widget), row, 0, 1, 1); in addTo()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Validator/
H A Dvalidatordatetime.cpp67 const QString _label = label(c); in genericValidationError()
69 if (_label.isEmpty()) { in genericValidationError()
82 … date and time according to the following date and time format: %2").arg(_label, c->translate(d->t… in genericValidationError()
85 …ValidatorDateTime", "The value in the “%1” field can not be parsed as date and time.").arg(_label); in genericValidationError()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/gtkutil/
H A DTextMenuItem.h17 const std::string _label;
23 _label(text) in TextMenuItem()
49 GtkWidget* menuItem = gtk_menu_item_new_with_mnemonic(_label.c_str());
H A DStockIconMenuItem.h21 GtkWidget* _label; variable
27 …_icon(gtk_image_new_from_stock(stockName, GTK_ICON_SIZE_MENU)), _label(gtk_label_new(text.c_str())) in StockIconMenuItem()
37 gtk_box_pack_start(GTK_BOX(hbx), _label, FALSE, FALSE, 0);
H A DIconTextMenuToggle.h24 GtkWidget* _label; variable
30 _icon(gtkutil::getLocalPixbuf(icon)), _label(gtk_label_new(text.c_str())) in IconTextMenuToggle()
40 gtk_box_pack_start(GTK_BOX(hbx), _label, FALSE, FALSE, 0);
H A DIconTextMenuItem.h28 GtkWidget* _label; variable
34 _icon(gtkutil::getImage(icon)), _label(gtk_label_new(text.c_str())) in IconTextMenuItem()
44 gtk_box_pack_start(GTK_BOX(hbx), _label, FALSE, FALSE, 0);
/dports/java/jasmin/jasmin-2.4/src/java_cup/
H A Dproduction_part.java22 _label = lab; in production_part()
32 protected String _label; field in production_part
37 public String label() {return _label;} in label()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/config/
H A DREADME23 <screensaver name="PROGRAM-NAME" _label="PRETTY NAME">
40 _label="USER VISIBLE STRING"
50 "_label" is the string printed next to the checkbox.
63 <boolean _label="foo" arg-set="-foo" />
67 <boolean _label="foo" arg-unset="-no-foo" />
74 _label="HEADING LABEL"
108 _label="HEADING LABEL"
119 _low-label and _high-label are not used. Also, _label
126 _label="USER VISIBLE STRING"
154 _label="USER VISIBLE STRING"
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Parallel/tests/Helpers/
H A DLabeled.cs22 private readonly string _label; field
32 _label = label; in Labeled()
38 return _label; in ToString()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/system/
H A DProgressBar.h64 _label = s; in setLabelText()
80 return _label; in getLabelText()
86 string _label; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexLabel.py28 self._label = label
35 return (self._label, self.get_line())
42 return self._label
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexLabel.py28 self._label = label
35 return (self._label, self.get_line())
42 return self._label
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexLabel.py28 self._label = label
35 return (self._label, self.get_line())
42 return self._label
/dports/devel/llvm13/llvm-project-13.0.1.src/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexLabel.py28 self._label = label
35 return (self._label, self.get_line())
42 return self._label
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DBookmark.php44 private $_label; variable in PhpMyAdmin\\Bookmark
107 return $this->_label;
140 . "'" . $this->dbi->escapeString($this->_label) . "')";
265 $bookmark->_label = $bkm_fields['bkm_label'];
314 $bookmark->_label = $row['label'];
376 $bookmark->_label = $result['label'];
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/util/
H A Dpipeui.py70 if s._label:
71 l = s._label + b' ' + l
73 t._label = l
77 if not self._label and not self.startswith(b'\1'):
79 return b'\1%s\n%s' % (self._label, self)
148 return _labeledstr(s, msg._label)
/dports/devel/py-oci/oci-2.53.1/src/oci/data_labeling_service_dataplane/models/
H A Dlabel.py34 self._label = None
46 return self._label
58 self._label = label
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/alan3/
H A Djumps.h40 Common::String _label; member
52 _label = ""; in clear()
79 #define LONG_JUMP { context._break = true; context._label = "turn"; return; }
81 #define LONG_JUMP_LABEL(LBL) { context._break = true; context._label = LBL; return; }
82 #define LONG_JUMP_LABEL0(LBL) { context._break = true; context._label = LBL; return 0; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/System.Messaging/
H A DMessageQueuePermissionEntry.cs38 private string _label; field in System.Messaging.MessageQueuePermissionEntry
60 _label = label; in MessageQueuePermissionEntry()
69 get { return _label; }

12345678910>>...147