Home
last modified time | relevance | path

Searched refs:dateKeys (Results 1 – 12 of 12) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/qt4/demos/
H A Dinfo.cpp45 QStringList dateKeys; in fillInfo() local
46 dateKeys << QString::fromLatin1("CreationDate"); in fillInfo()
47 dateKeys << QString::fromLatin1("ModDate"); in fillInfo()
49 Q_FOREACH(const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler/poppler-21.12.0/qt5/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler/poppler-21.12.0/qt6/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/demos/
H A Dinfo.cpp42 QStringList dateKeys; in fillInfo() local
43 dateKeys << QStringLiteral("CreationDate"); in fillInfo()
44 dateKeys << QStringLiteral("ModDate"); in fillInfo()
46 Q_FOREACH (const QString &date, dateKeys) { in fillInfo()
/dports/audio/mumble/mumble-1.3.3/scripts/
H A Dgenerate-CHANGES.py323 dateKeys = sorted(dates.keys(), reverse=True)
324 for date in dateKeys:
/dports/audio/murmur/mumble-1.3.3/scripts/
H A Dgenerate-CHANGES.py323 dateKeys = sorted(dates.keys(), reverse=True)
324 for date in dateKeys:
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocks.cpp265 QStringList dateKeys; local
266 dateKeys << "CreationDate";
267 dateKeys << "ModDate";
269 foreach (const QString &date, dateKeys) {