Home
last modified time | relevance | path

Searched refs:navigator (Results 51 – 75 of 277) sorted by relevance

12345678910>>...12

/plugin/s5/ui/dokuwiki/
H A Dslides.js16 var isIE = navigator.appName == 'Microsoft Internet Explorer' ? 1 : 0;
17 var isOp = navigator.userAgent.indexOf('Opera') > -1 ? 1 : 0;
18 var isGe = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('Safari') < 1 ?…
H A Diepngfix.htc22 if ((parseFloat(navigator.userAgent.match(/MSIE (\S+)/)[1]) < 5.5) ||
/plugin/bibtex/OSBib/create/
H A Dcommon.js38 var agt = navigator.userAgent.toLowerCase();
/plugin/wysiwyg/
H A Dscript.js94 … if (!((navigator.appVersion.indexOf('MSIE 5')>-1)||(navigator.appVersion.indexOf('MSIE 6')>-1)) )
/plugin/s5reloaded/ui/graphic_support/
H A Diepngfix.htc22 if ((parseFloat(navigator.userAgent.match(/MSIE (\S+)/)[1]) < 5.5) ||
/plugin/credits/
H A Dscript.js87 if (navigator.userAgent.indexOf('Mac') != -1 && typeof document.body.leftMargin != 'undefined'){
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js35 FCKScriptLoader._IsIE = (/msie/).test( navigator.userAgent.toLowerCase() ) ;
/plugin/s5reloaded/ui/thesis/
H A Diepngfix.htc22 if ((parseFloat(navigator.userAgent.match(/MSIE (\S+)/)[1]) < 5.5) ||
/plugin/s5/ui/default/
H A Diepngfix.htc22 if ((parseFloat(navigator.userAgent.match(/MSIE (\S+)/)[1]) < 5.5) ||
/plugin/encryptedpasswords/script/
H A DPageHandling.js77 await navigator.clipboard.writeText(clear);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php51 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
53 $this->visitor = (new JsonSerializationVisitorFactory())->getVisitor($navigator, $context);
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8navigator:{tip:"Click to go to frame; &lt;ctrl&gt;+click to enable/disable frame."},status:{preloa… class in e.fn.scianimator.defaults.labels.text
/plugin/freechat/phpfreechat/themes/default/
H A Diepngfix.htc35 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
/plugin/formatplus2/
H A Dscript.js21 matched = jQuery.uaMatch( navigator.userAgent ),
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc35 if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) ||
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php261 $navigator = $this->getMockBuilder(GraphNavigatorInterface::class)->getMock();
265 $visitor->setNavigator($navigator);
/plugin/diagramsnet/lib/math/
H A DMathJax.js19navigator.vendor==="Apple Computer, Inc."&&typeof navigator.vendorSub==="undefined");var g=0;var h…
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js3 var is_khtml = !!(navigator.appName.match("Konqueror") || navigator.appVersion.match("KHTML"));
4 var is_gecko = navigator.userAgent.indexOf('Gecko') > -1 && navigator.userAgent.indexOf('KHTML') =…
5 var is_ie7 = navigator.userAgent.indexOf('MSIE 7') > 0;
6 var is_ie6 = navigator.userAgent.indexOf('MSIE 6') > 0;
8 var is_webkit = navigator.userAgent.indexOf('AppleWebKit/') > -1;
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:function(t){return t.i18n("buttons.print","Print")},action:function(t,e,n,o){function r(t,e){for(var n="<tr>",o=0,r=t.length;o<r;o++){var i=null===t[o]||t[o]===p?"":t[o];n+="<"+e+" "+(s[o]?'class="'+s[o]+'"':"")+">"+i+"</"+e+">"}return n+"</tr>"}var i=e.buttons.exportData(m.extend({decodeEntities:!1},o.exportOptions)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t){return e.settings()[0].aoColumns[e.column(t).index()].sClass}).toArray(),u='<table class="'+e.table().node().className+'">';o.header&&(u+="<thead>"+r(i.header,"th")+"</thead>"),u+="<tbody>";for(var d=0,c=i.body.length;d<c;d++)u+=r(i.body[d],"td");u+="</tbody>",o.footer&&i.footer&&(u+="<tfoot>"+r(i.footer,"th")+"</tfoot>"),u+="</table>";var l=b.open("","");if(l){l.document.close();var f="<title>"+a.title+"</title>";m("style, link").each(function(){f+=function(t){t=m(t).clone()[0];return"link"===t.nodeName.toLowerCase()&&(t.href=h(t.href)),t.outerHTML}(this)});try{l.document.head.innerHTML=f}catch(t){m(l.document.head).html(f)}l.document.body.innerHTML="<h1>"+a.title+"</h1><div>"+(a.messageTop||"")+"</div>"+u+"<div>"+(a.messageBottom||"")+"</div>",m(l.document.body).addClass("dt-print-view"),m("img",l.document.body).each(function(t,e){e.setAttribute("src",h(e.getAttribute("src")))}),o.customize&&o.customize(l,o,e);a=function(){o.autoPrint&&(l.print(),l.close())};navigator.userAgent.match(/Trident\/\d.\d/)?a():l.setTimeout(a,1e3)}else e.buttons.info(e.i18n("buttons.prin (…)
/plugin/siteexport/
H A Djquery.filedownload.js134 var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase();
/plugin/snow/
H A Dsnowstorm.js53 isIE = navigator.userAgent.match(/msie/i),
54 isIE6 = navigator.userAgent.match(/msie 6/i),
55 isMobile = navigator.userAgent.match(/mobile|opera m(ob|in)/i),
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js507 var isKonqueror = navigator.userAgent.indexOf('Konqueror/') != -1 ||
508 navigator.userAgent.indexOf('Safari/') != -1;
/plugin/indexmenu2/cms/extensions/tests/
H A DjsUnitCore.js1 …Loaded=true}function jsUnitSetOnLoad(i,I){var l=navigator.userAgent.indexOf('Konqueror/')!=-1||nav…
/plugin/bookcreator/script/
H A Djquery.fileDownload.js142 var userAgent = (navigator.userAgent || navigator.vendor || window.opera).toLowerCase();
/plugin/securelogin/
H A Drsalib.js75 if (j_lm && (navigator.appName == "Microsoft Internet Explorer")) {
78 } else if (j_lm && (navigator.appName != "Netscape")) {
776 if (navigator.appName == "Netscape" && navigator.appVersion < "5"

12345678910>>...12