Home
last modified time | relevance | path

Searched refs:navigator (Results 76 – 100 of 277) sorted by path

12345678910>>...12

/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js6683 '" agent="' + mxUtils.htmlEntities(navigator.appVersion) +
H A DGraphViewer.js2267 var xhr = (navigator.userAgent != null && navigator.userAgent.indexOf('MSIE 9') > 0) ?
H A DInit.js44 window.ICONSEARCH_PATH = window.ICONSEARCH_PATH || (((navigator.userAgent != null && navigator.user…
183 …tAuth'] == '1' && /((iPhone|iPod|iPad).*AppleWebKit(?!.*Version)|; wv)/i.test(navigator.userAgent))
H A DMenus.js67 !mxClient.IS_IOS && (navigator.userAgent.indexOf('MSIE') < 0 || document.documentMode >= 10));
807 else if (!editorUi.isOffline() && (!mxClient.IS_IOS || !navigator.standalone))
835 else if (!editorUi.isOffline() && (!mxClient.IS_IOS || !navigator.standalone))
2361 else if (!editorUi.isOffline() && (!mxClient.IS_IOS || !navigator.standalone))
2374 else if (!editorUi.isOffline() && (!mxClient.IS_IOS || !navigator.standalone))
2942 if (!navigator.standalone && !editorUi.isOffline())
3892 if (navigator.onLine && urlParams['stealth'] != '1' && urlParams['lockdown'] != '1')
3938 if (!mxClient.IS_IOS || !navigator.standalone)
H A DMinimal.js1135 if (urlParams['noFileMenu'] != '1' && (!mxClient.IS_IOS || !navigator.standalone))
1182 if (navigator.onLine && urlParams['stealth'] != '1' && urlParams['lockdown'] != '1')
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js490 var xhr = (navigator.userAgent != null && navigator.userAgent.indexOf('MSIE 9') > 0) ?
H A Dexport.js1 var mxIsElectron = navigator.userAgent != null &&
2 navigator.userAgent.toLowerCase().indexOf(' electron/') > -1;
H A Dextensions.min.js1021 …htmlEntities(window.location.hostname)+'" agent="'+mxUtils.htmlEntities(navigator.appVersion)+'" m…
1705navigator.maxTouchPoints||"ontouchstart"in this}function xi(t){for(;!t.__brush;)if(!(t=t.parentNod…
H A Dorgchart.min.js8navigator.userAgent.toLowerCase())},tt=Bridge.global.document&&Bridge.global.document.compatMode==…
H A Dviewer-static.min.js205navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!n…
206navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OP…
207navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform),IS_WEBVIE…
208navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=nav…
209navigator.appVersion.indexOf("Win"),IS_MAC:0<navigator.appVersion.indexOf("Mac"),IS_CHROMEOS:/\bCr…
212 …peof mxLanguage&&null!=mxLanguage?mxLanguage:mxClient.IS_IE?navigator.userLanguage:navigator.langu…
2314 …ph.prototype.pageScale=1;(function(){try{if(null!=navigator&&null!=navigator.language){var b=navig…
3472navigator.msSaveOrOpenBlob)b=g?this.base64ToBlob(b,e):new Blob([b],{type:e}),navigator.msSaveOrOpe…
3473navigator.userAgent||0>navigator.userAgent.indexOf("PaleMoon/"))&&"undefined"!==typeof d.download;…
4083 …cachedUrls[b])c(GraphViewer.cachedUrls[b]);else{var k=null!=navigator.userAgent&&0<navigator.userA…
[all …]
H A Dviewer.min.js205navigator.userAgent&&0<=navigator.userAgent.indexOf("MSIE"),IS_IE11:null!=navigator.userAgent&&!!n…
206navigator.userAgent&&(0<=navigator.userAgent.indexOf("Opera/")||0<=navigator.userAgent.indexOf("OP…
207navigator.appVersion.indexOf("Android"),IS_IOS:/iP(hone|od|ad)/.test(navigator.platform),IS_WEBVIE…
208navigator.userAgent.indexOf("Iceweasel/1.")&&0>navigator.userAgent.indexOf("Iceweasel/2.")||0<=nav…
209navigator.appVersion.indexOf("Win"),IS_MAC:0<navigator.appVersion.indexOf("Mac"),IS_CHROMEOS:/\bCr…
212 …peof mxLanguage&&null!=mxLanguage?mxLanguage:mxClient.IS_IE?navigator.userLanguage:navigator.langu…
2291 …()}catch(g){throw g;}finally{this.allowAnimation&&c&&(null==navigator.userAgent||0>navigator.userA…
2314 …ph.prototype.pageScale=1;(function(){try{if(null!=navigator&&null!=navigator.language){var b=navig…
3472navigator.msSaveOrOpenBlob)b=g?this.base64ToBlob(b,e):new Blob([b],{type:e}),navigator.msSaveOrOpe…
3473navigator.userAgent||0>navigator.userAgent.indexOf("PaleMoon/"))&&"undefined"!==typeof d.download;…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js216 Editor.enableNativeCipboard = window == window.top && !mxClient.IS_FF && navigator.clipboard != nul…
H A DEditorUi.js985 if (mxClient.IS_IOS && !window.navigator.standalone)
1841 (((!mxClient.IS_FF && navigator.clipboard != null) || !mxClipboard.isEmpty()) &&
2417 if (urlParams['openInSameWin'] != '1' || navigator.standalone)
3892 if (mxClient.IS_IOS && !window.navigator.standalone)
4524 navigator.clipboard.read().then(mxUtils.bind(this, function(data)
4895 if (this.allowAnimation && animate && (navigator.userAgent == null ||
4896 navigator.userAgent.indexOf('Camino') < 0))
H A DGraph.js185 if (navigator != null && navigator.language != null)
187 var lang = navigator.language.toLowerCase();
1263 Graph.touchStyle = mxClient.IS_TOUCH || (mxClient.IS_FF && mxClient.IS_WIN) || navigator.maxTouchPo…
1264 navigator.msMaxTouchPoints > 0 || window.urlParams == null || urlParams['touch'] == '1';
12504 if (mxClient.IS_TOUCH || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0)
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6navigator.maxTouchPoints||"ontouchstart"in this}function xi(t){for(;!t.__brush;)if(!(t=t.parentNod…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8navigator.userAgent.toLowerCase())},tt=Bridge.global.document&&Bridge.global.document.compatMode==…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19navigator.vendor==="Apple Computer, Inc."&&typeof navigator.vendorSub==="undefined");var g=0;var h…
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js51 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
56navigator.appVersion.match(/ Safari\/\d/)&&navigator.appVersion.match(/ Version\/\d/)&&navigator.v…
H A DAM_HTMLorMML.js48 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
H A DAccessible-full.js68 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
78navigator.appVersion.match(/ Safari\/\d/)&&navigator.appVersion.match(/ Version\/\d/)&&navigator.v…
H A DAccessible.js65 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
H A DMML_HTMLorMML-full.js51 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
56navigator.appVersion.match(/ Safari\/\d/)&&navigator.appVersion.match(/ Version\/\d/)&&navigator.v…
H A DMML_HTMLorMML.js49 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
H A DTeX-MML-AM_HTMLorMML-full.js65 …=="Hover"||v.zoom=="Click"){v.zoom="None"}u.items=u.items.slice(0,4);if(navigator.appVersion.match…
76navigator.appVersion.match(/ Safari\/\d/)&&navigator.appVersion.match(/ Version\/\d/)&&navigator.v…

12345678910>>...12