- Sort Score
- Num 10 results
- Language All
- Labels All
Results 481 - 490 of 3,184 for host:developer.mozilla.org (0.1 seconds)
-
<feGaussianBlur> - SVG | MDN
The <feGaussianBlur> SVG filter primitive blurs the input image by the amount specified in stdDeviation, which defines the bell-curve.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feGaussianBlurSun May 10 01:30:14 GMT 2026 19.2K bytes -
Uint8Array - JavaScript | MDN
The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ArraySun May 10 01:30:09 GMT 2026 18K bytes -
<feImage> - SVG | MDN
The <feImage> SVG filter primitive fetches image data from an external source and provides the pixel data as output (meaning if the external source is an SVG image, it is rasterized.)developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feImageSun May 10 01:30:14 GMT 2026 19.1K bytes -
Literal character: a, b - JavaScript | MDN
A literal character specifies exactly itself to be matched in the input text.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Regular_expressions/Literal_characterSun May 10 01:30:10 GMT 2026 24.7K bytes -
<line> - SVG | MDN
The <line> SVG element is an SVG basic shape used to create a line connecting two points.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/lineSun May 10 01:30:14 GMT 2026 19.1K 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 May 10 01:30:14 GMT 2026 19.4K 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 May 10 01:30:14 GMT 2026 18.4K bytes -
Nullish coalescing assignment (??=) - JavaScrip...
The nullish coalescing assignment (??=) operator, also known as the logical nullish assignment operator, only evaluates the right operand and assigns to the left if the left operand is nullish (null or undefined).developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing_assignmentSun May 10 01:30:09 GMT 2026 22.9K bytes -
dur - SVG | MDN
The dur attribute indicates the simple duration of an animation.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Attribute/durMon May 11 01:29:48 GMT 2026 18.9K bytes -
Functions - JavaScript | MDN
Functions are one of the fundamental building blocks in JavaScript. A function in JavaScript is similar to a procedure—a set of statements that performs a task or calculates a value, but for a procedure to qualify as a function, it should take some input and return an output where there is some obvious relationship between the input and the output. To use a function, you must define it somewhere in the scope from which you wish to call it.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/FunctionsSun May 10 01:29:59 GMT 2026 29.7K bytes