Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  sources.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/devtools/shared/commands/resource/tests/sources.html


<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->

<!doctype HTML>
<html>
  <head>
    <meta charset="utf-8"/>
  </head>
  <body>
    <!-- introductionType=eventHandler -->
    <div onclick="console.log('link')">link</div>

    <!-- introductionType=inlineScript mapped to scriptElement -->
    <script type="text/javascript">
      "use strict";
      /* eslint-disable */
      function inlineSource() {}

      // introductionType=eval
      // Assign it to a global in order to avoid it being GCed
      eval("this.global = function evalFunction() {}");

      // introductionType=Function
      // Also assign to a global to avoid being GCed
      this.global2 = new Function("return 42;");

      // introductionType=injectedScript mapped to scriptElement
      const script = document.createElement("script");
      script.textContent = "console.log('inline-script')";
      document.documentElement.appendChild(script);

      // introductionType=Worker, but ends up being null on SourceActor's form
      // Assign the worker to a global variable in order to avoid
      // having it be GCed.
      this.worker = new Worker("worker-sources.js");

      window.registrationPromise = navigator.serviceWorker.register("service-worker-sources.js");

      // introductionType=domTimer
      setTimeout(`console.log("timeout")`, 0);

      // introductionType=eventHandler
      window.addEventListener("DOMContentLoaded", () => {
        document.querySelector("div[onclick]").click();
      });
    </script>
    <!-- introductionType=srcScript mapped to scriptElement -->
    <script src="sources.js"></script>
    <!-- introductionType=javascriptURL -->
    <iframe src="javascript:'666'"></iframe>
    <!-- srcdoc attribute on iframes -->
    <iframe srcdoc="<script>console.log('srcdoc')</script> <script>console.log('srcdoc 2')</script>"></iframe>
  </body>
</html>

Messung V0.5 in Prozent
C=90 H=95 G=92

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002