Home
last modified time | relevance | path

Searched refs:gecko (Results 1 – 25 of 32) sorted by relevance

12

/plugin/quickstats/db/
Dlite_php_browscap.ini37 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/79.*Chrome/*Safari/*]
41 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/79.*Chrome/*Safari/*]
44 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/79.*Safari/*]
57 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/78.*Chrome/*Safari/*]
61 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/78.*Chrome/*Safari/*]
64 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/78.*Safari/*]
77 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/77.*Chrome/*Safari/*]
81 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/77.*Chrome/*Safari/*]
84 [Mozilla/5.0 (*Linux*) applewebkit* (*khtml*like*gecko*)*Chromium/77.*Safari/*]
97 [Mozilla/5.0 (SMART-TV*Linux*) applewebkit* (*khtml*like*gecko*) Chromium/76.*Chrome/*Safari/*]
[all …]
/plugin/sentry/action/
Dajax.php80 $gecko = '/^(?:\s*([^@]*)(?:\((.*?)\))?@)?(\S.*?):(\d+)(?::(\d+))?\s*$/i';
85 if (preg_match($gecko, $line, $parts)) {
/plugin/xhtmlruby/
Dscript.js58 var opera="opera"; var ie="ie"; var gecko="gecko"; var chrome = "chrome"; var browser="unknown";
60 else if (Array.every) { browser = gecko; }
/plugin/grensladawritezor/fckeditor/
Dfckeditor.afp117 IF AT("gecko",sAgent)>0
118 iVersion=VAL(SUBSTR(sAgent,AT("gecko/",sAgent)+6,8))
Dfckeditor.cfm73 else if( find( "gecko/", sAgent ) )
76 stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
Dfckeditor.cfc102 else if( find( "gecko/", sAgent ) )
105 stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
/plugin/wysiwyg/fckeditor/
Dfckeditor.afp118 IF AT("gecko/",sAgent)>0
119 iVersion=VAL(SUBSTR(sAgent,AT("gecko/",sAgent)+6,8))
Dfckeditor.cfm73 else if( find( "gecko/", sAgent ) )
76 stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
Dfckeditor.cfc114 else if( find( "gecko/", sAgent ) )
117 stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
/plugin/wysiwyg/fckeditor/_samples/afp/
Dfck.afpa.code113 IF AT("gecko",sAgent)>0
114 iVersion=VAL(SUBSTR(sAgent,AT("gecko/",sAgent)+6,8))
/plugin/grensladawritezor/fckeditor/_samples/afp/
Dfck.afpa.code113 IF AT("gecko",sAgent)>0
114 iVersion=VAL(SUBSTR(sAgent,AT("gecko/",sAgent)+6,8))
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1 …{p=null;break}}if(typeof p!="undefined"){this.setValue(p);if(CKEDITOR.env.gecko&&this.type=="selec…
DtableCell.js.unc46 if ( CKEDITOR.env.gecko && this.type == 'select' && !fieldValue )
/plugin/fckg/
DChanges5 …inal FCKeditor before the change-over to CKeditor. The upgrade required bringing the ie and gecko
18 Increased sizes of link and image dialog windows in gecko. Adjusted font sizes in link.html
/plugin/ckgedit/ckeditor/
Dckeditor.js15gecko="Gecko"==navigator.product&&!b.webkit&&!b.ie;b.webkit&&(-1<a.indexOf("chrome")?b.chrome=!0:b…
16gecko&&4E4>c)&&!(b.webkit&&534>c);b.hidpi=2<=window.devicePixelRatio;b.needsBrFiller=b.gecko||b.we…
23 …y.prototype.slice.call(arguments);a.call(this)}})}var b=[],c=CKEDITOR.env.gecko?"-moz-":CKEDITOR.e…
102 …&a.is&&a.is("br")||(a=this.getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("t…
124 …ntPosition(a),b+=a.x,c+=a.y));document.documentElement.getBoundingClientRect||!CKEDITOR.env.gecko||
256 …dler.prototype={attach:function(a){a.on("keydown",d,this);if(CKEDITOR.env.gecko&&CKEDITOR.env.mac)…
368 …th,f=e.blockLimit,g=a.data.selection,h=g.getRanges()[0],t;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&…
395 …"img")&&!b.isReadOnly()&&a.getSelection().selectElement(b)});CKEDITOR.env.gecko&&this.attachListen…
438 …sPath.blockLimit.equals(c.blockLimit),!CKEDITOR.env.webkit&&!CKEDITOR.env.gecko||e||(this._.previo…
448 …(),t=e.getBody(),n=e.getDocumentElement(),D=h.isInline(),q,p;CKEDITOR.env.gecko&&h.attachListener(…
[all …]
Dckeditor.js.unc258 b.gecko = "Gecko" == navigator.product && !b.webkit && !b.ie;
262 …b.gecko && (d = a.match(/rv:([\d\.]+)/)) && (d = d[1].split("."), c = 1E4 * d[0] + 100 * (d[1] || …
266 b.isCompatible = !(b.ie && 7 > c) && !(b.gecko && 4E4 > c) && !(b.webkit && 534 > c);
268 b.needsBrFiller = b.gecko || b.webkit || b.ie && 10 < c;
270 … b.cssClass = "cke_browser_" + (b.ie ? "ie" : b.gecko ? "gecko" : b.webkit ? "webkit" : "unknown");
336 …d = CKEDITOR.env.gecko ? "-moz-" : CKEDITOR.env.webkit ? "-webkit-" : CKEDITOR.env.ie ? "-ms-" : "…
2337 …& a.is("br") || (a = this.getDocument().createElement("br"), CKEDITOR.env.gecko && a.setAttribute(…
2744 document.documentElement.getBoundingClientRect || !CKEDITOR.env.gecko ||
5323 if (CKEDITOR.env.gecko && CKEDITOR.env.mac) a.on("keypress", b, this)
7533 if (CKEDITOR.env.gecko || CKEDITOR.env.ie && CKEDITOR.env.needsBrFiller)
[all …]
/plugin/ckgdoku/ckeditor/
Dckeditor.js15 …hostname;return a!=b&&a!="["+b+"]"},secure:"https:"==location.protocol};b.gecko="Gecko"==navigator…
16 …ompat=9==c,b.ie8Compat=8==c,b.ie7Compat=7==c,b.ie6Compat=7>c||b.quirks);b.gecko&&(f=a.match(/rv:([…
17gecko&&4E4>c)&&!(b.webkit&&534>c);b.hidpi=2<=window.devicePixelRatio;b.needsBrFiller=b.gecko||b.we…
21 b)}},null,null,999),CKEDITOR.dom={},function(){var a=[],f=CKEDITOR.env.gecko?"-moz-":CKEDITOR.env.w…
88 …&a.is&&a.is("br")||(a=this.getDocument().createElement("br"),CKEDITOR.env.gecko&&a.setAttribute("t…
110 …ntPosition(a),b+=a.x,c+=a.y));document.documentElement.getBoundingClientRect||!CKEDITOR.env.gecko||
231 …dler.prototype={attach:function(a){a.on("keydown",f,this);if(CKEDITOR.env.gecko&&CKEDITOR.env.mac)…
331 h=g.getRanges()[0],m;if(CKEDITOR.env.gecko||CKEDITOR.env.ie&&CKEDITOR.env.needsBrFiller)if(g=f(g,d)…
358 …tTarget())&&b.is("img")&&a.getSelection().selectElement(b)});CKEDITOR.env.gecko&&this.attachListen…
409 …(),k=f.getBody(),n=f.getDocumentElement(),r=m.isInline(),u,v;CKEDITOR.env.gecko&&m.attachListener(…
[all …]
/plugin/icons/assets/rpg-awesome/css/
Drpg-awesome.min.css5 …nt:""}.ra-gear-heart:before{content:""}.ra-gears:before{content:""}.ra-gecko:before{content:""…
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
Dwsc.js37 …Size(),r=0;if(!a._.resized){var r=n.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
Dwsc.js39 ….resized){var r=n.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.oper…
/plugin/mizarveifiabledocs/dist/
Dscript.js1gecko\/(\d+)/i.test(ev.userAgent),eC=!ex&&/*@__PURE__*//Chrome\/(\d+)/.exec(ev.userAgent),eP="webk… property
/plugin/mizarproofchecker/dist/
Dscript.js1gecko\/(\d+)/i.test(ev.userAgent),eC=!ex&&/*@__PURE__*//Chrome\/(\d+)/.exec(ev.userAgent),eP="webk… property
/plugin/prosemirror/lib/
Dbundle.js1gecko=!u&&/gecko\/(\d+)/i.test(navigator.userAgent),a.gecko_version=a.gecko&&+(/Firefox\/(\d+)/.ex…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1gecko\/(\d+)/i.test(tZ.userAgent),t8=!t4&&/Chrome\/(\d+)/.exec(tZ.userAgent),t6="webkitFontSmoothi… property
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-viewer.production.min.js16gecko\/(\d+)/i.test(Yh.userAgent),iu=!tu&&/Chrome\/(\d+)/.exec(Yh.userAgent),ru="webkitFontSmoothi… property

12