PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/jsdoc/templates/default/tmpl

Просмотр файла: examples.tmpl

<?js
    var data = obj;
    var self = this;

    data.forEach(function(example) {
        if (example.caption) {
    ?>
        <p class="code-caption"><?js= example.caption ?></p>
    <?js } ?>
    <pre class="prettyprint"><code><?js= self.htmlsafe(example.code) ?></code></pre>
<?js
    });
?>

Выполнить команду


Для локальной разработки. Не используйте в интернете!