/dports/audio/faust/faust-2.37.3/compiler/generator/ |
H A D | compile.hh | 79 void generateWidgetCode(Tree fulllabel, Tree varname, Tree sig); 86 void generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname, Tree sig);
|
H A D | description.hh | 41 void extractMetadata(const string& fulllabel, string& label, map<string, set<string> >& metadata); 42 string extractName(Tree fulllabel);
|
H A D | description.cpp | 41 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 D | compile.cpp | 247 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 D | instructions_compiler.hh | 237 void generateWidgetCode(Tree fulllabel, Tree varname, Tree sig); 241 void generateWidgetMacro(const string& pathname, Tree fulllabel, Tree varname, Tree sig);
|
H A D | instructions_compiler.cpp | 2399 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 D | MetaDataUI.h | 201 …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 D | QTUI.h | 1273 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 D | MetaDataUI.h | 154 …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 D | faustqt.h | 1229 void openBox(const char* fulllabel, QLayout* layout) 1233 extractMetadata(fulllabel, label, metadata);
|
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/Field/ |
H A D | ItemLink.php | 685 $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 D | oss-gtk.cpp | 654 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 D | ScintillaGTK.cxx | 1352 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 D | qemumonitorjsontest.c | 650 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 D | Menus.cpp | 241 QString fulllabel() const { return label_; } in fulllabel() function in lyx::frontend::__anonc26ba47a0111::MenuItem 750 << '"' << it1->fulllabel() in checkShortcuts() 751 << "\" and \"" << it2->fulllabel() in checkShortcuts()
|