mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-26 18:51:48 +02:00
.github
bin
module
vendor
CPR
ConcurrentQueue
Fmt
doc
_static
_templates
basic-bootstrap
bootstrap
html
_sources
_static
api.html
contents.html
genindex.html
index.html
objects.inv
search.html
searchindex.js
syntax.html
usage.html
CMakeLists.txt
api.rst
build.py
conf.py
contents.rst
fmt.less
index.rst
python-license.txt
syntax.rst
usage.rst
include
src
support
test
CMakeLists.txt
CONTRIBUTING.md
ChangeLog.rst
LICENSE.rst
README.rst
JSMN
MaxmindDB
POCO
PUGIXML
SimpleIni
Squirrel
TinyDir
ZMQ
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
169 lines
4.9 KiB
HTML
169 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<title>Search — fmt 8.0.1 documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/breathe.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: './',
|
|
VERSION: '8.0.1',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true,
|
|
SOURCELINK_SUFFIX: '.txt'
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<script type="text/javascript" src="_static/language_data.js"></script>
|
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
|
<link rel="index" title="Index" href="genindex.html" />
|
|
<link rel="search" title="Search" href="#" />
|
|
<script type="text/javascript">
|
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
|
</script>
|
|
|
|
<script type="text/javascript" id="searchindexloader"></script>
|
|
|
|
<meta name="description" content="Small, safe and fast formatting library">
|
|
<meta name="keywords" content="C++, formatting, printf, string, library">
|
|
<meta name="author" content="Victor Zverovich">
|
|
<link rel="stylesheet" href="_static/fmt.css">
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20116650-4"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'UA-20116650-4');
|
|
</script>
|
|
|
|
|
|
</head>
|
|
<body role="document">
|
|
<nav class="navbar navbar-inverse">
|
|
<div class="tb-container">
|
|
<div class="row">
|
|
<div class="navbar-content">
|
|
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed"
|
|
data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">{fmt}</a>
|
|
</div>
|
|
|
|
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
|
|
role="button" aria-expanded="false">8.0.1
|
|
<span class="caret"></span></a>
|
|
<ul class="dropdown-menu" role="menu">
|
|
|
|
<li><a href="https://fmt.dev/8.0.1">8.0.1</a></li>
|
|
|
|
<li><a href="https://fmt.dev/8.0.0">8.0.0</a></li>
|
|
|
|
<li><a href="https://fmt.dev/7.1.3">7.1.3</a></li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
<li><a href="contents.html">Contents</a></li>
|
|
|
|
|
|
|
|
<li><a href="usage.html">Usage</a></li>
|
|
|
|
|
|
|
|
<li><a href="api.html">API</a></li>
|
|
|
|
|
|
|
|
<li><a href="syntax.html">Syntax</a></li>
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="tb-container">
|
|
<div class="row">
|
|
|
|
|
|
<div class="content">
|
|
|
|
<h1 id="search-documentation">Search</h1>
|
|
<div id="fallback" class="admonition warning">
|
|
<script type="text/javascript">$('#fallback').hide();</script>
|
|
<p>
|
|
Please activate JavaScript to enable the search
|
|
functionality.
|
|
</p>
|
|
</div>
|
|
<p>
|
|
From here you can search these documents. Enter your search
|
|
words into the box below and click "search". Note that the search
|
|
function will automatically search for all of the words. Pages
|
|
containing fewer words won't appear in the result list.
|
|
</p>
|
|
|
|
<form class="form-inline" role="search" action="#"
|
|
method="get">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control"
|
|
>
|
|
</div>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
|
|
<input type="submit" class="btn btn-default" value="search">
|
|
|
|
</form>
|
|
|
|
<div id="search-results">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2012-present, Victor Zverovich.
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 3.3.0.
|
|
</div>
|
|
|
|
<script src="_static/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
</html> |