- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 441 - 450 of 2,702 for host:developer.mozilla.org (0.73 sec)
-
dominant-baseline - SVG: Scalable Vector Graphi...
The dominant-baseline attribute specifies the dominant baseline, which is the baseline used to align the box's text and inline-level contents. It also indicates the default alignment baseline of any boxes participating in baseline alignment in the box's alignment context.developer.mozilla.org/en-US/docs/Web/SVG/Attribute/dominant-baselineRegistered: Mon Nov 25 04:34:26 UTC 2024 - Last Modified: Sat Nov 23 16:10:30 UTC 2024 - 149.3K bytes - Viewed (0) -
contributors.txt
# Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/global_objects/sharedarraybuffer/index.md # Original Wiki contributors evilpie fsch...developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer/contri...Registered: Mon Nov 25 07:19:28 UTC 2024 - Last Modified: Fri Apr 14 01:37:58 UTC 2023 - 386 bytes - Viewed (0) -
String.prototype.padStart() - JavaScript | MDN
The padStart() method of String values pads this string with another string (multiple times, if needed) until the resulting string reaches the given length. The padding is applied from the start of this string.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/padStartRegistered: Mon Nov 25 07:19:50 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 83.4K bytes - Viewed (0) -
String.prototype.strike() - JavaScript | MDN
The strike() method of String values creates a string that embeds this string in a <strike> element (<strike>str</strike>), which causes this string to be displayed as struck-out text.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/strikeRegistered: Mon Nov 25 07:22:36 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 82K bytes - Viewed (0) -
String.prototype.bold() - JavaScript | MDN
The bold() method of String values creates a string that embeds this string in a <b> element (<b>str</b>), which causes this string to be displayed as bold.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/boldRegistered: Mon Nov 25 07:23:54 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 80.8K bytes - Viewed (0) -
String.prototype.link() - JavaScript | MDN
The link() method of String values creates a string that embeds this string in an <a> element (<a href="...">str</a>), to be used as a hypertext link to another URL.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/linkRegistered: Mon Nov 25 07:24:00 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 81.9K bytes - Viewed (0) -
String.prototype.italics() - JavaScript | MDN
The italics() method of String values creates a string that embeds this string in an <i> element (<i>str</i>), which causes this string to be displayed as italic.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/italicsRegistered: Mon Nov 25 07:27:11 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 81.1K bytes - Viewed (0) -
String.prototype.trimEnd() - JavaScript | MDN
The trimEnd() method of String values removes whitespace from the end of this string and returns a new string, without modifying the original string. trimRight() is an alias of this method.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/trimEndRegistered: Mon Nov 25 07:27:48 UTC 2024 - Last Modified: Sat Nov 23 16:10:22 UTC 2024 - 82.8K bytes - Viewed (0) -
Iterator.prototype.some() - JavaScript | MDN
The some() method of Iterator instances is similar to Array.prototype.some(): it tests whether at least one element produced by the iterator passes the test implemented by the provided function. It returns a boolean value.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/someRegistered: Mon Nov 25 07:32:36 UTC 2024 - Last Modified: Sat Nov 23 16:10:18 UTC 2024 - 68.1K bytes - Viewed (0) -
Iterator.prototype.forEach() - JavaScript | MDN
The forEach() method of Iterator instances is similar to Array.prototype.forEach(): it executes a provided function once for each element produced by the iterator.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/forEachRegistered: Mon Nov 25 07:32:18 UTC 2024 - Last Modified: Sat Nov 23 16:10:18 UTC 2024 - 66K bytes - Viewed (0)