Sort Score
Result 10 results
Languages All
Labels All
Results 4,131 - 4,140 of 8,781 for

view

(0.1 sec)
  1. Remainder (%) - JavaScript | MDN

    The remainder (%) operator returns the remainder left over when one operand is divided by a second operand. It always takes the sign of the dividend.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. size - CSS: Cascading Style Sheets | MDN

    The size CSS at-rule descriptor, used with the @page at-rule, defines the size and orientation of the box which is used to represent a page. Most of the time, this size corresponds to the target size of the printed page if applicable.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/CSS/@page/...
  3. AudioBuffer - Web APIs | MDN

    Learn about the AudioBuffer interface, including its constructor, properties, and methods, specifications and browser compatibility.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/AudioB...
  4. ValidityState: typeMismatch property - Web APIs...

    Learn about the ValidityState.typeMismatch property, including its type, code examples, specifications, and browser compatibility.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/API/Validi...
  5. data-* - HTML(超文本标记语言) | MDN

    data-* 全局属性 是一类被称为自定义数据属性的属性,它赋予我们在所有 HTML 元素上嵌入自定义数据属性的能力,并可以通过脚本在 HTML 与 DOM 表现之间进行专有数据的交换。... View this page on GitHub • Report...

    developer.mozilla.org/zh-CN/docs/Web/HTML/Globa...
  6. page-break-before - CSS: Cascading Style Sheets...

    The page-break-before CSS property adjusts page breaks before the current element.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/CSS/page-b...
  7. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution.... You are welcome to view and edit metadata of PDF, DOC...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  8. GitHub - nexus-xyz/network-api: High-performanc...

    High-performance interface for supplying compute to the Nexus network. - nexus-xyz/network-api...json View all files Repository files navigation...

    github.com/nexus-xyz/network-api
  9. Resizing background images with background-size...

    The background-size CSS property lets you resize the background image of an element, overriding the default behavior of tiling the image at its full size by specifying the width and/or height of the image. By doing so, you can scale the image upward or downward as desired.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_ba...
  10. Backreference: \1, \2 - JavaScript | MDN

    A backreference refers to the submatch of a previous capturing group and matches the same text as that group. For named capturing groups, you may prefer to use the named backreference syntax.... View this page on GitHub • Report...

    developer.mozilla.org/en-US/docs/Web/JavaScript...