PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 2.14.8
Independent Analytics – WordPress Analytics Plugin v2.14.8
2.15.5 2.15.4 2.15.3 2.15.2 2.15.1 2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / vendor / scoper-autoload.php
independent-analytics / vendor Last commit date
andrewmead 1 year ago bin 2 years ago carbonphp 2 years ago composer 4 months ago doctrine 2 years ago eftec 2 years ago illuminate 7 months ago league 10 months ago matomo 7 months ago maxmind-db 2 years ago mlocati 1 year ago mustangostang 2 years ago nesbot 1 year ago psr 2 years ago symfony 1 year ago voku 2 years ago autoload.php 10 months ago scoper-autoload.php 5 months ago
scoper-autoload.php
133 lines
1 <?php
2
3 // scoper-autoload.php @generated by PhpScoper
4
5 $loader = (static function () {
6 // Backup the autoloaded Composer files
7 $existingComposerAutoloadFiles = $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(['9eaa6b0f3f04e58e17ae5ecb754ea313', '320cde22f66dd4f5d3fd621d3e88b98f', 'acbe0d033c55cd0a032b415e08d14f4c', '8825ede83f2f289127722d4e842cf7e8', '36dfd6ed9dd74e8062aa61f09caf8554', 'e69f7f6ee287b969198c3c9d6777bd38', '5928a00fa978807cf85d90ec3f4b0147', '0e6d7bf4a5811bfa5cf40c5ccd6fae6a', '0d59ee240a4cd96ddbb4ff164fccea4d', 'a4a119a56e50fbb293281d9a48007e0e', '54b9ab13bc86d8251a04a939888e357e', 'a89966141ddd51b9b7e868bc3b2f9bb0', '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('JsonException', 'IAWPSCOPED\JsonException');
33 humbug_phpscoper_expose_class('PhpToken', 'IAWPSCOPED\PhpToken');
34 humbug_phpscoper_expose_class('ValueError', 'IAWPSCOPED\ValueError');
35 humbug_phpscoper_expose_class('Attribute', 'IAWPSCOPED\Attribute');
36 humbug_phpscoper_expose_class('UnhandledMatchError', 'IAWPSCOPED\UnhandledMatchError');
37 humbug_phpscoper_expose_class('Stringable', 'IAWPSCOPED\Stringable');
38 humbug_phpscoper_expose_class('Normalizer', 'IAWPSCOPED\Normalizer');
39
40 // Function aliases. For more information see:
41 // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases
42 if (!function_exists('array_key_first')) { function array_key_first() { return \IAWPSCOPED\array_key_first(...func_get_args()); } }
43 if (!function_exists('array_key_last')) { function array_key_last() { return \IAWPSCOPED\array_key_last(...func_get_args()); } }
44 if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \IAWPSCOPED\ctype_alnum(...func_get_args()); } }
45 if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \IAWPSCOPED\ctype_alpha(...func_get_args()); } }
46 if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \IAWPSCOPED\ctype_cntrl(...func_get_args()); } }
47 if (!function_exists('ctype_digit')) { function ctype_digit() { return \IAWPSCOPED\ctype_digit(...func_get_args()); } }
48 if (!function_exists('ctype_graph')) { function ctype_graph() { return \IAWPSCOPED\ctype_graph(...func_get_args()); } }
49 if (!function_exists('ctype_lower')) { function ctype_lower() { return \IAWPSCOPED\ctype_lower(...func_get_args()); } }
50 if (!function_exists('ctype_print')) { function ctype_print() { return \IAWPSCOPED\ctype_print(...func_get_args()); } }
51 if (!function_exists('ctype_punct')) { function ctype_punct() { return \IAWPSCOPED\ctype_punct(...func_get_args()); } }
52 if (!function_exists('ctype_space')) { function ctype_space() { return \IAWPSCOPED\ctype_space(...func_get_args()); } }
53 if (!function_exists('ctype_upper')) { function ctype_upper() { return \IAWPSCOPED\ctype_upper(...func_get_args()); } }
54 if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \IAWPSCOPED\ctype_xdigit(...func_get_args()); } }
55 if (!function_exists('fdiv')) { function fdiv() { return \IAWPSCOPED\fdiv(...func_get_args()); } }
56 if (!function_exists('get_debug_type')) { function get_debug_type() { return \IAWPSCOPED\get_debug_type(...func_get_args()); } }
57 if (!function_exists('get_resource_id')) { function get_resource_id() { return \IAWPSCOPED\get_resource_id(...func_get_args()); } }
58 if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \IAWPSCOPED\grapheme_extract(...func_get_args()); } }
59 if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \IAWPSCOPED\grapheme_stripos(...func_get_args()); } }
60 if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \IAWPSCOPED\grapheme_stristr(...func_get_args()); } }
61 if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \IAWPSCOPED\grapheme_strlen(...func_get_args()); } }
62 if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \IAWPSCOPED\grapheme_strpos(...func_get_args()); } }
63 if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \IAWPSCOPED\grapheme_strripos(...func_get_args()); } }
64 if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \IAWPSCOPED\grapheme_strrpos(...func_get_args()); } }
65 if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \IAWPSCOPED\grapheme_strstr(...func_get_args()); } }
66 if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \IAWPSCOPED\grapheme_substr(...func_get_args()); } }
67 if (!function_exists('hrtime')) { function hrtime() { return \IAWPSCOPED\hrtime(...func_get_args()); } }
68 if (!function_exists('iawp')) { function iawp() { return \IAWPSCOPED\iawp(...func_get_args()); } }
69 if (!function_exists('iawp_analytics')) { function iawp_analytics() { return \IAWPSCOPED\iawp_analytics(...func_get_args()); } }
70 if (!function_exists('iawp_custom_log')) { function iawp_custom_log() { return \IAWPSCOPED\iawp_custom_log(...func_get_args()); } }
71 if (!function_exists('iawp_dashboard_url')) { function iawp_dashboard_url() { return \IAWPSCOPED\iawp_dashboard_url(...func_get_args()); } }
72 if (!function_exists('iawp_db_version')) { function iawp_db_version() { return \IAWPSCOPED\iawp_db_version(...func_get_args()); } }
73 if (!function_exists('iawp_icon')) { function iawp_icon() { return \IAWPSCOPED\iawp_icon(...func_get_args()); } }
74 if (!function_exists('iawp_intify')) { function iawp_intify() { return \IAWPSCOPED\iawp_intify(...func_get_args()); } }
75 if (!function_exists('iawp_is_free')) { function iawp_is_free() { return \IAWPSCOPED\iawp_is_free(...func_get_args()); } }
76 if (!function_exists('iawp_is_pro')) { function iawp_is_pro() { return \IAWPSCOPED\iawp_is_pro(...func_get_args()); } }
77 if (!function_exists('iawp_log')) { function iawp_log() { return \IAWPSCOPED\iawp_log(...func_get_args()); } }
78 if (!function_exists('iawp_path_to')) { function iawp_path_to() { return \IAWPSCOPED\iawp_path_to(...func_get_args()); } }
79 if (!function_exists('iawp_render')) { function iawp_render() { return \IAWPSCOPED\iawp_render(...func_get_args()); } }
80 if (!function_exists('iawp_singular_analytics')) { function iawp_singular_analytics() { return \IAWPSCOPED\iawp_singular_analytics(...func_get_args()); } }
81 if (!function_exists('iawp_temp_path_to')) { function iawp_temp_path_to() { return \IAWPSCOPED\iawp_temp_path_to(...func_get_args()); } }
82 if (!function_exists('iawp_top_posts')) { function iawp_top_posts() { return \IAWPSCOPED\iawp_top_posts(...func_get_args()); } }
83 if (!function_exists('iawp_upload_path_to')) { function iawp_upload_path_to() { return \IAWPSCOPED\iawp_upload_path_to(...func_get_args()); } }
84 if (!function_exists('iawp_upload_url_to')) { function iawp_upload_url_to() { return \IAWPSCOPED\iawp_upload_url_to(...func_get_args()); } }
85 if (!function_exists('iawp_url_to')) { function iawp_url_to() { return \IAWPSCOPED\iawp_url_to(...func_get_args()); } }
86 if (!function_exists('is_countable')) { function is_countable() { return \IAWPSCOPED\is_countable(...func_get_args()); } }
87 if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \IAWPSCOPED\mb_check_encoding(...func_get_args()); } }
88 if (!function_exists('mb_chr')) { function mb_chr() { return \IAWPSCOPED\mb_chr(...func_get_args()); } }
89 if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \IAWPSCOPED\mb_convert_case(...func_get_args()); } }
90 if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \IAWPSCOPED\mb_convert_encoding(...func_get_args()); } }
91 if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \IAWPSCOPED\mb_convert_variables(...func_get_args()); } }
92 if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \IAWPSCOPED\mb_decode_mimeheader(...func_get_args()); } }
93 if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \IAWPSCOPED\mb_decode_numericentity(...func_get_args()); } }
94 if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \IAWPSCOPED\mb_detect_encoding(...func_get_args()); } }
95 if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \IAWPSCOPED\mb_detect_order(...func_get_args()); } }
96 if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \IAWPSCOPED\mb_encode_mimeheader(...func_get_args()); } }
97 if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \IAWPSCOPED\mb_encode_numericentity(...func_get_args()); } }
98 if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \IAWPSCOPED\mb_encoding_aliases(...func_get_args()); } }
99 if (!function_exists('mb_get_info')) { function mb_get_info() { return \IAWPSCOPED\mb_get_info(...func_get_args()); } }
100 if (!function_exists('mb_http_input')) { function mb_http_input() { return \IAWPSCOPED\mb_http_input(...func_get_args()); } }
101 if (!function_exists('mb_http_output')) { function mb_http_output() { return \IAWPSCOPED\mb_http_output(...func_get_args()); } }
102 if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \IAWPSCOPED\mb_internal_encoding(...func_get_args()); } }
103 if (!function_exists('mb_language')) { function mb_language() { return \IAWPSCOPED\mb_language(...func_get_args()); } }
104 if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \IAWPSCOPED\mb_list_encodings(...func_get_args()); } }
105 if (!function_exists('mb_ord')) { function mb_ord() { return \IAWPSCOPED\mb_ord(...func_get_args()); } }
106 if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \IAWPSCOPED\mb_output_handler(...func_get_args()); } }
107 if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \IAWPSCOPED\mb_parse_str(...func_get_args()); } }
108 if (!function_exists('mb_scrub')) { function mb_scrub() { return \IAWPSCOPED\mb_scrub(...func_get_args()); } }
109 if (!function_exists('mb_str_split')) { function mb_str_split() { return \IAWPSCOPED\mb_str_split(...func_get_args()); } }
110 if (!function_exists('mb_stripos')) { function mb_stripos() { return \IAWPSCOPED\mb_stripos(...func_get_args()); } }
111 if (!function_exists('mb_stristr')) { function mb_stristr() { return \IAWPSCOPED\mb_stristr(...func_get_args()); } }
112 if (!function_exists('mb_strlen')) { function mb_strlen() { return \IAWPSCOPED\mb_strlen(...func_get_args()); } }
113 if (!function_exists('mb_strpos')) { function mb_strpos() { return \IAWPSCOPED\mb_strpos(...func_get_args()); } }
114 if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \IAWPSCOPED\mb_strrchr(...func_get_args()); } }
115 if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \IAWPSCOPED\mb_strrichr(...func_get_args()); } }
116 if (!function_exists('mb_strripos')) { function mb_strripos() { return \IAWPSCOPED\mb_strripos(...func_get_args()); } }
117 if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \IAWPSCOPED\mb_strrpos(...func_get_args()); } }
118 if (!function_exists('mb_strstr')) { function mb_strstr() { return \IAWPSCOPED\mb_strstr(...func_get_args()); } }
119 if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \IAWPSCOPED\mb_strtolower(...func_get_args()); } }
120 if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \IAWPSCOPED\mb_strtoupper(...func_get_args()); } }
121 if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \IAWPSCOPED\mb_strwidth(...func_get_args()); } }
122 if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \IAWPSCOPED\mb_substitute_character(...func_get_args()); } }
123 if (!function_exists('mb_substr')) { function mb_substr() { return \IAWPSCOPED\mb_substr(...func_get_args()); } }
124 if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \IAWPSCOPED\mb_substr_count(...func_get_args()); } }
125 if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \IAWPSCOPED\normalizer_is_normalized(...func_get_args()); } }
126 if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \IAWPSCOPED\normalizer_normalize(...func_get_args()); } }
127 if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \IAWPSCOPED\preg_last_error_msg(...func_get_args()); } }
128 if (!function_exists('str_contains')) { function str_contains() { return \IAWPSCOPED\str_contains(...func_get_args()); } }
129 if (!function_exists('str_ends_with')) { function str_ends_with() { return \IAWPSCOPED\str_ends_with(...func_get_args()); } }
130 if (!function_exists('str_starts_with')) { function str_starts_with() { return \IAWPSCOPED\str_starts_with(...func_get_args()); } }
131
132 return $loader;
133