Home
last modified time | relevance | path

Searched refs:MTP (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/mtpcollection/
H A Damarok_collection-mtpcollection.desktop4 Name=MTP Collection
5 Name[be]=Калекцыя MTP
6 Name[bg]=Колекция MTP
7 Name[bs]=MTP Zbirka
10 Name[cs]=Sbírka MTP
12 Name[da]=MTP-samling
14 Name[el]=Συλλογή MTP
17 Name[et]=MTP kogu
23 Name[he]=אוסף MTP
27 Name[is]=MTP safn
[all …]
/dports/devel/kio-extras/kio-extras-21.12.3/mtp/
H A Dmtp-network.desktop3 Name=MTP Devices
4 Name[ar]=أجهزة MTP
7 Name[cs]=Zařízení MTP
8 Name[da]=MTP-enheder
9 Name[de]=MTP-Geräte
10 Name[el]=Συσκευές MTP
13 Name[et]=MTP-seadmed
18 Name[he]=התקני MTP
22 Name[is]=MTP Tæki
24 Name[ja]=MTP デバイス
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/core/
H A Dcore_settings_proxy.cpp18 case MTP::ProxyData::Settings::System: return 0; in ProxySettingsToInt()
19 case MTP::ProxyData::Settings::Enabled: return 1; in ProxySettingsToInt()
27 case 0: return MTP::ProxyData::Settings::System; in IntToProxySettings()
39 MTP::ProxyData proxy; in DeserializeProxyData()
49 case 0: return MTP::ProxyData::Type::None; in DeserializeProxyData()
50 case 1: return MTP::ProxyData::Type::Socks5; in DeserializeProxyData()
51 case 2: return MTP::ProxyData::Type::Http; in DeserializeProxyData()
52 case 3: return MTP::ProxyData::Type::Mtproto; in DeserializeProxyData()
71 case MTP::ProxyData::Type::None: return 0; in SerializeProxyData()
72 case MTP::ProxyData::Type::Socks5: return 1; in SerializeProxyData()
[all …]
H A Dcore_settings_proxy.h32 [[nodiscard]] MTP::ProxyData::Settings settings() const;
33 void setSettings(MTP::ProxyData::Settings value);
35 [[nodiscard]] MTP::ProxyData selected() const;
36 void setSelected(MTP::ProxyData value);
38 [[nodiscard]] const std::vector<MTP::ProxyData> &list() const;
39 [[nodiscard]] std::vector<MTP::ProxyData> &list();
47 MTP::ProxyData::Settings _settings = MTP::ProxyData::Settings::System;
48 MTP::ProxyData _selected;
49 std::vector<MTP::ProxyData> _list;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/main/
H A Dmain_account.h20 namespace MTP {
46 std::shared_ptr<MTP::AuthKey> localKey);
48 std::shared_ptr<MTP::AuthKey> localKey);
81 [[nodiscard]] MTP::Instance &mtp() const { in mtp()
91 -> rpl::producer<not_null<MTP::Instance*>>;
96 void setMtpMainDcId(MTP::DcId mainDcId);
110 void suggestMainDcId(MTP::DcId mainDcId);
144 std::unique_ptr<MTP::Instance> _mtp;
145 rpl::variable<MTP::Instance*> _mtpValue;
159 MTP::Instance::Fields _mtpFields;
[all …]
H A Dmain_account.cpp76 std::shared_ptr<MTP::AuthKey> localKey) { in prepareToStart()
83 : std::make_unique<MTP::Config>( in start()
91 std::shared_ptr<MTP::AuthKey> localKey) { in prepareToStartAdded()
268 MTP::DcId mainDcId, in serializeMtpAuthorization()
269 const MTP::AuthKeysList &keys, in serializeMtpAuthorization()
278 const MTP::AuthKeysList &keys) { in serializeMtpAuthorization()
315 : MTP::AuthKeysList(); in serializeMtpAuthorization()
397 keys.push_back(std::make_shared<MTP::AuthKey>(MTP::AuthKey::Type::ReadFromFile, dcId, keyData)); in setMtpAuthorization()
416 MTP::Instance::Mode::Normal, in startMtp()
450 _mtp->setGlobalFailHandler([=](const MTP::Error &, const MTP::Response &) { in startMtp()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Ddownload_manager_mtproto.h16 namespace MTP {
53 MTP::DcId dcId,
101 void killSessionsCancel(MTP::DcId dcId);
103 void killSessions(MTP::DcId dcId);
107 void removeSession(MTP::DcId dcId);
139 MTP::DcId dcId,
143 [[nodiscard]] MTP::DcId dcId() const;
228 const MTP::Error &error,
245 MTP::DcId dcId,
256 const MTP::DcId _dcId = 0;
[all …]
H A Ddownload_manager_mtproto.cpp124 return MTP::isDownloadDcId(shiftedDcId); in __anon188a26980802()
127 MTP::BareDcId(shiftedDcId),
128 MTP::GetDcIdShift(shiftedDcId));
204 MTP::DcId dcId, in changeRequestedAmount()
228 MTP::DcId dcId, in requestSucceeded()
424 MTP::DcId dcId, in DownloadMtprotoTask()
672 auto state = MTP::CTRState(); in cdnPartLoaded()
883 const MTP::Error &error, in normalPartFailed()
901 const MTP::Error &error, in partFailed()
911 const MTP::Error &error, in cdnPartFailed()
[all …]
H A Dstorage_cloud_blob.h67 using Loading = MTP::DedicatedLoader::Progress;
88 MTP::DedicatedLoader::Location location,
104 void setImplementation(std::unique_ptr<MTP::DedicatedLoader> loader);
109 MTP::WeakInstance _mtproto;
111 std::unique_ptr<MTP::DedicatedLoader> _implementation;
H A Dstorage_domain.h10 namespace MTP {
37 std::unique_ptr<MTP::Config> config);
70 MTP::AuthKeyPtr _localKey;
71 MTP::AuthKeyPtr _passcodeKey;
H A Dstorage_account.h35 namespace MTP {
70 [[nodiscard]] std::unique_ptr<MTP::Config> start(
71 MTP::AuthKeyPtr localKey);
72 void startAdded(MTP::AuthKeyPtr localKey);
79 [[nodiscard]] MTP::AuthKeyPtr peekLegacyLocalKey() const { in peekLegacyLocalKey()
186 MTP::AuthKeyPtr localKey,
201 std::unique_ptr<MTP::Config> readMtpConfig();
246 MTP::AuthKeyPtr _localKey;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/details/
H A Dstorage_file_utilities.h23 [[nodiscard]] MTP::AuthKeyPtr CreateLocalKey(
26 [[nodiscard]] MTP::AuthKeyPtr CreateLegacyLocalKey(
53 const MTP::AuthKeyPtr &key);
70 const MTP::AuthKeyPtr &key);
95 const MTP::AuthKeyPtr &key);
101 const MTP::AuthKeyPtr &key);
107 const MTP::AuthKeyPtr &key);
H A Dstorage_settings_scheme.cpp157 MTP::AuthKey::Type::ReadFromFile, in ReadSetting()
471 MTP::ProxyData proxy; in ReadSetting()
481 ? MTP::ProxyData::Type::Socks5 in ReadSetting()
482 : MTP::ProxyData::Type::Http; in ReadSetting()
488 ? MTP::ProxyData::Settings::Enabled in ReadSetting()
489 : MTP::ProxyData::Settings::System); in ReadSetting()
492 : std::vector<MTP::ProxyData>{}; in ReadSetting()
516 using Type = MTP::ProxyData::Type; in ReadSetting()
518 MTP::ProxyData proxy; in ReadSetting()
575 : MTP::ProxyData()); in ReadSetting()
[all …]
H A Dstorage_settings_scheme.h14 namespace MTP {
34 MTP::DcOptions fallbackConfigLegacyDcOptions
35 = MTP::DcOptions(MTP::Environment::Production);
64 std::vector<std::shared_ptr<MTP::AuthKey>> mtpLegacyKeys;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpasscode_box.h14 namespace MTP {
57 not_null<MTP::Instance*> mtp,
71 bool handleCustomCheckError(const MTP::Error &error);
101 void setPasswordFail(const MTP::Error &error);
106 const MTP::Error &error);
113 void recoverStartFail(const MTP::Error &error);
151 MTP::Sender _api;
191 not_null<MTP::Instance*> mtp,
215 void checkSubmitFail(const MTP::Error &error);
219 MTP::Sender _api;
[all …]
/dports/audio/gmtp/gmtp-1.3.11/misc/
H A Dgmtp.desktop.in4 Comment=A simple MTP Client for MP3 Players
6 Comment[fr]=Un simple MTP Client pour Lecteurs MP3
7 Comment[da]=En simpel MTP Client for MP3-afspillere
8 Comment[de]=Eine einfache MTP-Client für MP3-Player
9 Comment[it]=Un semplice client per MTP Lettori MP3
H A Dgmtp.desktop4 Comment=A simple MTP Client for MP3 Players
6 Comment[fr]=Un simple MTP Client pour Lecteurs MP3
7 Comment[da]=En simpel MTP Client for MP3-afspillere
8 Comment[de]=Eine einfache MTP-Client für MP3-Player
9 Comment[it]=Un semplice client per MTP Lettori MP3
H A Dgmtp.desktop.in.in4 Comment=A simple MTP Client for MP3 Players
6 Comment[fr]=Un simple MTP Client pour Lecteurs MP3
7 Comment[da]=En simpel MTP Client for MP3-afspillere
8 Comment[de]=Eine einfache MTP-Client für MP3-Player
9 Comment[it]=Un semplice client per MTP Lettori MP3
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/qt/translations/
H A Dandroid-file-transfer-linux_it.ts157 Chiudere altre applicazioni MTP e riavviare Android File Transfer.</translation>
161 <source>No MTP device found</source>
162 <translation>Nessun dispositivo MTP trovato</translation>
166 <source>MTP</source>
167 <translation>MTP</translation>
171 <source>MTP device does not respond</source>
172 <translation>Il dispositivo MTP non risponde</translation>
176 <source>No MTP Storages</source>
177 <translation>Nessun Dispositivo MTP</translation>
181 <source>No MTP storage found, your device might be locked.
[all …]
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/qt/translations/
H A Dandroid-file-transfer-linux_it.ts157 Chiudere altre applicazioni MTP e riavviare Android File Transfer.</translation>
161 <source>No MTP device found</source>
162 <translation>Nessun dispositivo MTP trovato</translation>
166 <source>MTP</source>
167 <translation>MTP</translation>
171 <source>MTP device does not respond</source>
172 <translation>Il dispositivo MTP non risponde</translation>
176 <source>No MTP Storages</source>
177 <translation>Nessun Dispositivo MTP</translation>
181 <source>No MTP storage found, your device might be locked.
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/
H A Dhistory_item.cpp1068 using MTP = MTPDmessage::Flag; in FlagsFromMTP() typedef
1071 | ((flags & MTP::f_out) ? Flag::Outgoing : Flag()) in FlagsFromMTP()
1074 | ((flags & MTP::f_silent) ? Flag::Silent : Flag()) in FlagsFromMTP()
1075 | ((flags & MTP::f_post) ? Flag::Post : Flag()) in FlagsFromMTP()
1076 | ((flags & MTP::f_legacy) ? Flag::Legacy : Flag()) in FlagsFromMTP()
1078 | ((flags & MTP::f_pinned) ? Flag::Pinned : Flag()) in FlagsFromMTP()
1092 using MTP = MTPDmessageService::Flag; in FlagsFromMTP() typedef
1095 | ((flags & MTP::f_out) ? Flag::Outgoing : Flag()) in FlagsFromMTP()
1098 | ((flags & MTP::f_silent) ? Flag::Silent : Flag()) in FlagsFromMTP()
1099 | ((flags & MTP::f_post) ? Flag::Post : Flag()) in FlagsFromMTP()
[all …]
/dports/audio/gmtp/gmtp-1.3.11/
H A DREADME3 A basic MTP client for Oracle Solaris 10.
5 Supports MTP devices including those with multiple storage devices
13 Q. What is MTP?
14 A. MTP = Media Transfer Protocol. MTP has been adopted by most major MP3 and
20 A. These devices do not use MTP for moving data to/from a device. Apple iPod
24 Q. I have a MTP enabled device and it is connected to my PC, but it doesn't get
27 ensure that the device is in MTP mode.<br />
106 A. gMTP uses the MTP function 'moveObject' to perform move operations.
126 device has MTP functionality, see the above comment.
127 3. Android 3.x-4.x has native MTP functionality, but is missing some
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/api/
H A Dapi_polls.cpp40 Fn<void(const MTP::Error &error)> fail) { in create()
79 const MTP::Response &response) mutable { in create()
93 const MTP::Error &error, in create()
94 const MTP::Response &response) mutable { in create()
148 }).fail([=](const MTP::Error &error) { in sendVotes()
177 }).fail([=](const MTP::Error &error) { in close()
194 }).fail([=](const MTP::Error &error) { in reloadResults()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/docs/wip/n0en/
H A Dcable.tex10 major subsystems: CPU, SCU, IOM; contollers: MTP, IPC, MSP, URP;
55 Connect IOM i channel j to MTP k port l (l defaults to 0).
99 Connect MTP i device code j to tape unit k.
275 & \texttt{MTP} & \texttt{<-->} & \texttt{IOM} & \\
391 \texttt{1} & & \texttt{0} & \texttt{1} & \texttt{MTP} \\
392 \texttt{2} & & \texttt{0} & \texttt{2} & \texttt{MTP} \\
393 \texttt{3} & & \texttt{0} & \texttt{3} & \texttt{MTP} \\
394 \texttt{4} & & \texttt{0} & \texttt{4} & \texttt{MTP} \\
395 \texttt{5} & & \texttt{0} & \texttt{5} & \texttt{MTP} \\
396 \texttt{6} & & \texttt{0} & \texttt{6} & \texttt{MTP} \\
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/ontologies/nepomuk/
H A D89-mtp.ontology18 # by the MTP protocol
41 …rdfs:comment "Scan type of a video file (MTP requirement. FIXME Maybe should be move to a differen…
49 rdfs:comment "Hidden for the MTP protocol" ;
54 rdfs:label "MTP credits" ;
55 rdfs:comment "Following MTP spec, credits contains... FIXME" ;
62 rdfs:label "MTP Creator" ;
63 …rdfs:comment "Following MTP spec, this property can contain a free text taking about creator of th…
72 rdfs:label "MTP fourCC code";

12345678910>>...52