Home
last modified time | relevance | path

Searched refs:vectorToList (Results 1 – 4 of 4) sorted by relevance

/dports/java/cos/cos-2002.11.05_3,1/src/com/oreilly/servlet/
H A DMailMessage.java194 setHeader("To", vectorToList(to)); in setToHeader()
199 setHeader("Cc", vectorToList(cc)); in setCcHeader()
203 String vectorToList(Vector v) { in vectorToList() method in MailMessage
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/tests/
H A Dtest_kdevformatsource.cpp203 const auto vectorToList = [](const std::vector<const char*>& vec) { in testWildcardPathMatching_data() local
209 const QStringList unmatchedPaths = vectorToList(row.unmatchedPaths); in testWildcardPathMatching_data()
210 const QStringList matchedPaths = vectorToList(row.matchedPaths); in testWildcardPathMatching_data()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/mode/
H A Dkatemodemanager.cpp29 static QStringList vectorToList(const QVector<QString> &v) in vectorToList() function
140 type->wildcards = vectorToList(modes[i].extensions()); in update()
141 type->mimetypes = vectorToList(modes[i].mimeTypes()); in update()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/grepview/tests/
H A Dtest_findreplace.cpp142 const auto vectorToList = [](const std::vector<const char*>& vec) { in testIncludeExcludeFilters_data()
148 const QStringList unmatchedPaths = vectorToList(row.unmatchedPaths); in testIncludeExcludeFilters_data()
149 const QStringList matchedPaths = vectorToList(row.matchedPaths); in testIncludeExcludeFilters_data()