PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.15.2
GiveWP – Donation Plugin and Fundraising Platform v4.15.2
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
give / vendor / composer / autoload_static.php

autoload_static.php in GiveWP – Donation Plugin and Fundraising Platform 4.15.2, at vendor/composer/autoload_static.php

113 lines 4.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 // autoload_static.php @generated by Composer
4
5 namespace Composer\Autoload;
6
7 class ComposerStaticInite6f529331a0ff4257f85f367f12859ad
8 {
9 public static $files = array (
10 '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . '/symfony/polyfill-ctype/bootstrap.php',
11 '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
12 '5f6326688f4debc6e43d6860fdea3df8' => __DIR__ . '/../..' . '/src/Framework/Http/Response/functions.php',
13 'd07363a44b39ed7758400be44c013440' => __DIR__ . '/../..' . '/src/FormMigration/functions.php',
14 );
15
16 public static $prefixLengthsPsr4 = array (
17 'S' =>
18 array (
19 'Symfony\\Polyfill\\Mbstring\\' => 26,
20 'Symfony\\Polyfill\\Ctype\\' => 23,
21 'Stripe\\' => 7,
22 'Sample\\' => 7,
23 ),
24 'P' =>
25 array (
26 'Psr\\Container\\' => 14,
27 'PayPalHttp\\' => 11,
28 'PayPalCheckoutSdk\\' => 18,
29 ),
30 'M' =>
31 array (
32 'Money\\' => 6,
33 ),
34 'G' =>
35 array (
36 'Give\\' => 5,
37 ),
38 'C' =>
39 array (
40 'Composer\\Installers\\' => 20,
41 ),
42 );
43
44 public static $prefixDirsPsr4 = array (
45 'Symfony\\Polyfill\\Mbstring\\' =>
46 array (
47 0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
48 ),
49 'Symfony\\Polyfill\\Ctype\\' =>
50 array (
51 0 => __DIR__ . '/..' . '/symfony/polyfill-ctype',
52 ),
53 'Stripe\\' =>
54 array (
55 0 => __DIR__ . '/..' . '/stripe/stripe-php/lib',
56 ),
57 'Sample\\' =>
58 array (
59 0 => __DIR__ . '/..' . '/paypal/paypal-checkout-sdk/samples',
60 ),
61 'Psr\\Container\\' =>
62 array (
63 0 => __DIR__ . '/..' . '/psr/container/src',
64 ),
65 'PayPalHttp\\' =>
66 array (
67 0 => __DIR__ . '/..' . '/paypal/paypalhttp/lib/PayPalHttp',
68 ),
69 'PayPalCheckoutSdk\\' =>
70 array (
71 0 => __DIR__ . '/..' . '/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk',
72 ),
73 'Money\\' =>
74 array (
75 0 => __DIR__ . '/..' . '/moneyphp/money/src',
76 ),
77 'Give\\' =>
78 array (
79 0 => __DIR__ . '/../..' . '/src',
80 ),
81 'Composer\\Installers\\' =>
82 array (
83 0 => __DIR__ . '/..' . '/composer/installers/src/Composer/Installers',
84 ),
85 );
86
87 public static $classMap = array (
88 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
89 'Datamatrix' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/datamatrix.php',
90 'PDF417' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/pdf417.php',
91 'QRcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/barcodes/qrcode.php',
92 'TCPDF' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf.php',
93 'TCPDF2DBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_2d.php',
94 'TCPDFBarcode' => __DIR__ . '/..' . '/tecnickcom/tcpdf/tcpdf_barcodes_1d.php',
95 'TCPDF_COLORS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_colors.php',
96 'TCPDF_FILTERS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_filters.php',
97 'TCPDF_FONTS' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_fonts.php',
98 'TCPDF_FONT_DATA' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_font_data.php',
99 'TCPDF_IMAGES' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_images.php',
100 'TCPDF_STATIC' => __DIR__ . '/..' . '/tecnickcom/tcpdf/include/tcpdf_static.php',
101 );
102
103 public static function getInitializer(ClassLoader $loader)
104 {
105 return \Closure::bind(function () use ($loader) {
106 $loader->prefixLengthsPsr4 = ComposerStaticInite6f529331a0ff4257f85f367f12859ad::$prefixLengthsPsr4;
107 $loader->prefixDirsPsr4 = ComposerStaticInite6f529331a0ff4257f85f367f12859ad::$prefixDirsPsr4;
108 $loader->classMap = ComposerStaticInite6f529331a0ff4257f85f367f12859ad::$classMap;
109
110 }, null, ClassLoader::class);
111 }
112 }
113