Home
last modified time | relevance | path

Searched defs:label (Results 9201 – 9225 of 84614) sorted by relevance

1...<<361362363364365366367368369370>>...3385

/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/ssl/
H A Dtls13hkdf.c173 const char *label, unsigned int labelLen, in tls13_HkdfExpandLabelGeneral()
282 const char *label, unsigned int labelLen, in tls13_HkdfExpandLabel()
295 const char *label, unsigned int labelLen, in tls13_HkdfExpandLabelRaw()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/mage/
H A DModel.cpp154 void MAGE::Model::computeDuration( MAGE::Engine * engine, MAGE::Label * label, double * interpolati… in computeDuration()
272 void MAGE::Model::computeParameters( MAGE::Engine * engine, MAGE::Label * label, double * interpola… in computeParameters()
322 void MAGE::Model::computeGlobalVariances( MAGE::Engine * engine, MAGE::Label * label ) in computeGlobalVariances()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DMusicXMLImportHelper.cpp111 QString label = "MusicXML, id="+m_staff+"/"+m_mainVoice[m_staff]; in setVoice() local
129 QString label = "MusicXML, id="+m_staff+"/"+tmpVoice; in setVoice() local
141 MusicXMLImportHelper::setLabel(const QString &label) in setLabel()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtoolbutton.cc41 ToolButton::ToolButton(const Glib::ustring& label) in ToolButton()
213 ToolButton::ToolButton(Widget& icon_widget, const Glib::ustring& label) in ToolButton()
223 void ToolButton::set_label(const Glib::ustring& label) in set_label()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dc64memhackswidget.c342 GtkWidget *label; in c64_256k_image_widget_create() local
378 GtkWidget *label; in plus_60k_image_widget_create() local
414 GtkWidget *label; in plus_256k_image_widget_create() local
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/x86/
H A Dx86operand.cpp261 Mem ptr(const Label& label, sysint_t disp, uint32_t size) in ptr()
266 Mem ptr(const Label& label, const GpReg& index, uint32_t shift, sysint_t disp, uint32_t size) in ptr()
276 Mem ptr(const Label& label, const GpVar& index, uint32_t shift, sysint_t disp, uint32_t size) in ptr()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libdraw/
H A Dinit.c41 geninitdraw(char *devdir, void(*error)(Display*, char*), char *fontname, char *label, char *windir,… in geninitdraw() argument
116 initdraw(void (*error)(Display*, char*), char *fontname, char *label) in initdraw() argument
231 _initdisplay(void (*error)(Display*, char*), char *label) in _initdisplay() argument
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/parcats/
H A D_dimension.py123 def label(self): member in Dimension
138 def label(self, val): member in Dimension
306 label=None, argument
/dports/devel/py-fluent-logger/fluent-logger-0.9.2/fluent/
H A Dsender.py79 def emit(self, label, data): argument
86 def emit_with_time(self, label, timestamp, data): argument
125 def _make_packet(self, label, timestamp, data): argument
/dports/graphics/qgis/qgis-3.22.3/src/core/symbology/
H A Dqgsrendererrange.cpp32 …erRange( double lowerValue, double upperValue, QgsSymbol *symbol, const QString &label, bool rende… in QgsRendererRange()
89 QString QgsRendererRange::label() const in label() function in QgsRendererRange
99 void QgsRendererRange::setLabel( const QString &label ) in setLabel()
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/conjecture/dfa/
H A Dlstar.py99 label = attr.ib() variable in DistinguishedState
167 def label(self, i): member in LStar
404 def label(self, i): member in LearnedDFA
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/symbology/
H A Dqgsrendererrange.cpp29 …erRange( double lowerValue, double upperValue, QgsSymbol *symbol, const QString &label, bool rende… in QgsRendererRange()
83 QString QgsRendererRange::label() const in label() function in QgsRendererRange
93 void QgsRendererRange::setLabel( const QString &label ) in setLabel()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_opt_group_element.cc162 auto* label = MakeGarbageCollected<HTMLDivElement>(GetDocument()); in DidAddUserAgentShadowRoot() local
176 HTMLDivElement& label = OptGroupLabelElement(); in UpdateGroupLabel() local
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/src/
H A Dprf.rs67 let label = b"test label"; in check_sha256() localVariable
80 let label = b"test label"; in check_sha512() localVariable
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-time.cpp152 GtkWidget *label = gtk_label_new(str); in chooseOption() local
175 GtkWidget *label = gtk_label_new(str); in intSpin() local
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DDiscCorr.hpp88 double getParameter(std::string label) throw() in getParameter()
95 std::string getDescription(std::string label) throw() in getDescription()
/dports/astro/celestia/celestia-1.6.1/src/celestia/gtk/
H A Ddialog-time.cpp152 GtkWidget *label = gtk_label_new(str); in chooseOption() local
175 GtkWidget *label = gtk_label_new(str); in intSpin() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_opt_group_element.cc161 auto* label = MakeGarbageCollected<HTMLDivElement>(GetDocument()); in DidAddUserAgentShadowRoot() local
175 HTMLDivElement& label = OptGroupLabelElement(); in UpdateGroupLabel() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/include/
H A DitkLabelOverlapMeasuresImageFilter.h162 RealType GetJaccardCoefficient( LabelType label ) const in GetJaccardCoefficient()
173 RealType GetDiceCoefficient( LabelType label ) const in GetDiceCoefficient()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Syndication/
H A DSyndicationCategory.cs20 string label; field in System.ServiceModel.Syndication.SyndicationCategory
34 public SyndicationCategory(string name, string scheme, string label) in SyndicationCategory()
/dports/graphics/drawing/drawing-0.8.4/src/optionsbars/
H A Dabstract_optionsbar.py62 def build_options_menu(self, widget, model, label): argument
77 def set_minimap_label(self, label): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dadjustment_method_unittest.cc96 for (const Label* label : program->abs32_label_annotations()) in Serialize() local
99 for (const Label* label : program->rel32_label_annotations()) in Serialize() local
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/html/
H A DCMenuItem.php42 private $label; variable in CMenuItem
74 public function __construct(string $label) {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/html/
H A DCMenuItem.php42 private $label; variable in CMenuItem
74 public function __construct(string $label) {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/html/
H A DCMenuItem.php42 private $label; variable in CMenuItem
74 public function __construct(string $label) {

1...<<361362363364365366367368369370>>...3385