fake 1.40.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/Fake.Git/AssemblyInfo.htm +87 -0
- data/docs/Fake.Git/Branches.htm +266 -0
- data/docs/Fake.Git/CommandHelper.htm +195 -0
- data/docs/Fake.Git/CommitMessage.htm +108 -0
- data/docs/Fake.Git/FileStatus.htm +291 -0
- data/docs/Fake.Git/Information.htm +148 -0
- data/docs/Fake.Git/Merge.htm +100 -0
- data/docs/Fake.Git/MergeType.htm +224 -0
- data/docs/Fake.Git/Repository.htm +108 -0
- data/docs/Fake.Git/Reset.htm +140 -0
- data/docs/Fake.Git/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +161 -0
- data/docs/Fake.Git/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +127 -0
- data/docs/Fake.Git/SHA1.htm +116 -0
- data/docs/Fake.Git/SanityChecks.htm +132 -0
- data/docs/Fake.Git/Staging.htm +134 -0
- data/docs/Fake.Git/Submodule.htm +197 -0
- data/docs/Fake.Git/Tags.htm +169 -0
- data/docs/Fake.Git/index.htm +99 -0
- data/docs/Fake.MSBuild/SpecsRemovement.htm +156 -0
- data/docs/Fake.MSBuild/index.htm +51 -0
- data/docs/Fake.SQL/AssemblyInfo.htm +63 -0
- data/docs/Fake.SQL/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +108 -0
- data/docs/Fake.SQL/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +103 -0
- data/docs/Fake.SQL/ServerInfo.htm +91 -0
- data/docs/Fake.SQL/SqlServer.htm +251 -0
- data/docs/Fake.SQL/index.htm +63 -0
- data/docs/Fake/AssemblyInfoHelper.htm +210 -0
- data/docs/Fake/AssemblyInfoParams.htm +305 -0
- data/docs/Fake/AsyncHelper.htm +192 -0
- data/docs/Fake/Build.htm +225 -0
- data/docs/Fake/BuildConfiguration.htm +232 -0
- data/docs/Fake/BuildError.htm +224 -0
- data/docs/Fake/BuildServer.htm +290 -0
- data/docs/Fake/BuildServerHelper.htm +225 -0
- data/docs/Fake/CacheHelper.htm +192 -0
- data/docs/Fake/CodeLanguage.htm +290 -0
- data/docs/Fake/DocuHelper.htm +202 -0
- data/docs/Fake/DocuParams.htm +225 -0
- data/docs/Fake/EnvironmentHelper.htm +268 -0
- data/docs/Fake/Event.htm +192 -0
- data/docs/Fake/ExecParams.htm +225 -0
- data/docs/Fake/FSIHelper.htm +202 -0
- data/docs/Fake/FileHelper.htm +458 -0
- data/docs/Fake/FileIncludes.htm +220 -0
- data/docs/Fake/FileSetHelper.htm +373 -0
- data/docs/Fake/FileSystemHelper.htm +250 -0
- data/docs/Fake/FxCopErrorLevel.htm +298 -0
- data/docs/Fake/FxCopHelper.htm +210 -0
- data/docs/Fake/FxCopParams.htm +292 -0
- data/docs/Fake/HTMLHelpWorkShopHelper.htm +201 -0
- data/docs/Fake/ILMergeHelper.htm +202 -0
- data/docs/Fake/ILMergeParams.htm +217 -0
- data/docs/Fake/MSBuildHelper.htm +263 -0
- data/docs/Fake/MailBoxHelper.htm +220 -0
- data/docs/Fake/Message.htm +230 -0
- data/docs/Fake/MessageHelper.htm +202 -0
- data/docs/Fake/NCoverHelper.htm +202 -0
- data/docs/Fake/NCoverParams.htm +230 -0
- data/docs/Fake/NUnitHelper.htm +215 -0
- data/docs/Fake/NUnitParams.htm +265 -0
- data/docs/Fake/PostMethod.htm +264 -0
- data/docs/Fake/ProcessHelper.htm +333 -0
- data/docs/Fake/Project.htm +227 -0
- data/docs/Fake/REST.htm +218 -0
- data/docs/Fake/RegexEntry.htm +220 -0
- data/docs/Fake/RegistryBaseKey.htm +368 -0
- data/docs/Fake/RegistryHelper.htm +208 -0
- data/docs/Fake/StringHelper.htm +458 -0
- data/docs/Fake/Tags.htm +393 -0
- data/docs/Fake/TargetHelper.htm +379 -0
- data/docs/Fake/TargetTemplate`1.htm +199 -0
- data/docs/Fake/TeamCityHelper.htm +344 -0
- data/docs/Fake/TeamCityRESTHelper.htm +232 -0
- data/docs/Fake/TemplateHelper.htm +218 -0
- data/docs/Fake/TestCase.htm +245 -0
- data/docs/Fake/TestSuite.htm +260 -0
- data/docs/Fake/TimeoutHelper.htm +192 -0
- data/docs/Fake/TraceHelper.htm +417 -0
- data/docs/Fake/TraceMessage.htm +272 -0
- data/docs/Fake/TraceMode.htm +264 -0
- data/docs/Fake/VCSRoot.htm +225 -0
- data/docs/Fake/VSSHelper.htm +200 -0
- data/docs/Fake/WiXHelper.htm +255 -0
- data/docs/Fake/WiXParams.htm +215 -0
- data/docs/Fake/XCopyHelper.htm +197 -0
- data/docs/Fake/XMLHelper.htm +321 -0
- data/docs/Fake/XUnitHelper.htm +202 -0
- data/docs/Fake/XUnitParams.htm +255 -0
- data/docs/Fake/ZipHelper.htm +241 -0
- data/docs/Fake/index.htm +237 -0
- data/docs/FakeLib/AssemblyInfo.htm +59 -0
- data/docs/FakeLib/ReturnException183c26a427ae489c8fd92ec21a0c9a59.htm +104 -0
- data/docs/FakeLib/ReturnNoneException183c26a427ae489c8fd92ec21a0c9a59.htm +99 -0
- data/docs/FakeLib/index.htm +57 -0
- data/docs/index.htm +29 -0
- data/docs/js/jquery-1.3.2.min.js +19 -0
- data/docs/js/jquery.scrollTo-min.js +11 -0
- data/docs/js/navigation.js +11 -0
- data/docs/main.css +208 -0
- data/lib/DocuLicense.txt +10 -0
- data/lib/FAKE.exe +0 -0
- data/lib/FAKE.exe.config +8 -0
- data/lib/FSharp.Core.dll +0 -0
- data/lib/FSharp.Core.xml +9219 -0
- data/lib/Fake.Git.XML +438 -0
- data/lib/Fake.Git.dll +0 -0
- data/lib/Fake.SQL.XML +138 -0
- data/lib/Fake.SQL.dll +0 -0
- data/lib/FakeLib.XML +2324 -0
- data/lib/FakeLib.dll +0 -0
- data/lib/ICSharpCode.SharpZipLib.dll +0 -0
- data/lib/License.txt +54 -0
- data/lib/docu.exe +0 -0
- data/lib/readme.txt +65 -0
- metadata +181 -0
|
@@ -0,0 +1,458 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<title>StringHelper - FAKE - F# Make Git Lib Documentation</title>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
|
6
|
+
<link type="text/css" rel="stylesheet" href="../main.css"/>
|
|
7
|
+
<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
|
|
8
|
+
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
|
|
9
|
+
<script type="text/javascript" src="../js/navigation.js"></script>
|
|
10
|
+
</head>
|
|
11
|
+
<body><div id="namespaces">
|
|
12
|
+
<h2 class="fixed">Namespaces</h2>
|
|
13
|
+
<div class="scroll">
|
|
14
|
+
<ul><li>
|
|
15
|
+
<a href="../Fake/index.htm" class="current">Fake</a>
|
|
16
|
+
</li><li>
|
|
17
|
+
<a href="../Fake.Git/index.htm">Fake.Git</a>
|
|
18
|
+
</li><li>
|
|
19
|
+
<a href="../Fake.MSBuild/index.htm">Fake.MSBuild</a>
|
|
20
|
+
</li><li>
|
|
21
|
+
<a href="../Fake.SQL/index.htm">Fake.SQL</a>
|
|
22
|
+
</li><li>
|
|
23
|
+
<a href="../FakeLib/index.htm">FakeLib</a>
|
|
24
|
+
</li>
|
|
25
|
+
</ul>
|
|
26
|
+
</div>
|
|
27
|
+
</div><div id="types">
|
|
28
|
+
<h2 class="fixed">Types in Fake</h2>
|
|
29
|
+
<div class="scroll">
|
|
30
|
+
<ul><li>
|
|
31
|
+
<a href="../Fake/AssemblyInfoHelper.htm">AssemblyInfoHelper</a>
|
|
32
|
+
</li><li>
|
|
33
|
+
<a href="../Fake/AssemblyInfoParams.htm">AssemblyInfoParams</a>
|
|
34
|
+
</li><li>
|
|
35
|
+
<a href="../Fake/AsyncHelper.htm">AsyncHelper</a>
|
|
36
|
+
</li><li>
|
|
37
|
+
<a href="../Fake/Build.htm">Build</a>
|
|
38
|
+
</li><li>
|
|
39
|
+
<a href="../Fake/BuildConfiguration.htm">BuildConfiguration</a>
|
|
40
|
+
</li><li>
|
|
41
|
+
<a href="../Fake/BuildError.htm">BuildError</a>
|
|
42
|
+
</li><li>
|
|
43
|
+
<a href="../Fake/BuildServer.htm">BuildServer</a>
|
|
44
|
+
</li><li>
|
|
45
|
+
<a href="../Fake/BuildServerHelper.htm">BuildServerHelper</a>
|
|
46
|
+
</li><li>
|
|
47
|
+
<a href="../Fake/CacheHelper.htm">CacheHelper</a>
|
|
48
|
+
</li><li>
|
|
49
|
+
<a href="../Fake/CodeLanguage.htm">CodeLanguage</a>
|
|
50
|
+
</li><li>
|
|
51
|
+
<a href="../Fake/DocuHelper.htm">DocuHelper</a>
|
|
52
|
+
</li><li>
|
|
53
|
+
<a href="../Fake/DocuParams.htm">DocuParams</a>
|
|
54
|
+
</li><li>
|
|
55
|
+
<a href="../Fake/EnvironmentHelper.htm">EnvironmentHelper</a>
|
|
56
|
+
</li><li>
|
|
57
|
+
<a href="../Fake/Event.htm">Event</a>
|
|
58
|
+
</li><li>
|
|
59
|
+
<a href="../Fake/ExecParams.htm">ExecParams</a>
|
|
60
|
+
</li><li>
|
|
61
|
+
<a href="../Fake/FileHelper.htm">FileHelper</a>
|
|
62
|
+
</li><li>
|
|
63
|
+
<a href="../Fake/FileIncludes.htm">FileIncludes</a>
|
|
64
|
+
</li><li>
|
|
65
|
+
<a href="../Fake/FileSetHelper.htm">FileSetHelper</a>
|
|
66
|
+
</li><li>
|
|
67
|
+
<a href="../Fake/FileSystemHelper.htm">FileSystemHelper</a>
|
|
68
|
+
</li><li>
|
|
69
|
+
<a href="../Fake/FSIHelper.htm">FSIHelper</a>
|
|
70
|
+
</li><li>
|
|
71
|
+
<a href="../Fake/FxCopErrorLevel.htm">FxCopErrorLevel</a>
|
|
72
|
+
</li><li>
|
|
73
|
+
<a href="../Fake/FxCopHelper.htm">FxCopHelper</a>
|
|
74
|
+
</li><li>
|
|
75
|
+
<a href="../Fake/FxCopParams.htm">FxCopParams</a>
|
|
76
|
+
</li><li>
|
|
77
|
+
<a href="../Fake/HTMLHelpWorkShopHelper.htm">HTMLHelpWorkShopHelper</a>
|
|
78
|
+
</li><li>
|
|
79
|
+
<a href="../Fake/ILMergeHelper.htm">ILMergeHelper</a>
|
|
80
|
+
</li><li>
|
|
81
|
+
<a href="../Fake/ILMergeParams.htm">ILMergeParams</a>
|
|
82
|
+
</li><li>
|
|
83
|
+
<a href="../Fake/MailBoxHelper.htm">MailBoxHelper</a>
|
|
84
|
+
</li><li>
|
|
85
|
+
<a href="../Fake/Message.htm">Message</a>
|
|
86
|
+
</li><li>
|
|
87
|
+
<a href="../Fake/MessageHelper.htm">MessageHelper</a>
|
|
88
|
+
</li><li>
|
|
89
|
+
<a href="../Fake/MSBuildHelper.htm">MSBuildHelper</a>
|
|
90
|
+
</li><li>
|
|
91
|
+
<a href="../Fake/NCoverHelper.htm">NCoverHelper</a>
|
|
92
|
+
</li><li>
|
|
93
|
+
<a href="../Fake/NCoverParams.htm">NCoverParams</a>
|
|
94
|
+
</li><li>
|
|
95
|
+
<a href="../Fake/NUnitHelper.htm">NUnitHelper</a>
|
|
96
|
+
</li><li>
|
|
97
|
+
<a href="../Fake/NUnitParams.htm">NUnitParams</a>
|
|
98
|
+
</li><li>
|
|
99
|
+
<a href="../Fake/PostMethod.htm">PostMethod</a>
|
|
100
|
+
</li><li>
|
|
101
|
+
<a href="../Fake/ProcessHelper.htm">ProcessHelper</a>
|
|
102
|
+
</li><li>
|
|
103
|
+
<a href="../Fake/Project.htm">Project</a>
|
|
104
|
+
</li><li>
|
|
105
|
+
<a href="../Fake/RegexEntry.htm">RegexEntry</a>
|
|
106
|
+
</li><li>
|
|
107
|
+
<a href="../Fake/RegistryBaseKey.htm">RegistryBaseKey</a>
|
|
108
|
+
</li><li>
|
|
109
|
+
<a href="../Fake/RegistryHelper.htm">RegistryHelper</a>
|
|
110
|
+
</li><li>
|
|
111
|
+
<a href="../Fake/REST.htm">REST</a>
|
|
112
|
+
</li><li>
|
|
113
|
+
<a href="../Fake/StringHelper.htm" class="current">StringHelper</a>
|
|
114
|
+
</li><li>
|
|
115
|
+
<a href="../Fake/Tags.htm">Tags</a>
|
|
116
|
+
</li><li>
|
|
117
|
+
<a href="../Fake/TargetHelper.htm">TargetHelper</a>
|
|
118
|
+
</li><li>
|
|
119
|
+
<a href="../Fake/TargetTemplate`1.htm">TargetTemplate`1</a>
|
|
120
|
+
</li><li>
|
|
121
|
+
<a href="../Fake/TeamCityHelper.htm">TeamCityHelper</a>
|
|
122
|
+
</li><li>
|
|
123
|
+
<a href="../Fake/TeamCityRESTHelper.htm">TeamCityRESTHelper</a>
|
|
124
|
+
</li><li>
|
|
125
|
+
<a href="../Fake/TemplateHelper.htm">TemplateHelper</a>
|
|
126
|
+
</li><li>
|
|
127
|
+
<a href="../Fake/TestCase.htm">TestCase</a>
|
|
128
|
+
</li><li>
|
|
129
|
+
<a href="../Fake/TestSuite.htm">TestSuite</a>
|
|
130
|
+
</li><li>
|
|
131
|
+
<a href="../Fake/TimeoutHelper.htm">TimeoutHelper</a>
|
|
132
|
+
</li><li>
|
|
133
|
+
<a href="../Fake/TraceHelper.htm">TraceHelper</a>
|
|
134
|
+
</li><li>
|
|
135
|
+
<a href="../Fake/TraceMessage.htm">TraceMessage</a>
|
|
136
|
+
</li><li>
|
|
137
|
+
<a href="../Fake/TraceMode.htm">TraceMode</a>
|
|
138
|
+
</li><li>
|
|
139
|
+
<a href="../Fake/VCSRoot.htm">VCSRoot</a>
|
|
140
|
+
</li><li>
|
|
141
|
+
<a href="../Fake/VSSHelper.htm">VSSHelper</a>
|
|
142
|
+
</li><li>
|
|
143
|
+
<a href="../Fake/WiXHelper.htm">WiXHelper</a>
|
|
144
|
+
</li><li>
|
|
145
|
+
<a href="../Fake/WiXParams.htm">WiXParams</a>
|
|
146
|
+
</li><li>
|
|
147
|
+
<a href="../Fake/XCopyHelper.htm">XCopyHelper</a>
|
|
148
|
+
</li><li>
|
|
149
|
+
<a href="../Fake/XMLHelper.htm">XMLHelper</a>
|
|
150
|
+
</li><li>
|
|
151
|
+
<a href="../Fake/XUnitHelper.htm">XUnitHelper</a>
|
|
152
|
+
</li><li>
|
|
153
|
+
<a href="../Fake/XUnitParams.htm">XUnitParams</a>
|
|
154
|
+
</li><li>
|
|
155
|
+
<a href="../Fake/ZipHelper.htm">ZipHelper</a>
|
|
156
|
+
</li>
|
|
157
|
+
</ul>
|
|
158
|
+
</div>
|
|
159
|
+
</div>
|
|
160
|
+
<div class="header">
|
|
161
|
+
<p class="class"><strong>Type</strong> StringHelper</p>
|
|
162
|
+
<p><strong>Namespace</strong> Fake</p>
|
|
163
|
+
</div>
|
|
164
|
+
<div class="sub-header">
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<h3 class="section">Methods</h3>
|
|
168
|
+
<ul><li><a href="../Fake/StringHelper.htm#append">append</a></li><li><a href="../Fake/StringHelper.htm#appendFileNamesIfNotNull">appendFileNamesIfNotNull</a></li><li><a href="../Fake/StringHelper.htm#appendIfFalse">appendIfFalse</a></li><li><a href="../Fake/StringHelper.htm#appendIfNotNull``1">appendIfNotNull<a></a></li><li><a href="../Fake/StringHelper.htm#appendIfTrue">appendIfTrue</a></li><li><a href="../Fake/StringHelper.htm#appendStringIfValueIsNotNull``1">appendStringIfValueIsNotNull<a></a></li><li><a href="../Fake/StringHelper.htm#appendStringIfValueIsNotNullOrEmpty">appendStringIfValueIsNotNullOrEmpty</a></li><li><a href="../Fake/StringHelper.htm#AppendToFile">AppendToFile</a></li><li><a href="../Fake/StringHelper.htm#EncapsulateApostrophe">EncapsulateApostrophe</a></li><li><a href="../Fake/StringHelper.htm#getRegEx">getRegEx</a></li><li><a href="../Fake/StringHelper.htm#isLetterOrDigit">isLetterOrDigit</a></li><li><a href="../Fake/StringHelper.htm#isNullOrEmpty">isNullOrEmpty</a></li><li><a href="../Fake/StringHelper.htm#isUmlaut">isUmlaut</a></li><li><a href="../Fake/StringHelper.htm#ProduceRelativePath">ProduceRelativePath</a></li><li><a href="../Fake/StringHelper.htm#productName">productName</a></li><li><a href="../Fake/StringHelper.htm#ReadFile">ReadFile</a></li><li><a href="../Fake/StringHelper.htm#ReadFileAsString">ReadFileAsString</a></li><li><a href="../Fake/StringHelper.htm#RemoveLineBreaks">RemoveLineBreaks</a></li><li><a href="../Fake/StringHelper.htm#replace">replace</a></li><li><a href="../Fake/StringHelper.htm#ReplaceFile">ReplaceFile</a></li><li><a href="../Fake/StringHelper.htm#separated">separated</a></li><li><a href="../Fake/StringHelper.htm#shortenCurrentDirectory">shortenCurrentDirectory</a></li><li><a href="../Fake/StringHelper.htm#toLines">toLines</a></li><li><a href="../Fake/StringHelper.htm#toRelativePath">toRelativePath</a></li><li><a href="../Fake/StringHelper.htm#trimSeparator">trimSeparator</a></li><li><a href="../Fake/StringHelper.htm#trimSlash">trimSlash</a></li><li><a href="../Fake/StringHelper.htm#trimSpecialChars">trimSpecialChars</a></li><li><a href="../Fake/StringHelper.htm#WriteFile">WriteFile</a></li><li><a href="../Fake/StringHelper.htm#WriteStringToFile">WriteStringToFile</a></li><li><a href="../Fake/StringHelper.htm#WriteToFile">WriteToFile</a></li>
|
|
169
|
+
</ul>
|
|
170
|
+
|
|
171
|
+
<h3 class="section">Properties</h3>
|
|
172
|
+
<ul><li><a href="../Fake/StringHelper.htm#charsAndDigits">charsAndDigits</a></li><li><a href="../Fake/StringHelper.htm#Colon">Colon</a></li><li><a href="../Fake/StringHelper.htm#directorySeparator">directorySeparator</a></li><li><a href="../Fake/StringHelper.htm#relativePaths">relativePaths</a></li>
|
|
173
|
+
</ul>
|
|
174
|
+
|
|
175
|
+
</div>
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
<h3 class="section">Public static methods</h3>
|
|
180
|
+
<div id="append" class="method">
|
|
181
|
+
<h4><span title="System.Text.StringBuilder">StringBuilder</span> <strong>append</strong>(<span title="System.string">string</span> s, <span title="System.Text.StringBuilder">StringBuilder</span> builder)</h4>
|
|
182
|
+
<div class="content">Appends a text
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
</div>
|
|
188
|
+
</div><div id="appendFileNamesIfNotNull" class="method">
|
|
189
|
+
<h4><span title="System.Text.StringBuilder">StringBuilder</span> <strong>appendFileNamesIfNotNull</strong>(<span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> fileNames, <span title="System.Text.StringBuilder">StringBuilder</span> builder)</h4>
|
|
190
|
+
<div class="content">Appends all notnull fileNames
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
</div>
|
|
196
|
+
</div><div id="appendIfFalse" class="method">
|
|
197
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>>">FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>></span> <strong>appendIfFalse</strong>(<span title="System.bool">bool</span> p)</h4>
|
|
198
|
+
<div class="content">Appends a text if the predicate is false
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
</div>
|
|
204
|
+
</div><div id="appendIfNotNull``1" class="method">
|
|
205
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<StringBuilder, StringBuilder>">FSharpFunc<StringBuilder, StringBuilder></span> <strong>appendIfNotNull<a></strong>(<span title="Fake.a">a</span> value, <span title="System.string">string</span> s)</h4>
|
|
206
|
+
<div class="content">Appends a text if the value is not null
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
</div>
|
|
212
|
+
</div><div id="appendIfTrue" class="method">
|
|
213
|
+
<h4><span title="System.Text.StringBuilder">StringBuilder</span> <strong>appendIfTrue</strong>(<span title="System.bool">bool</span> p, <span title="System.string">string</span> s, <span title="System.Text.StringBuilder">StringBuilder</span> builder)</h4>
|
|
214
|
+
<div class="content">Appends a text if the predicate is true
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
</div>
|
|
220
|
+
</div><div id="appendStringIfValueIsNotNull``1" class="method">
|
|
221
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>>">FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>></span> <strong>appendStringIfValueIsNotNull<a></strong>(<span title="Fake.a">a</span> value)</h4>
|
|
222
|
+
<div class="content">Appends a text if the value is not null
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
</div>
|
|
228
|
+
</div><div id="appendStringIfValueIsNotNullOrEmpty" class="method">
|
|
229
|
+
<h4><span title="Microsoft.FSharp.Core.FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>>">FSharpFunc<string, FSharpFunc<StringBuilder, StringBuilder>></span> <strong>appendStringIfValueIsNotNullOrEmpty</strong>(<span title="System.string">string</span> value)</h4>
|
|
230
|
+
<div class="content">Appends a text if the value is not null or empty
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
</div>
|
|
236
|
+
</div><div id="AppendToFile" class="method">
|
|
237
|
+
<h4><span title="System.void">void</span> <strong>AppendToFile</strong>(<span title="System.string">string</span> file, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> lines)</h4>
|
|
238
|
+
<div class="content">Appends all lines to a file line by line
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
</div>
|
|
244
|
+
</div><div id="EncapsulateApostrophe" class="method">
|
|
245
|
+
<h4><span title="System.string">string</span> <strong>EncapsulateApostrophe</strong>(<span title="System.string">string</span> text)</h4>
|
|
246
|
+
<div class="content">Encapsulates the Apostrophe
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
</div>
|
|
252
|
+
</div><div id="getRegEx" class="method">
|
|
253
|
+
<h4><span title="System.Text.RegularExpressions.Regex">Regex</span> <strong>getRegEx</strong>(<span title="System.string">string</span> pattern)</h4>
|
|
254
|
+
<div class="content">
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
</div>
|
|
260
|
+
</div><div id="isLetterOrDigit" class="method">
|
|
261
|
+
<h4><span title="System.bool">bool</span> <strong>isLetterOrDigit</strong>(<span title="System.Char">Char</span> c)</h4>
|
|
262
|
+
<div class="content">Checks wether the given char is a standard char or digit.
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
</div>
|
|
268
|
+
</div><div id="isNullOrEmpty" class="method">
|
|
269
|
+
<h4><span title="System.bool">bool</span> <strong>isNullOrEmpty</strong>(<span title="System.string">string</span> arg00)</h4>
|
|
270
|
+
<div class="content">Returns if the string is null or empty
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
</div>
|
|
276
|
+
</div><div id="isUmlaut" class="method">
|
|
277
|
+
<h4><span title="System.bool">bool</span> <strong>isUmlaut</strong>(<span title="System.Char">Char</span> c)</h4>
|
|
278
|
+
<div class="content">Checks wether the given char is a german umlaut.
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
</div>
|
|
284
|
+
</div><div id="ProduceRelativePath" class="method">
|
|
285
|
+
<h4><span title="System.string">string</span> <strong>ProduceRelativePath</strong>(<span title="System.string">string</span> baseLocation, <span title="System.string">string</span> targetLocation)</h4>
|
|
286
|
+
<div class="content">Produces relative path when possible to go from baseLocation to targetLocation.
|
|
287
|
+
|
|
288
|
+
<div class="parameters">
|
|
289
|
+
<h5>Parameters</h5>
|
|
290
|
+
|
|
291
|
+
<h6><code><span title="System.string">string</span></code> baseLocation</h6><p class="comments">The root folder</p>
|
|
292
|
+
<h6><code><span title="System.string">string</span></code> targetLocation</h6><p class="comments">The target folder</p>
|
|
293
|
+
</div>
|
|
294
|
+
<div class="return">
|
|
295
|
+
<h5>Return</h5>
|
|
296
|
+
<h6><code><span title="System.string">string</span></code></h6>
|
|
297
|
+
<p>The relative path relative to baseLocation</p>
|
|
298
|
+
</div>
|
|
299
|
+
|
|
300
|
+
</div>
|
|
301
|
+
</div><div id="productName" class="method">
|
|
302
|
+
<h4><span title="System.string">string</span> <strong>productName</strong>()</h4>
|
|
303
|
+
<div class="content">
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
</div>
|
|
309
|
+
</div><div id="ReadFile" class="method">
|
|
310
|
+
<h4><span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> <strong>ReadFile</strong>(<span title="System.string">string</span> file)</h4>
|
|
311
|
+
<div class="content">Reads a file line by line
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
</div>
|
|
317
|
+
</div><div id="ReadFileAsString" class="method">
|
|
318
|
+
<h4><span title="System.string">string</span> <strong>ReadFileAsString</strong>(<span title="System.string">string</span> file)</h4>
|
|
319
|
+
<div class="content">Reads a file as one text
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
</div>
|
|
325
|
+
</div><div id="RemoveLineBreaks" class="method">
|
|
326
|
+
<h4><span title="System.string">string</span> <strong>RemoveLineBreaks</strong>(<span title="System.string">string</span> text)</h4>
|
|
327
|
+
<div class="content">Removes linebreaks from the given string
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
</div>
|
|
333
|
+
</div><div id="replace" class="method">
|
|
334
|
+
<h4><span title="System.string">string</span> <strong>replace</strong>(<span title="System.string">string</span> pattern, <span title="System.string">string</span> replacement, <span title="System.string">string</span> text)</h4>
|
|
335
|
+
<div class="content">Replaces the given pattern in the given text with the replacement
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
</div>
|
|
341
|
+
</div><div id="ReplaceFile" class="method">
|
|
342
|
+
<h4><span title="System.void">void</span> <strong>ReplaceFile</strong>(<span title="System.string">string</span> fileName, <span title="System.string">string</span> text)</h4>
|
|
343
|
+
<div class="content">Replaces the file with the given string
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
</div>
|
|
349
|
+
</div><div id="separated" class="method">
|
|
350
|
+
<h4><span title="System.string">string</span> <strong>separated</strong>(<span title="System.string">string</span> delimiter, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> items)</h4>
|
|
351
|
+
<div class="content">Converts a sequence of strings to a string with delimiters
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
</div>
|
|
357
|
+
</div><div id="shortenCurrentDirectory" class="method">
|
|
358
|
+
<h4><span title="System.string">string</span> <strong>shortenCurrentDirectory</strong>(<span title="System.string">string</span> value)</h4>
|
|
359
|
+
<div class="content">Replaces any occurence of the currentDirectory with .
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
</div>
|
|
365
|
+
</div><div id="toLines" class="method">
|
|
366
|
+
<h4><span title="System.string">string</span> <strong>toLines</strong>(<span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> s)</h4>
|
|
367
|
+
<div class="content">Converts a sequence of strings into a string separated with line ends
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
</div>
|
|
373
|
+
</div><div id="toRelativePath" class="method">
|
|
374
|
+
<h4><span title="System.string">string</span> <strong>toRelativePath</strong>(<span title="System.string">string</span> value)</h4>
|
|
375
|
+
<div class="content">Replaces the absolute path to a relative
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
</div>
|
|
381
|
+
</div><div id="trimSeparator" class="method">
|
|
382
|
+
<h4><span title="System.string">string</span> <strong>trimSeparator</strong>(<span title="System.string">string</span> s)</h4>
|
|
383
|
+
<div class="content">Trims the given string with the DirectorySeparatorChar
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
</div>
|
|
389
|
+
</div><div id="trimSlash" class="method">
|
|
390
|
+
<h4><span title="System.string">string</span> <strong>trimSlash</strong>(<span title="System.string">string</span> s)</h4>
|
|
391
|
+
<div class="content">Removes the slashes from the end of the given string
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
</div>
|
|
397
|
+
</div><div id="trimSpecialChars" class="method">
|
|
398
|
+
<h4><span title="System.string">string</span> <strong>trimSpecialChars</strong>(<span title="System.string">string</span> s)</h4>
|
|
399
|
+
<div class="content">
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
</div>
|
|
405
|
+
</div><div id="WriteFile" class="method">
|
|
406
|
+
<h4><span title="System.void">void</span> <strong>WriteFile</strong>(<span title="System.string">string</span> file, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> lines)</h4>
|
|
407
|
+
<div class="content">Writes a file line by line
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
</div>
|
|
413
|
+
</div><div id="WriteStringToFile" class="method">
|
|
414
|
+
<h4><span title="System.void">void</span> <strong>WriteStringToFile</strong>(<span title="System.bool">bool</span> append, <span title="System.string">string</span> file, <span title="System.string">string</span> text)</h4>
|
|
415
|
+
<div class="content">Writes string to a file
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
</div>
|
|
421
|
+
</div><div id="WriteToFile" class="method">
|
|
422
|
+
<h4><span title="System.void">void</span> <strong>WriteToFile</strong>(<span title="System.bool">bool</span> append, <span title="System.string">string</span> fileName, <span title="System.Collections.Generic.IEnumerable<string>">IEnumerable<string></span> lines)</h4>
|
|
423
|
+
<div class="content">Writes a file line by line
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
</div>
|
|
429
|
+
</div>
|
|
430
|
+
|
|
431
|
+
<h3 class="section">Public properties</h3>
|
|
432
|
+
<div id="charsAndDigits" class="method">
|
|
433
|
+
<h4><span title="Microsoft.FSharp.Collections.FSharpList<Char>">FSharpList<Char></span> <strong>charsAndDigits</strong> get; </h4>
|
|
434
|
+
<div class="content">Returns all standard chars and digits.
|
|
435
|
+
|
|
436
|
+
</div>
|
|
437
|
+
</div><div id="Colon" class="method">
|
|
438
|
+
<h4><span title="System.Char">Char</span> <strong>Colon</strong> get; </h4>
|
|
439
|
+
<div class="content">
|
|
440
|
+
|
|
441
|
+
</div>
|
|
442
|
+
</div><div id="directorySeparator" class="method">
|
|
443
|
+
<h4><span title="System.string">string</span> <strong>directorySeparator</strong> get; </h4>
|
|
444
|
+
<div class="content">The directory separator string. On most systems / or \
|
|
445
|
+
|
|
446
|
+
</div>
|
|
447
|
+
</div><div id="relativePaths" class="method">
|
|
448
|
+
<h4><span title="System.Collections.Generic.Dictionary<string, string>">Dictionary<string, string></span> <strong>relativePaths</strong> get; </h4>
|
|
449
|
+
<div class="content">A cache of relative path names.
|
|
450
|
+
|
|
451
|
+
</div>
|
|
452
|
+
</div>
|
|
453
|
+
<div id="footer">
|
|
454
|
+
<p>Based on v1.40.5.0 of FAKE - F# Make Git Lib</p>
|
|
455
|
+
<p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
|
|
456
|
+
</div>
|
|
457
|
+
</body>
|
|
458
|
+
</html>
|