You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="keyword">local</span> ret = (<spanclass="string">'[see %s](%s.%s.html'</span>):<spanclass="function-name">format</span>(path,res[<spanclass="number">1</span>],res[<spanclass="number">2</span>])
Copy file name to clipboardExpand all lines: docs/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ <h2>Examples</h2>
114
114
<divid="content">
115
115
116
116
117
-
<h2>Penlight Lua Libraries 1.14.0</h2>
117
+
<h2>Penlight Lua Libraries 1.15.0</h2>
118
118
<p>Penlight is a set of pure Lua libraries for making it easier to work with common tasks like iterating over directories, reading configuration files and the like. Provides functional operations on tables and sequences. Visit the <ahref="https://github.com/lunarmodules/Penlight">GitHub project</a> to review the code or file issues. Skip to the <ahref="manual/01-introduction.md.html#">introduction</a>.</p>
This function is a copy of <ahref="../libraries/pl.compat.html#execute">compat.execute</a>.
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+
</dd>
1108
1127
<dt>
1109
1128
<aname = "executeex"></a>
1110
1129
<strong>executeex (cmd, bin)</strong>
@@ -1147,7 +1166,7 @@ <h3>Returns:</h3>
1147
1166
<dd>
1148
1167
Quote and escape an argument of a command.
1149
1168
Quotes a single (or list of) argument(s) of a command to be passed
1150
-
to <ahref="https://www.lua.org/manual/5.4/manual.html#pdf-os.execute">os.execute</a>, <code>pl.utils.execute</code> or <ahref="../libraries/pl.utils.html#executeex">pl.utils.executeex</a>.
1169
+
to <ahref="https://www.lua.org/manual/5.4/manual.html#pdf-os.execute">os.execute</a>, <ahref="../libraries/pl.utils.html#execute">pl.utils.execute</a> or <ahref="../libraries/pl.utils.html#executeex">pl.utils.executeex</a>.
(<ahref="http://stevedonovan.github.io/lua-stdlibs/lfs.html">lfs</a>), and if you want <ahref="../libraries/pl.dir.html#copyfile">dir.copyfile</a> to work cleanly on Windows, you will need
173
-
either <ahref="http://alien.luaforge.net/">alien</a> or be using
174
-
<ahref="http://luajit.org">LuaJIT</a> as well. (The fallback is to call the equivalent
173
+
either <ahref="https://github.com/mascarenhas/alien">alien</a> or be using
174
+
<ahref="https://luajit.org">LuaJIT</a> as well. (The fallback is to call the equivalent
Copy file name to clipboardExpand all lines: docs/manual/03-strings.md.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ <h3>String Templates</h3>
263
263
<p><aname="Another_Style_of_Template"></a></p>
264
264
<h3>Another Style of Template</h3>
265
265
266
-
<p>A new module is <ahref="../libraries/pl.template.html#">template</a>, which is a version of Rici Lake's <ahref="http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor">Lua
266
+
<p>A new module is <ahref="../libraries/pl.template.html#">template</a>, which is a version of Rici Lake's <ahref="https://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor">Lua
267
267
Preprocessor</a>. This
268
268
allows you to mix Lua code with your templates in a straightforward way. There
<p>The <ahref="../classes/pl.Date.html#">Date</a> class provides a simplified way to work with <ahref="http://www.lua.org/pil/22.1.html">date and
130
+
<p>The <ahref="../classes/pl.Date.html#">Date</a> class provides a simplified way to work with <ahref="https://www.lua.org/pil/22.1.html">date and
131
131
time</a> in Lua; it leans heavily on the functions
132
132
<ahref="https://www.lua.org/manual/5.4/manual.html#pdf-os.date">os.date</a> and <ahref="https://www.lua.org/manual/5.4/manual.html#pdf-os.time">os.time</a>.</p>
0 commit comments