Skip to content

Commit d7cc796

Browse files
committed
Deploying to wikidoc from @ b4b3a24 🚀
1 parent 5bbaa36 commit d7cc796

File tree

703 files changed

+4719
-4546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

703 files changed

+4719
-4546
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!DOCTYPE html>
2-
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Annot_lexer (js_of_ocaml-compiler.Js_of_ocaml_compiler.Annot_lexer)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">js_of_ocaml-compiler</a> &#x00BB; <a href="../index.html">Js_of_ocaml_compiler</a> &#x00BB; Annot_lexer</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Annot_lexer</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-main"><a href="#val-main" class="anchor"></a><code><span><span class="keyword">val</span> main : <span><span class="xref-unresolved">Stdlib</span>.Lexing.lexbuf <span class="arrow">&#45;&gt;</span></span> <a href="../Annot_parser/index.html#type-token">Annot_parser.token</a></span></code></div></div></div></body></html>
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Annot_lexer (js_of_ocaml-compiler.Js_of_ocaml_compiler.Annot_lexer)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">js_of_ocaml-compiler</a> &#x00BB; <a href="../index.html">Js_of_ocaml_compiler</a> &#x00BB; Annot_lexer</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Annot_lexer</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-main"><a href="#val-main" class="anchor"></a><code><span><span class="keyword">val</span> main : <span><span class="xref-unresolved">Stdlib</span>.Lexing.lexbuf <span class="arrow">&#45;&gt;</span></span> <a href="../Annot_parser/index.html#type-token">Annot_parser.token</a></span></code></div></div></div></body></html>

doc/dev/api/js_of_ocaml-compiler/Js_of_ocaml_compiler/Annot_parser/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

doc/dev/api/js_of_ocaml-compiler/Js_of_ocaml_compiler/Base64/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Base64 (js_of_ocaml-compiler.Js_of_ocaml_compiler.Base64)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">js_of_ocaml-compiler</a> &#x00BB; <a href="../index.html">Js_of_ocaml_compiler</a> &#x00BB; Base64</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Base64</span></code></h1><p>Base64 RFC4648 implementation.</p><p>Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-result"><a href="#type-result" class="anchor"></a><code><span><span class="keyword">type</span> <span>('a, 'b) result</span></span><span> = </span></code><ol><li id="type-result.Ok" class="def variant constructor anchored"><a href="#type-result.Ok" class="anchor"></a><code><span>| </span><span><span class="constructor">Ok</span> <span class="keyword">of</span> <span class="type-var">'a</span></span></code></li><li id="type-result.Error" class="def variant constructor anchored"><a href="#type-result.Error" class="anchor"></a><code><span>| </span><span><span class="constructor">Error</span> <span class="keyword">of</span> <span class="type-var">'b</span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-alphabet"><a href="#type-alphabet" class="anchor"></a><code><span><span class="keyword">type</span> alphabet</span></code></div><div class="spec-doc"><p>Type of alphabet.</p></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-sub"><a href="#type-sub" class="anchor"></a><code><span><span class="keyword">type</span> sub</span><span> = string * int * int</span></code></div><div class="spec-doc"><p>Type of sub-string: <code>str, off, len</code>.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-default_alphabet"><a href="#val-default_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> default_alphabet : <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>A 64-character alphabet specifying the regular Base64 alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-uri_safe_alphabet"><a href="#val-uri_safe_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> uri_safe_alphabet : <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>A 64-character alphabet specifying the URI- and filename-safe Base64 alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-make_alphabet"><a href="#val-make_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> make_alphabet : <span>string <span class="arrow">&#45;&gt;</span></span> <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>Make a new alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-length_alphabet"><a href="#val-length_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> length_alphabet : <span><a href="#type-alphabet">alphabet</a> <span class="arrow">&#45;&gt;</span></span> int</span></code></div><div class="spec-doc"><p>Returns length of the alphabet, should be 64.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alphabet"><a href="#val-alphabet" class="anchor"></a><code><span><span class="keyword">val</span> alphabet : <span><a href="#type-alphabet">alphabet</a> <span class="arrow">&#45;&gt;</span></span> <span>int array</span></span></code></div><div class="spec-doc"><p>Returns the alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-decode_exn"><a href="#val-decode_exn" class="anchor"></a><code><span><span class="keyword">val</span> decode_exn :
2+
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Base64 (js_of_ocaml-compiler.Js_of_ocaml_compiler.Base64)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../odoc.support/highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a><a href="../../../index.html">Index</a> &#x00BB; <a href="../../index.html">js_of_ocaml-compiler</a> &#x00BB; <a href="../index.html">Js_of_ocaml_compiler</a> &#x00BB; Base64</nav><header class="odoc-preamble"><h1>Module <code><span>Js_of_ocaml_compiler.Base64</span></code></h1><p>Base64 RFC4648 implementation.</p><p>Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 4648.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-result"><a href="#type-result" class="anchor"></a><code><span><span class="keyword">type</span> <span>('a, 'b) result</span></span><span> = </span></code><ol><li id="type-result.Ok" class="def variant constructor anchored"><a href="#type-result.Ok" class="anchor"></a><code><span>| </span><span><span class="constructor">Ok</span> <span class="keyword">of</span> <span class="type-var">'a</span></span></code></li><li id="type-result.Error" class="def variant constructor anchored"><a href="#type-result.Error" class="anchor"></a><code><span>| </span><span><span class="constructor">Error</span> <span class="keyword">of</span> <span class="type-var">'b</span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-alphabet"><a href="#type-alphabet" class="anchor"></a><code><span><span class="keyword">type</span> alphabet</span></code></div><div class="spec-doc"><p>Type of alphabet.</p></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-sub"><a href="#type-sub" class="anchor"></a><code><span><span class="keyword">type</span> sub</span><span> = string * int * int</span></code></div><div class="spec-doc"><p>Type of sub-string: <code>str, off, len</code>.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-default_alphabet"><a href="#val-default_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> default_alphabet : <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>A 64-character alphabet specifying the regular Base64 alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-uri_safe_alphabet"><a href="#val-uri_safe_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> uri_safe_alphabet : <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>A 64-character alphabet specifying the URI- and filename-safe Base64 alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-make_alphabet"><a href="#val-make_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> make_alphabet : <span>string <span class="arrow">&#45;&gt;</span></span> <a href="#type-alphabet">alphabet</a></span></code></div><div class="spec-doc"><p>Make a new alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-length_alphabet"><a href="#val-length_alphabet" class="anchor"></a><code><span><span class="keyword">val</span> length_alphabet : <span><a href="#type-alphabet">alphabet</a> <span class="arrow">&#45;&gt;</span></span> int</span></code></div><div class="spec-doc"><p>Returns length of the alphabet, should be 64.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alphabet"><a href="#val-alphabet" class="anchor"></a><code><span><span class="keyword">val</span> alphabet : <span><a href="#type-alphabet">alphabet</a> <span class="arrow">&#45;&gt;</span></span> <span>int array</span></span></code></div><div class="spec-doc"><p>Returns the alphabet.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-decode_exn"><a href="#val-decode_exn" class="anchor"></a><code><span><span class="keyword">val</span> decode_exn :
33
<span><span class="optlabel">?pad</span>:bool <span class="arrow">&#45;&gt;</span></span>
44
<span><span class="optlabel">?alphabet</span>:<a href="#type-alphabet">alphabet</a> <span class="arrow">&#45;&gt;</span></span>
55
<span><span class="optlabel">?off</span>:int <span class="arrow">&#45;&gt;</span></span>

0 commit comments

Comments
 (0)