PluginProbe ʕ •ᴥ•ʔ
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress / trunk
Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress vtrunk
4.17.2 4.17.1 4.17.0 4.16.19 4.16.18 4.16.17 4.16.16 trunk 1.0 1.0.1 1.0.2 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5a 1.1.6 1.1.7 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.4 1.4.1 1.4.2 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.7 1.7.1 1.7.2 1.8 1.8.1 1.8.10 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.1.9 2.2.10 2.2.11 2.2.12 2.2.13 2.2.14 2.2.15 2.2.16 2.2.2 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 3.0 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.13 3.1.14 3.1.15 3.1.16 3.1.17 3.1.18 3.1.19 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.10 3.2.11 3.2.12 3.2.13 3.2.14 3.2.15 3.2.16 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.2.7 3.2.8 3.2.9 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.10.0 4.10.1 4.10.2 4.10.3 4.11.0 4.12.0 4.13.0 4.13.1 4.13.2 4.13.3 4.13.4 4.14.0 4.14.1 4.14.2 4.14.3 4.14.4 4.15.0 4.15.1 4.15.10 4.15.11 4.15.12 4.15.13 4.15.14 4.15.15 4.15.16 4.15.17 4.15.18 4.15.19 4.15.2 4.15.20 4.15.20.1 4.15.21 4.15.22 4.15.23 4.15.24 4.15.25 4.15.3 4.15.4 4.15.5 4.15.6 4.15.7 4.15.8 4.15.9 4.16.0 4.16.1 4.16.10 4.16.11 4.16.12 4.16.13 4.16.14 4.16.15 4.16.2 4.16.3 4.16.4 4.16.5 4.16.6 4.16.7 4.16.8 4.16.9 4.2.0 4.3.0 4.3.1 4.3.2 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.6.0 4.7.0 4.8.0 4.9.0
wp-user-avatar / third-party / vendor / scoper-autoload.php
wp-user-avatar / third-party / vendor Last commit date
barryvdh 2 months ago bin 2 months ago brick 1 day ago carbonphp 2 months ago collizo4sky 2 months ago composer 1 day ago league 2 months ago nesbot 2 months ago pelago 1 day ago psr 2 months ago sabberworm 1 day ago stripe 2 months ago symfony 2 months ago thecodingmachine 1 day ago autoload.php 1 day ago scoper-autoload.php 1 day ago
scoper-autoload.php
145 lines
1 <?php
2
3 // scoper-autoload.php @generated by PhpScoper
4
5 $loader = (static function () {
6 // Backup the autoloaded Composer files
7 $existingComposerAutoloadFiles = isset($GLOBALS['__composer_autoload_files']) ? $GLOBALS['__composer_autoload_files'] : [];
8
9 $loader = require_once __DIR__.'/autoload.php';
10 // Ensure InstalledVersions is available
11 $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php';
12 if (file_exists($installedVersionsPath)) require_once $installedVersionsPath;
13
14 // Restore the backup and ensure the excluded files are properly marked as loaded
15 $GLOBALS['__composer_autoload_files'] = \array_merge(
16 $existingComposerAutoloadFiles,
17 \array_fill_keys(['5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a', 'e4e9c4430b5a6c815e77a26074c8155a', 'a4a119a56e50fbb293281d9a48007e0e', '51421aa3e5e8003b70a289762d146a2a', 'f49032536fdd06afd9df7191c3f21453', '18e965175c6bcd96deba6bc791a44373', '7edcabe1b67fbb38f4972a722bbbb429', '7bdb062931f6e7102434c3ad28423eb6'], true)
18 );
19
20 return $loader;
21 })();
22
23 // Class aliases. For more information see:
24 // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#class-aliases
25 if (!function_exists('humbug_phpscoper_expose_class')) {
26 function humbug_phpscoper_expose_class($exposed, $prefixed) {
27 if (!class_exists($exposed, false) && !interface_exists($exposed, false) && !trait_exists($exposed, false)) {
28 spl_autoload_call($prefixed);
29 }
30 }
31 }
32 humbug_phpscoper_expose_class('PhpToken', 'ProfilePressVendor\PhpToken');
33 humbug_phpscoper_expose_class('ValueError', 'ProfilePressVendor\ValueError');
34 humbug_phpscoper_expose_class('Attribute', 'ProfilePressVendor\Attribute');
35 humbug_phpscoper_expose_class('UnhandledMatchError', 'ProfilePressVendor\UnhandledMatchError');
36 humbug_phpscoper_expose_class('Stringable', 'ProfilePressVendor\Stringable');
37
38 // Function aliases. For more information see:
39 // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases
40 if (!function_exists('app')) { function app() { return \ProfilePressVendor\app(...func_get_args()); } }
41 if (!function_exists('calculateTranslationStatus')) { function calculateTranslationStatus() { return \ProfilePressVendor\calculateTranslationStatus(...func_get_args()); } }
42 if (!function_exists('extractLocaleFromFilePath')) { function extractLocaleFromFilePath() { return \ProfilePressVendor\extractLocaleFromFilePath(...func_get_args()); } }
43 if (!function_exists('extractTranslationKeys')) { function extractTranslationKeys() { return \ProfilePressVendor\extractTranslationKeys(...func_get_args()); } }
44 if (!function_exists('fdiv')) { function fdiv() { return \ProfilePressVendor\fdiv(...func_get_args()); } }
45 if (!function_exists('findTransUnitMismatches')) { function findTransUnitMismatches() { return \ProfilePressVendor\findTransUnitMismatches(...func_get_args()); } }
46 if (!function_exists('findTranslationFiles')) { function findTranslationFiles() { return \ProfilePressVendor\findTranslationFiles(...func_get_args()); } }
47 if (!function_exists('getHtmlAttribute')) { function getHtmlAttribute() { return \ProfilePressVendor\getHtmlAttribute(...func_get_args()); } }
48 if (!function_exists('getMaxHistoryMonthsByAmount')) { function getMaxHistoryMonthsByAmount() { return \ProfilePressVendor\getMaxHistoryMonthsByAmount(...func_get_args()); } }
49 if (!function_exists('getOpenCollectiveSponsors')) { function getOpenCollectiveSponsors() { return \ProfilePressVendor\getOpenCollectiveSponsors(...func_get_args()); } }
50 if (!function_exists('get_debug_type')) { function get_debug_type() { return \ProfilePressVendor\get_debug_type(...func_get_args()); } }
51 if (!function_exists('get_resource_id')) { function get_resource_id() { return \ProfilePressVendor\get_resource_id(...func_get_args()); } }
52 if (!function_exists('ingres_autocommit')) { function ingres_autocommit() { return \ProfilePressVendor\ingres_autocommit(...func_get_args()); } }
53 if (!function_exists('ingres_close')) { function ingres_close() { return \ProfilePressVendor\ingres_close(...func_get_args()); } }
54 if (!function_exists('ingres_commit')) { function ingres_commit() { return \ProfilePressVendor\ingres_commit(...func_get_args()); } }
55 if (!function_exists('ingres_connect')) { function ingres_connect() { return \ProfilePressVendor\ingres_connect(...func_get_args()); } }
56 if (!function_exists('ingres_execute')) { function ingres_execute() { return \ProfilePressVendor\ingres_execute(...func_get_args()); } }
57 if (!function_exists('ingres_field_name')) { function ingres_field_name() { return \ProfilePressVendor\ingres_field_name(...func_get_args()); } }
58 if (!function_exists('ingres_field_type')) { function ingres_field_type() { return \ProfilePressVendor\ingres_field_type(...func_get_args()); } }
59 if (!function_exists('ingres_free_result')) { function ingres_free_result() { return \ProfilePressVendor\ingres_free_result(...func_get_args()); } }
60 if (!function_exists('ingres_pconnect')) { function ingres_pconnect() { return \ProfilePressVendor\ingres_pconnect(...func_get_args()); } }
61 if (!function_exists('ingres_result_seek')) { function ingres_result_seek() { return \ProfilePressVendor\ingres_result_seek(...func_get_args()); } }
62 if (!function_exists('ingres_rollback')) { function ingres_rollback() { return \ProfilePressVendor\ingres_rollback(...func_get_args()); } }
63 if (!function_exists('ingres_set_environment')) { function ingres_set_environment() { return \ProfilePressVendor\ingres_set_environment(...func_get_args()); } }
64 if (!function_exists('isTranslationCompleted')) { function isTranslationCompleted() { return \ProfilePressVendor\isTranslationCompleted(...func_get_args()); } }
65 if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \ProfilePressVendor\mb_check_encoding(...func_get_args()); } }
66 if (!function_exists('mb_chr')) { function mb_chr() { return \ProfilePressVendor\mb_chr(...func_get_args()); } }
67 if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \ProfilePressVendor\mb_convert_case(...func_get_args()); } }
68 if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \ProfilePressVendor\mb_convert_encoding(...func_get_args()); } }
69 if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \ProfilePressVendor\mb_convert_variables(...func_get_args()); } }
70 if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \ProfilePressVendor\mb_decode_mimeheader(...func_get_args()); } }
71 if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \ProfilePressVendor\mb_decode_numericentity(...func_get_args()); } }
72 if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \ProfilePressVendor\mb_detect_encoding(...func_get_args()); } }
73 if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \ProfilePressVendor\mb_detect_order(...func_get_args()); } }
74 if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \ProfilePressVendor\mb_encode_mimeheader(...func_get_args()); } }
75 if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \ProfilePressVendor\mb_encode_numericentity(...func_get_args()); } }
76 if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \ProfilePressVendor\mb_encoding_aliases(...func_get_args()); } }
77 if (!function_exists('mb_get_info')) { function mb_get_info() { return \ProfilePressVendor\mb_get_info(...func_get_args()); } }
78 if (!function_exists('mb_http_input')) { function mb_http_input() { return \ProfilePressVendor\mb_http_input(...func_get_args()); } }
79 if (!function_exists('mb_http_output')) { function mb_http_output() { return \ProfilePressVendor\mb_http_output(...func_get_args()); } }
80 if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \ProfilePressVendor\mb_internal_encoding(...func_get_args()); } }
81 if (!function_exists('mb_language')) { function mb_language() { return \ProfilePressVendor\mb_language(...func_get_args()); } }
82 if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \ProfilePressVendor\mb_lcfirst(...func_get_args()); } }
83 if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \ProfilePressVendor\mb_list_encodings(...func_get_args()); } }
84 if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \ProfilePressVendor\mb_ltrim(...func_get_args()); } }
85 if (!function_exists('mb_ord')) { function mb_ord() { return \ProfilePressVendor\mb_ord(...func_get_args()); } }
86 if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \ProfilePressVendor\mb_output_handler(...func_get_args()); } }
87 if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \ProfilePressVendor\mb_parse_str(...func_get_args()); } }
88 if (!function_exists('mb_rtrim')) { function mb_rtrim() { return \ProfilePressVendor\mb_rtrim(...func_get_args()); } }
89 if (!function_exists('mb_scrub')) { function mb_scrub() { return \ProfilePressVendor\mb_scrub(...func_get_args()); } }
90 if (!function_exists('mb_str_pad')) { function mb_str_pad() { return \ProfilePressVendor\mb_str_pad(...func_get_args()); } }
91 if (!function_exists('mb_str_split')) { function mb_str_split() { return \ProfilePressVendor\mb_str_split(...func_get_args()); } }
92 if (!function_exists('mb_stripos')) { function mb_stripos() { return \ProfilePressVendor\mb_stripos(...func_get_args()); } }
93 if (!function_exists('mb_stristr')) { function mb_stristr() { return \ProfilePressVendor\mb_stristr(...func_get_args()); } }
94 if (!function_exists('mb_strlen')) { function mb_strlen() { return \ProfilePressVendor\mb_strlen(...func_get_args()); } }
95 if (!function_exists('mb_strpos')) { function mb_strpos() { return \ProfilePressVendor\mb_strpos(...func_get_args()); } }
96 if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \ProfilePressVendor\mb_strrchr(...func_get_args()); } }
97 if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \ProfilePressVendor\mb_strrichr(...func_get_args()); } }
98 if (!function_exists('mb_strripos')) { function mb_strripos() { return \ProfilePressVendor\mb_strripos(...func_get_args()); } }
99 if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \ProfilePressVendor\mb_strrpos(...func_get_args()); } }
100 if (!function_exists('mb_strstr')) { function mb_strstr() { return \ProfilePressVendor\mb_strstr(...func_get_args()); } }
101 if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \ProfilePressVendor\mb_strtolower(...func_get_args()); } }
102 if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \ProfilePressVendor\mb_strtoupper(...func_get_args()); } }
103 if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \ProfilePressVendor\mb_strwidth(...func_get_args()); } }
104 if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \ProfilePressVendor\mb_substitute_character(...func_get_args()); } }
105 if (!function_exists('mb_substr')) { function mb_substr() { return \ProfilePressVendor\mb_substr(...func_get_args()); } }
106 if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \ProfilePressVendor\mb_substr_count(...func_get_args()); } }
107 if (!function_exists('mb_trim')) { function mb_trim() { return \ProfilePressVendor\mb_trim(...func_get_args()); } }
108 if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \ProfilePressVendor\mb_ucfirst(...func_get_args()); } }
109 if (!function_exists('msql_affected_rows')) { function msql_affected_rows() { return \ProfilePressVendor\msql_affected_rows(...func_get_args()); } }
110 if (!function_exists('msql_close')) { function msql_close() { return \ProfilePressVendor\msql_close(...func_get_args()); } }
111 if (!function_exists('msql_connect')) { function msql_connect() { return \ProfilePressVendor\msql_connect(...func_get_args()); } }
112 if (!function_exists('msql_create_db')) { function msql_create_db() { return \ProfilePressVendor\msql_create_db(...func_get_args()); } }
113 if (!function_exists('msql_data_seek')) { function msql_data_seek() { return \ProfilePressVendor\msql_data_seek(...func_get_args()); } }
114 if (!function_exists('msql_db_query')) { function msql_db_query() { return \ProfilePressVendor\msql_db_query(...func_get_args()); } }
115 if (!function_exists('msql_drop_db')) { function msql_drop_db() { return \ProfilePressVendor\msql_drop_db(...func_get_args()); } }
116 if (!function_exists('msql_field_len')) { function msql_field_len() { return \ProfilePressVendor\msql_field_len(...func_get_args()); } }
117 if (!function_exists('msql_field_name')) { function msql_field_name() { return \ProfilePressVendor\msql_field_name(...func_get_args()); } }
118 if (!function_exists('msql_field_seek')) { function msql_field_seek() { return \ProfilePressVendor\msql_field_seek(...func_get_args()); } }
119 if (!function_exists('msql_field_table')) { function msql_field_table() { return \ProfilePressVendor\msql_field_table(...func_get_args()); } }
120 if (!function_exists('msql_field_type')) { function msql_field_type() { return \ProfilePressVendor\msql_field_type(...func_get_args()); } }
121 if (!function_exists('msql_free_result')) { function msql_free_result() { return \ProfilePressVendor\msql_free_result(...func_get_args()); } }
122 if (!function_exists('msql_pconnect')) { function msql_pconnect() { return \ProfilePressVendor\msql_pconnect(...func_get_args()); } }
123 if (!function_exists('msql_query')) { function msql_query() { return \ProfilePressVendor\msql_query(...func_get_args()); } }
124 if (!function_exists('msql_select_db')) { function msql_select_db() { return \ProfilePressVendor\msql_select_db(...func_get_args()); } }
125 if (!function_exists('mysqlnd_ms_dump_servers')) { function mysqlnd_ms_dump_servers() { return \ProfilePressVendor\mysqlnd_ms_dump_servers(...func_get_args()); } }
126 if (!function_exists('mysqlnd_ms_fabric_select_global')) { function mysqlnd_ms_fabric_select_global() { return \ProfilePressVendor\mysqlnd_ms_fabric_select_global(...func_get_args()); } }
127 if (!function_exists('mysqlnd_ms_fabric_select_shard')) { function mysqlnd_ms_fabric_select_shard() { return \ProfilePressVendor\mysqlnd_ms_fabric_select_shard(...func_get_args()); } }
128 if (!function_exists('mysqlnd_ms_get_last_used_connection')) { function mysqlnd_ms_get_last_used_connection() { return \ProfilePressVendor\mysqlnd_ms_get_last_used_connection(...func_get_args()); } }
129 if (!function_exists('mysqlnd_qc_clear_cache')) { function mysqlnd_qc_clear_cache() { return \ProfilePressVendor\mysqlnd_qc_clear_cache(...func_get_args()); } }
130 if (!function_exists('mysqlnd_qc_set_is_select')) { function mysqlnd_qc_set_is_select() { return \ProfilePressVendor\mysqlnd_qc_set_is_select(...func_get_args()); } }
131 if (!function_exists('mysqlnd_qc_set_storage_handler')) { function mysqlnd_qc_set_storage_handler() { return \ProfilePressVendor\mysqlnd_qc_set_storage_handler(...func_get_args()); } }
132 if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \ProfilePressVendor\preg_last_error_msg(...func_get_args()); } }
133 if (!function_exists('printTable')) { function printTable() { return \ProfilePressVendor\printTable(...func_get_args()); } }
134 if (!function_exists('printTitle')) { function printTitle() { return \ProfilePressVendor\printTitle(...func_get_args()); } }
135 if (!function_exists('printTranslationStatus')) { function printTranslationStatus() { return \ProfilePressVendor\printTranslationStatus(...func_get_args()); } }
136 if (!function_exists('str_contains')) { function str_contains() { return \ProfilePressVendor\str_contains(...func_get_args()); } }
137 if (!function_exists('str_ends_with')) { function str_ends_with() { return \ProfilePressVendor\str_ends_with(...func_get_args()); } }
138 if (!function_exists('str_starts_with')) { function str_starts_with() { return \ProfilePressVendor\str_starts_with(...func_get_args()); } }
139 if (!function_exists('textColorGreen')) { function textColorGreen() { return \ProfilePressVendor\textColorGreen(...func_get_args()); } }
140 if (!function_exists('textColorNormal')) { function textColorNormal() { return \ProfilePressVendor\textColorNormal(...func_get_args()); } }
141 if (!function_exists('textColorRed')) { function textColorRed() { return \ProfilePressVendor\textColorRed(...func_get_args()); } }
142 if (!function_exists('trigger_deprecation')) { function trigger_deprecation() { return \ProfilePressVendor\trigger_deprecation(...func_get_args()); } }
143
144 return $loader;
145