|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <title>Documentation</title> |
| 6 | + <meta name="description" content=""> |
| 7 | + <meta name="author" content=""> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro"> |
| 10 | + <link rel="stylesheet" href="../css/normalize.css"> |
| 11 | + <link rel="stylesheet" href="../css/template.css"> |
| 12 | + <link rel="icon" href="../images/favicon.ico"/> |
| 13 | + <script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/run_prettify.js"></script> |
| 14 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.6/fuse.min.js"></script> |
| 15 | + <script src="../js/search.js"></script> |
| 16 | + <script defer src="../js/searchIndex.js"></script> |
| 17 | + </head> |
| 18 | +<body> |
| 19 | +<header class="phpdocumentor-top-header"></header> |
| 20 | +<header class="phpdocumentor-header"> |
| 21 | + <section class="phpdocumentor-section"> |
| 22 | + <h1 class="phpdocumentor-title">Documentation</h1> |
| 23 | + </section> |
| 24 | +</header> |
| 25 | +<main class="phpdocumentor"> |
| 26 | + <div class="phpdocumentor-section"> |
| 27 | + <aside class="three phpdocumentor-columns phpdocumentor-sidebar"> |
| 28 | + <section data-search-form class="phpdocumentor-search"> |
| 29 | + <h1 class="phpdocumentor-sidebar__category-header">Search</h1> |
| 30 | + <label class="phpdocumentor-label"> |
| 31 | + <span class="visually-hidden">Search for</span> |
| 32 | + <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled /> |
| 33 | + </label> |
| 34 | + </section> |
| 35 | + |
| 36 | + |
| 37 | + <h1 class="phpdocumentor-sidebar__category-header">Namespaces</h1> |
| 38 | + <h2 class="phpdocumentor-sidebar__root-namespace"><a href="../namespaces/default.html"><abbr title="\">Global</abbr></a></h2> |
| 39 | + <h3 class="phpdocumentor-sidebar__root-namespace"><a href="../namespaces/jcupitt.html"><abbr title="\Jcupitt">Jcupitt</abbr></a></h3> |
| 40 | + <ul class="phpdocumentor-list"> |
| 41 | + <li><a href="../namespaces/jcupitt-vip.html"><abbr title="\Jcupitt\Vip">Vip</abbr></a></li> |
| 42 | + <li><a href="../namespaces/jcupitt-vips.html"><abbr title="\Jcupitt\Vips">Vips</abbr></a></li> |
| 43 | + </ul> |
| 44 | + |
| 45 | + |
| 46 | + <h1 class="phpdocumentor-sidebar__category-header">Reports</h1> |
| 47 | + <h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/deprecated.html">Deprecated</a></h2> |
| 48 | + <h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/errors.html">Errors</a></h2> |
| 49 | + <h2 class="phpdocumentor-sidebar__root-package"><a href="../reports/markers.html">Markers</a></h2> |
| 50 | +</aside> |
| 51 | + |
| 52 | + <div class="nine phpdocumentor-columns phpdocumentor-content"> |
| 53 | + <ul class="phpdocumentor-breadcrumbs"> |
| 54 | + <li><a href="../index.html">Home</a></li> |
| 55 | + <li><a href="../namespaces/jcupitt.html">Jcupitt</a></li> |
| 56 | + <li><a href="../namespaces/jcupitt-vips.html">Vips</a></li> |
| 57 | + </ul> |
| 58 | + |
| 59 | + <article class="phpdocumentor-element phpdocumentor-class"> |
| 60 | + <h2 class="phpdocumentor-content__title"> |
| 61 | + Access |
| 62 | + </h2> |
| 63 | + <aside class="phpdocumentor-element-found-in"> |
| 64 | + <abbr class="phpdocumentor-element-found-in__file" title="src/Access.php"><a href="../files/src-access.html"><abbr title="src/Access.php">Access.php</abbr></a></abbr> |
| 65 | + : |
| 66 | + <span class="phpdocumentor-element-found-in__line">50</span> |
| 67 | + </aside> |
| 68 | + |
| 69 | + <p class="phpdocumentor-class__summary">The Access enum.</p> |
| 70 | + <section class="phpdocumentor-class__description"></section> |
| 71 | + |
| 72 | + <h3>Table of Contents</h3> |
| 73 | + <table class="phpdocumentor-table_of_contents"> |
| 74 | + <tr> |
| 75 | + <th class="phpdocumentor-heading"><a href="../classes/Jcupitt-Vips-Access.html#constant_RANDOM">RANDOM</a></th> |
| 76 | + <td class="phpdocumentor-cell"></td> |
| 77 | + <td class="phpdocumentor-cell">'random'</td> |
| 78 | + </tr> |
| 79 | + <tr> |
| 80 | + <th class="phpdocumentor-heading"><a href="../classes/Jcupitt-Vips-Access.html#constant_SEQUENTIAL">SEQUENTIAL</a></th> |
| 81 | + <td class="phpdocumentor-cell"></td> |
| 82 | + <td class="phpdocumentor-cell">'sequential'</td> |
| 83 | + </tr> |
| 84 | + <tr> |
| 85 | + <th class="phpdocumentor-heading"><a href="../classes/Jcupitt-Vips-Access.html#constant_SEQUENTIAL_UNBUFFERED">SEQUENTIAL_UNBUFFERED</a></th> |
| 86 | + <td class="phpdocumentor-cell"></td> |
| 87 | + <td class="phpdocumentor-cell">'sequential-unbuffered'</td> |
| 88 | + </tr> |
| 89 | + </table> |
| 90 | + |
| 91 | + <section> |
| 92 | + <h3 class="phpdocumentor-constants__header">Constants</h3> |
| 93 | + <a id="constant_RANDOM"></a> |
| 94 | +<article |
| 95 | + class=" |
| 96 | + phpdocumentor-element |
| 97 | + phpdocumentor-constant |
| 98 | + phpdocumentor-constant-- |
| 99 | + " |
| 100 | +> |
| 101 | + <h4 class="phpdocumentor-constant__name">RANDOM</h4> |
| 102 | + <aside class="phpdocumentor-element-found-in"> |
| 103 | + <abbr class="phpdocumentor-element-found-in__file" title="src/Access.php"><a href="../files/src-access.html"><abbr title="src/Access.php">Access.php</abbr></a></abbr> |
| 104 | + : |
| 105 | + <span class="phpdocumentor-element-found-in__line">52</span> |
| 106 | + </aside> |
| 107 | + <code class="phpdocumentor-signature phpdocumentor-code "> |
| 108 | + <span class="phpdocumentor-signature__visibility"></span> |
| 109 | + <span class="phpdocumentor-signature__type">mixed</span> |
| 110 | + <span class="phpdocumentor-signature__name">$RANDOM</span> |
| 111 | + = <span class="phpdocumentor-signature__default-value">'random'</span> |
| 112 | + </code> |
| 113 | + </article> |
| 114 | + <a id="constant_SEQUENTIAL"></a> |
| 115 | +<article |
| 116 | + class=" |
| 117 | + phpdocumentor-element |
| 118 | + phpdocumentor-constant |
| 119 | + phpdocumentor-constant-- |
| 120 | + " |
| 121 | +> |
| 122 | + <h4 class="phpdocumentor-constant__name">SEQUENTIAL</h4> |
| 123 | + <aside class="phpdocumentor-element-found-in"> |
| 124 | + <abbr class="phpdocumentor-element-found-in__file" title="src/Access.php"><a href="../files/src-access.html"><abbr title="src/Access.php">Access.php</abbr></a></abbr> |
| 125 | + : |
| 126 | + <span class="phpdocumentor-element-found-in__line">53</span> |
| 127 | + </aside> |
| 128 | + <code class="phpdocumentor-signature phpdocumentor-code "> |
| 129 | + <span class="phpdocumentor-signature__visibility"></span> |
| 130 | + <span class="phpdocumentor-signature__type">mixed</span> |
| 131 | + <span class="phpdocumentor-signature__name">$SEQUENTIAL</span> |
| 132 | + = <span class="phpdocumentor-signature__default-value">'sequential'</span> |
| 133 | + </code> |
| 134 | + </article> |
| 135 | + <a id="constant_SEQUENTIAL_UNBUFFERED"></a> |
| 136 | +<article |
| 137 | + class=" |
| 138 | + phpdocumentor-element |
| 139 | + phpdocumentor-constant |
| 140 | + phpdocumentor-constant-- |
| 141 | + " |
| 142 | +> |
| 143 | + <h4 class="phpdocumentor-constant__name">SEQUENTIAL_UNBUFFERED</h4> |
| 144 | + <aside class="phpdocumentor-element-found-in"> |
| 145 | + <abbr class="phpdocumentor-element-found-in__file" title="src/Access.php"><a href="../files/src-access.html"><abbr title="src/Access.php">Access.php</abbr></a></abbr> |
| 146 | + : |
| 147 | + <span class="phpdocumentor-element-found-in__line">54</span> |
| 148 | + </aside> |
| 149 | + <code class="phpdocumentor-signature phpdocumentor-code "> |
| 150 | + <span class="phpdocumentor-signature__visibility"></span> |
| 151 | + <span class="phpdocumentor-signature__type">mixed</span> |
| 152 | + <span class="phpdocumentor-signature__name">$SEQUENTIAL_UNBUFFERED</span> |
| 153 | + = <span class="phpdocumentor-signature__default-value">'sequential-unbuffered'</span> |
| 154 | + </code> |
| 155 | + </article> |
| 156 | + </section> |
| 157 | + |
| 158 | + |
| 159 | + </article> |
| 160 | + <div data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden"> |
| 161 | + |
| 162 | + <h2>Search results</h2> |
| 163 | + <ul class="phpdocumentor-search-results__entries"> |
| 164 | + |
| 165 | + </ul> |
| 166 | + </div> |
| 167 | + </div> |
| 168 | + </div> |
| 169 | +</main> |
| 170 | + |
| 171 | +</body> |
| 172 | +</html> |
0 commit comments