Home
last modified time | relevance | path

Searched refs:msie (Results 26 – 32 of 32) sorted by path

12

/plugin/topbarsyntax/
H A Dcsshover3.htc32 REG_MSIE = /msie (5|6|7)/i,
/plugin/vkeyboard/
H A Dvkeyboard.js.unc64 var msie = ua.indexOf('MSIE ');
65 if (msie > 0) {
67 return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dfck.afpa.code109 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
110 iVersion=VAL(SUBSTR(sAgent,AT("msie",sAgent)+5,3))
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.afp114 IF AT("msie",sAgent) >0 .AND. AT("mac",sAgent)=0 .AND. AT("opera",sAgent)=0
115 iVersion=VAL(SUBSTR(sAgent,AT("msie",sAgent)+5,3))
H A Dfckeditor.cfc102 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
105 stResult = reFind( "msie ([5-9]\.[0-9])", sAgent, 1, true );
H A Dfckeditor.cfm60 if( find( "msie", sAgent ) and not find( "mac", sAgent ) and not find( "opera", sAgent ) )
63 stResult = reFind( "msie ([5-9]\.[0-9])", sAgent, 1, true );
/plugin/zoom/
H A Dscript.js9 …tr('title'))).find(':last').css('opacity',opts.titleOpacity)}if($.browser.msie&&$.browser.version<…

12