Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ functions
Functions
1,873 in github.com/archlinux/alpm
⨍
Functions
1,873
◇
Types & classes
375
↳
Endpoints
4
Method
detect
Attempts to return all applicable lint scopes based on a provided `path`. Usually, when calling `alpm-lint check`, [`LintScope::detect`] is used to a
alpm-lint/src/scope.rs:152
Function
detect_scope_in_directory
( #[case] files: Vec<&'static str>, #[case] expected: LintScope, )
alpm-lint/src/scope.rs:272
Function
detect_scope_of_file
( #[case] file: &'static str, #[case] expected: LintScope, )
alpm-lint/src/scope.rs:330
Function
dir_with_entries
()
alpm-repo-db/tests/files_cli.rs:46
Function
dir_with_entries
()
alpm-db/tests/files_cli.rs:74
Function
disabled_rules_take_precedence
()
alpm-lint/src/lint_rules/store.rs:578
Function
display_round_trip
(#[case] schema: RepoDescSchema)
alpm-repo-db/tests/integration.rs:566
Function
display_round_trip
(#[case] schema: DbDescSchema)
alpm-db/tests/desc_cli.rs:606
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/undefined_architecture.rs:85
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/no_architecture.rs:68
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/invalid_spdx_license.rs:76
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/duplicate_architecture.rs:64
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/unknown_architecture.rs:90
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/openpgp_key_id.rs:88
Method
documentation
(&self)
alpm-lint/src/lint_rules/source_info/unsafe_checksum.rs:105
Method
documentation
Returns the documentation for the lint rule. By default, this method uses the [`documented`] crate to expose the implementation's doc string as a con
alpm-lint/examples/my_new_lint.rs:135
Function
duplicate_architecture_fails
(#[case] architectures: Architectures)
alpm-lint/tests/lint_rule_tests/source_info/duplicate_architecture.rs:39
Function
duplicate_architecture_passes
(#[case] architectures: Architectures)
alpm-lint/tests/lint_rule_tests/source_info/duplicate_architecture.rs:17
Function
elf_architecture_format_display
( #[case] arch: ElfArchitectureFormat, #[case] arch_str: &str, )
alpm-types/src/system.rs:687
Function
elf_architecture_format_from_string
( #[case] s: &str, #[case] arch: Result<ElfArchitectureFormat, ParseError>, )
alpm-types/src/system.rs:677
Method
email
Return the email of the Packager
alpm-types/src/openpgp.rs:434
Function
ensure_correct_syntax
(#[files("tests/correct_syntax_inputs/*")] case: PathBuf)
alpm-mtree/tests/correct_syntax.rs:15
Function
ensure_desc_parse_errors
(#[files("tests/parse_errors/desc/*")] case: PathBuf)
alpm-db/tests/parse_errors.rs:20
Function
ensure_errors_v1
(#[files("tests/parse_error_inputs/*")] case: PathBuf)
alpm-mtree/tests/parse_errors.rs:22
Function
ensure_errors_v1
(#[files("tests/interpreter_error_inputs/*")] case: PathBuf)
alpm-mtree/tests/interpreter_errors.rs:24
Function
ensure_files_parse_errors
( #[files("tests/parse_errors/files/*.files")] file: PathBuf, )
alpm-db/tests/parse_errors.rs:59
Function
ensure_parse_errors
(#[files("tests/parse_errors/desc/*.desc")] case: PathBuf)
alpm-repo-db/tests/parse_errors.rs:16
Function
ensure_parse_errors
(#[files("tests/parse_errors/*")] case: PathBuf)
alpm-srcinfo/tests/parse_errors.rs:17
Function
epoch
(#[case] version: &str, #[case] result: Result<Epoch, Error>)
alpm-types/src/version/base.rs:313
Function
epoch_parse_failure
(#[case] input: &str, #[case] err_snippet: &str)
alpm-types/src/version/base.rs:321
Method
eq
(&self, other: &Self)
alpm-types/src/version/comparison.rs:514
Method
eq
(&self, other: &PackageRelation)
alpm-types/src/relation/composite.rs:45
Function
error_format_string
(#[case] error_str: &str, #[case] error: Error)
alpm-types/src/error.rs:263
Method
exclusive_property_parser
Recognizes keyword assignments exclusive to the `pkgbase` section in SRCINFO data. This function backtracks in case no keyword in this group matches.
alpm-srcinfo/src/source_info/parser.rs:522
Function
expected
()
alpm-parsers/src/custom_ini/de.rs:383
Function
extra_data_entry_from_str
( #[case] data: &str, #[case] key: &str, #[case] value: &str, )
alpm-types/src/pkg.rs:355
Function
extra_data_entry_from_str_error
( #[case] extra_data: &str, #[case] result: Result<ExtraDataEntry, Error>, )
alpm-types/src/pkg.rs:371
Function
extra_data_invalid
(#[case] xdata: Vec<ExtraDataEntry>)
alpm-types/src/pkg.rs:381
Function
extra_data_valid
(#[case] xdata: Vec<ExtraDataEntry>)
alpm-types/src/pkg.rs:389
Method
extra_links
Returns a map of additional associated links for this lint rule. The map provides the links as tuples of URL name and URL (i.e. `BTreeMap<URL-Name, U
alpm-lint/src/rule.rs:108
Method
extra_links
(&self)
alpm-lint/src/lint_rules/source_info/undefined_architecture.rs:152
Method
extra_links
(&self)
alpm-lint/src/lint_rules/source_info/no_architecture.rs:98
Method
extra_links
Return the associated links for this lint rule.
alpm-lint/src/lint_rules/source_info/invalid_spdx_license.rs:139
Method
extra_links
(&self)
alpm-lint/src/lint_rules/source_info/duplicate_architecture.rs:100
Method
extra_links
(&self)
alpm-lint/src/lint_rules/source_info/unknown_architecture.rs:147
Method
extra_links
Returns the associated links for a lint rule. By default, this method returns [`None`]. If your lint rule documentation should be associated with so
alpm-lint/examples/my_new_lint.rs:225
Function
fail_on_bridge_failure
()
alpm-pkgbuild/src/bridge/mod.rs:219
Function
fail_on_directory
()
alpm-pkgbuild/src/bridge/mod.rs:152
Function
fail_on_missing_file
()
alpm-pkgbuild/src/bridge/mod.rs:174
Function
fail_on_no_filename
()
alpm-pkgbuild/src/bridge/mod.rs:196
Function
fail_to_detect_scope_in_directory
(#[case] files: Vec<&'static str>)
alpm-lint/src/scope.rs:299
Function
fail_to_parse_package_filename
(#[case] s: &str)
alpm-types/tests/integration.rs:46
Function
fails_on_regular_file
()
alpm-repo-db/tests/files_cli.rs:126
Function
fails_on_regular_file
()
alpm-db/tests/files_cli.rs:154
Function
fails_with_input_from_file
(#[case] input: &str)
alpm-repo-db/tests/files_cli.rs:473
Function
fails_with_input_from_file
(#[case] input: &str)
alpm-db/tests/files_cli.rs:519
Function
fails_with_input_on_stdin
(#[case] input: &str)
alpm-repo-db/tests/files_cli.rs:458
Function
fails_with_input_on_stdin
(#[case] input: &str)
alpm-db/tests/files_cli.rs:505
Method
field_fmt
Takes a field name with an optional architecture and returns the correct [SRCINFO] formatting as bold text. [SRCINFO]: https://alpm.archlinux.page/sp
alpm-lint/src/issue/mod.rs:231
Function
file_output
()
alpm-lint/tests/integration.rs:161
Method
filename
Returns the filename of the source if it is set.
alpm-types/src/source.rs:38
Function
files_from_file_with_backup_section
()
alpm-db/src/files/mod.rs:400
Function
files_from_file_with_schema_fails_without_header
()
alpm-repo-db/src/files/mod.rs:341
Function
files_from_file_with_schema_succeeds
(#[case] data: &str, #[case] len: usize)
alpm-repo-db/src/files/mod.rs:322
Function
files_from_file_with_schema_succeeds
(#[case] data: &str, #[case] len: usize)
alpm-db/src/files/mod.rs:384
Function
files_from_str
()
alpm-repo-db/src/files/mod.rs:283
Function
files_from_str
()
alpm-db/src/files/mod.rs:314
Function
files_from_str_fails_without_header
()
alpm-repo-db/src/files/mod.rs:304
Function
files_from_str_with_backup
()
alpm-db/src/files/mod.rs:334
Function
files_schema_default
()
alpm-repo-db/src/files/schema.rs:248
Function
files_schema_default
()
alpm-db/src/files/schema.rs:272
Function
files_schema_derive_from_file_fails
(#[case] data: &str)
alpm-repo-db/src/files/schema.rs:216
Function
files_schema_derive_from_file_fails
()
alpm-db/src/files/schema.rs:240
Function
files_schema_derive_from_file_succeeds
(#[case] data: &str)
alpm-repo-db/src/files/schema.rs:201
Function
files_schema_derive_from_file_succeeds
(#[case] data: &str)
alpm-db/src/files/schema.rs:227
Function
files_schema_inner
()
alpm-repo-db/src/files/schema.rs:240
Function
files_schema_inner
()
alpm-db/src/files/schema.rs:264
Function
files_to_string
(#[case] input: Vec<PathBuf>, #[case] expected_output: &str)
alpm-repo-db/src/files/mod.rs:274
Function
files_to_string
(#[case] input: Vec<PathBuf>, #[case] expected_output: &str)
alpm-db/src/files/mod.rs:277
Function
files_to_string_with_backup
()
alpm-db/src/files/mod.rs:286
Function
filesv1_from_str_fails_without_header
()
alpm-repo-db/src/files/v1.rs:520
Function
filesv1_from_str_rejects_absolute_paths
()
alpm-repo-db/src/files/v1.rs:581
Function
filesv1_from_str_rejects_absolute_paths
()
alpm-db/src/files/v1.rs:909
Function
filesv1_from_str_skips_null_backup_entries
()
alpm-db/src/files/v1.rs:920
Function
filesv1_try_from_pathbuf_succeeds
()
alpm-repo-db/src/files/v1.rs:484
Function
filesv1_try_from_pathbuf_succeeds
()
alpm-db/src/files/v1.rs:748
Function
filesv1_try_from_pathbufs_fails
( #[case] paths: Vec<PathBuf>, #[case] expected_errors: RepoFilesV1PathErrors, )
alpm-repo-db/src/files/v1.rs:561
Function
filesv1_try_from_pathbufs_fails
( #[case] paths: Vec<PathBuf>, #[case] expected_errors: FilesV1PathErrors, )
alpm-db/src/files/v1.rs:817
Function
filesv1_try_from_pathbufs_succeeds
( #[case] paths: Vec<PathBuf>, #[case] len: usize, )
alpm-repo-db/src/files/v1.rs:507
Function
filesv1_try_from_pathbufs_succeeds
( #[case] paths: Vec<PathBuf>, #[case] len: usize, )
alpm-db/src/files/v1.rs:771
Function
filesv1_try_from_paths_and_backups_fails
( #[case] paths: Vec<PathBuf>, #[case] backup: Vec<BackupEntry>, #[case] expected_erro
alpm-db/src/files/v1.rs:888
Function
filesv1_try_from_paths_and_backups_succeeds
()
alpm-db/src/files/v1.rs:837
Function
filters_by_level
()
alpm-lint/src/lint_rules/store.rs:668
Function
filters_by_scope
()
alpm-lint/src/lint_rules/store.rs:514
Method
finalize_into
(mut self, out: &mut Output<Self>)
alpm-types/src/checksum.rs:619
Method
finish
Finishes the compression stream. # Error Returns an error if the wrapped encoder fails.
alpm-compress/src/compression/encoder.rs:139
Method
fmt
(&self, fmt: &mut Formatter)
alpm-buildinfo/src/schema.rs:205
Method
fmt
(&self, fmt: &mut Formatter)
alpm-buildinfo/src/cli.rs:40
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
alpm-buildinfo/src/build_info/mod.rs:279
Method
fmt
(&self, fmt: &mut Formatter)
alpm-buildinfo/src/build_info/v2.rs:158
← previous
next →
601–700 of 1,873, ranked by callers