| LOW | reactive_stores_macro/src/lib.rs | 21 | #[proc_macro_error] |
| LOW | reactive_stores_macro/src/lib.rs | 41 | /// where |
| LOW | reactive_stores_macro/src/lib.rs | 61 | /// T2: PatchField, |
| LOW | reactive_stores_macro/src/lib.rs | 81 | /// T3, |
| LOW | .config/nextest.toml | 1 | experimental = ["setup-scripts"] |
| LOW | .config/nextest.toml | 21 | # filter = "binary_id(leptos_axum::axum_integration)" |
| LOW | router_macro/tests/path.rs | 181 | ); |
| LOW | router_macro/tests/path.rs | 201 | // let _ = path!("/home/any*"); |
| LOW | router_macro/src/lib.rs | 21 | /// is equivalent. |
| LOW | router_macro/src/lib.rs | 201 | /// ```rust |
| LOW | router_macro/src/lib.rs | 221 | /// // this function will be lazy-loaded, concurrently with data() |
| LOW | leptos_hot_reload/src/parsing.rs | 1 | use rstml::node::{CustomNode, NodeElement, NodeName}; |
| LOW | leptos_dom/.cargo/config.toml | 1 | # [build] |
| LOW | leptos_dom/examples/test-bench/src/main.rs | 121 | } |
| LOW | leptos_dom/examples/test-bench/src/main.rs | 141 | // } |
| LOW | leptos_dom/src/helpers.rs | 121 | #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)] |
| LOW | leptos_dom/src/helpers.rs | 161 | } |
| LOW | leptos_dom/src/helpers.rs | 201 | pub fn cancel(&self) { |
| LOW | leptos_dom/src/helpers.rs | 341 | /// fn DebouncedButton() -> impl IntoView { |
| LOW | leptos_dom/src/helpers.rs | 421 | /// Repeatedly calls the given function, with a delay of the given duration between calls. |
| LOW | leptos_dom/src/helpers.rs | 541 | /// ev, leptos_dom::helpers::window_event_listener, logging::log, |
| LOW | projects/ory-kratos/Cargo.toml | 101 | # Optional. Can be over-ridden with the command line parameter --bin-features |
| LOW | projects/sitemap_axum/Cargo.toml | 101 | # The features to use when compiling the bin target |
| LOW | projects/sitemap_axum/Cargo.toml | 121 | # The profile to use for the lib target when compiling for release |
| LOW | projects/hexagonal-architecture/Cargo.toml | 81 | |
| LOW | projects/hexagonal-architecture/end2end/tsconfig.json | 1 | { |
| LOW | projects/hexagonal-architecture/end2end/tsconfig.json | 21 | // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory func |
| LOW | projects/hexagonal-architecture/end2end/tsconfig.json | 41 | // "customConditions": [], /* Conditions to set in addition to the resolver-specific defau |
| LOW | projects/hexagonal-architecture/end2end/tsconfig.json | 61 | // "importHelpers": true, /* Allow importing helper functions from tslib once per project |
| LOW | projects/hexagonal-architecture/end2end/tsconfig.json | 81 | // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlate |
| LOW | …ts/hexagonal-architecture/end2end/playwright.config.ts | 61 | { |
| LOW | …ts/hexagonal-architecture/end2end/playwright.config.ts | 81 | |
| LOW | …ts/hexagonal-architecture/end2end/playwright.config.ts | 101 | // webServer: { |
| LOW | projects/session_auth_axum/Cargo.toml | 81 | # The port to use for automatic reload monitoring |
| LOW | projects/session_auth_axum/Cargo.toml | 101 | # The features to use when compiling the lib target |
| LOW | projects/nginx-mpmc/app-1/Cargo.toml | 101 | # If the --no-default-features flag should be used when compiling the bin target |
| LOW | projects/nginx-mpmc/shared-server-2/src/main.rs | 21 | #[cfg(not(feature = "ssr"))] |
| LOW | projects/nginx-mpmc/app-2/Cargo.toml | 61 | |
| LOW | projects/nginx-mpmc/app-2/Cargo.toml | 101 | bin-features = ["ssr"] |
| LOW | projects/sso_auth_axum/Cargo.toml | 81 | # The IP and port (ex: 127.0.0.1:3000) where the server serves the content. Use it in your server setup. |
| LOW | projects/openapi-openai-api-swagger-ui/Cargo.toml | 101 | # Optional. Defaults to false. |
| LOW | …api-openai-api-swagger-ui/end2end/playwright.config.ts | 61 | { |
| LOW | …api-openai-api-swagger-ui/end2end/playwright.config.ts | 81 | |
| LOW | meta/src/html.rs | 21 | /// This component takes no props, but can take any number of spread attributes |
| LOW | meta/src/meta_tags.rs | 1 | use crate::register; |
| LOW | meta/src/meta_tags.rs | 21 | /// view! { |
| LOW | meta/src/body.rs | 21 | /// This component takes no props, but can take any number of spread attributes |
| LOW | meta/src/lib.rs | 1 | #![deny(missing_docs)] |
| LOW | meta/src/lib.rs | 21 | //! let (name, set_name) = create_signal("Alice".to_string()); |
| LOW | meta/src/style.rs | 1 | use crate::{register, OrDefaultNonce}; |
| LOW | meta/src/style.rs | 21 | /// </Style> |
| LOW | meta/src/link.rs | 1 | use crate::register; |
| LOW | meta/src/link.rs | 21 | /// href="myFont.woff2" |
| LOW | meta/src/link.rs | 41 | /// The [`fetchpriority`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link#attr-fetchpriority) attribu |
| LOW | meta/src/link.rs | 61 | media: Option<Oco<'static, str>>, |
| LOW | meta/src/title.rs | 181 | #[inline(always)] |
| LOW | meta/src/title.rs | 201 | /// view! { |
| LOW | meta/src/title.rs | 221 | /// <main> |
| LOW | meta/src/stylesheet.rs | 1 | use crate::register; |
| LOW | meta/src/stylesheet.rs | 21 | /// view! { |
| 510 more matches not shown… |