Plugin Directory

Changeset 2074086


Ignore:
Timestamp:
04/24/2019 02:56:31 PM (7 years ago)
Author:
riccardooliva
Message:

Autoloader

Location:
wp-frontend-helper
Files:
12 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-frontend-helper/trunk/vendor/composer/LICENSE

    r2064267 r2074086  
     1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
     2Upstream-Name: Composer
     3Upstream-Contact: Jordi Boggiano <[email protected]>
     4Source: https://github.com/composer/composer
    15
    2 Copyright (c) Nils Adermann, Jordi Boggiano
     6Files: *
     7Copyright: 2016, Nils Adermann <[email protected]>
     8           2016, Jordi Boggiano <[email protected]>
     9License: Expat
    310
    4 Permission is hereby granted, free of charge, to any person obtaining a copy
    5 of this software and associated documentation files (the "Software"), to deal
    6 in the Software without restriction, including without limitation the rights
    7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    8 copies of the Software, and to permit persons to whom the Software is furnished
    9 to do so, subject to the following conditions:
     11Files: src/Composer/Util/TlsHelper.php
     12Copyright: 2016, Nils Adermann <[email protected]>
     13           2016, Jordi Boggiano <[email protected]>
     14           2013, Evan Coury <[email protected]>
     15License: Expat and BSD-2-Clause
    1016
    11 The above copyright notice and this permission notice shall be included in all
    12 copies or substantial portions of the Software.
     17License: BSD-2-Clause
     18 Redistribution and use in source and binary forms, with or without modification,
     19 are permitted provided that the following conditions are met:
     20 .
     21     * Redistributions of source code must retain the above copyright notice,
     22       this list of conditions and the following disclaimer.
     23 .
     24     * Redistributions in binary form must reproduce the above copyright notice,
     25       this list of conditions and the following disclaimer in the documentation
     26       and/or other materials provided with the distribution.
     27 .
     28 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
     29 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
     30 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
     31 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
     32 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
     33 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
     34 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
     35 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     36 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
     37 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    1338
    14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    15 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    16 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    17 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    18 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    19 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    20 THE SOFTWARE.
    21 
     39License: Expat
     40 Permission is hereby granted, free of charge, to any person obtaining a copy
     41 of this software and associated documentation files (the "Software"), to deal
     42 in the Software without restriction, including without limitation the rights
     43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     44 copies of the Software, and to permit persons to whom the Software is furnished
     45 to do so, subject to the following conditions:
     46 .
     47 The above copyright notice and this permission notice shall be included in all
     48 copies or substantial portions of the Software.
     49 .
     50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
     56 THE SOFTWARE.
  • wp-frontend-helper/trunk/vendor/composer/autoload_classmap.php

    r2064267 r2074086  
    77
    88return array(
    9     'Test\\Wpfh\\Assets\\AssetObserver' => $baseDir . '/tests/src/Assets/test-AssetObserver.php',
    10     'Test\\Wpfh\\Assets\\Assetsmanager' => $baseDir . '/tests/src/Assets/test-AssetsManager.php',
    11     'Test\\Wpfh\\Wpfh' => $baseDir . '/tests/src/test-Wpfh.php',
    12     'Test\\Wpfh\\WpfhConfig' => $baseDir . '/tests/src/test-WpfhConfig.php',
    13     'Wpfh\\Assets\\AssetObserver' => $baseDir . '/src/Assets/AssetObserver.php',
    14     'Wpfh\\Assets\\AssetsManager' => $baseDir . '/src/Assets/AssetsManager.php',
    15     'Wpfh\\Exceptions\\InvalidConfiguration' => $baseDir . '/src/Exceptions/InvalidConfiguration.php',
    16     'Wpfh\\Exceptions\\MethodNotFound' => $baseDir . '/src/Exceptions/MethodNotFound.php',
    17     'Wpfh\\Wpfh' => $baseDir . '/src/Wpfh.php',
    18     'Wpfh\\WpfhConfig' => $baseDir . '/src/WpfhConfig.php',
    199);
  • wp-frontend-helper/trunk/vendor/composer/autoload_static.php

    r2064267 r2074086  
    3131    );
    3232
    33     public static $classMap = array (
    34         'Test\\Wpfh\\Assets\\AssetObserver' => __DIR__ . '/../..' . '/tests/src/Assets/test-AssetObserver.php',
    35         'Test\\Wpfh\\Assets\\Assetsmanager' => __DIR__ . '/../..' . '/tests/src/Assets/test-AssetsManager.php',
    36         'Test\\Wpfh\\Wpfh' => __DIR__ . '/../..' . '/tests/src/test-Wpfh.php',
    37         'Test\\Wpfh\\WpfhConfig' => __DIR__ . '/../..' . '/tests/src/test-WpfhConfig.php',
    38         'Wpfh\\Assets\\AssetObserver' => __DIR__ . '/../..' . '/src/Assets/AssetObserver.php',
    39         'Wpfh\\Assets\\AssetsManager' => __DIR__ . '/../..' . '/src/Assets/AssetsManager.php',
    40         'Wpfh\\Exceptions\\InvalidConfiguration' => __DIR__ . '/../..' . '/src/Exceptions/InvalidConfiguration.php',
    41         'Wpfh\\Exceptions\\MethodNotFound' => __DIR__ . '/../..' . '/src/Exceptions/MethodNotFound.php',
    42         'Wpfh\\Wpfh' => __DIR__ . '/../..' . '/src/Wpfh.php',
    43         'Wpfh\\WpfhConfig' => __DIR__ . '/../..' . '/src/WpfhConfig.php',
    44     );
    45 
    4633    public static function getInitializer(ClassLoader $loader)
    4734    {
     
    5037            $loader->prefixDirsPsr4 = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$prefixDirsPsr4;
    5138            $loader->prefixesPsr0 = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$prefixesPsr0;
    52             $loader->classMap = ComposerStaticInit878845eb18ed905ebb5ab63a97930ccf::$classMap;
    5339
    5440        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.