Lines Matching refs:open
74 Iconify.preloadImages(['mdi:folder-open', 'mdi:folder', 'mdi:file-document-outline', 'mdi:chevron-up', 'mdi:chevron-down']);
265 jQuery.ui.selectmenu.prototype.options.classes["ui-selectmenu-open"] = "open";
393 jQuery(this).addClass('open');
398 jQuery(this).removeClass('open');
427 window.open(share_to.twitter, 'Share to Twitter', window_options);
431 window.open(share_to.linkedin, 'Share to Linkedin', window_options);
435 window.open(share_to.facebook, 'Share to Facebook', window_options);
439 window.open(share_to.pinterest, 'Share to Pinterest', window_options);
443 window.open(share_to.telegram, 'Share to Telegram', window_options);
447 window.open(share_to.yammer, 'Share to Yammer', window_options);
451 window.open(share_to.reddit, 'Share to Reddit', window_options);
460 window.open(share_to.whatsapp, 'Share to WhatsApp', window_options);
464 window.open(share_to.msteams, 'Share to Microsoft Teams', window_options);
597 $open = $directory.parents('.open');
603 if ($open.length) {
604 $directory.find('svg').replaceWith(Iconify.getSVG('mdi:folder-open'));