Menu

[r1]: / trunk / Source / Documentation / Templates / toc.tmpl  Maximize  Restore  History

Download this file

255 lines (224 with data), 14.8 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html ; charset=utf-8">
<style type="text/css">
@import "CSS/toc.css";
</style>
<link rel="stylesheet" type="text/css" href="css/print.css" media="print">
<title>RegexKit Framework Table Of Contents</title>
<noscript> <meta http-equiv="Refresh" content="0; URL=toc_opened.html"> </noscript>
</head>
<body>
<div class="toc outerBorder" id="tocOuterID">
<div class="toc" id="tocID">
<div class="masthead">
<div class="title"></div>
<a class="framework" href="content.html" target="doc">RegexKit Framework Reference</a>
<div class="subtitle">Regular Expressions for Objective-C</div>
</div>
<div class="bar">&nbsp;</div>
<div class="section first closed guide" id="tocID_RegexKitProgrammingGuide">
<div class="header">
<span class="indicator large">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html" target="doc">RegexKit Programming Guide</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_Introduction">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#Introduction" target="doc">Introduction</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#Introduction_Highlights" target="doc">Highlights</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#Introduction_Prerequisites" target="doc">Prerequisites</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#Introduction_DocumentationOverview" target="doc">Documentation Overview</a></div>
</div>
</div>
</div>
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_RegularExpressions">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#RegularExpressions" target="doc">Regular Expressions</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_TheBasics" target="doc">The Basics</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_ExtractingPartofaMatch" target="doc">Extracting Part of a Match</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_CaptureSubpatterns" target="doc">Capture Subpatterns</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_NamedCaptureSubpatterns" target="doc">Named Capture Subpatterns</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_NestedCaptureSubpatterns" target="doc">Nested Capture Subpatterns</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#RegularExpressions_ItOnlyGetsMoreComplicatedfromHere" target="doc">It Only Gets More Complicated from Here</a></div>
</div>
</div>
</div>
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_TheRegexKitClasses">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#TheRegexKitClasses" target="doc">The RegexKit Classes</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#TheRegexKitClasses_RKRegex" target="doc">RKRegex</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#TheRegexKitClasses_RKCache" target="doc">RKCache</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#TheRegexKitClasses_RKEnumerator" target="doc">RKEnumerator</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#TheRegexKitClasses_FoundationExtensions" target="doc">Foundation Extensions</a></div>
</div>
</div>
</div>
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_NSStringAdditions">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#NSStringAdditions" target="doc">NSString Additions</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_CaptureExtraction" target="doc">Capture Extraction</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_CaptureTypeConversions" target="doc">Capture Type Conversion</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_DeterminingifaStringisMatchedbyaRegularExpression" target="doc">Determining if a String is Matched by a Regular Expression</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_FindingtheRangeofaMatch" target="doc">Finding the Range of a Match</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_CreatingaNewStringUsingtheResultsofaMatch" target="doc">Creating a New String Using the Results of a Match</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_SearchandReplace" target="doc">Search and Replace</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#NSStringAdditions_EnumeratingalltheMatchesinaStringbyaRegularExpression" target="doc">Enumerating all the Matches in a String by a Regular Expression</a></div>
</div>
</div>
</div>
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_ReleaseInformation">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#ReleaseInformation" target="doc">Release Information</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#ReleaseInformation_ReleaseHistory" target="doc">Release History</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#ReleaseInformation_VersionNumberingInformation" target="doc">Version Number Information</a></div>
</div>
</div>
</div>
<div class="section closed sub" id="tocID_RegexKitProgrammingGuide_AddingtheRegexKitframeworktoyourProject">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject" target="doc">Adding the RegexKit.framework to your Project</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject_OutlineofRequiredSteps" target="doc">Outline of Required Steps</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject_LinkingtotheFramework" target="doc">Linking to the Framework</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject_CopyingtheFrameworktoyourApplicationsBundle" target="doc">Copying the Framework to your Applications Bundle</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject_ImportingtheRegexKithHeader" target="doc">Importing the RegexKit.h Header</a></div>
<div class="entry"><a href="RegexKitProgrammingGuide.html#AddingtheRegexKitframeworktoyourProject_Finished" target="doc">Finished</a></div>
</div>
</div>
</div>
<div class="header">
<span class="spacer small">&nbsp;</span>
<span class="label"><a href="RegexKitProgrammingGuide.html#LicenseInformation" target="doc">License Information</a></span>
</div>
<span class="rightEdge"><img alt="Overflow fade" src="Images/grad_18_1.png"></span>
</div>
</div>
</div>
<div class="section closed guide" id="tocID_RegexKitImplementationTopics">
<div class="header">
<span class="indicator large">&nbsp;</span>
<span class="title"><a href="RegexKitImplementationTopics.html" target="doc">RegexKit Implementation Topics</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="section closed sub" id="tocID_RegexKitImplementationTopics_PCREVersionandFeatureSupport">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitImplementationTopics.html#PCREVersionandFeatureSupport" target="doc">PCRE Version and Feature Support</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitImplementationTopics.html#PCREVersionandFeatureSupport_PCREVersionsSupported" target="doc">PCRE Versions Supported</a></div>
<div class="entry"><a href="RegexKitImplementationTopics.html#PCREVersionandFeatureSupport_FeaturesSupported" target="doc">Features Supported</a></div>
<div class="entry"><a href="RegexKitImplementationTopics.html#PCREVersionandFeatureSupport_FeaturesNotSupported" target="doc">Features Not Supported</a></div>
</div>
</div>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#MultithreadingSafety" target="doc" title="Multithreading Safety">Multithreading Safety</a></div>-->
<div class="section closed sub" id="tocID_RegexKitImplementationTopics_MultithreadingSafety">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitImplementationTopics.html#MultithreadingSafety" target="doc">Multithreading Safety</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="MultithreadingSafety_threadLocalData" target="doc">Thread Local Data</a></div>
<div class="entry"><a href="MultithreadingSafety_AtomicPrimitives" target="doc">Atomic Primitives</a></div>
<div class="entry"><a href="MultithreadingSafety_SinglethreadedvsMultithreaded" target="doc">Single threaded vs. Multithreaded</a></div>
<div class="entry"><a href="MultithreadingSafety_GNUstepSpecifics" target="doc">GNUstep Specifics</a></div>
</div>
</div>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#BuildingtheRegexKitframeworkwithXcode" target="doc" title="Building the RegexKit.framework with Xcode">Building the RegexKit.framework with Xcode</a></div>-->
<div class="header">
<span class="spacer small">&nbsp;</span>
<span class="label"><a href="RegexKitImplementationTopics.html#BuildingtheRegexKitframeworkwithXcode" target="doc">Building the RegexKit.framework with Xcode</a></span>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#GNUstep" target="doc" title="GNUstep">GNUstep</a></div>-->
<div class="header">
<span class="spacer small">&nbsp;</span>
<span class="label"><a href="RegexKitImplementationTopics.html#GNUstep" target="doc">GNUstep</a></span>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#ImplementationDetails" target="doc" title="Implementation Details">Implementation Details</a></div>-->
<div class="section closed sub" id="tocID_RegexKitImplementationTopics_ImplementationDetails">
<div class="header">
<span class="indicator small">&nbsp;</span>
<span class="title"><a href="RegexKitImplementationTopics.html#ImplementationDetails" target="doc">Implementation Details</a></span>
</div>
<div class="contents">
<div class="entries">
<div class="entry"><a href="RegexKitImplementationTopics.html#ImplementationDetails_OpenStepFoundationvsCoreFoundation" target="doc">OpenStep Foundation vs. Core Foundation</a></div>
</div>
</div>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#FrameworkDependencies" target="doc" title="Framework Dependencies">Framework Dependencies</a></div>-->
<div class="header">
<span class="spacer small">&nbsp;</span>
<span class="label"><a href="RegexKitImplementationTopics.html#FrameworkDependencies" target="doc">Framework Dependencies</a></span>
</div>
<!--<div class="entry"><a href="RegexKitImplementationTopics.html#LicenseInformation" target="doc" title="License Information">License Information</a></div>-->
<div class="header">
<span class="spacer small">&nbsp;</span>
<span class="label"><a href="RegexKitImplementationTopics.html#LicenseInformation" target="doc">License Information</a></span>
</div>
<span class="rightEdge"><img alt="Overflow fade" src="Images/grad_18_1.png"></span>
</div>
</div>
</div>
<div class="bar">&nbsp;</div>
<div class="header"><span class="label">Framework Classes</span></div>
\$toc{'RKRegex'}
\$toc{'RKCache'}
\$toc{'RKEnumerator'}
<div class="bar">&nbsp;</div>
<div class="header"><span class="label">Foundation Extensions</span></div>
\$toc{'NSArray'}
\$toc{'NSDictionary'}
\$toc{'NSObject'}
\$toc{'NSSet'}
\$toc{'NSString'}
<!--
<div class="spacer">&nbsp;</div>
<div class="header"><span class="label">Mutable Objects</span></div>
-->
\$toc{'NSMutableArray'}
\$toc{'NSMutableDictionary'}
\$toc{'NSMutableSet'}
\$toc{'NSMutableString'}
<div class="bar">&nbsp;</div>
\$toc{'Functions'}
\$toc{'DataTypes'}
\$toc{'Constants'}
\@{[`\$ENV{'DOCUMENTATION_SCRIPTS_DIR'}/generatePCREToC.pl "\$ENV{'PCRE_HTML_DIR'}"`]}
</div><!-- toc -->
</div><!-- tocOuter -->
<script type="text/javascript" language="JavaScript" src="JavaScript/common.js"></script>
<script type="text/javascript" language="JavaScript" src="JavaScript/toc.js"></script>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.