- Sort Score
- Num 10 results
- Language All
- Labels All
Results 61 - 70 of 3,182 for host:developer.mozilla.org (0.11 seconds)
-
<mask> - SVG | MDN
The <mask> SVG element defines a mask for compositing the current object into the background. A mask is used/referenced using the mask property and CSS mask-image property.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/maskSun Mar 22 01:12:27 GMT 2026 19.2K bytes -
RegExp - JavaScript | MDN
The RegExp object is used for matching text with a pattern.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExpSun Mar 22 01:12:19 GMT 2026 22K bytes -
<feSpecularLighting> - SVG | MDN
The <feSpecularLighting> SVG filter primitive lights a source graphic using the alpha channel as a bump map. The resulting image is an RGBA image based on the light color. The lighting calculation follows the standard specular component of the Phong lighting model. The resulting image depends on the light color, light position and surface geometry of the input bump map. The result of the lighting calculation is added. The filter primitive assumes that the viewer is at infinity in the z direction.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feSpecularLightingSun Mar 22 01:12:27 GMT 2026 19.2K bytes -
<title> โ the SVG accessible name element...
The <title> SVG element provides an accessible, short-text description of any SVG container element or graphics element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/titleSun Mar 22 01:12:28 GMT 2026 18.8K bytes -
Memory management - JavaScript | MDN
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automaticity is a potential source of confusion: it can give developers the false impression that they don't need to worry about memory management.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Memory_managementSun Mar 22 01:12:14 GMT 2026 27.5K bytes -
encodeURIComponent() - JavaScript | MDN
The encodeURIComponent() function encodes a URI by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two surrogate characters). Compared to encodeURI(), this function encodes more characters, including those that are part of the URI syntax.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponentSun Mar 22 01:12:17 GMT 2026 24K bytes -
<script> - SVG | MDN
The <script> SVG element allows to add scripts to an SVG document.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/scriptSun Mar 22 01:12:27 GMT 2026 19.2K bytes -
Inequality (!=) - JavaScript | MDN
The inequality (!=) operator checks whether its two operands are not equal, returning a Boolean result. Unlike the strict inequality operator, it attempts to convert and compare operands that are of different types.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/InequalitySun Mar 22 01:12:23 GMT 2026 22.6K bytes -
do...while - JavaScript | MDN
The do...while statement creates a loop that executes a specified statement as long as the test condition evaluates to true. The condition is evaluated after executing the statement, resulting in the specified statement executing at least once.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/do...whileSun Mar 22 01:12:24 GMT 2026 23.1K bytes -
<feFuncB> - SVG | MDN
The <feFuncB> SVG filter primitive defines the transfer function for the blue component of the input graphic of its parent <feComponentTransfer> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feFuncBSun Mar 22 01:12:27 GMT 2026 18.1K bytes