Home
last modified time | relevance | path

Searched refs:textsList (Results 1 – 8 of 8) sorted by relevance

/dports/games/scorched3d/scorched/src/server/webserver/
H A DServerWebAppletHandler.cpp127 std::list<ServerChannelManager::MessageEntry> &textsList = in processRequest() local
129 if (!textsList.empty()) in processRequest()
132 for (textsListItor = textsList.rbegin(); in processRequest()
133 textsListItor != textsList.rend(); in processRequest()
145 lastMessage_ = textsList.back().messageid; in processRequest()
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmsrSyllables.cpp547 const list<string>& textsList, in writeTextsList() argument
552 if (textsList.size ()) { in writeTextsList()
554 iBegin = textsList.begin (), in writeTextsList()
555 iEnd = textsList.end (), in writeTextsList()
H A DlpsrBasicTypes.cpp647 const list<string>& textsList, in writeTextsListAsLilypondString() argument
652 if (textsList.size ()) { in writeTextsListAsLilypondString()
654 iBegin = textsList.begin (), in writeTextsListAsLilypondString()
655 iEnd = textsList.end (), in writeTextsListAsLilypondString()
H A DlpsrBasicTypes.h140 const list<string>& textsList,
H A DmsrSyllables_MUT_DEP.h164 const list<string>& textsList,
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DGraph.h152 QList <LegendWidget *> textsList();
H A DMultiLayer.cpp1475 QList <LegendWidget *> texts = g->textsList();
H A DGraph.cpp324 QList <LegendWidget *> Graph::textsList() in textsList() function in Graph