Home
last modified time | relevance | path

Searched refs:fulllabel (Results 1 – 15 of 15) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile.hh79 void generateWidgetCode(Tree fulllabel, Tree varname, Tree sig);
86 void generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname, Tree sig);
H A Ddescription.hh41 void extractMetadata(const string& fulllabel, string& label, map<string, set<string> >& metadata);
42 string extractName(Tree fulllabel);
H A Ddescription.cpp41 void extractMetadata(const string& fulllabel, string& label, map<string, set<string>>& metadata) in extractMetadata() argument
48 for (size_t i = 0; i < fulllabel.size(); i++) { in extractMetadata()
49 char c = fulllabel[i]; in extractMetadata()
156 string extractName(Tree fulllabel) in extractName() argument
161 extractMetadata(tree2str(fulllabel), name, metadata); in extractName()
H A Dcompile.cpp247 void Compiler::generateWidgetCode(Tree fulllabel, Tree varname, Tree sig) in generateWidgetCode() argument
253 extractMetadata(tree2str(fulllabel), label, metadata); in generateWidgetCode()
380 void Compiler::generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname, Tree sig) in generateWidgetMacro() argument
386 extractMetadata(tree2str(fulllabel), label, metadata); in generateWidgetMacro()
H A Dinstructions_compiler.hh237 void generateWidgetCode(Tree fulllabel, Tree varname, Tree sig);
241 void generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname, Tree sig);
H A Dinstructions_compiler.cpp2399 void InstructionsCompiler::generateWidgetCode(Tree fulllabel, Tree varname, Tree sig) in generateWidgetCode() argument
2405 extractMetadata(tree2str(fulllabel), label, metadata); in generateWidgetCode()
2512 void InstructionsCompiler::generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname… in generateWidgetMacro() argument
2518 extractMetadata(tree2str(fulllabel), label, metadata); in generateWidgetMacro()
/dports/audio/faust/faust-2.37.3/architecture/faust/gui/
H A DMetaDataUI.h201 …static void extractMetadata(const std::string& fulllabel, std::string& label, std::map<std::string… in extractMetadata() argument
207 for (unsigned int i = 0; i < fulllabel.size(); i++) { in extractMetadata()
208 char c = fulllabel[i]; in extractMetadata()
H A DQTUI.h1273 void openBox(const char* fulllabel, QLayout* layout) in openBox() argument
1277 extractMetadata(fulllabel, label, metadata); in openBox()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/DEINDUGens/include/faust/gui/
H A DMetaDataUI.h154 …void extractMetadata(const std::string& fulllabel, std::string& label, std::map<std::string, std::… in extractMetadata() argument
160 for (unsigned int i = 0; i < fulllabel.size(); i++) { in extractMetadata()
161 char c = fulllabel[i]; in extractMetadata()
H A Dfaustqt.h1229 void openBox(const char* fulllabel, QLayout* layout)
1233 extractMetadata(fulllabel, label, metadata);
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/Field/
H A DItemLink.php685 $fulllabel = '';
688 if (! empty($fulllabel)) {
689 $fulllabel .= ', ';
749 $fulllabel .= $label;
753 return $fulllabel;
/dports/audio/faust/faust-2.37.3/architecture/unsupported-arch/
H A Doss-gtk.cpp654 static void extractMetadata(const string& fulllabel, string& label, map<string, string>& metadata) in extractMetadata() argument
660 for (unsigned int i=0; i < fulllabel.size(); i++) { in extractMetadata()
661 char c = fulllabel[i]; in extractMetadata()
/dports/www/cssed/cssed-0.4.0/scintilla/gtk/
H A DScintillaGTK.cxx1352 char fulllabel[200]; in AddToPopUp() local
1353 strcpy(fulllabel, "/"); in AddToPopUp()
1354 strcat(fulllabel, label); in AddToPopUp()
1357 fulllabel, NULL, in AddToPopUp()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dqemumonitorjsontest.c650 g_autofree char *fulllabel = NULL; in qemuMonitorJSONTestAttachOneChardev() local
660 fulllabel = g_strdup_printf("qemuMonitorJSONTestAttachChardev(%s)", label); in qemuMonitorJSONTestAttachOneChardev()
673 if (virTestRun(fulllabel, &testQemuMonitorJSONAttachChardev, &data) < 0) in qemuMonitorJSONTestAttachOneChardev()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DMenus.cpp241 QString fulllabel() const { return label_; } in fulllabel() function in lyx::frontend::__anonc26ba47a0111::MenuItem
750 << '"' << it1->fulllabel() in checkShortcuts()
751 << "\" and \"" << it2->fulllabel() in checkShortcuts()