===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md-1-The top example shows a client-side table, and the indices of the selected rows 
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md:2:(`input$x1_rows_selected`) are integers.
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md-3-
##############################################
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md-6-server-side processing, the row names of the selected rows are available in 
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md:7:`input$x3_rows_selected` as a character vector.
r-cran-dt-0.16+dfsg/inst/examples/DT-rows/Readme.md-8-
##############################################
r-cran-dt-0.16+dfsg/inst/examples/DT-info/Readme.md:1:After you render a table on the page, you can use its output id to access some information about it. Currently the indices of rows on the current page and all pages are available (after filtering is applied). Suppose your output id is `foo`, `input$foo_rows_current` is the indices of rows on the current page, and `input$foo_rows_all` is the indices of rows on all pages.
r-cran-dt-0.16+dfsg/inst/examples/DT-info/Readme.md-2-
##############################################
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.js-29- *   defaults (thus causing all tables to have this feature) - i.e.
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.js:30: *   `$.fn.dataTable.defaults.searchHighlight = true`.
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.js-31- *
##############################################
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.min.js-19-   defaults (thus causing all tables to have this feature) - i.e.
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.min.js:20:   `$.fn.dataTable.defaults.searchHighlight = true`.
r-cran-dt-0.16+dfsg/debian/JS/datatables-plugins_searchHighlight/dataTables.searchHighlight.min.js-21-
##############################################
r-cran-dt-0.16+dfsg/debian/rules-20-	for css in /usr/share/javascript/jquery-datatables/css/* ; do \
r-cran-dt-0.16+dfsg/debian/rules:21:	   dh_link $${css} $(debRdir)/$(cranNameOrig)/htmlwidgets/lib/datatables/css/`basename $${css}` ; \
r-cran-dt-0.16+dfsg/debian/rules-22-	done