pV M Kh n n /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/generated/code/Magento/Framework/App/ResourceConnection/Config ^V XV V YV Kh x x /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/generated/code/Magento/Framework/App/ResourceConnection/Config/Proxy.php p Ea1x /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/generated/code/Magento/Framework/App/ResourceConnection/Config/Proxy.php 1 pp
V
V V 0V Kh k _ /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/App/ResourceConnection /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection ! V V ǓV V Kh v j /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/App/ResourceConnection/Config.php /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/Config.ph@ ЏV pV M Kh _ _ /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection sq|0V 0V V Kh j j /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/Config.php P ՅWdj /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/Config.php 1 V piV V V Kh s /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/App/ResourceConnection/ConfigInterface.php /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConfigInterface. 0V q pV M Kh s s /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConfigInterface. s /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConfigInterface.php 1 V V V V Kh u /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/App/ResourceConnection/ConnectionFactory.php /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConnectionFact `V | pV M Kh u u /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConnectionFactor Zu /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/App/ResourceConnection/ConnectionFactory.php Q pV `V Kh Z N /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/Model /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/Model eV V p^V Kh h \ /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/Model/ResourceModel /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/Model/ResourceModel a V V V V Kh m a /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/Model/ResourceModel/Type /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/Model/ResourceModel/Type V `&V !V 'V Kh p d /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/../magento/framework/Model/ResourceModel/Type/Db /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/magento/framework/Model/ResourceModel/Ty @ qlOV GV V Kh z /var/www/vhosts/dinitrol.shop/httpdocs/dinitrol/vendor/composer/>link_target;
if ( '' !== $target ) {
if ( is_string( $rel ) && '' !== $rel ) {
if ( ! str_contains( $rel, 'noopener' ) ) {
$rel = trim( $rel ) . ' noopener';
}
} else {
$rel = 'noopener';
}
$target = ' target="' . $target . '"';
}
if ( '' !== $rel ) {
$rel = ' rel="' . esc_attr( $rel ) . '"';
}
$output .= '';
$output .= $parsed_args['link_before'];
if ( null != $bookmark->link_image && $parsed_args['show_images'] ) {
if ( strpos( $bookmark->link_image, 'http' ) === 0 ) {
$output .= "link_image\" $alt $title />";
} else { // If it's a relative path.
$output .= '
link_image\" $alt $title />";
}
if ( $parsed_args['show_name'] ) {
$output .= " $name";
}
} else {
$output .= $name;
}
$output .= $parsed_args['link_after'];
$output .= '';
if ( $parsed_args['show_updated'] && $bookmark->recently_updated ) {
$output .= '';
}
if ( $parsed_args['show_description'] && '' !== $desc ) {
$output .= $parsed_args['between'] . $desc;
}
if ( $parsed_args['show_rating'] ) {
$output .= $parsed_args['between'] . sanitize_bookmark_field(
'link_rating',
$bookmark->link_rating,
$bookmark->link_id,
'display'
);
}
$output .= $parsed_args['after'] . "\n";
} // End while.
return $output;
}
/**
* Retrieve or echo all of the bookmarks.
*
* List of default arguments are as follows:
*
* These options define how the Category name will appear before the category
* links are displayed, if 'categorize' is 1. If 'categorize' is 0, then it will
* display for only the 'title_li' string and only if 'title_li' is not empty.
*
* @since 2.1.0
*
* @see _walk_bookmarks()
*
* @param string|array $args {
* Optional. String or array of arguments to list bookmarks.
*
* @type string $orderby How to order the links by. Accepts post fields. Default 'name'.
* @type string $order Whether to order bookmarks in ascending or descending order.
* Accepts 'ASC' (ascending) or 'DESC' (descending). Default 'ASC'.
* @type int $limit Amount of bookmarks to display. Accepts 1+ or -1 for all.
* Default -1.
* @type string $category Comma-separated list of category IDs to include links from.
* Default empty.
* @type string $category_name Category to retrieve links for by name. Default empty.
* @type int|bool $hide_invisible Whether to show or hide links marked as 'invisible'. Accepts
* 1|true or 0|false. Default 1|true.
* @type int|bool $show_updated Whether to display the time the bookmark was last updated.
* Accepts 1|true or 0|false. Default 0|false.
* @type int|bool $echo Whether to echo or return the formatted bookmarks. Accepts
* 1|true (echo) or 0|false (return). Default 1|true.
* @type int|bool $categorize Whether to show links listed by category or in a single column.
* Accepts 1|true (by category) or 0|false (one column). Default 1|true.
* @type int|bool $show_description Whether to show the bookmark descriptions. Accepts 1|true or 0|false.
* Default 0|false.
* @type string $title_li What to show before the links appear. Default 'Bookmarks'.
* @type string $title_before The HTML or text to prepend to the $title_li string. Default '