Home
last modified time | relevance | path

Searched refs:useRelativePath (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dparserm3u.cpp111 …rserM3u::writeM3UFile(const QString &file_str, const QList<QString> &items, bool useRelativePath) { in writeM3UFile() argument
112 return writeM3UFile(file_str, items, useRelativePath, false); in writeM3UFile()
115 …serM3u::writeM3U8File(const QString &file_str, const QList<QString> &items, bool useRelativePath) { in writeM3U8File() argument
116 return writeM3UFile(file_str, items, useRelativePath, true); in writeM3U8File()
119 …teM3UFile(const QString &file_str, const QList<QString> &items, bool useRelativePath, bool useUtf8) in writeM3UFile() argument
166 if (useRelativePath) { in writeM3UFile()
H A Dlibraryfeature.cpp52 bool useRelativePath) { in exportPlaylistItemsIntoFile() argument
59 useRelativePath); in exportPlaylistItemsIntoFile()
66 useRelativePath); in exportPlaylistItemsIntoFile()
92 useRelativePath); in exportPlaylistItemsIntoFile()
H A Dparserm3u.h31 …teM3UFile(const QString &file_str, const QList<QString> &items, bool useRelativePath, bool useUtf8…
32 … static bool writeM3UFile(const QString &file, const QList<QString> &items, bool useRelativePath);
33 …tic bool writeM3U8File(const QString &file_str, const QList<QString> &items, bool useRelativePath);
H A Dparserpls.cpp130 …ParserPls::writePLSFile(const QString &file_str, const QList<QString> &items, bool useRelativePath) in writePLSFile() argument
148 if (useRelativePath) { in writePLSFile()
H A Dparserpls.h28 … static bool writePLSFile(const QString &file, const QList<QString> &items, bool useRelativePath);
H A Dparsercsv.h32 …ol writeCSVFile(const QString &file, BaseSqlTableModel* pPlaylistTableModel, bool useRelativePath);
H A Dparsercsv.cpp122 …writeCSVFile(const QString &file_str, BaseSqlTableModel* pPlaylistTableModel, bool useRelativePath) in writeCSVFile() argument
191 if (useRelativePath) { in writeCSVFile()
H A Dbaseplaylistfeature.cpp498 bool useRelativePath = m_pConfig->getValue<bool>( in slotExportPlaylist() local
502 ParserCsv::writeCSVFile(file_location, pPlaylistTableModel.data(), useRelativePath); in slotExportPlaylist()
520 useRelativePath); in slotExportPlaylist()
H A Dlibraryfeature.h133 bool useRelativePath);
/dports/devel/wxformbuilder/source/src/rad/luapanel/
H A Dluapanel.cpp275 bool useRelativePath = false; local
279 useRelativePath = ( pRelPath->GetValueAsInteger() ? true : false );
302 codegen.UseRelativePath( useRelativePath, path );
339 codegen.UseRelativePath( useRelativePath, path );
/dports/devel/wxformbuilder/source/src/rad/pythonpanel/
H A Dpythonpanel.cpp276 bool useRelativePath = false; local
280 useRelativePath = ( pRelPath->GetValueAsInteger() ? true : false );
303 codegen.UseRelativePath( useRelativePath, path );
340 codegen.UseRelativePath( useRelativePath, path );
/dports/devel/wxformbuilder/source/src/rad/phppanel/
H A Dphppanel.cpp283 bool useRelativePath = false; local
287 useRelativePath = ( pRelPath->GetValueAsInteger() ? true : false );
310 codegen.UseRelativePath( useRelativePath, path );
347 codegen.UseRelativePath( useRelativePath, path );
/dports/devel/wxformbuilder/source/src/rad/cpppanel/
H A Dcpppanel.cpp370 bool useRelativePath = false; local
374 useRelativePath = ( pRelPath->GetValueAsInteger() ? true : false );
397 codegen.UseRelativePath( useRelativePath, path );
447 codegen.UseRelativePath( useRelativePath, path );
/dports/devel/wxformbuilder/source/src/rad/xrcpanel/
H A Dxrcpanel.cpp252 bool useRelativePath = false; local
258 useRelativePath = ( pRelPath->GetValueAsInteger() ? true : false );
/dports/devel/wxformbuilder/source/src/codegen/
H A Dphpcg.h66 …PHPTemplateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxStri…
H A Dpythoncg.h63 …PythonTemplateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxS…
H A Dluacg.h64 …LuaTemplateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxStri…
H A Dcppcg.h54 …CppTemplateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxStri…
H A Dphpcg.cpp44 …plateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxString bas… in PHPTemplateParser() argument
48 m_useRelativePath( useRelativePath ), in PHPTemplateParser()
H A Dluacg.cpp44 …plateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxString bas… in LuaTemplateParser() argument
48 m_useRelativePath( useRelativePath ), in LuaTemplateParser()
H A Dpythoncg.cpp44 …plateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxString bas… in PythonTemplateParser() argument
48 m_useRelativePath( useRelativePath ), in PythonTemplateParser()
H A Dcppcg.cpp42 …plateParser( PObjectBase obj, wxString _template, bool useI18N, bool useRelativePath, wxString bas… in CppTemplateParser() argument
46 m_useRelativePath( useRelativePath ), in CppTemplateParser()
/dports/audio/mixxx/mixxx-2.3.0/src/library/crate/
H A Dcratefeature.cpp710 bool useRelativePath = in slotExportPlaylist() local
722 ParserCsv::writeCSVFile(file_location, pCrateTableModel.data(), useRelativePath); in slotExportPlaylist()
736 useRelativePath); in slotExportPlaylist()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/file-loader/
H A DREADME.md222 ### `useRelativePath`
234 useRelativePath: process.env.NODE_ENV === "production"
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmVisualStudio10TargetGenerator.cxx978 bool useRelativePath = false; in WriteEmbeddedResourceGroup() local
987 useRelativePath = true; in WriteEmbeddedResourceGroup()
1012 if (!useRelativePath) { in WriteEmbeddedResourceGroup()

12