forked from vanderlee/phpSyllable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
173 lines (145 loc) · 5.04 KB
/
index.html
File metadata and controls
173 lines (145 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Overview</title>
<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e">
</head>
<body>
<div id="left">
<div id="menu">
<span>Overview</span>
<div id="groups">
</div>
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Syllable.html">Syllable</a></li>
<li><a href="class-Syllable_Cache_FileAbstract.html">Syllable_Cache_FileAbstract</a></li>
<li><a href="class-Syllable_Cache_Json.html">Syllable_Cache_Json</a></li>
<li><a href="class-Syllable_Cache_Serialized.html">Syllable_Cache_Serialized</a></li>
<li><a href="class-Syllable_Hyphen_Dash.html">Syllable_Hyphen_Dash</a></li>
<li><a href="class-Syllable_Hyphen_Entity.html">Syllable_Hyphen_Entity</a></li>
<li><a href="class-Syllable_Hyphen_Soft.html">Syllable_Hyphen_Soft</a></li>
<li><a href="class-Syllable_Hyphen_Text.html">Syllable_Hyphen_Text</a></li>
<li><a href="class-Syllable_Hyphen_ZeroWidthSpace.html">Syllable_Hyphen_ZeroWidthSpace</a></li>
<li><a href="class-Syllable_Source_File.html">Syllable_Source_File</a></li>
</ul>
<h3>Interfaces</h3>
<ul>
<li><a href="class-Syllable_Cache_Interface.html">Syllable_Cache_Interface</a></li>
<li><a href="class-Syllable_Hyphen_Interface.html">Syllable_Hyphen_Interface</a></li>
<li><a href="class-Syllable_Source_Interface.html">Syllable_Source_Interface</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-Syllable_autoloader.html">Syllable_autoloader</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<input type="text" name="q" class="text" placeholder="Search" autofocus>
</form>
<div id="navigation">
<ul>
<li class="active">
<span>Overview</span> </li>
<li>
<span>Class</span> </li>
</ul>
<ul>
</ul>
<ul>
</ul>
</div>
<div id="content">
<h1>Overview</h1>
<table class="summary" id="classes">
<caption>Classes summary</caption>
<tr>
<td class="name"><a href="class-Syllable.html">Syllable</a></td>
<td>Main class</td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Cache_FileAbstract.html">Syllable_Cache_FileAbstract</a></td>
<td><p>Defines the Cache strategy interface
Create your own caching strategy to store the hyphenation and patterns
arrays in the location you want. i.e. from a database or remote server.</p></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Cache_Json.html">Syllable_Cache_Json</a></td>
<td>Single-file cache using JSON format to encode data</td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Cache_Serialized.html">Syllable_Cache_Serialized</a></td>
<td>Single-file cache using PHP-native serialization to encode data</td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_Dash.html">Syllable_Hyphen_Dash</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_Entity.html">Syllable_Hyphen_Entity</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_Soft.html">Syllable_Hyphen_Soft</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_Text.html">Syllable_Hyphen_Text</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_ZeroWidthSpace.html">Syllable_Hyphen_ZeroWidthSpace</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Source_File.html">Syllable_Source_File</a></td>
<td><p>Default language strategy tries to load TeX files from a relative path
to the class sourcefile.</p></td>
</tr>
</table>
<table class="summary" id="interfaces">
<caption>Interfaces summary</caption>
<tr>
<td class="name"><a href="class-Syllable_Cache_Interface.html">Syllable_Cache_Interface</a></td>
<td><p>Defines the Cache strategy interface
Create your own caching strategy to store the hyphenation and patterns
arrays in the location you want. i.e. from a database or remote server.</p></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Hyphen_Interface.html">Syllable_Hyphen_Interface</a></td>
<td></td>
</tr>
<tr>
<td class="name"><a href="class-Syllable_Source_Interface.html">Syllable_Source_Interface</a></td>
<td><p>Defines the interface for Language strategies.
Create your own language strategy to load the TeX files from a different
source. i.e. filenaming system, database or remote server.</p></td>
</tr>
</table>
<table class="summary" id="functions">
<caption>Functions summary</caption>
<tr>
<td class="name"><a href="function-Syllable_autoloader.html">Syllable_autoloader</a></td>
<td><p>phpSyllable
Splits up text into syllables and/or hyphenates text according to TeXbook language rules.</p></td>
</tr>
</table>
</div>
<div id="footer">
API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
</div>
<script src="resources/combined.js?dc3592a696e654c132a2cb2ca318def0ec6c3f17"></script>
<script src="elementlist.js?b9a6a9ef2ec8b95559bacb4c4adb09781dd60d5a"></script>
</body>
</html>