- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 3031 - 3040 of about 10,000 for content_length:[100000 TO 499999] (0.08 sec)
-
Java on Azure Spring Apps
Java Spring app tutorial showing how to build and deploy a Java Spring Boot microservices to Azure Spring Cloud with Visual Studio Codecode.visualstudio.com/docs/java/java-spring-appsRegistered: Mon Aug 04 00:50:43 UTC 2025 - 106.7K bytes - Viewed (0) -
Closures - JavaScript | MDN
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at function creation time.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/ClosuresRegistered: Mon Aug 04 00:54:52 UTC 2025 - Last Modified: Wed Jul 30 00:49:07 UTC 2025 - 195.6K bytes - Viewed (0) -
Inheritance and the prototype chain - JavaScrip...
In programming, inheritance refers to passing down characteristics from a parent to a child so that a new piece of code can reuse and build upon the features of an existing one. JavaScript implements inheritance by using objects. Each object has an internal link to another object called its prototype. That prototype object has a prototype of its own, and so on until an object is reached with null as its prototype. By definition, null has no prototype and acts as the final link in this prototype chain. It is possible to mutate any member of the prototype chain or even swap out the prototype at runtime, so concepts like static dispatching do not exist in JavaScript.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chainRegistered: Mon Aug 04 00:54:59 UTC 2025 - Last Modified: Wed Jul 30 00:49:08 UTC 2025 - 225.6K bytes - Viewed (0) -
SVG element reference - SVG | MDN
SVG drawings and images are created using a wide array of elements which are dedicated to the construction, drawing, and layout of vector images and diagrams. Here you'll find reference documentation for each of the SVG elements.developer.mozilla.org/en-US/docs/Web/SVG/Reference/ElementRegistered: Mon Aug 04 00:57:28 UTC 2025 - Last Modified: Wed Jul 23 00:48:26 UTC 2025 - 145.8K bytes - Viewed (0) -
Basic transformations - SVG | MDN
Now we're ready to start distorting our beautiful images. But first, let's formally introduce the <g> element. With this helper, you can assign properties to a complete set of elements. Actually, that's its only purpose.developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Basic_transformationsRegistered: Mon Aug 04 00:56:16 UTC 2025 - Last Modified: Wed Jul 23 00:48:27 UTC 2025 - 125.9K bytes - Viewed (0) -
Namespaces crash course - SVG | MDN
As an XML dialect, SVG is namespaced. It is important to understand the concept of namespaces and how they are used if you plan to author SVG content. Namespaces are essential to user agents that support multiple XML dialects; browsers must be very strict. Taking the time to understand namespaces now will save you from future headaches.developer.mozilla.org/en-US/docs/Web/SVG/Guides/Namespaces_crash_courseRegistered: Mon Aug 04 00:55:48 UTC 2025 - Last Modified: Wed Jul 23 00:48:22 UTC 2025 - 138.8K bytes - Viewed (0) -
<feColorMatrix> - SVG | MDN
The <feColorMatrix> SVG filter element changes colors based on a transformation matrix. Every pixel's color value [R,G,B,A] is matrix multiplied by a 5 by 5 color matrix to create new color [R',G',B',A'].developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feColorMatrixRegistered: Mon Aug 04 00:55:32 UTC 2025 - Last Modified: Wed Jul 23 00:48:26 UTC 2025 - 125.7K bytes - Viewed (0) -
SVG: Scalable Vector Graphics | MDN
Scalable Vector Graphics (SVG) is an XML-based markup language for describing two-dimensional based vector graphics.developer.mozilla.org/en-US/docs/Web/SVGRegistered: Mon Aug 04 00:54:38 UTC 2025 - Last Modified: Wed Jul 23 00:48:22 UTC 2025 - 114.8K bytes - Viewed (0) -
<feDropShadow> - SVG | MDN
The <feDropShadow> SVG filter primitive creates a drop shadow of the input image. It can only be used inside a <filter> element.developer.mozilla.org/en-US/docs/Web/SVG/Reference/Element/feDropShadowRegistered: Mon Aug 04 01:00:32 UTC 2025 - Last Modified: Wed Jul 23 00:48:26 UTC 2025 - 116.9K bytes - Viewed (0) -
Texts - SVG | MDN
When talking about text in SVG, we have to differentiate between two almost completely separate topics. One is the inclusion and display of text in an image, and the other is SVG fonts. The latter is described in a later section of the tutorial, while this page will focus on the first part: bringing text into an SVG image.developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/TextsRegistered: Mon Aug 04 01:00:37 UTC 2025 - Last Modified: Wed Jul 23 00:48:27 UTC 2025 - 117.6K bytes - Viewed (0)