- HTML: Linguagem de Marcação de Hipertexto | MDN,GitHub - evilstreak/markdown-js: A Markdown parser for javascript,About ">
Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 3,871 for

reporting api

(0.09 sec)
  1. <input type="password"> - HTML: Linguagem de Ma...

    Elementos do tipo "password" são uma maneira do usuário digitar senhas com segurança. O elemento é mostrado como um controle de edição de texto de uma linha, no qual o texto é omitido para que não possa ser lido, geralmente substituindo cada caractere por um símbolo como o astesrisco ("*") ou um ponto ("•"). Esse caracter varia dependendo do agente de usuário e do OS....e [`input`](/pt-BR/docs/Web/API/Element/input_event) Atributos...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/pt-BR/docs/Web/HTML/Eleme...
  2. GitHub - evilstreak/markdown-js: A Markdown par...

    A Markdown parser for javascript. Contribute to evilstreak/markdown-js development by creating an account on GitHub....doesn't use any parts of the node API if you use the pre-built version...190 watching Forks 863 forks Report repository Releases 14 tags...

    github.com/evilstreak/markdown-js
  3. About MDN

    The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and Apis for both Web sites and progressive web apps....CSS , HTML , JavaScript , Web APIs , and other web technologies...HTML , JavaScript , and Web APIs . Our learning materials are...

    developer.mozilla.org/en-US/about
  4. JavaScript performance optimization - Learn web...

    It is very important to consider how you are using JavaScript on your websites and think about how to mitigate any performance issues that it might be causing. While images and video account for over 70% of the bytes downloaded for the average website, byte per byte, JavaScript has a greater potential for negative performance impact — it can significantly impact download times, rendering performance, and CPU and battery usage. This article introduces tips and techniques for optimizing JavaScript to enhance the performance of your website....involving sophisticated performance APIs . The best way to get started...animations (the Web Animations API provides a way to directly hook...

    developer.mozilla.org/en-US/docs/Learn/Performa...
  5. <a> - HTML: Hypertext Markup Language | MDN

    developer.mozilla.org/ko/docs/Web/HTML/Element/a
  6. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly Apis. Overview of the Api Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Upgrade an Order Support Docs API Reference Live Demos Free Support...Assembly Engine APIs GroupDocs.Assembly Engine APIs Leave feedback...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  7. groupdocs-conversion-21.1-javadoc.jar

    META-INF/MANIFEST.MF Manifest-Version: 1.0 Built-By: gitlab.runner Build-Jdk: 1.7.0_80 Created-By: Apache Maven 3.5.4 Archiver-Version: Plexus Archiver allclasses-frame.html All Classes CadDocument......com/groupdocs/conversion/reporting/class-use/IConverterListener...com.groupdocs.conversion.reporting.IConverterListener Packages...

    releases.groupdocs.com/java/repo/com/groupdocs/...
  8. <input type="range"> - HTML: Linguagem de Marca...

    elementos do tipo "range" deixam o usuário especificar um valor numérico que não deve ser inferior a um determinado valor, e não mais do que um valor máximo especificado. O valor preciso, no entanto, não é considerado importante. Este geralmente é representado por um controle deslizante ou o mesmo tipo de controle de "number" input. Como este tipo de elemento é impreciso, não deve ser usado a menos que o valor exato do controle não seja importante....e [`input`](/pt-BR/docs/Web/API/Element/input_event) Supported...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/pt-BR/docs/Web/HTML/Eleme...
  9. animation - CSS: Cascading Style Sheets | MDN

    The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline....animations JavaScript AnimationEvent API Help improve MDN Was this page...View this page on GitHub • Report a problem with this content...

    developer.mozilla.org/en-US/docs/Web/CSS/animation
  10. Spread syntax (...) - JavaScript | MDN

    The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for array literals) are expected. In an object literal, the spread syntax enumerates the properties of an object and adds the key-value pairs to the object being created.... The web API method structuredClone() allows...View this page on GitHub • Report a problem with this content...

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