| LOW | demo_files/1/src/main.rs | 1 | //! Difftastic is a syntactic diff tool. |
| LOW | demo_files/2/src/main.rs | 1 | //! Difftastic is a syntactic diff tool. |
| LOW | vendored_parsers/tree-sitter-janet-simple/grammar.js | 201 | $._lit), |
| LOW | …_parsers/tree-sitter-janet-simple/bindings/rust/lib.rs | 1 | //! This crate provides janet_simple language support for the [tree-sitter][] parsing library. |
| LOW | vendored_parsers/tree-sitter-janet-simple/src/parser.c | 1 | #include <tree_sitter/parser.h> |
| LOW | …sers/tree-sitter-janet-simple/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | vendored_parsers/tree-sitter-scss/bindings/rust/lib.rs | 1 | //! This crate provides scss language support for the [tree-sitter][] parsing library. |
| LOW | vendored_parsers/tree-sitter-scss/src/parser.c | 1 | #include <tree_sitter/parser.h> |
| LOW | …ored_parsers/tree-sitter-scss/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | vendored_parsers/tree-sitter-hare/bindings/rust/lib.rs | 1 | //! This crate provides hare language support for the [tree-sitter][] parsing library. |
| LOW | …ored_parsers/tree-sitter-hare/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | …ndored_parsers/tree-sitter-kotlin/bindings/rust/lib.rs | 1 | //! This crate provides kotlin language support for the [tree-sitter][] parsing library. |
| LOW | …ed_parsers/tree-sitter-kotlin/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | …ndored_parsers/tree-sitter-elvish/bindings/rust/lib.rs | 1 | //! This crate provides elvish language support for the [tree-sitter][] parsing library. |
| LOW | vendored_parsers/tree-sitter-elvish/src/parser.c | 1 | #include <tree_sitter/parser.h> |
| LOW | …ed_parsers/tree-sitter-elvish/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | vendored_parsers/tree-sitter-latex/bindings/rust/lib.rs | 1 | //! This crate provides Latex language support for the [tree-sitter][] parsing library. |
| LOW | …red_parsers/tree-sitter-latex/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/array.h | 1 | #ifndef TREE_SITTER_ARRAY_H_ |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/array.h | 41 | (assert((uint32_t)(_index) < (self)->size), &(self)->contents[_index]) |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/array.h | 101 | |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/array.h | 121 | /// callback to determine the order. |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/array.h | 281 | #ifdef _MSC_VER |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/alloc.h | 21 | #define ts_malloc ts_current_malloc |
| LOW | …ored_parsers/tree-sitter-latex/src/tree_sitter/alloc.h | 41 | #ifndef ts_realloc |
| LOW | vendored_parsers/tree-sitter-smali/bindings/rust/lib.rs | 1 | // ------------------------------------------------------------------------------------------------ |
| LOW | …red_parsers/tree-sitter-smali/src/tree_sitter/parser.h | 1 | #ifndef TREE_SITTER_PARSER_H_ |
| LOW | sample_files/r_2.R | 1 | # This file is from https://github.com/rstudio/shiny, under the GPL v3. |
| LOW | sample_files/r_2.R | 21 | #' * A [bslib::bs_theme()] object. This can be used to replace a stock |
| LOW | sample_files/r_2.R | 101 | # sliderInput() et al) can resolve their HTML dependencies at render time |
| LOW | sample_files/r_2.R | 121 | # "It appears `shiny::bootstrapLib()` was rendered outside of an Shiny ", |
| LOW | sample_files/r_2.R | 141 | |
| LOW | sample_files/r_2.R | 181 | #' Note that `func` should **not** be an anonymous function, or a function which |
| LOW | sample_files/r_2.R | 241 | #' @export |
| LOW | sample_files/r_2.R | 261 | #' For example, `fluidPage(plotOutput("plot", height = "100%"))` will not |
| LOW | sample_files/r_2.R | 281 | #' @param padding Padding to use for the body. This can be a numeric vector |
| LOW | sample_files/r_2.R | 301 | #' "#two { float: right; background-color: #ccffcc; }" |
| LOW | sample_files/r_2.R | 341 | |
| LOW | sample_files/r_2.R | 361 | #' [tabPanel()]. |
| LOW | sample_files/r_2.R | 381 | #' @param fluid `TRUE` to use a fluid layout. `FALSE` to use a fixed |
| LOW | sample_files/r_2.R | 401 | #' |
| LOW | sample_files/r_2.R | 441 | )) |
| LOW | sample_files/r_2.R | 461 | #' @export |
| LOW | sample_files/r_2.R | 481 | #' any. |
| LOW | sample_files/r_2.R | 501 | #' "breaks", "Breaks", |
| LOW | sample_files/r_2.R | 521 | #' if (input$plotType == "scatter") { |
| LOW | sample_files/r_2.R | 541 | #' Create a help text element |
| LOW | sample_files/r_2.R | 561 | #' |
| LOW | sample_files/r_2.R | 581 | #' ) |
| LOW | sample_files/r_2.R | 601 | #' @param ... [tabPanel()] elements to include in the tabset |
| LOW | sample_files/r_2.R | 621 | #' |
| LOW | sample_files/r_2.R | 641 | #' # Hide the tab values. |
| LOW | sample_files/r_2.R | 681 | } |
| LOW | sample_files/r_2.R | 701 | #' respectively. |
| LOW | sample_files/r_2.R | 741 | |
| LOW | sample_files/r_2.R | 761 | #' @examples |
| LOW | sample_files/r_2.R | 861 | #' Render a [renderPlot()] or [renderImage()] within an |
| LOW | sample_files/r_2.R | 881 | #' `print(p)`, then the coordinates for interactive graphics will not be |
| LOW | sample_files/r_2.R | 901 | #' @param hover Similar to the `click` argument, this can be `NULL` |
| LOW | sample_files/r_2.R | 921 | #' `imageOutput`/`plotOutput` calls may share the same `id` |
| 94 more matches not shown… |