- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7111 - 7120 of about 10,000 for timestamp:[now/d-1M TO *] (2.11 sec)
-
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 Nov 17 00:50:49 UTC 2025 - Last Modified: Thu Nov 13 11:37:06 UTC 2025 - 175.8K 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 Nov 17 00:49:49 UTC 2025 - Last Modified: Thu Nov 13 11:36:40 UTC 2025 - 220.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 Nov 17 00:49:30 UTC 2025 - Last Modified: Thu Nov 13 11:37:10 UTC 2025 - 169.7K bytes - Viewed (0) -
embed
{"version":"1.0","provider_name":"jQuery API Documentation","provider_url":"https:\/\/api.jquery.com","author_name":"builder","author_url":"https:\/\/api.jquery.com\/author\/builder\/","title":".cl...api.jquery.com/wp-json/oembed/1.0/embedRegistered: Mon Nov 17 00:49:30 UTC 2025 - 2.1K bytes - Viewed (0) -
Filter effects - SVG | MDN
There are situations where basic shapes do not provide the flexibility you need to achieve a certain effect. Drop shadows, to provide a popular example, cannot be created reasonably with a combination of gradients. Filters are SVG's mechanism to create sophisticated effects.developer.mozilla.org/en-US/docs/Web/SVG/Tutorials/SVG_from_scratch/Filter_effectsRegistered: Mon Nov 17 00:49:35 UTC 2025 - Last Modified: Thu Nov 13 11:37:10 UTC 2025 - 167.4K bytes - Viewed (0) -
embed
{"version":"1.0","provider_name":"jQuery API Documentation","provider_url":"https:\/\/api.jquery.com","author_name":"builder","author_url":"https:\/\/api.jquery.com\/author\/builder\/","title":"Att...api.jquery.com/wp-json/oembed/1.0/embedRegistered: Mon Nov 17 00:49:41 UTC 2025 - 2.3K bytes - Viewed (0) -
Functions - The Rust Programming Language
Keyboard shortcuts Press ← or → to navigate between chapters Press S or / to search in the book Press ? to show this ...doc.rust-lang.org/book/ch03-03-how-functions-work.htmlRegistered: Mon Nov 17 00:51:02 UTC 2025 - Last Modified: Mon Nov 10 18:48:56 UTC 2025 - 25.4K bytes - Viewed (0) -
u8 - Rust
The 8-bit unsigned integer type.doc.rust-lang.org/std/primitive.u8.htmlRegistered: Mon Nov 17 01:01:03 UTC 2025 - Last Modified: Mon Nov 10 18:54:58 UTC 2025 - 1.2M bytes - Viewed (0) -
i128 - Rust
The 128-bit signed integer type.doc.rust-lang.org/std/primitive.i128.htmlRegistered: Mon Nov 17 01:01:57 UTC 2025 - Last Modified: Mon Nov 10 18:54:58 UTC 2025 - 1.1M bytes - Viewed (0) -
Empty statement - JavaScript | MDN
An empty statement is used to provide no statement, although the JavaScript syntax would expect one.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/EmptyRegistered: Mon Nov 17 01:01:35 UTC 2025 - Last Modified: Thu Nov 13 11:37:02 UTC 2025 - 182.6K bytes - Viewed (0)