3,412 results found (page 9 of 228)
https://commits.kde.org/kdenlive/a8a09fadf2aa014ff860bc9f7c9980cd355fc63d

… trackId if secondPlaylist trackId trackId if m_audioProducers count trackId == const QString audioTrackId QString "%1#%2" ). arg trackId ). arg audioStream ); if m_audioProducers count audioTrackId == std :: shared_ptr Mlt :: Producer finalProducer if m_clipType == ClipType :: T…

https://commits.kde.org/kdenlive/70c1db717fef50bb07262404e0cf2213b5e4ddd7

…mber Diff line number Diff line @@ -69,6 +69,14 @@ CommentedTime::CommentedTime(const GenTime &time, QString comment, int markerTyp CommentedTime :: CommentedTime const GenTime time QString comment int markerType const GenTime duration m_time time m_comment std :: move comment ))…

https://invent.kde.org/utilities/kate/-/commit/bb268e2be0ff118c277d2e5bffb98b6e00ece3ea

…line @@ -351,7 +351,7 @@ void KateDocManager::saveDocumentList(KConfig *config) const QString entryName QStringLiteral "Document %1" ). arg ); KConfigGroup cg config entryName ); doc -> writeSessionConfig cg ); m_docInfos doc ]. sessionConfigId ++ @@ -361,6 +361,11 @@ void KateDo…

https://invent.kde.org/utilities/kate/-/commit/be856dbb927f2c4082218bc4e0360eb677c9c44f

…line @@ -351,7 +351,7 @@ void KateDocManager::saveDocumentList(KConfig *config) const QString entryName QStringLiteral "Document %1" ). arg ); KConfigGroup cg config entryName ); doc -> writeSessionConfig cg ); m_docInfos doc ]. sessionConfigId ++ @@ -361,6 +361,11 @@ void KateDo…

http://commits.kde.org/kate/be856dbb927f2c4082218bc4e0360eb677c9c44f

…line @@ -351,7 +351,7 @@ void KateDocManager::saveDocumentList(KConfig *config) const QString entryName QStringLiteral "Document %1" ). arg ); KConfigGroup cg config entryName ); doc -> writeSessionConfig cg ); m_docInfos doc ]. sessionConfigId ++ @@ -361,6 +361,11 @@ void KateDo…

https://www.academia.edu/1606420/Learning_by_analogy_formulating_and_generalizing_plans_fr…

…analysis of t he t ype of error m ay t rigger a discrim inat ion p rocess t hat const rai ns t he range of applicabilit y f or t hat plan. In eit her ca se, a reactive environm ent t hat inf orm s t he problem sol ver of su ccess, f ailure, o r partial su cce ss is an absolut e r…

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise

…加简洁。例如, .catch() 实际上就是一个没有传递兑现处理器的 .then() 。由于这些方法返回 Promise,因此它们可以被链式调用。例如: js const myPromise = new Promise((resolve, reject) => { setTimeout(() => { resolve("foo"); }, 300); }); myPromise .then(handleFulfilledA, handleRejectedA) .then(handleFulfilledB, handleRejectedB) .then(h…