Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement of chapter "Výrazové prostředky" - updated version #1065

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8974872
nette/application 3.2.3: new directory structure
dg Apr 18, 2024
5a8ec70
new directory structure throughout documentation
dg Apr 18, 2024
ca2c925
best practices: attribute Requires
dg Apr 18, 2024
dd924c1
nette/bootstrap 3.2.3
dg Apr 19, 2024
70575af
forms: info about hidden field security
dg Apr 22, 2024
edf99fc
typo
dg Apr 25, 2024
9fdffea
tracy: AJAX debugging
dg May 2, 2024
b8cc3a3
tester 2.5.3
dg May 3, 2024
a8ea090
forms: missing information added
dg May 5, 2024
2c8bafb
forms: slightly improved HTML attributes
dg May 5, 2024
83db98b
nette/database 3.2.1
dg May 7, 2024
f23722f
iteratewhile -> grouping
dg May 14, 2024
cb8fb99
latte 3.0.16
dg May 14, 2024
e0f541e
latte: adding |group to the grouping
dg May 14, 2024
c35880e
latte: pictograms
dg May 16, 2024
d870d6a
http: missing fragment warning
dg May 17, 2024
7de788c
latte: added passing-variables
dg May 20, 2024
c44211b
typo
dg May 24, 2024
aae4351
routing: better wording
dg May 28, 2024
a3d5712
bootstrap: $appDir -> $rootDir
dg Aug 3, 2024
feb8491
nette/forms 3.2.4
dg Aug 5, 2024
b64eace
latte 3.0.18
dg Aug 6, 2024
f1bd69f
typo (#1052)
buffus Aug 6, 2024
975a88c
nette/caching 3.3.1
dg Aug 7, 2024
846221e
nette/utils 4.0.5
dg Aug 7, 2024
13d4470
nette/database 3.2.4
dg Aug 9, 2024
ea66fe8
typo
dg Sep 4, 2024
aeb7097
php-generator 4.1.6
dg Sep 10, 2024
16181a4
nette/application 3.2.6
dg Jun 9, 2024
d8f3f80
new translation wip
dg Sep 1, 2024
b0de7ec
latte improved
dg Sep 4, 2024
b7f1ba6
Typos (#1057)
mezotv Oct 4, 2024
bdde973
typo [Closes #1050]
dg Oct 4, 2024
a33ad75
nette/schema 1.3.2
dg Oct 5, 2024
a6271a5
typo
dg Oct 23, 2024
5028b64
Forms: added missing parameters
dg Oct 23, 2024
88e5c68
fixed type hints
dg Oct 23, 2024
ba24c4e
[filter] has same signature as [method]
dg Oct 23, 2024
0f2188a
typo
jvitasek Oct 23, 2024
932c8db
ajax: Naja initialization info [Closes #1053]
dg Oct 23, 2024
48401ac
upgrading: added exception class change info (finder) [Closes #1051]
Rixafy Jul 1, 2024
9831113
typo [Closes #1049]
diegosardina Jun 9, 2024
f99ff6f
better wording [Closes #1038][Closes #1040][Closes #1026][Closes #10…
mildabre Jan 24, 2024
2381d0d
typo [Closes #1024]
mabar Jun 25, 2023
a75ee13
components: added info about redirect after signal [Closes #1017]
dg May 30, 2023
6c64b1f
new Bootstrap API
dg Oct 24, 2024
236a894
Improvement of chapter "Výrazové prostředky" - updated version
mildabre Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
iteratewhile -> grouping
dg committed Sep 4, 2024
commit f23722f86e9671b48aecf7b7ec8a1dd4d91291e8
3 changes: 2 additions & 1 deletion latte/bg/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
.[perex]
Примерни кодове и рецепти за изпълнение на често срещани задачи с Latte.

- [Всичко, което винаги сте искали да знаете за {iterateWhile} |iteratewhile]
- [Насоки за разработчици |/develop]
- [Всичко, което винаги сте искали да знаете за групирането |grouping]
- [Как се пишат SQL заявки в Latte |how-to-write-sql-queries-in-latte]?
- [Миграция от PHP |migration-from-php]
- [Миграция с Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Всичко, което винаги сте искали да знаете за {iterateWhile}
***********************************************************
Всичко, което винаги сте искали да знаете за групирането
********************************************************

.[perex]
Тагът `{iterateWhile}` е подходящ за различни трикове в цикли foreach.
3 changes: 2 additions & 1 deletion latte/cs/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Návody a postupy
.[perex]
Příklady kódů a receptů pro provádění běžných úkolů pomocí Latte.

- [Všechno, co jste kdy chtěli vědět o {iterateWhile} |iteratewhile]
- [Postupy pro vývojáře |/develop]
- [Všechno, co jste kdy chtěli vědět o seskupování |grouping]
- [Jak psát SQL queries v Latte? |how-to-write-sql-queries-in-latte]
- [Migrace z Latte 2 |migration-from-latte2]
- [Migrace z PHP |migration-from-php]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Všechno, co jste kdy chtěli vědět o {iterateWhile}
**************************************************
Všechno, co jste kdy chtěli vědět o seskupování
***********************************************

.[perex]
Značka `{iterateWhile}` se hodí na nejrůznější kejkle ve foreach cyklech.
3 changes: 2 additions & 1 deletion latte/de/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Kochbuch
.[perex]
Beispielcodes und Rezepte für die Erledigung gängiger Aufgaben mit Latte.

- [Alles, was Sie schon immer über {iterateWhile} wissen wollten |iteratewhile]
- [Leitlinien für Entwickler |/develop]
- [Alles, was Sie schon immer über Gruppierung wissen wollten |grouping]
- [Wie schreibt man SQL-Abfragen in Latte? |how-to-write-sql-queries-in-latte]
- [Umstieg von PHP |migration-from-php]
- [Umstieg von Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Was Sie schon immer über {iterateWhile} wissen wollten
******************************************************
Was Sie schon immer über Gruppierung wissen wollten
***************************************************

.[perex]
Das Tag `{iterateWhile}` ist für verschiedene Tricks in foreach-Zyklen geeignet.
3 changes: 2 additions & 1 deletion latte/el/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
.[perex]
Παραδείγματα κωδικών και συνταγών για την εκτέλεση κοινών εργασιών με το Latte.

- [Όλα όσα πάντα θέλατε να ξέρετε για το {iterateWhile} |iteratewhile]
- [Κατευθυντήριες γραμμές για τον προγραμματιστή |/develop]
- [Όλα όσα πάντα θέλατε να ξέρετε για την ομαδοποίηση |grouping]
- [Πώς να γράψετε ερωτήματα SQL στο Latte? |how-to-write-sql-queries-in-latte]
- [Μετανάστευση από PHP |migration-from-php]
- [Μετανάστευση από το Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Όλα όσα πάντα θέλατε να ξέρετε για το {iterateWhile}
****************************************************
Όλα όσα πάντα θέλατε να ξέρετε για την ομαδοποίηση
**************************************************

.[perex]
Η ετικέτα `{iterateWhile}` είναι κατάλληλη για διάφορα τεχνάσματα σε κύκλους foreach.
3 changes: 2 additions & 1 deletion latte/en/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Cookbook
.[perex]
Example codes and recipes for accomplishing common tasks with Latte.

- [Everything You Always Wanted to Know About {iterateWhile} |iteratewhile]
- [Developer guidelines |/develop]
- [Everything you always wanted to know about grouping |grouping]
- [How to write SQL queries in Latte? |how-to-write-sql-queries-in-latte]
- [Migration from Latte 2 |migration-from-latte2]
- [Migration from PHP |migration-from-php]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Everything You Always Wanted to Know About {iterateWhile}
*********************************************************
Everything You Always Wanted to Know About Grouping
***************************************************

.[perex]
The tag `{iterateWhile}` is suitable for various tricks in foreach cycles.
3 changes: 2 additions & 1 deletion latte/es/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Libro de cocina
.[perex]
Códigos de ejemplo y recetas para realizar tareas comunes con Latte.

- [Todo lo que siempre quiso saber sobre {iterateWhile} |iteratewhile]
- [Directrices para desarrolladores |/develop]
- [Todo lo que siempre quiso saber sobre la agrupación |grouping]
- [¿Cómo escribir consultas SQL en Latte? |how-to-write-sql-queries-in-latte]
- [Migración desde PHP |migration-from-php]
- [Migración desde Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Todo lo que siempre quiso saber sobre {iterateWhile}
****************************************************
Todo lo que siempre quiso saber sobre la agrupación
***************************************************

.[perex]
La etiqueta `{iterateWhile}` es adecuada para varios trucos en ciclos foreach.
3 changes: 2 additions & 1 deletion latte/fr/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Livre de cuisine
.[perex]
Exemples de codes et de recettes pour accomplir des tâches courantes avec Latte.

- [Tout ce que vous avez toujours voulu savoir sur {iterateWhile} |iteratewhile]
- [Lignes directrices à l'intention des développeurs |/develop]
- [Tout ce que vous avez toujours voulu savoir sur le regroupement |grouping]
- [Comment écrire des requêtes SQL dans Latte ? |how-to-write-sql-queries-in-latte]
- [Migration depuis PHP |migration-from-php]
- [Migration depuis Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tout ce que vous avez toujours voulu savoir sur {iterateWhile}
**************************************************************
Tout ce que vous avez toujours voulu savoir sur le regroupement
***************************************************************

.[perex]
La balise `{iterateWhile}` convient pour diverses astuces dans les cycles foreach.
3 changes: 2 additions & 1 deletion latte/hu/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Szakácskönyv
.[perex]
Példakódok és receptek a Latte segítségével végzett gyakori feladatok elvégzéséhez.

- [Minden, amit mindig is tudni akartál az {iterateWhile} |iteratewhile]
- [Fejlesztői iránymutatások |/develop]
- [Minden, amit mindig is tudni akart a csoportosításról |grouping]
- [Hogyan írjunk SQL-lekérdezéseket Latte-ban? |how-to-write-sql-queries-in-latte]
- [Átállás PHP-ről |migration-from-php]
- [Átállás a Twig-ről |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Minden, amit mindig is tudni akartál az {iterateWhile}
******************************************************
Minden, amit mindig is tudni akartál a csoportosításról
*******************************************************

.[perex]
A `{iterateWhile}` címke a foreach ciklusokban különböző trükkökre alkalmas.
3 changes: 2 additions & 1 deletion latte/it/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Libro di cucina
.[perex]
Codici di esempio e ricette per eseguire operazioni comuni con Latte.

- [Tutto quello che avreste sempre voluto sapere su {iterateWhile} |iteratewhile]
- [Linee guida per gli sviluppatori |/develop]
- [Tutto quello che avete sempre voluto sapere sul raggruppamento |grouping]
- [Come scrivere query SQL in Latte? |how-to-write-sql-queries-in-latte]
- [Migrazione da PHP |migration-from-php]
- [Migrazione da Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tutto quello che avete sempre voluto sapere su {iterateWhile}
*************************************************************
Tutto quello che avete sempre voluto sapere sul raggruppamento
**************************************************************

.[perex]
Il tag `{iterateWhile}` è adatto a vari trucchi nei cicli foreach.
3 changes: 2 additions & 1 deletion latte/ja/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
.[perex]
Latteでよくある作業を実現するためのコード例とレシピを紹介。

- [{iterateWhile}についてあなたがいつも知りたかったことすべて |iteratewhile]
[- 開発者ガイドライン |/develop]
[- グループ化について知りたかったことすべて |grouping]
- [LatteでSQLクエリを書くには? |how-to-write-sql-queries-in-latte]
- [PHPからの移行 |migration-from-php]
- [Twigからの移行 |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iterateWhile}について、あなたがいつも知りたかったことすべて。
*************************************
グループ化について知りたかったことのすべて
*********************

.[perex]
`{iterateWhile}` というタグは、foreach サイクルでの様々なトリックに適しています。
3 changes: 2 additions & 1 deletion latte/pl/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Instrukcje i procedury
.[perex]
Przykładowe kody i przepisy na wykonanie typowych zadań z Latte.

- [Wszystko, co kiedykolwiek chciałeś wiedzieć o {iterateWhile} |iteratewhile].
- [Wytyczne dla deweloperów |/develop]
- [Wszystko, co zawsze chciałeś wiedzieć o grupowaniu |grouping]
- [Jak pisać zapytania SQL w Latte? |how-to-write-sql-queries-in-latte]
- [Migracja z PHP |migration-from-php]
- [Migracja z Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Wszystko, co kiedykolwiek chciałeś wiedzieć o {iterateWhile}.
*************************************************************
Wszystko, co zawsze chciałeś wiedzieć o grupowaniu
**************************************************

.[perex]
Znacznik `{iterateWhile}` jest przydatny do wszelkiego rodzaju sztuczek w pętlach foreach.
3 changes: 2 additions & 1 deletion latte/pt/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Cookbook
.[perex]
Exemplos de códigos e receitas para a realização de tarefas comuns com Latte.

- [Tudo o que você sempre quis saber sobre {alfabetizar-assim} |iteratewhile]
- [Diretrizes para desenvolvedores |/develop]
- [Tudo o que você sempre quis saber sobre agrupamento |grouping]
- [Como escrever consultas SQL em Latte? |how-to-write-sql-queries-in-latte]
- [Migração do PHP |migration-from-php]
- [Migração de galho |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tudo o que você sempre quis saber sobre {alfabetizar-assim}
***********************************************************
Tudo o que você sempre quis saber sobre agrupamento
***************************************************

.[perex]
A etiqueta `{iterateWhile}` é adequada para vários truques em ciclos anteriores.
3 changes: 2 additions & 1 deletion latte/ro/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Carte de bucate
.[perex]
Exemple de coduri și rețete pentru realizarea unor sarcini obișnuite cu Latte.

- [Tot ce ați vrut întotdeauna să știți despre {iterateWhile} |iteratewhile]
- [Orientări pentru dezvoltatori |/develop]
- [Tot ce ați vrut întotdeauna să știți despre grupare |grouping]
- [Cum să scrieți interogări SQL în Latte? |how-to-write-sql-queries-in-latte]
- [Migrarea de la PHP |migration-from-php]
- [Migrarea de la Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Tot ce ați vrut să știți despre {iterateWhile}
**********************************************
Tot ceea ce ați vrut să știți întotdeauna despre grupare
********************************************************

.[perex]
Eticheta `{iterateWhile}` este potrivită pentru diverse trucuri în ciclurile foreach.
3 changes: 2 additions & 1 deletion latte/ru/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
.[perex]
Примеры кодов и рецепты для выполнения обычных задач с помощью Latte.

- [Все, что вы всегда хотели знать о {iterateWhile} |iteratewhile]
- [Рекомендации для разработчиков |/develop]
- [Все, что вы всегда хотели знать о группировке |grouping]
- [Как писать SQL-запросы в Latte? |how-to-write-sql-queries-in-latte]
- [Миграция с PHP |migration-from-php]
- [Миграция с Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Все, что вы всегда хотели знать о {iterateWhile}
************************************************
Все, что вы всегда хотели знать о группировке
*********************************************

.[perex]
Тег `{iterateWhile}` подходит для различных трюков в циклах foreach.
3 changes: 2 additions & 1 deletion latte/sl/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Kuharska knjiga
.[perex]
Primeri kod in receptov za opravljanje običajnih opravil s programom Latte.

- [Vse, kar ste vedno želeli vedeti o {iterateWhile} |iteratewhile]
- [Smernice za razvijalce |/develop]
- [Vse, kar ste vedno želeli vedeti o združevanju v skupine |grouping]
- [Kako pisati poizvedbe SQL v Latte |how-to-write-sql-queries-in-latte]?
- [Migracija iz PHP |migration-from-php]
- [Migracija iz sistema Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vse, kar ste vedno želeli vedeti o {iterateWhile}
*************************************************
Vse, kar ste vedno želeli vedeti o združevanju v skupine
********************************************************

.[perex]
Oznaka `{iterateWhile}` je primerna za različne trike v ciklih foreach.
3 changes: 2 additions & 1 deletion latte/tr/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@ Yemek Kitabı
.[perex]
Latte ile ortak görevleri gerçekleştirmek için örnek kodlar ve tarifler.

- [{iterateWhile} Hakkında Her Zaman Bilmek İstediğiniz Her Şey |iteratewhile]
- [Geliştirici yönergeleri |/develop]
- [Gruplama hakkında her zaman bilmek istediğiniz her şey |grouping]
- [Latte'de SQL sorguları nasıl yazılır? |how-to-write-sql-queries-in-latte]
- [PHP'den geçiş |migration-from-php]
- [Twig'den geçiş |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
iterateWhile} Hakkında Her Zaman Bilmek İstediğiniz Her Şey
***********************************************************
Gruplama Hakkında Her Zaman Bilmek İstediğiniz Her Şey
******************************************************

.[perex]
`{iterateWhile}` etiketi foreach döngülerinde çeşitli hileler için uygundur.
3 changes: 2 additions & 1 deletion latte/uk/cookbook/@home.texy
Original file line number Diff line number Diff line change
@@ -4,7 +4,8 @@
.[perex]
Приклади кодів і рецептів для виконання типових завдань за допомогою Latte.

- [Все, що ви завжди хотіли знати про {iterateWhile} |iteratewhile]
- [Посібник для розробників |/develop]
- [Все, що ви завжди хотіли знати про групування |grouping]
- [Як писати SQL-запити в Latte? |how-to-write-sql-queries-in-latte]
- [Міграція з PHP |migration-from-php]
- [Міграція з Twig |migration-from-twig]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Все, що ви завжди хотіли знати про {iterateWhile}
*************************************************
Все, що ви завжди хотіли знати про групування
*********************************************

.[perex]
Тег `{iterateWhile}` підходить для різних трюків у циклах foreach.