Server IP : 128.199.20.84 / Your IP : 104.23.190.7 Web Server : Apache/2.4.41 (Ubuntu) System : Linux competent-maruti 5.4.0-128-generic #144-Ubuntu SMP Tue Sep 20 11:00:04 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.0.20 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /usr/lib/python3/dist-packages/twisted/python/_pydoctortemplates/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1"> <head> <title t:render="title">Something</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <link rel="stylesheet" type="text/css" href="bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="apidocs.css"/> </head> <body> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <a class="navbar-brand" href="index.html"> <t:transparent t:render="project">Some Project</t:transparent> API Documentation </a> </div> </div> </nav> <div style="display: none" id="current-docs-container" class="container"> <div class="col-sm-12"> <a id="current-docs-link"> Go to the latest version of this document. </a> </div> </div> <div class="container"> <div class="page-header"> <h1 t:render="heading">Heading</h1> </div> <ul t:render="stuff"> </ul> </div> <!-- Google analytics, obviously. --> <script src="//www.google-analytics.com/urchin.js" type="text/javascript"></script> <script type="text/javascript"> _uacct = "UA-99018-6"; urchinTracker(); </script> <!-- If the documentation isn't current, insert a current link. --> <script type="text/javascript"> if (window.location.pathname.indexOf('/current/') == -1) { <!-- Give the user a link to this page, but in the current version of the docs. --> var link = document.getElementById('current-docs-link'); link.href = window.location.pathname.replace(/\/\d+\.\d+\.\d+\/api\//, '/current/api/'); <!-- And make it visible --> var container = document.getElementById('current-docs-container'); container.style.display = ""; delete link; delete container; } </script> </body> </html>