Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 27) sorted by relevance

12

/systemd-251/docs/
Dstyle.css89 font-style: normal;
201 /* Rouge Code Highlight, github style */
202 /* Generated with: rougify style github | sed '/background-color: #f8f8f8/d' */
209 font-style: italic;
217 font-style: italic;
222 font-style: italic;
226 font-style: italic;
238 font-style: italic;
419 /* generated with: rougify style base16.dark | sed '/background-color: #151515/d' */
DCODING_STYLE.md343 for a simple way to convert this libc style error returning into systemd
344 style error returning. e.g.
498 - When applying C-style unescaping as well as specifier expansion on the same
499 string, always apply the C-style unescaping first, followed by the specifier
500 expansion. When doing the reverse, make sure to escape `%` in specifier-style
501 first (i.e. `%` → `%%`), and then do C-style escaping where necessary.
DJOURNAL_NATIVE_PROTOCOL.md149 (Lines are broken here after each `\n` to make things more readable. C-style
177 systemd might employ shell-style I/O redirection on invoked subprograms, and
DUSERDB_AND_DESKTOPS.md85 providing a stream-lined UI for enrolling new-style authentication tokens such
86 as PKCS#11/YubiKey-style devices. (Ideally, if the user plugs in an
DBOOT_LOADER_SPECIFICATION.md207 These configuration snippets shall be Unix-style text files (i.e. line
224 field. This field shall be in a syntax that is useful for Debian-style
372 Note that all paths used in the configuration snippets use a Unix-style "/" as
373 path separator. This needs to be converted to an EFI-style "\\" separator in
DPASSWORD_AGENTS.md10 …ystem component requesting a password entry can simply drop a simple .ini-style file into `/run/sy…
DARCHITECTURE.md61 1. Via textual, INI-style configuration files called *unit* *files*
DDISCOVERABLE_PARTITIONS.md402 create an old-style MBR, not a GPT, so typing `l` to list partition types will
/systemd-251/src/import/
Dpull-common.c516 VerificationStyle style; in pull_verify() local
585 r = verification_style_from_url(verify_job->url, &style); in pull_verify()
589 if (style == VERIFICATION_PER_DIRECTORY) { in pull_verify()
629 VerificationStyle style; in pull_job_restart_with_sha256sum() local
636 r = verification_style_from_url(j->url, &style); in pull_job_restart_with_sha256sum()
640 if (style == VERIFICATION_PER_DIRECTORY) /* Nothing to do anymore */ in pull_job_restart_with_sha256sum()
643 assert(style == VERIFICATION_PER_FILE); /* This must have been .sha256 style URL before */ in pull_job_restart_with_sha256sum()
Dpull-tar.c346 VerificationStyle style; in tar_pull_job_on_finished() local
350 r = verification_style_from_url(i->checksum_job->url, &style); in tar_pull_job_on_finished()
356 … if (style == VERIFICATION_PER_DIRECTORY) { /* A failed signature file download only matters in tar_pull_job_on_finished()
Dpull-common.h43 int verification_style_from_url(const char *url, VerificationStyle *style);
Dpull-raw.c546 VerificationStyle style; in raw_pull_job_on_finished() local
557 r = verification_style_from_url(verify_job->url, &style); in raw_pull_job_on_finished()
563 … if (style == VERIFICATION_PER_DIRECTORY) { /* A failed signature file download only matters in raw_pull_job_on_finished()
/systemd-251/src/basic/
Dtime-util.h125 char* format_timestamp_style(char *buf, size_t l, usec_t t, TimestampStyle style) _warn_unused_resu…
141 #define FORMAT_TIMESTAMP_STYLE(t, style) \ argument
142 format_timestamp_style((char[FORMAT_TIMESTAMP_MAX]){}, FORMAT_TIMESTAMP_MAX, t, style)
Dtime-util.c296 TimestampStyle style) { in format_timestamp_style() argument
318 switch (style) { in format_timestamp_style()
346 if (style == TIMESTAMP_UNIX) { in format_timestamp_style()
/systemd-251/
D.editorconfig10 # Unix-style newlines with a newline ending every file, utf-8 charset
D.clang-format22 # $ git ls-files 'src/*.[ch]' 'src/*.cc' | xargs clang-format -i -style=file
DREADME.md7 …https://the-real-systemd.semaphoreci.com/badges/systemd/branches/main.svg?style=shields)](https://…
DNEWS54 If enabled, the measurement is done twice: into the new-style PCR 12
55 *and* the old-style PCR 8. It's strongly advised to migrate all users
558 discovers, downloads, and installs A/B-style updates for the host
2778 change the style in which timestamps are output, i.e. whether to show
4013 too: if the main interface name (i.e. as opposed to new-style
5845 interface is now verb-based, similar in style to the other <xyz>ctl
7040 downloaded images using SUSE-style .sha256 checksum files in addition
7041 to the already existing support for validating using Ubuntu-style
7355 style to "systemd-cryptsetup-generator", permitting automatic setup of
8432 new-style and inetd-style file descriptor passing. Use the new
[all …]
/systemd-251/mkosi.default.d/fedora/
D10-mkosi.fedora13 docbook-style-xsl
/systemd-251/test/
Dmkosi.default.networkd-test31 docbook-style-xsl
/systemd-251/mkosi.default.d/centos_epel/
D10-mkosi.centos_epel16 docbook-style-xsl
/systemd-251/shell-completion/zsh/
D_journalctl82 # "--key=value" style.
85 # "--key value" style.
D_systemctl.in503 '--timestamp=[Change format of printed timestamps]:style:_systemctl_timestamp' \
/systemd-251/man/
Dmeson.build18 '--stringparam', 'funcsynopsis.style', 'ansi',
/systemd-251/hwdb.d/
D60-sensor.hwdb66 # on 360 degree hinges style 2-in-1s with 2 sensors (one in the display and

12