dnscode/docs/html/functions_func.html

126 lines
7.2 KiB
HTML
Raw Normal View History

2025-01-10 19:34:32 -06:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.12.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>DNScode: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">DNScode<span id="projectnumber">&#160;0.1.9</span>
</div>
<div id="projectbrief">Simplifying DNS configuration</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.12.0 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('functions_func.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="contents">
<div class="textblock">Here is a list of all functions with links to the classes they belong to:</div><ul>
2025-01-27 10:21:20 -06:00
<li>__init__()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1A.html#a6ff40033bfd3ae0f293b7e1719e75e71">dnscode.dnscode.A</a>, <a class="el" href="classdnscode_1_1dnscode_1_1AAAA.html#a238b346327f47595ac7246766e987ae6">dnscode.dnscode.AAAA</a>, <a class="el" href="classdnscode_1_1dnscode_1_1CNAME.html#a286b2c39577989c78bb09c23ffcfb4c0">dnscode.dnscode.CNAME</a>, <a class="el" href="classdnscode_1_1dnscode_1_1InvalidDataException.html#ae0a05fa4d708dd9eab0c1ead5b2098a8">dnscode.dnscode.InvalidDataException</a>, <a class="el" href="classdnscode_1_1dnscode_1_1MX.html#a4dafe8f75646ca4ec6e2ea77a2d838f5">dnscode.dnscode.MX</a>, <a class="el" href="classdnscode_1_1dnscode_1_1NS.html#a30214975313b4fdc1af03b45cc2bd414">dnscode.dnscode.NS</a>, <a class="el" href="classdnscode_1_1dnscode_1_1PTR.html#a97e7c140d6bd930a2611e68753a0d8eb">dnscode.dnscode.PTR</a>, <a class="el" href="classdnscode_1_1dnscode_1_1SOA.html#a3318d09d5bead318b42aa9f939262982">dnscode.dnscode.SOA</a>, <a class="el" href="classdnscode_1_1dnscode_1_1SRV.html#a488bf7130d42c3eb3316cf9903d5454e">dnscode.dnscode.SRV</a></li>
<li>__post_init__()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#ad696206776c2c68471126d950fa178d1">dnscode.dnscode.Zone</a></li>
<li>__str__()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Record.html#a9cdd32b3cc1e61c0242e1df4ac88570f">dnscode.dnscode.Record</a>, <a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a31e74a07a8f0b0f95a14662d20f1df8c">dnscode.dnscode.Zone</a></li>
<li>add()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a338bc686b7c7db2cab7827996a3f23f3">dnscode.dnscode.Zone</a></li>
<li>new_A()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a231de844d4fb88390d37a0be6dbc962e">dnscode.dnscode.Zone</a></li>
<li>new_AAAA()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#af16862a7d8680f1eb6ab66a92105301f">dnscode.dnscode.Zone</a></li>
<li>new_CNAME()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a2718e32544f9310ce721bce73082bb97">dnscode.dnscode.Zone</a></li>
<li>new_MX()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a41dc247963652b15be123b329aeb1bcf">dnscode.dnscode.Zone</a></li>
<li>new_NS()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#ae0a178b817cb174866bb5bb33507cb98">dnscode.dnscode.Zone</a></li>
<li>new_PTR()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a579ec534602081efd30fbcbc279bc625">dnscode.dnscode.Zone</a></li>
<li>new_record()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#a6ff7d4cb63c08a7d06fc47c341e3bba4">dnscode.dnscode.Zone</a></li>
<li>new_SOA()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#aabed9788e2e4be4c6b0628214492fdbe">dnscode.dnscode.Zone</a></li>
<li>new_SRV()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#aef9ec626cabe184b565418644798e7d4">dnscode.dnscode.Zone</a></li>
<li>save_file()&#160;:&#160;<a class="el" href="classdnscode_1_1dnscode_1_1Zone.html#adfe5442ed2137a324f1c5ba676ba2043">dnscode.dnscode.Zone</a></li>
2025-01-10 19:34:32 -06:00
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.12.0 </li>
</ul>
</div>
</body>
</html>