Home
last modified time | relevance | path

Searched refs:fileNameToDownload (Results 1 – 13 of 13) sorted by relevance

/dports/net-im/neochat/neochat-1.2.0/imports/NeoChat/Component/Timeline/
H A DFileDelegate.qml66 dialog.currentFile = dialog.folder + "/" + currentRoom.fileNameToDownload(eventId)
75 …d.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId));
H A DImageDelegate.qml63 dialog.currentFile = dialog.folder + "/" + currentRoom.fileNameToDownload(eventId)
84 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
H A DVideoDelegate.qml136 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
/dports/net-im/neochat/neochat-1.2.0/imports/NeoChat/Menu/Timeline/
H A DFileDelegateContextMenu.qml35 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
45 dialog.currentFile = dialog.folder + "/" + currentRoom.fileNameToDownload(eventId)
/dports/net-im/spectral/spectral-817/imports/Spectral/Component/Timeline/
H A DVideoDelegate.qml264 currentRoom.downloadFile(eventId, path + "/" + currentRoom.fileNameToDownload(eventId))
276 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
286 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
H A DAudioDelegate.qml180 currentRoom.downloadFile(eventId, path + "/" + currentRoom.fileNameToDownload(eventId))
192 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
H A DImageDelegate.qml205 currentRoom.downloadFile(eventId, path + "/" + currentRoom.fileNameToDownload(eventId))
217 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
H A DFileDelegate.qml206 currentRoom.downloadFile(eventId, path + "/" + currentRoom.fileNameToDownload(eventId))
218 …Id.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId))
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/
H A Droom.cpp189 QString fileNameToDownload(const RoomMessageEvent* event) const;
1119 QString Room::Private::fileNameToDownload(const RoomMessageEvent* event) const in fileNameToDownload() function in Room::Private
1173 QString Room::fileNameToDownload(const QString& eventId) const in fileNameToDownload() function in Room
1176 return d->fileNameToDownload(event); in fileNameToDownload()
1956 fileInfo->url.path().mid(1) % '_' % d->fileNameToDownload(event); in downloadFile()
H A Droom.h454 Q_INVOKABLE QString fileNameToDownload(const QString& eventId) const;
/dports/net-im/libquotient/libQuotient-0.6.8/lib/
H A Droom.cpp189 QString fileNameToDownload(const RoomMessageEvent* event) const;
1204 QString Room::Private::fileNameToDownload(const RoomMessageEvent* event) const in fileNameToDownload() function in Room::Private
1258 QString Room::fileNameToDownload(const QString& eventId) const in fileNameToDownload() function in Room
1261 return d->fileNameToDownload(event); in fileNameToDownload()
2033 fileInfo->url.path().mid(1) % '_' % d->fileNameToDownload(event); in downloadFile()
H A Droom.h472 Q_INVOKABLE QString fileNameToDownload(const QString& eventId) const;
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/
H A Dchatroomwidget.cpp710 m_currentRoom->fileNameToDownload(eventId)); in saveFileAs()