PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 1.28.2
Independent Analytics – WordPress Analytics Plugin v1.28.2
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 3 years ago bin 3 years ago composer 3 years ago doctrine 3 years ago illuminate 3 years ago league 3 years ago maxmind-db 3 years ago nesbot 3 years ago psr 3 years ago symfony 3 years ago voku 3 years ago autoload.php 3 years ago scoper-autoload.php 3 years ago
scoper-autoload.php
126 lines
1 <?php
2
3 // scoper-autoload.php @generated by PhpScoper
4
5 // Backup the autoloaded Composer files
6 if (isset($GLOBALS['__composer_autoload_files'])) {
7 $existingComposerAutoloadFiles = $GLOBALS['__composer_autoload_files'];
8 }
9
10 $loader = require_once __DIR__.'/autoload.php';
11 // Ensure InstalledVersions is available
12 $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php';
13 if (file_exists($installedVersionsPath)) require_once $installedVersionsPath;
14
15 // Restore the backup
16 if (isset($existingComposerAutoloadFiles)) {
17 $GLOBALS['__composer_autoload_files'] = $existingComposerAutoloadFiles;
18 } else {
19 unset($GLOBALS['__composer_autoload_files']);
20 }
21
22 // Class aliases. For more information see:
23 // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#class-aliases
24 if (!function_exists('humbug_phpscoper_expose_class')) {
25 function humbug_phpscoper_expose_class(string $exposed, string $prefixed): void {
26 if (!class_exists($exposed, false) && !interface_exists($exposed, false) && !trait_exists($exposed, false)) {
27 spl_autoload_call($prefixed);
28 }
29 }
30 }
31 humbug_phpscoper_expose_class('IAWP\Utils\Security', 'IAWP_SCOPED\IAWP\Utils\Security');
32 humbug_phpscoper_expose_class('JsonException', 'IAWP_SCOPED\JsonException');
33 humbug_phpscoper_expose_class('PhpToken', 'IAWP_SCOPED\PhpToken');
34 humbug_phpscoper_expose_class('ValueError', 'IAWP_SCOPED\ValueError');
35 humbug_phpscoper_expose_class('Attribute', 'IAWP_SCOPED\Attribute');
36 humbug_phpscoper_expose_class('UnhandledMatchError', 'IAWP_SCOPED\UnhandledMatchError');
37 humbug_phpscoper_expose_class('Stringable', 'IAWP_SCOPED\Stringable');
38 humbug_phpscoper_expose_class('Normalizer', 'IAWP_SCOPED\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 \IAWP_SCOPED\array_key_first(...func_get_args()); } }
43 if (!function_exists('array_key_last')) { function array_key_last() { return \IAWP_SCOPED\array_key_last(...func_get_args()); } }
44 if (!function_exists('collect')) { function collect() { return \IAWP_SCOPED\collect(...func_get_args()); } }
45 if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \IAWP_SCOPED\ctype_alnum(...func_get_args()); } }
46 if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \IAWP_SCOPED\ctype_alpha(...func_get_args()); } }
47 if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \IAWP_SCOPED\ctype_cntrl(...func_get_args()); } }
48 if (!function_exists('ctype_digit')) { function ctype_digit() { return \IAWP_SCOPED\ctype_digit(...func_get_args()); } }
49 if (!function_exists('ctype_graph')) { function ctype_graph() { return \IAWP_SCOPED\ctype_graph(...func_get_args()); } }
50 if (!function_exists('ctype_lower')) { function ctype_lower() { return \IAWP_SCOPED\ctype_lower(...func_get_args()); } }
51 if (!function_exists('ctype_print')) { function ctype_print() { return \IAWP_SCOPED\ctype_print(...func_get_args()); } }
52 if (!function_exists('ctype_punct')) { function ctype_punct() { return \IAWP_SCOPED\ctype_punct(...func_get_args()); } }
53 if (!function_exists('ctype_space')) { function ctype_space() { return \IAWP_SCOPED\ctype_space(...func_get_args()); } }
54 if (!function_exists('ctype_upper')) { function ctype_upper() { return \IAWP_SCOPED\ctype_upper(...func_get_args()); } }
55 if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \IAWP_SCOPED\ctype_xdigit(...func_get_args()); } }
56 if (!function_exists('fdiv')) { function fdiv() { return \IAWP_SCOPED\fdiv(...func_get_args()); } }
57 if (!function_exists('get_debug_type')) { function get_debug_type() { return \IAWP_SCOPED\get_debug_type(...func_get_args()); } }
58 if (!function_exists('get_resource_id')) { function get_resource_id() { return \IAWP_SCOPED\get_resource_id(...func_get_args()); } }
59 if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \IAWP_SCOPED\grapheme_extract(...func_get_args()); } }
60 if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \IAWP_SCOPED\grapheme_stripos(...func_get_args()); } }
61 if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \IAWP_SCOPED\grapheme_stristr(...func_get_args()); } }
62 if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \IAWP_SCOPED\grapheme_strlen(...func_get_args()); } }
63 if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \IAWP_SCOPED\grapheme_strpos(...func_get_args()); } }
64 if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \IAWP_SCOPED\grapheme_strripos(...func_get_args()); } }
65 if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \IAWP_SCOPED\grapheme_strrpos(...func_get_args()); } }
66 if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \IAWP_SCOPED\grapheme_strstr(...func_get_args()); } }
67 if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \IAWP_SCOPED\grapheme_substr(...func_get_args()); } }
68 if (!function_exists('hrtime')) { function hrtime() { return \IAWP_SCOPED\hrtime(...func_get_args()); } }
69 if (!function_exists('iawp')) { function iawp() { return \IAWP_SCOPED\iawp(...func_get_args()); } }
70 if (!function_exists('iawp_dashboard_url')) { function iawp_dashboard_url() { return \IAWP_SCOPED\iawp_dashboard_url(...func_get_args()); } }
71 if (!function_exists('iawp_default_args')) { function iawp_default_args() { return \IAWP_SCOPED\iawp_default_args(...func_get_args()); } }
72 if (!function_exists('iawp_is_free')) { function iawp_is_free() { return \IAWP_SCOPED\iawp_is_free(...func_get_args()); } }
73 if (!function_exists('iawp_is_pro')) { function iawp_is_pro() { return \IAWP_SCOPED\iawp_is_pro(...func_get_args()); } }
74 if (!function_exists('iawp_log')) { function iawp_log() { return \IAWP_SCOPED\iawp_log(...func_get_args()); } }
75 if (!function_exists('iawp_path_to')) { function iawp_path_to() { return \IAWP_SCOPED\iawp_path_to(...func_get_args()); } }
76 if (!function_exists('iawp_url_to')) { function iawp_url_to() { return \IAWP_SCOPED\iawp_url_to(...func_get_args()); } }
77 if (!function_exists('iawp_using_woocommerce')) { function iawp_using_woocommerce() { return \IAWP_SCOPED\iawp_using_woocommerce(...func_get_args()); } }
78 if (!function_exists('is_countable')) { function is_countable() { return \IAWP_SCOPED\is_countable(...func_get_args()); } }
79 if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \IAWP_SCOPED\mb_check_encoding(...func_get_args()); } }
80 if (!function_exists('mb_chr')) { function mb_chr() { return \IAWP_SCOPED\mb_chr(...func_get_args()); } }
81 if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \IAWP_SCOPED\mb_convert_case(...func_get_args()); } }
82 if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \IAWP_SCOPED\mb_convert_encoding(...func_get_args()); } }
83 if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \IAWP_SCOPED\mb_convert_variables(...func_get_args()); } }
84 if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \IAWP_SCOPED\mb_decode_mimeheader(...func_get_args()); } }
85 if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \IAWP_SCOPED\mb_decode_numericentity(...func_get_args()); } }
86 if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \IAWP_SCOPED\mb_detect_encoding(...func_get_args()); } }
87 if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \IAWP_SCOPED\mb_detect_order(...func_get_args()); } }
88 if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \IAWP_SCOPED\mb_encode_mimeheader(...func_get_args()); } }
89 if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \IAWP_SCOPED\mb_encode_numericentity(...func_get_args()); } }
90 if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \IAWP_SCOPED\mb_encoding_aliases(...func_get_args()); } }
91 if (!function_exists('mb_get_info')) { function mb_get_info() { return \IAWP_SCOPED\mb_get_info(...func_get_args()); } }
92 if (!function_exists('mb_http_input')) { function mb_http_input() { return \IAWP_SCOPED\mb_http_input(...func_get_args()); } }
93 if (!function_exists('mb_http_output')) { function mb_http_output() { return \IAWP_SCOPED\mb_http_output(...func_get_args()); } }
94 if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \IAWP_SCOPED\mb_internal_encoding(...func_get_args()); } }
95 if (!function_exists('mb_language')) { function mb_language() { return \IAWP_SCOPED\mb_language(...func_get_args()); } }
96 if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \IAWP_SCOPED\mb_list_encodings(...func_get_args()); } }
97 if (!function_exists('mb_ord')) { function mb_ord() { return \IAWP_SCOPED\mb_ord(...func_get_args()); } }
98 if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \IAWP_SCOPED\mb_output_handler(...func_get_args()); } }
99 if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \IAWP_SCOPED\mb_parse_str(...func_get_args()); } }
100 if (!function_exists('mb_scrub')) { function mb_scrub() { return \IAWP_SCOPED\mb_scrub(...func_get_args()); } }
101 if (!function_exists('mb_str_split')) { function mb_str_split() { return \IAWP_SCOPED\mb_str_split(...func_get_args()); } }
102 if (!function_exists('mb_stripos')) { function mb_stripos() { return \IAWP_SCOPED\mb_stripos(...func_get_args()); } }
103 if (!function_exists('mb_stristr')) { function mb_stristr() { return \IAWP_SCOPED\mb_stristr(...func_get_args()); } }
104 if (!function_exists('mb_strlen')) { function mb_strlen() { return \IAWP_SCOPED\mb_strlen(...func_get_args()); } }
105 if (!function_exists('mb_strpos')) { function mb_strpos() { return \IAWP_SCOPED\mb_strpos(...func_get_args()); } }
106 if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \IAWP_SCOPED\mb_strrchr(...func_get_args()); } }
107 if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \IAWP_SCOPED\mb_strrichr(...func_get_args()); } }
108 if (!function_exists('mb_strripos')) { function mb_strripos() { return \IAWP_SCOPED\mb_strripos(...func_get_args()); } }
109 if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \IAWP_SCOPED\mb_strrpos(...func_get_args()); } }
110 if (!function_exists('mb_strstr')) { function mb_strstr() { return \IAWP_SCOPED\mb_strstr(...func_get_args()); } }
111 if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \IAWP_SCOPED\mb_strtolower(...func_get_args()); } }
112 if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \IAWP_SCOPED\mb_strtoupper(...func_get_args()); } }
113 if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \IAWP_SCOPED\mb_strwidth(...func_get_args()); } }
114 if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \IAWP_SCOPED\mb_substitute_character(...func_get_args()); } }
115 if (!function_exists('mb_substr')) { function mb_substr() { return \IAWP_SCOPED\mb_substr(...func_get_args()); } }
116 if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \IAWP_SCOPED\mb_substr_count(...func_get_args()); } }
117 if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \IAWP_SCOPED\normalizer_is_normalized(...func_get_args()); } }
118 if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \IAWP_SCOPED\normalizer_normalize(...func_get_args()); } }
119 if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \IAWP_SCOPED\preg_last_error_msg(...func_get_args()); } }
120 if (!function_exists('str_contains')) { function str_contains() { return \IAWP_SCOPED\str_contains(...func_get_args()); } }
121 if (!function_exists('str_ends_with')) { function str_ends_with() { return \IAWP_SCOPED\str_ends_with(...func_get_args()); } }
122 if (!function_exists('str_starts_with')) { function str_starts_with() { return \IAWP_SCOPED\str_starts_with(...func_get_args()); } }
123 if (!function_exists('value')) { function value() { return \IAWP_SCOPED\value(...func_get_args()); } }
124
125 return $loader;
126