Изменения документа Quartz. NET
Редактировал(а) Alexandr Fokin 2026/05/05 15:39
От версии 1.3
отредактировано Alexandr Fokin
на 2023/07/16 12:00
на 2023/07/16 12:00
Изменить комментарий:
Update document after refactoring.
К версии 1.19
отредактировано Alexandr Fokin
на 2026/05/05 15:39
на 2026/05/05 15:39
Изменить комментарий:
К данной версии нет комментариев
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,0 +1,29 @@ 1 +| |Open-source job scheduling system for .NET 2 +[[https:~~/~~/www.quartz-scheduler.net>>https://www.quartz-scheduler.net]] 3 +[[https:~~/~~/www.quartz-scheduler.net/documentation/quartz-3.x/>>https://www.quartz-scheduler.net/documentation/quartz-3.x/]] 4 +| | 5 +| | 6 + 7 +---- 8 + 9 +==== Внутренние ссылки: ==== 10 + 11 +====== Дочерние страницы: ====== 12 + 13 +{{children/}} 14 + 15 +====== Обратные ссылки: ====== 16 + 17 +{{velocity}} 18 +#set ($links = $doc.getBacklinks()) 19 +#if ($links.size() > 0) 20 + #foreach ($docname in $links) 21 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 22 + * [[$escapetool.xml($rdoc.fullName)]] 23 + #end 24 +#else 25 + No back links for this page! 26 +#end 27 +{{/velocity}} 28 + 29 +----