Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1009)

Side by Side Diff: Documentation/hu/usage/running.itely

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Documentation/hu/learning/fundamental.itely ('k') | Documentation/it/usage/running.itely » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: hu -*- 1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: hu -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: b005971680bc6d01130420478dcd09bc6569de97 4 Translation of GIT committish: b005971680bc6d01130420478dcd09bc6569de97
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
11 @c \version "2.14.0" 11 @c \version "2.15.18"
12 12
13 13
14 @node A lilypond használata 14 @node A lilypond használata
15 @chapter A @command{lilypond} használata 15 @chapter A @command{lilypond} használata
16 @translationof Running lilypond 16 @translationof Running lilypond
17 17
18 Ez a fejezet a LilyPond használatának technikai vonzatait részletezi. 18 Ez a fejezet a LilyPond használatának technikai vonzatait részletezi.
19 19
20 @menu 20 @menu
21 * Egyszerű használat:: 21 * Egyszerű használat::
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 176
177 Amikor a LilyPond egy webszerveren keresztül érhető el, vagy a @code{-dsafe}, 177 Amikor a LilyPond egy webszerveren keresztül érhető el, vagy a @code{-dsafe},
178 vagy a @code{--jail} opciót @b{MINDENKÉPPEN KÖTELEZŐ} megadni. A @code{-dsafe} 178 vagy a @code{--jail} opciót @b{MINDENKÉPPEN KÖTELEZŐ} megadni. A @code{-dsafe}
179 opcióval megelőzhető, hogy a forrásfájlban szereplő rosszindulatú Scheme kód 179 opcióval megelőzhető, hogy a forrásfájlban szereplő rosszindulatú Scheme kód
180 kárt okozzon. Például: 180 kárt okozzon. Például:
181 181
182 @quotation 182 @quotation
183 @verbatim 183 @verbatim
184 #(system "rm -rf /") 184 #(system "rm -rf /")
185 { 185 {
186 c4^#(ly:export (ly:gulp-file "/etc/passwd")) 186 c4^$(ly:gulp-file "/etc/passwd")
187 } 187 }
188 @end verbatim 188 @end verbatim
189 @end quotation 189 @end quotation
190 190
191 @code{-dsafe} módban a Scheme kifejezések kiértékelése egy speciális 191 @code{-dsafe} módban a Scheme kifejezések kiértékelése egy speciális
192 biztonsági modulban történik. Ez a modul a GUILE @file{safe-r5rs} modulján 192 biztonsági modulban történik. Ez a modul a GUILE @file{safe-r5rs} modulján
193 alapul, de a LilyPond API néhány függvényének meghívását lehetővé teszi. 193 alapul, de a LilyPond API néhány függvényének meghívását lehetővé teszi.
194 Ezek a függvények a @file{scm/safe-lily.scm} fájlban találhatóak. 194 Ezek a függvények a @file{scm/safe-lily.scm} fájlban találhatóak.
195 195
196 Ezenkívül biztonsági módban tilos az @code{\include} parancsok alkalmazása 196 Ezenkívül biztonsági módban tilos az @code{\include} parancsok alkalmazása
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 használhatóak Scheme kódon belül. A Scheme kódban a megjegyzések 602 használhatóak Scheme kódon belül. A Scheme kódban a megjegyzések
603 pontosvesszővel (@code{;}) kezdődnek. 603 pontosvesszővel (@code{;}) kezdődnek.
604 604
605 @node FT_Get_Glyph_Name hibaüzenet 605 @node FT_Get_Glyph_Name hibaüzenet
606 @unnumberedsubsec @code{FT_Get_Glyph_Name} hibaüzenet 606 @unnumberedsubsec @code{FT_Get_Glyph_Name} hibaüzenet
607 @translationof Error message FT_Get_Glyph_Name 607 @translationof Error message FT_Get_Glyph_Name
608 608
609 Ez a hiba azt jelzi, hogy a bemeneti fájl egy nem ASCII karaktert tartalmaz, 609 Ez a hiba azt jelzi, hogy a bemeneti fájl egy nem ASCII karaktert tartalmaz,
610 ugyanakkor nem UTF-8 karakterkódolással lett elmentve. Részletekért ld. a 610 ugyanakkor nem UTF-8 karakterkódolással lett elmentve. Részletekért ld. a
611 @ruser{Text encoding} c. szakaszt. 611 @ruser{Text encoding} c. szakaszt.
OLDNEW
« no previous file with comments | « Documentation/hu/learning/fundamental.itely ('k') | Documentation/it/usage/running.itely » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b