Z verze
změnil(a) David Brazda
k 01.02.2021 15:39
Na verzi < 31.3 >
změnil(a) David Brazda
k 01.02.2021 15:21
< >
Popis verze: Update document after refactoring.

Přehled

Rozpis

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -4,15 +4,14 @@
4 4  #set($height = $xcontext.macro.params.get('height'))
5 5  #set($flight = $xcontext.macro.params.get('flight'))
6 6  #set ($discard = $xwiki.jsx.use('BackEnd.XCVID.WebHome'))
7 -#set ($regexResult = $regextool.find($url, '^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)'))
7 +##set( $xcvidurl = $url.replaceAll('/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/', '$2') )
8 +#set( $regexResult = $regextool.find($url, '/^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/')
8 8  {{html}}
9 -#if (!$regexResult.isEmpty())
10 10   $regexResult
11 - $regexResult.get(1).end
12 - $regexResult.get(1).start
13 - ##$url.substring($regexResult.get(1).start,$regexResult.get(1).end)
14 - #set ($src = "https://xcvid.com/embed.php?ident=" + $url.substring($regexResult.get(1).start,$regexResult.get(1).end))
15 -#end
16 - <iframe src="$src" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
11 + $regexResult.get(1).group
12 + $regexResult.get(0).end
13 + $regexResult.get(0).start
14 + $regexResult.get(0).group
15 + <iframe onLoad="this.onload=null; this.src=getAddress('$url');" id="xcvid" width="$!{escapetool.html($width)}" height="$!{escapetool.xml($height)}">$xcontext.macro.content</iframe>
17 17  {{/html}}
18 18  {{/velocity}}
XWiki.WikiMacroParameterClass[3]
Parameter default value
... ... @@ -1,1 +1,0 @@
1 -0
Parameter description
... ... @@ -1,1 +1,0 @@
1 -časové značka, kde bude padáček a focus. Číslo.
Parameter mandatory
... ... @@ -1,1 +1,0 @@
1 -0
Parameter name
... ... @@ -1,1 +1,0 @@
1 -time
Parameter type
... ... @@ -1,1 +1,0 @@
1 -java.lang.number
XWiki.JavaScriptExtension[0]
Způsob práce s cache
... ... @@ -1,0 +1,1 @@
1 +default
Kód
... ... @@ -1,0 +1,4 @@
1 +function getAddress(url) {
2 + const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url);
3 + return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0';
4 +}
Jméno
... ... @@ -1,0 +1,1 @@
1 +jsext
Zpracuj obsah
... ... @@ -1,0 +1,1 @@
1 +Ne
Použij tuto příponu
... ... @@ -1,0 +1,1 @@
1 +onDemand