??????????????
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning : Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
PK tb[*2N N twentynineteen/404.phpnu [
source on its own array key, without adding the
* both `width` and `height` attributes, since these are added dynamically,
* before rendering the SVG code.
*
* All icons are assumed to have equal width and height, hence the option
* to only specify a `$size` parameter in the svg methods.
*
* @since Twenty Nineteen 1.0
*/
class TwentyNineteen_SVG_Icons {
/**
* Gets the SVG code for a given icon.
*/
public static function get_svg( $group, $icon, $size ) {
if ( 'ui' === $group ) {
$arr = self::$ui_icons;
} elseif ( 'social' === $group ) {
$arr = self::$social_icons;
} else {
$arr = array();
}
if ( array_key_exists( $icon, $arr ) ) {
$repl = sprintf( ' \s*', '><', $svg ); // Remove whitespace between SVG tags.
return $svg;
}
return null;
}
/**
* Detects the social network from a URL and returns the SVG code for its icon.
*/
public static function get_social_link_svg( $uri, $size ) {
static $regex_map; // Only compute regex map once, for performance.
if ( ! isset( $regex_map ) ) {
$regex_map = array();
$map = &self::$social_icons_map; // Use reference instead of copy, to save memory.
foreach ( array_keys( self::$social_icons ) as $icon ) {
$domains = array_key_exists( $icon, $map ) ? $map[ $icon ] : array( sprintf( '%s.com', $icon ) );
$domains = array_map( 'trim', $domains ); // Remove leading/trailing spaces, to prevent regex from failing to match.
$domains = array_map( 'preg_quote', $domains );
$regex_map[ $icon ] = sprintf( '/(%s)/i', implode( '|', $domains ) );
}
}
foreach ( $regex_map as $icon => $regex ) {
if ( preg_match( $regex, $uri ) ) {
return self::get_svg( 'social', $icon, $size );
}
}
return null;
}
/**
* User Interface icons – svg sources.
*
* @var array
*/
public static $ui_icons = array(
'link' => /* material-design – link */ '
',
'watch' => /* material-design – watch-later */ '
',
'archive' => /* material-design – folder */ '
',
'tag' => /* material-design – local_offer */ '
',
'comment' => /* material-design – comment */ '
',
'person' => /* material-design – person */ '
',
'edit' => /* material-design – edit */ '
',
'chevron_left' => /* material-design – chevron_left */ '
',
'chevron_right' => /* material-design – chevron_right */ '
',
'check' => /* material-design – check */ '
',
'arrow_drop_down_circle' => /* material-design – arrow_drop_down_circle */ '
',
'keyboard_arrow_down' => /* material-design – keyboard_arrow_down */ '
',
'keyboard_arrow_right' => /* material-design – keyboard_arrow_right */ '
',
'keyboard_arrow_left' => /* material-design – keyboard_arrow_left */ '
',
'arrow_drop_down_ellipsis' => /* custom – arrow_drop_down_ellipsis */ '
',
);
/**
* Social Icons – domain mappings.
*
* By default, each Icon ID is matched against a .com TLD. To override this behavior,
* specify all the domains it covers (including the .com TLD too, if applicable).
*
* @var array
*/
public static $social_icons_map = array(
'amazon' => array(
'amazon.com',
'amazon.cn',
'amazon.in',
'amazon.fr',
'amazon.de',
'amazon.it',
'amazon.nl',
'amazon.es',
'amazon.co',
'amazon.ca',
),
'apple' => array(
'apple.com',
'itunes.com',
),
'behance' => array(
'behance.net',
),
'codepen' => array(
'codepen.io',
),
'facebook' => array(
'facebook.com',
'fb.me',
),
'feed' => array(
'feed',
),
'google-plus' => array(
'plus.google.com',
),
'lastfm' => array(
'last.fm',
),
'mail' => array(
'mailto:',
),
'slideshare' => array(
'slideshare.net',
),
'pocket' => array(
'getpocket.com',
),
'twitch' => array(
'twitch.tv',
),
'wordpress' => array(
'wordpress.com',
'wordpress.org',
),
);
/**
* Social Icons – svg sources.
*
* @var array
*/
public static $social_icons = array(
'500px' => '
',
'amazon' => '
',
'apple' => '
',
'bandcamp' => '
',
'behance' => '
',
'chain' => '
',
'codepen' => '
',
'deviantart' => '
',
'digg' => '
',
'dribbble' => '
',
'dropbox' => '
',
'etsy' => '
',
'facebook' => '
',
'feed' => '
',
'flickr' => '
',
'foursquare' => '
',
'goodreads' => '
',
'google-plus' => '
',
'google' => '
',
'github' => '
',
'instagram' => '
',
'lastfm' => '
',
'linkedin' => '
',
'mail' => '
',
'meetup' => '
',
'medium' => '
',
'pinterest' => '
',
'pocket' => '
',
'reddit' => '
',
'skype' => '
',
'slideshare' => '
',
'snapchat' => '
',
'soundcloud' => '
',
'spotify' => '
',
'stumbleupon' => '
',
'tumblr' => '
',
'twitch' => '
',
'twitter' => '
',
'vimeo' => '
',
'vk' => '
',
'wordpress' => '
',
'yelp' => '
',
'youtube' => '
',
);
}
PK tb[&O > twentynineteen/classes/class-twentynineteen-walker-comment.phpnu [
< id="comment-" has_children ? 'parent' : '', $comment ); ?>>
'div-comment',
'depth' => $depth,
'max_depth' => $args['max_depth'],
'before' => '',
)
)
);
?>
PK tb['Ч 2 twentynineteen/fonts/NonBreakingSpaceOverride.woffnu [ wOFF L FFTM 5,GDEF | '
OS/2 I `cmap F JKgasp t glyf t 2 <'/head D 0 6.
hhea t $Jhmtx j loca d J hmaxp K name z !post $ N `>/jwebf [xc`d`` V~(p#PB;hv6 <xc`d`` 7 xc`d```g``b s W xc`f8Ue4ʹ
rT{ma```
3䘃X# n> x``d Y +y xc```f`Fp|
Toq@#$P#Ċ 8
xc`bd```g`c``R@_
Hf F$` xڭN@O3n\,f'$%1l &@ a_
%'>KW2paMo{ϝ Wxw
K"5gpgY]sE9[Ms̄J#wɕL6PŽ}4gNjМǃ4ΔPFa3,KF;lLܩm[5Kʖl%zǝ."JiA̒1]%l3*)188g̏M\1R}i83/syߺ)t=I:jʶEF0C).&N&%]s{&9;Op&F+*Q(G\F;/
Ɇْ]h77jMnX6~^% xc`b F ;3201032123e9K iG<̼T>W S xc`d``b1 fb`B6 f 5 $ Q C, [⒬ PK tb[FQ 3 twentynineteen/fonts/NonBreakingSpaceOverride.woff2nu [ wOF2 L ?FFTM` J
<[6$ !`?webfc.!'z#sIH+osMfTh&$Y$2!1JmłmxiLxK\[sWZ` $o9_I1zo$
,28<*\@/LV]M(Ìk=WnQI@Oul:T7L|q0x.9n+n( Հ O=.~ƷJ+v[N_5o
'HV
pX,u@% `>"@ ʪ+( P2Pq6Uq%ۀН͊Մ~t=Oi )ukCtKB/|qFc4&"0=\$T{Dyë%FtlaRM~ n%%xJAAҨf`$Ǖh$hZ4esDBF/up9xQhبJ>9,"$TeC k2e$25uLWƪ1\߬%1lԭ&D`Am$qEI+ȶƊ;:"~#~2w峭c֞>'dzBrR^щDH\շם)$6pOqarƗps䜑=6;GQ
۷ PK tb[Bb`V V twentynineteen/footer.phpnu [