| LOW | crates/typst-render/src/lib.rs | 81 | } |
| LOW | crates/typst-library/translations/gu.txt | 1 | # figure = |
| LOW | crates/typst-library/translations/ta.txt | 1 | figure = படம் |
| LOW | crates/typst-library/translations/ml.txt | 1 | figure = ചിത്രം |
| LOW | crates/typst-library/translations/alt.txt | 1 | figure = Јурук |
| LOW | crates/typst-library/src/lib.rs | 1 | //! Typst's standard library. |
| LOW | crates/typst-library/src/lib.rs | 41 | use crate::text::{Font, FontBook}; |
| LOW | crates/typst-library/src/lib.rs | 61 | /// The standard library. |
| LOW | crates/typst-library/src/lib.rs | 81 | |
| LOW | crates/typst-library/src/lib.rs | 161 | /// and call |
| LOW | crates/typst-library/src/routines.rs | 121 | /// |
| LOW | crates/typst-library/src/routines.rs | 141 | id: FileId, |
| LOW | crates/typst-library/src/routines.rs | 161 | /// A nested realization in a container (e.g. a `block` or an `html.div`). |
| LOW | crates/typst-library/src/diag.rs | 21 | use utf8_iter::ErrorReportingUtf8Chars; |
| LOW | crates/typst-library/src/diag.rs | 41 | /// bail!( |
| LOW | crates/typst-library/src/diag.rs | 81 | /// |
| LOW | crates/typst-library/src/diag.rs | 141 | } |
| LOW | crates/typst-library/src/diag.rs | 181 | |
| LOW | crates/typst-library/src/diag.rs | 301 | pub struct SourceDiagnostic { |
| LOW | crates/typst-library/src/diag.rs | 501 | self.map_err(|message| eco_vec![SourceDiagnostic::error(span, message)]) |
| LOW | crates/typst-library/src/diag.rs | 601 | |
| LOW | crates/typst-library/src/diag.rs | 741 | |
| LOW | crates/typst-library/src/engine.rs | 21 | /// Definition of Typst's standard library. |
| LOW | crates/typst-library/src/engine.rs | 141 | if self.0.and_then(Span::id) == Some(id) { self.0 } else { None } |
| LOW | crates/typst-library/src/engine.rs | 261 | /// This is used when an engine is created from another engine. |
| LOW | crates/typst-library/src/loading/xml.rs | 1 | use roxmltree::ParsingOptions; |
| LOW | crates/typst-library/src/loading/xml.rs | 21 | /// `content` tag contains one or more paragraphs, which are represented as `p` |
| LOW | crates/typst-library/src/loading/xml.rs | 41 | /// |
| LOW | crates/typst-library/src/loading/json.rs | 1 | use ecow::eco_format; |
| LOW | crates/typst-library/src/loading/json.rs | 21 | /// = Example <example> |
| LOW | crates/typst-library/src/loading/json.rs | 41 | /// |
| LOW | crates/typst-library/src/loading/json.rs | 61 | /// |
| LOW | crates/typst-library/src/loading/json.rs | 81 | /// [@content], |
| LOW | crates/typst-library/src/loading/read.rs | 1 | use typst_syntax::Spanned; |
| LOW | crates/typst-library/src/loading/toml.rs | 1 | use ecow::eco_format; |
| LOW | crates/typst-library/src/loading/toml.rs | 21 | /// ```example |
| LOW | crates/typst-library/src/loading/toml.rs | 41 | /// [@int], |
| LOW | crates/typst-library/src/loading/toml.rs | 61 | /// |
| LOW | crates/typst-library/src/loading/toml.rs | 81 | /// == Notes <notes> |
| LOW | crates/typst-library/src/loading/cbor.rs | 1 | use ciborium::de::Error; |
| LOW | crates/typst-library/src/loading/cbor.rs | 21 | /// table.header[CBOR value][Converted into Typst], |
| LOW | crates/typst-library/src/loading/cbor.rs | 41 | /// [array], |
| LOW | crates/typst-library/src/loading/cbor.rs | 61 | /// [text via @repr], |
| LOW | crates/typst-library/src/loading/csv.rs | 1 | use az::SaturatingAs; |
| LOW | crates/typst-library/src/loading/csv.rs | 21 | /// columns: 2, |
| LOW | crates/typst-library/src/loading/yaml.rs | 1 | use ecow::eco_format; |
| LOW | crates/typst-library/src/loading/yaml.rs | 21 | /// |
| LOW | crates/typst-library/src/loading/yaml.rs | 41 | /// |
| LOW | crates/typst-library/src/loading/yaml.rs | 61 | /// #docs-table( |
| LOW | crates/typst-library/src/loading/yaml.rs | 81 | /// - In most cases, YAML numbers will be converted to floats or integers |
| LOW | crates/typst-library/src/layout/page.rs | 21 | /// Layouts its child onto one or multiple pages. |
| LOW | crates/typst-library/src/layout/page.rs | 41 | /// = Accessibility <accessibility> |
| LOW | crates/typst-library/src/layout/page.rs | 61 | pub paper: Paper, |
| LOW | crates/typst-library/src/layout/page.rs | 81 | #[parse( |
| LOW | crates/typst-library/src/layout/page.rs | 101 | #[default(Smart::Custom(Paper::A4.height().into()))] |
| LOW | crates/typst-library/src/layout/page.rs | 121 | /// +1 (212) 555-0155 |
| LOW | crates/typst-library/src/layout/page.rs | 141 | /// - `outside`: The margin at the outer side of the page (opposite to the |
| LOW | crates/typst-library/src/layout/page.rs | 161 | /// width: 100%, |
| LOW | crates/typst-library/src/layout/page.rs | 181 | /// order of precedence: |
| LOW | crates/typst-library/src/layout/page.rs | 201 | /// page. |
| 1153 more matches not shown… |