Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F30001304
raw.txt
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
Arlolra
Aug 8 2019, 10:09 PM
2019-08-08 22:09:58 (UTC+0)
Size
23 KB
Referenced Files
None
Subscribers
None
raw.txt
View Options
diff --git a/vendor/autoload.php b/vendor/autoload.php
index 1aa9c8fc..e82c6081 100644
--- a/vendor/autoload.php
+++ b/vendor/autoload.php
@@ -4,4 +4,4 @@
require_once __DIR__ . '/composer/autoload_real.php';
-return ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736::getLoader();
+return ComposerAutoloaderInitd913eba0c6a9c4199c0b8e8a7d0d76ef::getLoader();
diff --git a/vendor/composer/ClassLoader.php b/vendor/composer/ClassLoader.php
index dc02dfb1..fce8549f 100644
--- a/vendor/composer/ClassLoader.php
+++ b/vendor/composer/ClassLoader.php
@@ -279,7 +279,7 @@ class ClassLoader
*/
public function setApcuPrefix($apcuPrefix)
{
- $this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
+ $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
}
/**
@@ -377,7 +377,7 @@ class ClassLoader
$subPath = $class;
while (false !== $lastPos = strrpos($subPath, '\\')) {
$subPath = substr($subPath, 0, $lastPos);
- $search = $subPath.'\\';
+ $search = $subPath . '\\';
if (isset($this->prefixDirsPsr4[$search])) {
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
foreach ($this->prefixDirsPsr4[$search] as $dir) {
diff --git a/vendor/composer/LICENSE b/vendor/composer/LICENSE
index f0157a6e..f27399a0 100644
--- a/vendor/composer/LICENSE
+++ b/vendor/composer/LICENSE
@@ -1,56 +1,21 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Composer
-Upstream-Contact: Jordi Boggiano <j.boggiano@seld.be>
-Source: https://github.com/composer/composer
-Files: *
-Copyright: 2016, Nils Adermann <naderman@naderman.de>
- 2016, Jordi Boggiano <j.boggiano@seld.be>
-License: Expat
+Copyright (c) Nils Adermann, Jordi Boggiano
-Files: src/Composer/Util/TlsHelper.php
-Copyright: 2016, Nils Adermann <naderman@naderman.de>
- 2016, Jordi Boggiano <j.boggiano@seld.be>
- 2013, Evan Coury <me@evancoury.com>
-License: Expat and BSD-2-Clause
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is furnished
+to do so, subject to the following conditions:
-License: BSD-2-Clause
- Redistribution and use in source and binary forms, with or without modification,
- are permitted provided that the following conditions are met:
- .
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
- ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is furnished
- to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index f7cb48af..b917a065 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -55,21 +55,12 @@ return array(
'Parsoid\\Ext\\Cite\\ReferencesData' => $baseDir . '/src/src/Ext/Cite/ReferencesData.php',
'Parsoid\\Ext\\Extension' => $baseDir . '/src/src/Ext/Extension.php',
'Parsoid\\Ext\\ExtensionTag' => $baseDir . '/src/src/Ext/ExtensionTag.php',
- 'Parsoid\\Ext\\Gallery\\Gallery' => $baseDir . '/src/src/Ext/Gallery/Gallery.php',
- 'Parsoid\\Ext\\Gallery\\Mode' => $baseDir . '/src/src/Ext/Gallery/Mode.php',
- 'Parsoid\\Ext\\Gallery\\NoLinesMode' => $baseDir . '/src/src/Ext/Gallery/NoLinesMode.php',
- 'Parsoid\\Ext\\Gallery\\Opts' => $baseDir . '/src/src/Ext/Gallery/Opts.php',
- 'Parsoid\\Ext\\Gallery\\PackedHoverMode' => $baseDir . '/src/src/Ext/Gallery/PackedHoverMode.php',
- 'Parsoid\\Ext\\Gallery\\PackedMode' => $baseDir . '/src/src/Ext/Gallery/PackedMode.php',
- 'Parsoid\\Ext\\Gallery\\PackedOverlayMode' => $baseDir . '/src/src/Ext/Gallery/PackedOverlayMode.php',
- 'Parsoid\\Ext\\Gallery\\ParsedLine' => $baseDir . '/src/src/Ext/Gallery/ParsedLine.php',
- 'Parsoid\\Ext\\Gallery\\SlideshowMode' => $baseDir . '/src/src/Ext/Gallery/SlideshowMode.php',
- 'Parsoid\\Ext\\Gallery\\TraditionalMode' => $baseDir . '/src/src/Ext/Gallery/TraditionalMode.php',
'Parsoid\\Ext\\LST\\LST' => $baseDir . '/src/src/Ext/LST/LST.php',
'Parsoid\\Ext\\Nowiki\\Nowiki' => $baseDir . '/src/src/Ext/Nowiki/Nowiki.php',
'Parsoid\\Ext\\Poem\\Poem' => $baseDir . '/src/src/Ext/Poem/Poem.php',
'Parsoid\\Ext\\Pre\\Pre' => $baseDir . '/src/src/Ext/Pre/Pre.php',
'Parsoid\\Ext\\Translate\\Translate' => $baseDir . '/src/src/Ext/Translate/Translate.php',
+ 'Parsoid\\Gallery' => $baseDir . '/src/src/Ext/Gallery/index.php',
'Parsoid\\Html2Wt\\ConstrainedText\\AutoURLLinkText' => $baseDir . '/src/src/Html2Wt/ConstrainedText/AutoURLLinkText.php',
'Parsoid\\Html2Wt\\ConstrainedText\\ConstrainedText' => $baseDir . '/src/src/Html2Wt/ConstrainedText/ConstrainedText.php',
'Parsoid\\Html2Wt\\ConstrainedText\\ExtLinkText' => $baseDir . '/src/src/Html2Wt/ConstrainedText/ExtLinkText.php',
@@ -131,10 +122,16 @@ return array(
'Parsoid\\LanguageSr' => $baseDir . '/src/src/Language/LanguageSr.php',
'Parsoid\\LanguageZh' => $baseDir . '/src/src/Language/LanguageZh.php',
'Parsoid\\MachineLanguageGuesser' => $baseDir . '/src/src/Language/LanguageConverter.php',
+ 'Parsoid\\NoLines' => $baseDir . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\Opts' => $baseDir . '/src/src/Ext/Gallery/index.php',
+ 'Parsoid\\Packed' => $baseDir . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\PackedHover' => $baseDir . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\PackedOverlay' => $baseDir . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\PageBundle' => $baseDir . '/src/src/PageBundle.php',
'Parsoid\\Parsoid' => $baseDir . '/src/src/Parsoid.php',
'Parsoid\\ResourceLimitExceededException' => $baseDir . '/src/src/ResourceLimitExceededException.php',
'Parsoid\\Selser' => $baseDir . '/src/src/Selser.php',
+ 'Parsoid\\Slideshow' => $baseDir . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\SrConverter' => $baseDir . '/src/src/Language/LanguageSr.php',
'Parsoid\\Tests\\MockDataAccess' => $baseDir . '/src/tests/mocks/MockDataAccess.php',
'Parsoid\\Tests\\MockEnv' => $baseDir . '/src/tests/mocks/MockEnv.php',
@@ -142,17 +139,11 @@ return array(
'Parsoid\\Tests\\MockPageConfig' => $baseDir . '/src/tests/mocks/MockPageConfig.php',
'Parsoid\\Tests\\MockPageContent' => $baseDir . '/src/tests/mocks/MockPageContent.php',
'Parsoid\\Tests\\MockSiteConfig' => $baseDir . '/src/tests/mocks/MockSiteConfig.php',
- 'Parsoid\\Tests\\ParserTests\\Article' => $baseDir . '/src/tests/ParserTests/Article.php',
'Parsoid\\Tests\\ParserTests\\Grammar' => $baseDir . '/src/tests/ParserTests/Grammar.php',
- 'Parsoid\\Tests\\ParserTests\\Item' => $baseDir . '/src/tests/ParserTests/Item.php',
'Parsoid\\Tests\\ParserTests\\MockApiHelper' => $baseDir . '/src/tests/ParserTests/MockApiHelper.php',
'Parsoid\\Tests\\ParserTests\\ParserHook' => $baseDir . '/src/tests/ParserTests/ParserHook.php',
'Parsoid\\Tests\\ParserTests\\RawHTML' => $baseDir . '/src/tests/ParserTests/RawHTML.php',
- 'Parsoid\\Tests\\ParserTests\\SiteConfig' => $baseDir . '/src/tests/ParserTests/SiteConfig.php',
- 'Parsoid\\Tests\\ParserTests\\Stats' => $baseDir . '/src/tests/ParserTests/Stats.php',
'Parsoid\\Tests\\ParserTests\\StyleTag' => $baseDir . '/src/tests/ParserTests/StyleTag.php',
- 'Parsoid\\Tests\\ParserTests\\Test' => $baseDir . '/src/tests/ParserTests/Test.php',
- 'Parsoid\\Tests\\ParserTests\\TestRunner' => $baseDir . '/src/tests/ParserTests/TestRunner.php',
'Parsoid\\Tests\\Porting\\TokenizerMockEnv' => $baseDir . '/src/tests/porting/TokenizerMockEnv.php',
'Parsoid\\Tests\\Porting\\TokenizerMockSiteConfig' => $baseDir . '/src/tests/porting/TokenizerMockSiteConfig.php',
'Parsoid\\Tokens\\CommentTk' => $baseDir . '/src/src/Tokens/CommentTk.php',
@@ -171,8 +162,7 @@ return array(
'Parsoid\\Tools\\Maintenance' => $baseDir . '/src/tools/Maintenance.php',
'Parsoid\\Tools\\OptsProcessor' => $baseDir . '/src/tools/OptsProcessor.php',
'Parsoid\\Tools\\ScriptUtils' => $baseDir . '/src/tools/ScriptUtils.php',
- 'Parsoid\\Tools\\TestUtils' => $baseDir . '/src/tools/TestUtils.php',
- 'Parsoid\\Utils\\ConfigUtils' => $baseDir . '/src/src/Utils/ConfigUtils.php',
+ 'Parsoid\\Traditional' => $baseDir . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\Utils\\ContentUtils' => $baseDir . '/src/src/Utils/ContentUtils.php',
'Parsoid\\Utils\\DOMCompat' => $baseDir . '/src/src/Utils/DOMCompat.php',
'Parsoid\\Utils\\DOMCompat\\TokenList' => $baseDir . '/src/src/Utils/DOMCompat/TokenList.php',
@@ -237,7 +227,6 @@ return array(
'Parsoid\\Wt2Html\\TT\\NoInclude' => $baseDir . '/src/src/Wt2Html/TT/NoInclude.php',
'Parsoid\\Wt2Html\\TT\\OnlyInclude' => $baseDir . '/src/src/Wt2Html/TT/OnlyInclude.php',
'Parsoid\\Wt2Html\\TT\\ParagraphWrapper' => $baseDir . '/src/src/Wt2Html/TT/ParagraphWrapper.php',
- 'Parsoid\\Wt2Html\\TT\\ParserFunctions' => $baseDir . '/src/src/Wt2Html/TT/ParserFunctions.php',
'Parsoid\\Wt2Html\\TT\\PreHandler' => $baseDir . '/src/src/Wt2Html/TT/PreHandler.php',
'Parsoid\\Wt2Html\\TT\\QuoteTransformer' => $baseDir . '/src/src/Wt2Html/TT/QuoteTransformer.php',
'Parsoid\\Wt2Html\\TT\\Sanitizer' => $baseDir . '/src/src/Wt2Html/TT/Sanitizer.php',
diff --git a/vendor/composer/autoload_real.php b/vendor/composer/autoload_real.php
index 516b4ec6..7f1193bc 100644
--- a/vendor/composer/autoload_real.php
+++ b/vendor/composer/autoload_real.php
@@ -2,7 +2,7 @@
// autoload_real.php @generated by Composer
-class ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736
+class ComposerAutoloaderInitd913eba0c6a9c4199c0b8e8a7d0d76ef
{
private static $loader;
@@ -19,15 +19,15 @@ class ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736
return self::$loader;
}
- spl_autoload_register(array('ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736', 'loadClassLoader'), true, true);
+ spl_autoload_register(array('ComposerAutoloaderInitd913eba0c6a9c4199c0b8e8a7d0d76ef', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
- spl_autoload_unregister(array('ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736', 'loadClassLoader'));
+ spl_autoload_unregister(array('ComposerAutoloaderInitd913eba0c6a9c4199c0b8e8a7d0d76ef', 'loadClassLoader'));
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';
- call_user_func(\Composer\Autoload\ComposerStaticInitf5461770929ddc52e12f48cb0981e736::getInitializer($loader));
+ call_user_func(\Composer\Autoload\ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::getInitializer($loader));
} else {
$map = require __DIR__ . '/autoload_namespaces.php';
foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@ class ComposerAutoloaderInitf5461770929ddc52e12f48cb0981e736
$loader->register(true);
if ($useStaticLoader) {
- $includeFiles = Composer\Autoload\ComposerStaticInitf5461770929ddc52e12f48cb0981e736::$files;
+ $includeFiles = Composer\Autoload\ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
- composerRequiref5461770929ddc52e12f48cb0981e736($fileIdentifier, $file);
+ composerRequired913eba0c6a9c4199c0b8e8a7d0d76ef($fileIdentifier, $file);
}
return $loader;
}
}
-function composerRequiref5461770929ddc52e12f48cb0981e736($fileIdentifier, $file)
+function composerRequired913eba0c6a9c4199c0b8e8a7d0d76ef($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index 894c4cd3..4d6ddc07 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -4,7 +4,7 @@
namespace Composer\Autoload;
-class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
+class ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef
{
public static $files = array (
'eccc0347283a01e62f5536bcf76b6e62' => __DIR__ . '/..' . '/wikimedia/at-ease/src/Wikimedia/Functions.php',
@@ -147,21 +147,12 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
'Parsoid\\Ext\\Cite\\ReferencesData' => __DIR__ . '/../..' . '/src/src/Ext/Cite/ReferencesData.php',
'Parsoid\\Ext\\Extension' => __DIR__ . '/../..' . '/src/src/Ext/Extension.php',
'Parsoid\\Ext\\ExtensionTag' => __DIR__ . '/../..' . '/src/src/Ext/ExtensionTag.php',
- 'Parsoid\\Ext\\Gallery\\Gallery' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/Gallery.php',
- 'Parsoid\\Ext\\Gallery\\Mode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/Mode.php',
- 'Parsoid\\Ext\\Gallery\\NoLinesMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/NoLinesMode.php',
- 'Parsoid\\Ext\\Gallery\\Opts' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/Opts.php',
- 'Parsoid\\Ext\\Gallery\\PackedHoverMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/PackedHoverMode.php',
- 'Parsoid\\Ext\\Gallery\\PackedMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/PackedMode.php',
- 'Parsoid\\Ext\\Gallery\\PackedOverlayMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/PackedOverlayMode.php',
- 'Parsoid\\Ext\\Gallery\\ParsedLine' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/ParsedLine.php',
- 'Parsoid\\Ext\\Gallery\\SlideshowMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/SlideshowMode.php',
- 'Parsoid\\Ext\\Gallery\\TraditionalMode' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/TraditionalMode.php',
'Parsoid\\Ext\\LST\\LST' => __DIR__ . '/../..' . '/src/src/Ext/LST/LST.php',
'Parsoid\\Ext\\Nowiki\\Nowiki' => __DIR__ . '/../..' . '/src/src/Ext/Nowiki/Nowiki.php',
'Parsoid\\Ext\\Poem\\Poem' => __DIR__ . '/../..' . '/src/src/Ext/Poem/Poem.php',
'Parsoid\\Ext\\Pre\\Pre' => __DIR__ . '/../..' . '/src/src/Ext/Pre/Pre.php',
'Parsoid\\Ext\\Translate\\Translate' => __DIR__ . '/../..' . '/src/src/Ext/Translate/Translate.php',
+ 'Parsoid\\Gallery' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/index.php',
'Parsoid\\Html2Wt\\ConstrainedText\\AutoURLLinkText' => __DIR__ . '/../..' . '/src/src/Html2Wt/ConstrainedText/AutoURLLinkText.php',
'Parsoid\\Html2Wt\\ConstrainedText\\ConstrainedText' => __DIR__ . '/../..' . '/src/src/Html2Wt/ConstrainedText/ConstrainedText.php',
'Parsoid\\Html2Wt\\ConstrainedText\\ExtLinkText' => __DIR__ . '/../..' . '/src/src/Html2Wt/ConstrainedText/ExtLinkText.php',
@@ -223,10 +214,16 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
'Parsoid\\LanguageSr' => __DIR__ . '/../..' . '/src/src/Language/LanguageSr.php',
'Parsoid\\LanguageZh' => __DIR__ . '/../..' . '/src/src/Language/LanguageZh.php',
'Parsoid\\MachineLanguageGuesser' => __DIR__ . '/../..' . '/src/src/Language/LanguageConverter.php',
+ 'Parsoid\\NoLines' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\Opts' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/index.php',
+ 'Parsoid\\Packed' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\PackedHover' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
+ 'Parsoid\\PackedOverlay' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\PageBundle' => __DIR__ . '/../..' . '/src/src/PageBundle.php',
'Parsoid\\Parsoid' => __DIR__ . '/../..' . '/src/src/Parsoid.php',
'Parsoid\\ResourceLimitExceededException' => __DIR__ . '/../..' . '/src/src/ResourceLimitExceededException.php',
'Parsoid\\Selser' => __DIR__ . '/../..' . '/src/src/Selser.php',
+ 'Parsoid\\Slideshow' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\SrConverter' => __DIR__ . '/../..' . '/src/src/Language/LanguageSr.php',
'Parsoid\\Tests\\MockDataAccess' => __DIR__ . '/../..' . '/src/tests/mocks/MockDataAccess.php',
'Parsoid\\Tests\\MockEnv' => __DIR__ . '/../..' . '/src/tests/mocks/MockEnv.php',
@@ -234,17 +231,11 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
'Parsoid\\Tests\\MockPageConfig' => __DIR__ . '/../..' . '/src/tests/mocks/MockPageConfig.php',
'Parsoid\\Tests\\MockPageContent' => __DIR__ . '/../..' . '/src/tests/mocks/MockPageContent.php',
'Parsoid\\Tests\\MockSiteConfig' => __DIR__ . '/../..' . '/src/tests/mocks/MockSiteConfig.php',
- 'Parsoid\\Tests\\ParserTests\\Article' => __DIR__ . '/../..' . '/src/tests/ParserTests/Article.php',
'Parsoid\\Tests\\ParserTests\\Grammar' => __DIR__ . '/../..' . '/src/tests/ParserTests/Grammar.php',
- 'Parsoid\\Tests\\ParserTests\\Item' => __DIR__ . '/../..' . '/src/tests/ParserTests/Item.php',
'Parsoid\\Tests\\ParserTests\\MockApiHelper' => __DIR__ . '/../..' . '/src/tests/ParserTests/MockApiHelper.php',
'Parsoid\\Tests\\ParserTests\\ParserHook' => __DIR__ . '/../..' . '/src/tests/ParserTests/ParserHook.php',
'Parsoid\\Tests\\ParserTests\\RawHTML' => __DIR__ . '/../..' . '/src/tests/ParserTests/RawHTML.php',
- 'Parsoid\\Tests\\ParserTests\\SiteConfig' => __DIR__ . '/../..' . '/src/tests/ParserTests/SiteConfig.php',
- 'Parsoid\\Tests\\ParserTests\\Stats' => __DIR__ . '/../..' . '/src/tests/ParserTests/Stats.php',
'Parsoid\\Tests\\ParserTests\\StyleTag' => __DIR__ . '/../..' . '/src/tests/ParserTests/StyleTag.php',
- 'Parsoid\\Tests\\ParserTests\\Test' => __DIR__ . '/../..' . '/src/tests/ParserTests/Test.php',
- 'Parsoid\\Tests\\ParserTests\\TestRunner' => __DIR__ . '/../..' . '/src/tests/ParserTests/TestRunner.php',
'Parsoid\\Tests\\Porting\\TokenizerMockEnv' => __DIR__ . '/../..' . '/src/tests/porting/TokenizerMockEnv.php',
'Parsoid\\Tests\\Porting\\TokenizerMockSiteConfig' => __DIR__ . '/../..' . '/src/tests/porting/TokenizerMockSiteConfig.php',
'Parsoid\\Tokens\\CommentTk' => __DIR__ . '/../..' . '/src/src/Tokens/CommentTk.php',
@@ -263,8 +254,7 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
'Parsoid\\Tools\\Maintenance' => __DIR__ . '/../..' . '/src/tools/Maintenance.php',
'Parsoid\\Tools\\OptsProcessor' => __DIR__ . '/../..' . '/src/tools/OptsProcessor.php',
'Parsoid\\Tools\\ScriptUtils' => __DIR__ . '/../..' . '/src/tools/ScriptUtils.php',
- 'Parsoid\\Tools\\TestUtils' => __DIR__ . '/../..' . '/src/tools/TestUtils.php',
- 'Parsoid\\Utils\\ConfigUtils' => __DIR__ . '/../..' . '/src/src/Utils/ConfigUtils.php',
+ 'Parsoid\\Traditional' => __DIR__ . '/../..' . '/src/src/Ext/Gallery/modes.php',
'Parsoid\\Utils\\ContentUtils' => __DIR__ . '/../..' . '/src/src/Utils/ContentUtils.php',
'Parsoid\\Utils\\DOMCompat' => __DIR__ . '/../..' . '/src/src/Utils/DOMCompat.php',
'Parsoid\\Utils\\DOMCompat\\TokenList' => __DIR__ . '/../..' . '/src/src/Utils/DOMCompat/TokenList.php',
@@ -329,7 +319,6 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
'Parsoid\\Wt2Html\\TT\\NoInclude' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/NoInclude.php',
'Parsoid\\Wt2Html\\TT\\OnlyInclude' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/OnlyInclude.php',
'Parsoid\\Wt2Html\\TT\\ParagraphWrapper' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/ParagraphWrapper.php',
- 'Parsoid\\Wt2Html\\TT\\ParserFunctions' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/ParserFunctions.php',
'Parsoid\\Wt2Html\\TT\\PreHandler' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/PreHandler.php',
'Parsoid\\Wt2Html\\TT\\QuoteTransformer' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/QuoteTransformer.php',
'Parsoid\\Wt2Html\\TT\\Sanitizer' => __DIR__ . '/../..' . '/src/src/Wt2Html/TT/Sanitizer.php',
@@ -463,10 +452,10 @@ class ComposerStaticInitf5461770929ddc52e12f48cb0981e736
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
- $loader->prefixLengthsPsr4 = ComposerStaticInitf5461770929ddc52e12f48cb0981e736::$prefixLengthsPsr4;
- $loader->prefixDirsPsr4 = ComposerStaticInitf5461770929ddc52e12f48cb0981e736::$prefixDirsPsr4;
- $loader->prefixesPsr0 = ComposerStaticInitf5461770929ddc52e12f48cb0981e736::$prefixesPsr0;
- $loader->classMap = ComposerStaticInitf5461770929ddc52e12f48cb0981e736::$classMap;
+ $loader->prefixLengthsPsr4 = ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::$prefixLengthsPsr4;
+ $loader->prefixDirsPsr4 = ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::$prefixDirsPsr4;
+ $loader->prefixesPsr0 = ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::$prefixesPsr0;
+ $loader->classMap = ComposerStaticInitd913eba0c6a9c4199c0b8e8a7d0d76ef::$classMap;
}, null, ClassLoader::class);
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7837000
Default Alt Text
raw.txt (23 KB)
Attached To
Mode
P8889 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment