…ing Loading Original line number Diff line number Diff line @@ -81,17 +81,17 @@ const QString indexedHiddenSubDir = u"d1/.sd4/"_s; const QString ignoredRootDir = u"d2/" _s ; const QString excludedRootDir = u"d3/" _s ; const QString excludeFilter1 = QStringLiteral ( "build" ) ; co…
This are no properties for this interface. js async function init() { const parser = new DOMParser(); const xsltProcessor = new XSLTProcessor(); // Load the XSLT file, example1.xsl const xslResponse = await fetch("example1.xsl"); const xslText = await xslResponse.text(); const xs…
[Codec] Default constructors/destructors, annotate as constexpr (e5a6f2f7) · Commits · Frameworks / KCodecs · GitLab Admin message Join us at Akademy to celebrate KDE's 30th anniversary! Travel support requests are open till May 31st. Register now . Commit e5a6f2f7 authored Mar 0…
…cs fm davinci fontMetrics (); if scopeRect (). height () && m_mouseWithinWidget const int HUD_SCALE_MARGIN const int hudScaleOffset offset HUD_SCALE_MARGIN int scopeRect (). width () hudScaleOffset fm horizontalAdvance QStringLiteral "255" )); int m_mousePos () scopeRect (). (); …
… 100644 > --- a/libavformat/mxf.c > +++ b/libavformat/mxf.c > @@ -66,6 +66,9 @@ const MXFCodecUL ff_mxf_codec_uls[] = { > { { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x01,0x01,0x02,0x02,0x01 }, 16, AV_CODEC_ID_V210 }, /* V210 */ > { { 0x06,0x0E,0x2B,0x34,0x04,0x01,…
… my view that the collateral relationship between appreciation and value was in constant tension in early modern expressions and understandings of liefhebberij. This chapter explores practices of liefhebberij in early modern Dutch culture, emphasizing the closely related aestheti…
…File member, which / / is only written to on the main thread when the object is constructed and / / from OnStartRequest ( if mCalcFileExt ), both guaranteed to happen before / / OnDataAvailable is fired . / / The main thread gets OnStartRequest, OnStopRequest, and progress sink e…
…s an article (other valid targets exist, e.g. 'discussionTools') // if ( target.constructor.static.name !== 'article' ) { // return; // } // To check if the target is desktop or mobile, one could use: // isMobile = ve.init.mw.MobileArticleTarget && target instanceof ve.init.mw.Mo…
…ed operations. For example, this code creates a proxy for the target object. js const target = { message1: "hello", message2: "everyone", }; const handler1 = {}; const proxy1 = new Proxy(target, handler1); Because the handler is empty, this proxy behaves just like the original ta…
…rn m_registeredClipsByUuid isEmpty (); bool ProjectClip :: isIncludedInSequence const QUuid seqUuid if m_registeredClipsByUuid isEmpty ()) return false return m_registeredClipsByUuid contains seqUuid ); void ProjectClip :: replaceInTimeline () int updatedDuration m_resetTimelineO…
…rn m_registeredClipsByUuid isEmpty (); bool ProjectClip :: isIncludedInSequence const QUuid seqUuid if m_registeredClipsByUuid isEmpty ()) return false return m_registeredClipsByUuid contains seqUuid ); void ProjectClip :: replaceInTimeline () int updatedDuration m_resetTimelineO…
…rdpress/components'; import { decodeEntities } from '@wordpress/html-entities'; const PageEditButton = () => ( <Button variant="primary"> Edit </Button> ) function PagesList( { hasResolved, pages } ) { if ( ! hasResolved ) { return <Spinner />; } if ( ! pages?.length ) { return <…
…efinitions closely resemble the familiar syntax of languages like Java and PHP. const { Class } = easejs; const Stack = Class( 'Stack', 'private _stack': [], 'public push'( value ) this._stack.push( value ); }, 'public pop'() return this._stack.pop(); }, } ); Classes can be anony…
…on top of OpenSSL. The module can be accessed using: import tls from 'node:tls' const tls require 'node:tls' Determining if crypto support is unavailable It is possible for Node.js to be built without including support for the node:crypto module. In such cases, attempting to impo…
…rvice * service ) static QCA :: SymmetricKey deriveLibsecretStyleSymmetricKey ( const QCA :: SecureArray & commonSecret ) { auto paddedSecret = commonSecret . toByteArray (); if ( paddedSecret . size () < FDO_DH_PUBLIC_KEY_SIZE ) { paddedSecret . prepend ( FDO_DH_PUBLIC_KEY_SIZE …