Lines Matching refs:window
77 jQuery(window).resize(function () {
121 jQuery(window).on('hashchange', function () {
324 jQuery(window).scroll(function () {
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);
456 window.location = share_to['sendmail'];
460 window.open(share_to.whatsapp, 'Share to WhatsApp', window_options);
464 window.open(share_to.msteams, 'Share to Microsoft Teams', window_options);
722 'max-height': (jQuery(window).height() - 50 - jQuery('#dokuwiki__content').position().top) + 'px',
849 if ((jQuery(window).height() < $dw_toc.height())) {
909 if (typeof window.toolbar === 'undefined') return false;
935 for (var i in window.toolbar) {
938 if (window.toolbar[i].icon == 'h.png') {
939 for (var x in window.toolbar[i].list) {
941 window.toolbar[i].list[x].icon = '../../tpl/bootstrap3/iconify.php?icon=mdi-format-header-' + hn + '.svg';
946 if (window.toolbar[i].icon == icon) {
947 window.toolbar[i].icon = '../../tpl/bootstrap3/iconify.php?icon=mdi-' + icons[icon];
971 window.print();