Skip to content
Snippets Groups Projects
Select Git revision
  • 11fa97747f3dfac0ae80283e9974c5c79472ead4
  • master default protected
  • 1.31
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
23 results

Monster.I18n.Providers.html

Blame
  • print.html 11.41 KiB
    <!DOCTYPE HTML>
    <html lang="de" class="ayu" dir="ltr">
        <head>
            <!-- Book generated using mdBook -->
            <meta charset="UTF-8">
            <title>Agenor - Handbuch</title>
            <meta name="robots" content="noindex">
    
    
            <!-- Custom HTML head -->
            
            <meta name="description" content="">
            <meta name="viewport" content="width=device-width, initial-scale=1">
            <meta name="theme-color" content="#ffffff">
    
            <link rel="icon" href="favicon.svg">
            <link rel="shortcut icon" href="favicon.png">
            <link rel="stylesheet" href="css/variables.css">
            <link rel="stylesheet" href="css/general.css">
            <link rel="stylesheet" href="css/chrome.css">
            <link rel="stylesheet" href="css/print.css" media="print">
    
            <!-- Fonts -->
            <link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
            <link rel="stylesheet" href="fonts/fonts.css">
    
            <!-- Highlight.js Stylesheets -->
            <link rel="stylesheet" href="highlight.css">
            <link rel="stylesheet" href="tomorrow-night.css">
            <link rel="stylesheet" href="ayu-highlight.css">
    
            <!-- Custom theme stylesheets -->
            <link rel="stylesheet" href="./mdbook-admonish.css">
    
        </head>
        <body class="sidebar-visible no-js">
        <div id="body-container">
            <!-- Provide site root to javascript -->
            <script>
                var path_to_root = "";
                var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "ayu";
            </script>
    
            <!-- Work around some values being stored in localStorage wrapped in quotes -->
            <script>
                try {
                    var theme = localStorage.getItem('mdbook-theme');
                    var sidebar = localStorage.getItem('mdbook-sidebar');
    
                    if (theme.startsWith('"') && theme.endsWith('"')) {
                        localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
                    }
    
                    if (sidebar.startsWith('"') && sidebar.endsWith('"')) {
                        localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
                    }
                } catch (e) { }
            </script>
    
            <!-- Set the theme before any content is loaded, prevents flash -->
            <script>
                var theme;
                try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
                if (theme === null || theme === undefined) { theme = default_theme; }
                var html = document.querySelector('html');
                html.classList.remove('ayu')
                html.classList.add(theme);
                var body = document.querySelector('body');
                body.classList.remove('no-js')
                body.classList.add('js');