…ROOT/libraries/src/Filter/InputFilter.php:72 8 Joomla\CMS\Filter\InputFilter->__construct() JROOT/libraries/src/Filter/InputFilter.php:105 7 Joomla\CMS\Filter\InputFilter::getInstance() JROOT/libraries/src/Input/Input.php:64 6 Joomla\CMS\Input\Input->__construct() JROOT/libraries…
…,9 @@ QImage RGBParade::renderHUD(uint) QFontMetrics fm davinci fontMetrics (); const int HUD_SCALE_MARGIN const int hudScaleOffset offset HUD_SCALE_MARGIN const int hudScaleOffsetTop offset int scopeRect (). width () hudScaleO ffset fm horizontalAdvance QStringLiteral "255" )); …
…re used with the directive above store( 'myPlugin', { actions: { logId: () => { const { post } = getContext(); console.log( post.id ); }, }, } ); Different contexts can be defined at different levels, and deeper levels will merge their own context with any parent one: <div data-w…
…rom header or form field (NOT cookie) // Split the token to get the randomValue const tokenParts = csrfToken.split("."); const hmacFromRequest = tokenParts[0]; const randomValue = tokenParts[1]; // Recreate the HMAC with the current session and the randomValue from the request se…
…, 0); Applications may create IPv6/TCP and IPv6/UDP sockets by simply using the constant PF_INET6 instead of PF_INET in the first argument. For example, to create an IPv6/TCP socket, applications make the call: s = socket(PF_INET6, SOCK_STREAM, 0); To create an IPv6/UDP socket, a…
…hmetic operations. The Math object provides standard mathematical functions and constants. js Math.sin(3.5); const circumference = 2 * Math.PI * r; There are three ways to convert a string to a number: parseInt() , which parses the string for an integer. parseFloat() , which pars…
function sum(x, y, z) { return x + y + z; } const numbers = [1, 2, 3]; console.log(sum(...numbers)); // Expected output: 6 console.log(sum.apply(null, numbers)); // Expected output: 6 js myFunction(a, ...iterableObj, b) [1, ...iterableObj, '4', 'five', 6] { ...obj, key: 'value' }…
… Introduction to "DOM Events" 4.2 Interface Event 4.3 Interface CustomEvent 4.4 Constructing events 4.5 Defining event interfaces 4.6 Interface EventTarget 4.7 Dispatching events 4.8 Firing events 5 Nodes 5.1 Introduction to "The DOM" 5.2 Node tree 5.2.1 Mutation algorithms 5.2.2…
…ptorSetLayout Mapping 7.1. Example: Simple Resource Bindings 7.2. Example: Push Constants 7.3. Example: Push Descriptors 7.4. Example: Immutable Samplers 8. SPIR-V Changes 9. GLSL Mapping 10. HLSL Mapping 10.1. Global Root Signatures 10.2. Local Root Signatures 10.3. Shader Model…
… Introduction to "DOM Events" 4.2 Interface Event 4.3 Interface CustomEvent 4.4 Constructing events 4.5 Interface EventTarget 4.6 Dispatching events 4.7 Firing events 5 Nodes 5.1 Introduction to "The DOM" 5.2 Node tree 5.2.1 Mutation algorithms 5.2.2 Mutation methods 5.2.3 Legacy…
…ingly subsumed by the national narrative. Nowhere is this clearer than in state constitutional law. Scholars have carefully documented a phenomenon of “convergence” in which state courts adopt federal constitutional interpretations when discerning the meaning of their own fundame…
… /* eslint-disable mediawiki/class-doc */ function mw 'use strict' // technical constants const version '2026-04-01' dataLat 'data-lat' dataLon 'data-lon' dataZoom 'data-zoom' dataName 'data-name' dataHeight 'data-height' dataOverlays 'data-overlays' fallbackLang 'en' // technica…
…h time as its use is specified, applications should set this field to zero when constructing a sockaddr_in6, and ignore this field in a sockaddr_in6 structure constructed by the system. The sin6_addr field is a single in6_addr structure (defined in the previous section). This fie…
…h time as its use is specified, applications should set this field to zero when constructing a sockaddr_in6, and ignore this field in a sockaddr_in6 structure constructed by the system. The sin6_addr field is a single in6_addr structure (defined in the previous section). This fie…
…ines Loading Original line number Diff line number Diff line @@ -29,6 +29,10 @@ constexpr int MAXIMUM_SECONDARY_AXIS_LENGTH = 7; // maximum height/width for aud constexpr int NO_AUDIO_PRIMARY_AXIS_POSITION constexpr double MIN_DISPLAY_DB 100.0 // Don't display levels below this t…