Изменения документа VSadov NonBlocking

Редактировал(а) Alexandr Fokin 2023/02/15 15:44

От версии 1.1 >
отредактировано Alexandr Fokin
на 2023/02/15 15:38
К версии < 1.3
отредактировано Alexandr Fokin
на 2023/02/15 15:44
Изменить комментарий: К данной версии нет комментариев

Комментарий

Подробности

Свойства страницы
Содержимое
... ... @@ -1,3 +1,33 @@
1 1  VSadov/NonBlocking
2 2  [[https:~~/~~/github.com/VSadov/NonBlocking>>https://github.com/VSadov/NonBlocking]]
3 3  [[https:~~/~~/www.nuget.org/packages/NonBlocking/>>https://www.nuget.org/packages/NonBlocking/]]
4 +
5 +NonBlocking dictionary
6 +
7 +----
8 +
9 +[[ConcurrentDictionary>>doc:Разработка.NET.C#.Коллекции.System\. Collections\. Concurrent.ConcurrentDictionary.WebHome]]
10 +
11 +----
12 +
13 +==== Внутренние ссылки: ====
14 +
15 +====== Дочерние страницы: ======
16 +
17 +{{children/}}
18 +
19 +====== Обратные ссылки: ======
20 +
21 +{{velocity}}
22 +#set ($links = $doc.getBacklinks())
23 +#if ($links.size() > 0)
24 + #foreach ($docname in $links)
25 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
26 + * [[$escapetool.xml($rdoc.fullName)]]
27 + #end
28 +#else
29 + No back links for this page!
30 +#end
31 +{{/velocity}}
32 +
33 +----