Home
last modified time | relevance | path

Searched refs:whiteout (Results 1 – 25 of 486) sorted by relevance

12345678910>>...20

/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dwhiteout.ly3 texidoc = "The whiteout command underlays a white background under a
4 markup. The shape is determined by @code{whiteout-style}. The default
20 c''4-\markup { \whiteout foo } c
21 c-\markup { \whiteout \pad-markup #0.5 foo } c
24 \whiteout foo
29 \whiteout foo
34 \whiteout foo
H A Dwhiteout-lower-layers.ly3 \header { texidoc = "If the 'whiteout property of a
6 the grob's whiteout area is whited out. Here the
16 \once \override Staff.TimeSignature.whiteout = ##t
27 \once \override Staff.TimeSignature.whiteout-style = #'rounded-box
28 \once \override Staff.TimeSignature.whiteout = 3
39 \once \override Staff.TimeSignature.whiteout-style = #'outline
40 \once \override Staff.TimeSignature.whiteout = 3
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dwhiteout.ly3 texidoc = "The whiteout command underlays a white background under a
4 markup. The shape is determined by @code{whiteout-style}. The default
20 c''4-\markup { \whiteout foo } c
21 c-\markup { \whiteout \pad-markup #0.5 foo } c
24 \whiteout foo
29 \whiteout foo
34 \whiteout foo
H A Dwhiteout-lower-layers.ly3 \header { texidoc = "If the 'whiteout property of a
6 the grob's whiteout area is whited out. Here the
16 \once \override Staff.TimeSignature.whiteout = ##t
27 \once \override Staff.TimeSignature.whiteout-style = #'rounded-box
28 \once \override Staff.TimeSignature.whiteout = 3
39 \once \override Staff.TimeSignature.whiteout-style = #'outline
40 \once \override Staff.TimeSignature.whiteout = 3
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D031_Imagick_affineTransformImage_basic.phpt91 $whiteout = new \ImagickDraw();
93 $whiteout->setStrokeColor('white');
94 $whiteout->setFillColor('white');
95 $whiteout->rectangle(
101 $whiteout->rectangle(
108 $lineCheckWhite->drawImage($whiteout);
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D031_Imagick_affineTransformImage_basic.phpt91 $whiteout = new \ImagickDraw();
93 $whiteout->setStrokeColor('white');
94 $whiteout->setFillColor('white');
95 $whiteout->rectangle(
101 $whiteout->rectangle(
108 $lineCheckWhite->drawImage($whiteout);
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/overlayfs/
H A Ddir.c72 if (!ofs->whiteout) { in ovl_whiteout()
74 if (IS_ERR(whiteout)) in ovl_whiteout()
79 dput(whiteout); in ovl_whiteout()
83 ofs->whiteout = whiteout; in ovl_whiteout()
91 err = ovl_do_link(ofs->whiteout, wdir, whiteout); in ovl_whiteout()
100 dput(whiteout); in ovl_whiteout()
102 whiteout = ofs->whiteout; in ovl_whiteout()
103 ofs->whiteout = NULL; in ovl_whiteout()
105 return whiteout; in ovl_whiteout()
119 if (IS_ERR(whiteout)) in ovl_cleanup_and_whiteout()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/overlayfs/
H A Ddir.c72 if (!ofs->whiteout) { in ovl_whiteout()
74 if (IS_ERR(whiteout)) in ovl_whiteout()
79 dput(whiteout); in ovl_whiteout()
83 ofs->whiteout = whiteout; in ovl_whiteout()
91 err = ovl_do_link(ofs->whiteout, wdir, whiteout); in ovl_whiteout()
100 dput(whiteout); in ovl_whiteout()
102 whiteout = ofs->whiteout; in ovl_whiteout()
103 ofs->whiteout = NULL; in ovl_whiteout()
105 return whiteout; in ovl_whiteout()
119 if (IS_ERR(whiteout)) in ovl_cleanup_and_whiteout()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/overlayfs/
H A Ddir.c72 if (!ofs->whiteout) { in ovl_whiteout()
74 if (IS_ERR(whiteout)) in ovl_whiteout()
79 dput(whiteout); in ovl_whiteout()
83 ofs->whiteout = whiteout; in ovl_whiteout()
91 err = ovl_do_link(ofs->whiteout, wdir, whiteout); in ovl_whiteout()
100 dput(whiteout); in ovl_whiteout()
102 whiteout = ofs->whiteout; in ovl_whiteout()
103 ofs->whiteout = NULL; in ovl_whiteout()
105 return whiteout; in ovl_whiteout()
119 if (IS_ERR(whiteout)) in ovl_cleanup_and_whiteout()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dlyric-hyphen.cc71 Real whiteout = from_scm<double> (get_property (me, "whiteout"), -1); in print() local
111 if (whiteout > 0.0) in print()
113 Box c (Interval (0, dash_length + 2 * whiteout * lt), in print()
114 Interval (h - whiteout * lt, h + th + whiteout * lt)); in print()
118 + space_left / 2 - whiteout * lt, X_AXIS); in print()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dlyric-hyphen.cc72 Real whiteout = from_scm<double> (get_property (me, "whiteout"), -1); in print() local
112 if (whiteout > 0.0) in print()
114 Box c (Interval (0, dash_length + 2 * whiteout * lt), in print()
115 Interval (h - whiteout * lt, h + th + whiteout * lt)); in print()
119 + space_left / 2 - whiteout * lt, X_AXIS); in print()
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/
H A Dblanking-staff-lines-using-the--whiteout-command.ly13 The @code{\\whiteout} command underlays a markup with a white
18 doctitle = "Blanking staff lines using the \\whiteout command"
27 c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dblanking-staff-lines-using-the--whiteout-command.ly13 The @code{\\whiteout} command underlays a markup with a white
18 doctitle = "Blanking staff lines using the \\whiteout command"
27 c2-\markup { \whiteout \pad-markup #0.5 "middle C" } c
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/f2fs/
H A Dnamei.c834 if (whiteout) { in __f2fs_tmpfile()
859 if (whiteout) { in __f2fs_tmpfile()
866 *whiteout = inode; in __f2fs_tmpfile()
912 struct inode *whiteout = NULL; in f2fs_rename() local
1034 if (!old_dir_entry || whiteout) in f2fs_rename()
1047 if (whiteout) { in f2fs_rename()
1053 spin_lock(&whiteout->i_lock); in f2fs_rename()
1055 spin_unlock(&whiteout->i_lock); in f2fs_rename()
1057 iput(whiteout); in f2fs_rename()
1092 if (whiteout) in f2fs_rename()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/f2fs/
H A Dnamei.c834 if (whiteout) { in __f2fs_tmpfile()
859 if (whiteout) { in __f2fs_tmpfile()
866 *whiteout = inode; in __f2fs_tmpfile()
912 struct inode *whiteout = NULL; in f2fs_rename() local
1034 if (!old_dir_entry || whiteout) in f2fs_rename()
1047 if (whiteout) { in f2fs_rename()
1053 spin_lock(&whiteout->i_lock); in f2fs_rename()
1055 spin_unlock(&whiteout->i_lock); in f2fs_rename()
1057 iput(whiteout); in f2fs_rename()
1092 if (whiteout) in f2fs_rename()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/f2fs/
H A Dnamei.c834 if (whiteout) { in __f2fs_tmpfile()
859 if (whiteout) { in __f2fs_tmpfile()
866 *whiteout = inode; in __f2fs_tmpfile()
912 struct inode *whiteout = NULL; in f2fs_rename() local
1034 if (!old_dir_entry || whiteout) in f2fs_rename()
1047 if (whiteout) { in f2fs_rename()
1053 spin_lock(&whiteout->i_lock); in f2fs_rename()
1055 spin_unlock(&whiteout->i_lock); in f2fs_rename()
1057 iput(whiteout); in f2fs_rename()
1092 if (whiteout) in f2fs_rename()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ubifs/
H A Ddir.c395 if (whiteout) { in do_tmpfile()
407 if (whiteout) { in do_tmpfile()
410 *whiteout = inode; in do_tmpfile()
1418 if (whiteout) { in do_rename()
1427 iput(whiteout); in do_rename()
1431 inc_nlink(whiteout); in do_rename()
1432 mark_inode_dirty(whiteout); in do_rename()
1434 iput(whiteout); in do_rename()
1478 if (whiteout) { in do_rename()
1479 drop_nlink(whiteout); in do_rename()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ubifs/
H A Ddir.c395 if (whiteout) { in do_tmpfile()
407 if (whiteout) { in do_tmpfile()
410 *whiteout = inode; in do_tmpfile()
1418 if (whiteout) { in do_rename()
1427 iput(whiteout); in do_rename()
1431 inc_nlink(whiteout); in do_rename()
1432 mark_inode_dirty(whiteout); in do_rename()
1434 iput(whiteout); in do_rename()
1478 if (whiteout) { in do_rename()
1479 drop_nlink(whiteout); in do_rename()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ubifs/
H A Ddir.c395 if (whiteout) { in do_tmpfile()
407 if (whiteout) { in do_tmpfile()
410 *whiteout = inode; in do_tmpfile()
1418 if (whiteout) { in do_rename()
1427 iput(whiteout); in do_rename()
1431 inc_nlink(whiteout); in do_rename()
1432 mark_inode_dirty(whiteout); in do_rename()
1434 iput(whiteout); in do_rename()
1478 if (whiteout) { in do_rename()
1479 drop_nlink(whiteout); in do_rename()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/ja/texidocs/
H A Dblanking-staff-lines-using-the--whiteout-command.texidoc3 @code{\\whiteout} コマンドは、マークアップの背景を白色の長方形で@c
7 doctitleja = "\\whiteout コマンドで譜線を隠す"
/dports/print/lilypond/lilypond-2.22.1/Documentation/ja/texidocs/
H A Dblanking-staff-lines-using-the--whiteout-command.texidoc3 @code{\\whiteout} コマンドは、マークアップの背景を白色の長方形で@c
7 doctitleja = "\\whiteout コマンドで譜線を隠す"
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/new/
H A Dusing-the-whiteout-property.ly16 signature by setting the @code{whiteout} property of
23 doctitle = "Using the whiteout property"
30 \once \override Staff.TimeSignature.whiteout = ##t
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/new/
H A Dusing-the-whiteout-property.ly16 signature by setting the @code{whiteout} property of
23 doctitle = "Using the whiteout property"
30 \once \override Staff.TimeSignature.whiteout = ##t
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/image-spec/
H A Dlayer.md29 Removals are represented using "[whiteout](#whiteouts)" file entries (See [Representing Changes](#r…
208 - Deleted files or directories marked with a [whiteout file](#whiteouts)
224 * Applying a layer changeset requires special consideration for the [whiteout](#whiteouts) files.
225 * In the absence of any [whiteout](#whiteouts) files in a layer changeset, the archive is extracted…
238 * A whiteout file is an empty file with a special filename that signifies a path should be deleted.
239 * A whiteout filename consists of the prefix `.wh.` plus the basename of the path to be deleted.
241 * Once a whiteout is applied, the whiteout itself MUST also be hidden.
243 * Files that are present in the same layer as a whiteout file can only be hidden by whiteout files …
275 Implementations SHOULD generate layers such that the whiteout files appear before sibling directory…
280 * An opaque whiteout entry is a file with the name `.wh..wh..opq` indicating that all siblings are …
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/image-spec/
H A Dlayer.md29 Removals are represented using "[whiteout](#whiteouts)" file entries (See [Representing Changes](#r…
208 - Deleted files or directories marked with a [whiteout file](#whiteouts)
224 * Applying a layer changeset requires special consideration for the [whiteout](#whiteouts) files.
225 * In the absence of any [whiteout](#whiteouts) files in a layer changeset, the archive is extracted…
238 * A whiteout file is an empty file with a special filename that signifies a path should be deleted.
239 * A whiteout filename consists of the prefix `.wh.` plus the basename of the path to be deleted.
241 * Once a whiteout is applied, the whiteout itself MUST also be hidden.
243 * Files that are present in the same layer as a whiteout file can only be hidden by whiteout files …
275 Implementations SHOULD generate layers such that the whiteout files appear before sibling directory…
280 * An opaque whiteout entry is a file with the name `.wh..wh..opq` indicating that all siblings are …
[all …]

12345678910>>...20