mediawiki-extensions-Scribunto/includes/Engines/LuaCommon
Anne Haunime b3f55c05e9 Optimize mw.text.trim() with default charset
Using code by David Manura, published at lua-users.org/wiki/StringTrim

Note '\t\r\n\f ' is replaced with '%s', thus '\v' (vertical tab) is added to the characters trimmed by default.

Bug: T338561
Change-Id: I98e2677f1181b88f4cd97cffca3a53ce426ec5cd
2023-07-14 15:59:20 +00:00
..
lualib Optimize mw.text.trim() with default charset 2023-07-14 15:59:20 +00:00
HashLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
HtmlLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
LanguageLibrary.php Use LanguageNameUtils::AUTONYMS/DEFINED instead of hard coded value 2022-12-29 13:43:27 +01:00
LibraryBase.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
LuaEngine.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaError.php LuaError: Use ?: in more traditional way 2022-10-03 19:01:56 +01:00
LuaInterpreter.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
LuaInterpreterBadVersionError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotExecutableError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaInterpreterNotFoundError.php Replace deprecated MWException 2023-06-09 14:43:44 +02:00
LuaModule.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
MessageLibrary.php Update moved class RawMessage 2023-05-19 10:31:10 +00:00
SiteLibrary.php Update moved class Category 2023-05-15 13:26:48 +00:00
TextLibrary.php Add mw.loadJsonData() 2022-10-13 04:46:25 +00:00
TitleLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
UriLibrary.php Capitalise Engines folder 2022-09-30 00:58:27 +00:00
UstringLibrary.php Apply some minor PHP code modernizations 2022-09-29 21:45:09 -04:00