Home
last modified time | relevance | path

Searched refs:navigator (Results 26 – 50 of 277) sorted by relevance

12345678910>>...12

/plugin/eventline/timeline_js/
H A Dtimeline-api.js220 …var defaultClientLocales = ("language" in navigator ? navigator.language : navigator.browserLangua…
/plugin/tline/timeline_js/
H A Dtimeline-api.js220 …var defaultClientLocales = ("language" in navigator ? navigator.language : navigator.browserLangua…
/plugin/copycode/
H A Dscript.js103 // check if clipboard is available in navigator
104 if (navigator.clipboard != undefined) {
106 navigator.clipboard.writeText(inputValue);
H A DREADME.md42 - If for any reason, navigator.clipboard fails, it uses the hidden textarea hack instead
50 Refactoring of copycode functions with navigator.clipboard function instead of hidden input hack. Fixing the jump to top bug on android systems. See https://developer.mozilla.org/fr/docs/Web/API/Clipboard for compatible web browsers (everything but Internet Explorer).
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js115 if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
138 if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.html5.min.js8 !function(n){var r,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(r=require("jquery"),a=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,o,l){return t=t||window,e=e||r(t),a(t,e),n(e,t,t.document)}:(a(window,r),module.exports=n(r,window,window.document))):n(jQuery,window,document)}(function(C,T,y,t,e,k){"use strict";var o,l,n=C.fn.dataTable;function S(){return o||T.JSZip}function s(){return l||T.pdfMake}n.Buttons.pdfMake=function(t){if(!t)return s();l=t},n.Buttons.jszip=function(t){if(!t)return S();o=t};function N(t){var e="Sheet1";return e=t.sheetName?t.sheetName.replace(/[\[\]\*\/\\\?\:]/g,""):e}function u(t,e){for(var o=c(e),l=t.buttons.exportData(e.exportOptions),n=e.fieldBoundary,r=e.fieldSeparator,a=new RegExp(n,"g"),d=e.escapeChar!==k?e.escapeChar:"\\",p=function(t){for(var e="",o=0,l=t.length;o<l;o++)0<o&&(e+=r),e+=n?n+(""+t[o]).replace(a,d+n)+n:t[o];return e},t=e.header?p(l.header)+o:"",e=e.footer&&l.footer?o+p(l.footer):"",i=[],s=0,f=l.body.length;s<f;s++)i.push(p(l.body[s]));return{str:t+i.join(o)+e,rows:i.length}}function f(){var t;return-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&-1===navigator.userAgent.indexOf("Opera")&&!!((t=navigator.userAgent.match(/AppleWebKit\/(\d+\.\d+)/))&&1<t.length&&+t[1]<603.1)}var O=function(d){var p,i,s,f,m,y,e,u,c,l,t;if(!(void 0===d||"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent)))return t=d.document,p=function(){return d.URL||d.webkitURL||d},i=t.createElementNS("http://www.w3.org/1999/xhtml","a"),s="download"in i,f=/constructor/i.test(d.HTMLElement)||d.safari,m=/CriOS\/[\d]+/.test(navigator.userAgent),y=function(t){(d.setImmediate||d.setTimeout)(function(){throw t},0)},e=4e4,u=function(t){setTimeout(function(){"string"==typeof t?p().revokeObjectURL(t):t.remove()},e)},c=function(t){return/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob([String.fromCharCode(65279),t],{type:t.type}):t},t=(l=function(t,o,e){e||(t=c(t));var l,n,r=this,e="application/octet-stream"===t.type,a=function(){for(var t=r,e="writestart progress write writeend".split(" "),o=void 0,l=(e=[].concat(e)).length;l--;){var n=t["on"+e[l]];if("function"==typeof n)try{n.call(t,o||t)}catch(t){y(t)}}};r.readyState=r.INIT,s?(l=p().createObjectURL(t),setTimeout(function(){var t,e;i.href=l,i.download=o,t=i,e=new MouseEvent("click"),t.dispatchEvent(e),a(),u(l),r.readyState=r.DONE})):(m||e&&f)&&d.FileReader?((n=new FileReader).onloadend=function(){var t=m?n.result:n.result.replace(/^data:[^;]*;/,"data:attachment/file;");d.open(t,"_blank")||(d.location.href=t),r.readyState=r.DONE,a()},n.readAsDataURL(t),r.readyState=r.INIT):(l=l||p().createObjectURL(t),!e&&d.open(l,"_blank")||(d.location.href=l),r.readyState=r.DONE,a(),u(l))}).prototype,"undefined"!=typeof navigator&&navigator.msSaveOrOpenBlob?function(t,e,o){return e=e||t.name||"download",o||(t=c(t)),navigator
[all...]
H A Dbuttons.flash.min.js
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializationContext.php33 …ize(string $format, VisitorInterface $visitor, GraphNavigatorInterface $navigator, MetadataFactory… argument
35 parent::initialize($format, $visitor, $navigator, $factory);
H A DVisitorInterface.php33 public function setNavigator(GraphNavigatorInterface $navigator): void; argument
H A DXmlSerializationVisitor.php208 if (null !== $node = $this->navigator->accept($v, $elType)) {
242 $node = $this->navigator->accept($v, $metadata->type);
264 $node = $this->navigator->accept($v, $metadata->type);
283 $node = $this->navigator->accept($value, null);
309 if (null !== $node = $this->navigator->accept($v, $metadata->type)) {
H A DJsonSerializationVisitor.php93 $v = $this->navigator->accept($v, $elType);
136 $v = $this->navigator->accept($v, $metadata->type);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php46 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
50 $this->visitor->setNavigator($navigator);
H A DXmlSchemaDateHandlerSerializationTest.php44 $navigator = class_exists('JMS\Serializer\GraphNavigator\DeserializationGraphNavigator')
48 $this->visitor->setNavigator($navigator);
/plugin/embedover/
H A Dscript.js47 var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js126 …if(this.RespType && this.RespType == 'msxml-document' || navigator.userAgent.indexOf('MSIE') >= 0)
150 …if(this.RespType && this.RespType == 'msxml-document' || navigator.userAgent.indexOf('MSIE') >= 0)…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js126 …if(this.RespType && this.RespType == 'msxml-document' || navigator.userAgent.indexOf('MSIE') >= 0)
150 …if(this.RespType && this.RespType == 'msxml-document' || navigator.userAgent.indexOf('MSIE') >= 0)…
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js152 if(navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom")){
/plugin/diagramsnet/lib/js/diagramly/
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))
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckbrowserinfo.js24 var s = navigator.userAgent.toLowerCase() ;
/plugin/diagramsnet/lib/js/
H A Dclear.js16 navigator.serviceWorker.getRegistrations().then(function(registrations)
/plugin/rack/
H A Dscript.js22 if(/MSIE/.test(navigator.userAgent)) {
/plugin/phpipam/
H A Dscript.js27 if(/MSIE/.test(navigator.userAgent)) {
/plugin/issuetracker/
H A Dfastinit.js59 if (/WebKit|khtml/i.test(navigator.userAgent)) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dcreatestylerule.js8 var agt = navigator.userAgent.toLowerCase();
/plugin/s5/ui/default/
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 ?…

12345678910>>...12