Difference between revisions of "Sandbox"

From NMS
Jump to: navigation, search
(HTML)
(GraphViz)
Line 164: Line 164:
 
   "DR1 SMC 6750" -> "DR2 SMC 1010" [color=green];
 
   "DR1 SMC 6750" -> "DR2 SMC 1010" [color=green];
 
   "DR1 SMC 6750" -> "VOIP" [color=black];
 
   "DR1 SMC 6750" -> "VOIP" [color=black];
 +
}
 +
</graphviz>
 +
 +
<graphviz>
 +
digraph finite_state_machine {
 +
rankdir=LR;
 +
size="8,5"
 +
node [shape = doublecircle]; Unreg Deleted2;
 +
node [shape = circle];
 +
Unreg -> Reg [ label = "User Auth FJFI" ];
 +
Unreg -> Reg [ label = "User Auth Usermap" ];
 +
Unreg -> PreReg [ label = "User Auth WiFiFJFI" ];
 +
PreReg -> Reg [ label = "Auto (granted by)" ];
 +
Reg -> Dereg [ label = "User" ];
 +
Reg -> Deleted [ label = "User" ];
 +
Dereg -> Reg [ label = "User Auth (FJFI/Usermap/WiFiFJFI)" ];
 +
Deleted -> Dereg [ label = "Admin" ];
 +
Deleted -> Reg [ label = "Admin" ];
 +
Deleted -> Deleted2 [ label = "SuperAdmin" ];
 +
Dereg -> Deleted2 [ label = "SuperAdmin" ];
 +
Reg -> Deleted2 [ label = "SuperAdmin" ];
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 11:23, 9 May 2014

Official pages

RFC 2821 <icq>1234567</icq> <skype>some_user</skype> test

Protected

<protect show="warning" users="Vokacpet" groups="sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Protected for comp group

<protect show="warning" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Protected for comp group (user)

<protect show="text" users="Vokacpet" groups="comp,sysop"> 5QO1c5NAJjpRNJ72DVY8P0IGsCdwY9Cv9nyFW9qTNZz6Wg6geI9CKheaUsO8uwIRz1UNiRXgOvIATgtEBSFJmQ== </protect>

Quick links

Special:Allmessages MediaWiki:Sidebar Main Page

Novell

Tests

Formating

Lists

  • item 1
  • item 2
  • item 3
  1. item 1
  2. item 2
  3. item 3
  • item 1
    • subitem 1
    • subitem 2
      • subsubitem 1
      • subsubitem 2

Links

w:Main Page w:en:Main Page w:test pokus

Tables

caption
h1 h2 h3
xx yy zz
11 22 33

Preformated

Extensions

LaTeX

<math>\alpha, \beta, \gamma, ...</math>

<math>x^2+y^2=z^2</math>

<math>\sum_{i=0}^100 i</math>

<math>\int_0^{10} x=[\frac{1}{2}*x^2]_0^{10}</math>

jhkjhjk

Syntax highlighting

<bash>

  1. !/bin/sh

echo "this is a test" </bash>

<perl>

  1. !/usr/bin/perl -w

use strict; print "Hello World!\n"; </perl>

<c>

  1. inclued "stdio.h"

int main(int argc, char *argv[]) {

   printf("Hello World!");
   return 0;

} </c>


Fjfi Test Extension

Text passed into example extension:
This is FJFI Test Extension
and the value for the arg 'argument' is
and the value for the arg 'argument2' is:


Gnuplot

Gnuplot Plot

Gnuplot Plot


GraphViz

HTML

Toto je test.

Soubor k nahrání: