[BLACK FRIDAY WEEK!] Sabien Demonia vs Nikki Riddle vs Mari Galore Crazy Pee & Cream 3on3 Orgy [PART 1 + PART 2 RELOAD]featuring Paul Stalker, Diamond Dimitri, Damon Horns
2024-11-27
85:15
1,308
Studio: Stalker Prodz
Tags:
Description:
PART 1 + PART 2 combined in an exclusive REMASTERED SPECIAL DISCOUNT version!
MORE LIKE THIS
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>
foreach (array_filter(func_get_args(), 'is_array') as $input) {
foreach ($input as $name => $value) {
$attributeAssignment($attributes, $name, $value);
}
}
return $attributes;
},
'Phug\\Formatter\\Format\\HtmlFormat::array_escape' => function ($name, $input) use (&$pugModule) {
$arrayEscape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::array_escape'];
$escape = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.html_text_escape'];
if (is_array($input) && in_array(strtolower($name), ['class', 'style'], true)) {
$result = [];
foreach ($input as $key => $value) {
$result[$escape($key)] = $arrayEscape($name, $value);
}
return $result;
}
if (is_array($input) || is_object($input) && !method_exists($input, '__toString')) {
return $escape(json_encode($input));
}
if (is_string($input)) {
return $escape($input);
}
return $input;
},
'Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping' => array (
),
'Phug\\Formatter\\Format\\HtmlFormat::attributes_assignment' => function () use (&$pugModule) {
$attrMapping = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::attributes_mapping'];
$mergeAttr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::merge_attributes'];
$pattern = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern'];
$attr = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.attribute_pattern'];
$bool = $pugModule['Phug\\Formatter\\Format\\HtmlFormat::pattern.boolean_attribute_pattern'];
$attributes = call_user_func_array($mergeAttr, func_get_args());
$code = '';
foreach ($attributes as $originalName => $value) {
if ($value !== null && $value !== false && ($value !== '' || $originalName !== 'class')) {
$name = isset($attrMapping[$originalName])
? $attrMapping[$originalName]
: $originalName;
if ($value === true) {
$code .= $pattern($bool, $name, $name);
continue;
}
if (is_array($value) || is_object($value) &&
!method_exists($value, '__toString')) {
$value = json_encode($value);
}
$code .= $pattern($attr, $name, $value);
}
}
return $code;
},
'Phug\\Formatter\\Format\\HtmlFormat::class_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
$split = function ($input) {
return preg_split('/(?\=\%])/', strval($input));
};
$classes = isset($attributes['class']) ? array_filter($split($attributes['class'])) : [];
foreach ((array) $value as $key => $input) {
if (!is_string($input) && is_string($key)) {
if (!$input) {
continue;
}
$input = $key;
}
foreach ($split($input) as $class) {
if (!in_array($class, $classes, true)) {
$classes[] = $class;
}
}
}
return implode(' ', $classes);
},
'Phug\\Formatter\\Format\\HtmlFormat::style_attribute_assignment' => function (&$attributes, $value) use (&$pugModule) {
if (is_string($value) && mb_substr($value, 0, 7) === '{"') {
$value = json_decode(htmlspecialchars_decode($value));
}
$styles = isset($attributes['style']) ? array_filter(explode(';', $attributes['style'])) : [];
foreach ((array) $value as $propertyName => $propertyValue) {
if (!is_int($propertyName)) {
$propertyValue = $propertyName.':'.$propertyValue;
}
$styles[] = $propertyValue;
}
return implode(';', $styles);
},
]; ?>

![Louise Lee vs. Ashley Cumstar FOOD PORN Total INSANE Lesbian PUK3 in mouth, piss, Milk Overflow,.. BONUS FOOTAGE - PART 1 [WET]](https://cdn77-image.gtflixtv.com/p8jl3kw5szRZjrtElOaMdg==,1989961200/483290476ce35cfc6386e2669815256f7ae60964/1/6405/887/3/745.jpg?c=1&method=resize&f=jpg&w=420&height=236)

![Louise Lee vs. Ashley Cumstar INSANE FOOD PORN BGG Threesome PUK3 in mouth, Anal Destruction BONUS FOOTAGE - PART 2 [WET]](https://cdn77-image.gtflixtv.com/11M0o1biXdD4pLeNbMHPCw==,1989961200/30c035d9d63b15dd641d7f993c2012b71b0f3ded/1/6405/1007/3/700.jpg?c=1&method=resize&f=jpg&w=420&height=236)

![Russian MILF Kristina Grace MUTUAL PEE in mouth & drinking, Ass roughly destroyed, Rimming, Cum in mouth [WET]](https://cdn77-image.gtflixtv.com/59o0O2usZEQ0cs4aBt_kAw==,1989961200/e5844cf141fc57cc7d94dd5219eb183955b44505/1/6433/1693/3/641.jpg?c=1&method=resize&f=jpg&w=420&height=236)



![Jureka Del Mar ASS FISITNG, Intense anal & Piss Side Cam BONUS FOOTAGE [BTS]](https://cdn77-image.gtflixtv.com/u0RGNU2zkUQjYnwZOOfAdQ==,1989961200/05b177df47383736539a28c4b4ce8117380b38a9/1/6431/638/3/742.jpg?c=1&method=resize&f=jpg&w=420&height=236)



![Alice Maze cooking Pancakes with piss & milk spew [BONUS FOOTAGE]](https://cdn77-image.gtflixtv.com/qRF5BqToHNOkwJ2oCwlvVA==,1989961200/394d5786cf27a40968e9f524973bc9931f8fc08d/1/6429/1514/3/604.jpg?c=1&method=resize&f=jpg&w=420&height=236)

![RELOAD HALLOWEEN Alice Maze Freak Anal show goes Gangbang, piss in mouth, DP, DAP,... [PART 2]](https://cdn77-image.gtflixtv.com/YF2sF1l-DVQtMJoGa73ngA==,1989961200/0164ef3d822cef7d7e06a5de7bc001b1b3326c5b/1/6402/48/3/798.jpg?c=1&method=resize&f=jpg&w=420&height=236)
![ULTIMATE SLUT Monika Wild IS BACK in this epic PISS & ROUGH ANAL scene, Mutual pee drinking, Piss on toes, Gape farts, Guy's ass fingering! [WET]](https://cdn77-image.gtflixtv.com/ya3J_yYMVkCM-ev_BeO1PQ==,1989961200/cf834f38f64b1108fcd7465b8b8154bb69f523e2/1/6464/799/3/446.jpg?c=1&method=resize&f=jpg&w=420&height=236)

