- Sort Score
- Num 10 results
- Language All
- Labels All
Results 5851 - 5860 of over 10,000 for filetype:html (0.69 seconds)
-
MySQL :: MySQL 8.0 Reference Manual :: 2.10.2 I...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/activestate-perl.htmlFri May 08 01:36:37 GMT 2026 10.7K bytes -
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/SVGThu May 07 01:31:35 GMT 2026 19K bytes -
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_courseThu May 07 01:31:35 GMT 2026 21.9K bytes -
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_chainThu May 07 01:31:24 GMT 2026 31.2K bytes -
Array - JavaScript | MDN
The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayThu May 07 01:31:25 GMT 2026 29.4K bytes -
MySQL :: MySQL 8.0 Reference Manual :: 6.2.7 Co...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/transport-protocols.htmlFri May 08 01:37:15 GMT 2026 12K bytes -
MySQL :: MySQL 8.0 Reference Manual :: 2.10.1 I...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/perl-installation.htmlFri May 08 01:34:57 GMT 2026 11.4K bytes -
for...in - JavaScript | MDN
The for...in statement iterates over all enumerable string properties of an object (ignoring properties keyed by symbols), including inherited enumerable properties.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...inThu May 07 01:31:33 GMT 2026 25.5K bytes -
MySQL :: MySQL 8.0 Reference Manual :: 6.6.5 my...
Skip to Main Content Documentation Home MySQL 8.0 Reference Manual Related Documentation MySQL 8.0 Release Notes MySQ...dev.mysql.com/doc/refman/8.0/en/myisamlog.htmlFri May 08 01:38:49 GMT 2026 10.9K bytes -
Statements and declarations - JavaScript | MDN
JavaScript applications consist of statements with an appropriate syntax. A single statement may span multiple lines. Multiple statements may occur on a single line if each statement is separated by a semicolon. This isn't a keyword, but a group of keywords.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/StatementsFri May 08 01:29:01 GMT 2026 24K bytes