Home: Difference between revisions

From BigID Developer Portal
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
     #classify {}
     .hwt-container {
        display: inline-block;
        position: relative;
        overflow: hidden !important;
        -webkit-text-size-adjust: none !important;
    }
 
    .hwt-backdrop {
        position: absolute !important;
        top: 0 !important;
        right: -99px !important;
        bottom: 0 !important;
        left: 0 !important;
        padding-right: 99px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
 
    .hwt-highlights {
        width: auto !important;
        height: auto !important;
        border-color: transparent !important;
        white-space: pre-wrap !important;
        word-wrap: break-word !important;
        color: transparent !important;
        overflow: hidden !important;
    }
 
    .hwt-input {
        display: block !important;
        position: relative !important;
        margin: 0;
        padding: 0;
        border-radius: 0;
        font: inherit;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
 
    .hwt-content {
        border: 1px solid;
        background: none transparent !important;
    }
 
    .hwt-content mark {
        padding: 0 !important;
        color: inherit;
    }


     #mw-content-text.mw-body-content.mw-content-ltr {
     #mw-content-text.mw-body-content.mw-content-ltr {
Line 334: Line 381:
<script>
<script>
     window.onload = function () {
     window.onload = function () {
            var s;
        var s;
            s = document.createElement('script');
        s = document.createElement('script');
            s.src = "https://unpkg.com/[email protected]/jquery.highlight-within-textarea.js";
        s.src = "https://unpkg.com/[email protected]/jquery.highlight-within-textarea.js";
            document.head.appendChild(s);
        document.head.appendChild(s);
     }
     }
     async function discover() {
     async function discover() {
Line 349: Line 396:
         let json = await req.json();
         let json = await req.json();
         let highlighter = json.map((item) => {
         let highlighter = json.map((item) => {
             return { highlight: [item.pos, item.end], className: item.word }
             return { highlight: [item.pos - 1, item.end - 1], className: item.word }
         });
         });
         console.log(highlighter)
         console.log(highlighter)

Revision as of 22:01, 4 March 2022

Discover

Bring enterprise-scale data intelligence to your application

See into your data

BigID allows you to sort through large swaths of data to see what really matters. Try it on the right.

Apps

Add custom logic and screens to your BigID system.

Learn more

REST API

Manage BigID programmatically. Scan data, run SARs, and handle data breaches from anywhere.

Learn More

Connectors

Scan any system, anywhere. Write your own connector in any programming language

Learn More

Popular Articles: