- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for mnie (0.02 sec)
-
UserAgentHelperTest.java
void test_getUserAgentType_IE9() { L32: getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)"); L33: assertEquals(UserAgentType.IE, userAgentHelper.getUserAgentType()); L34: } L35: L36: public void test_getUserAgentType_IE10() { L37: getMockRequest().addHeader("user-agent", "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)"); L38: assertEquals(UserAgentType.IE, userAgentHelper.getUserAgentType());...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 3K bytes -
UserAgentHelper.java
(UserAgentType) request.getAttribute(USER_AGENT_TYPE); L28: if (uaType == null) { L29: final String userAgent = request.getHeader(USER_AGENT); L30: if (userAgent != null) { L31: if (userAgent.indexOf("MSIE") >= 0 || userAgent.indexOf("Trident") >= 0) { L32: uaType = UserAgentType.IE; L33: } else if (userAgent.indexOf("Firefox") >= 0) { L34: uaType = UserAgentType.FIREFOX; L35: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.2K bytes -
stopwords.txt
L48:selv L49:her L50:alle L51:vil L52:blev L53:kunne L54:ind L55:når L56:være L57:dog L58:noget L59:ville L60:jo L61:deres L62:efter L63:ned L64:skulle L65:denne L66:end L67:dette L68:mit L69:også L70:under L71:have L72:dig L73:anden L74:hende L75:mine L76:alt L77:meget L78:sit L79:sine L80:vor L81:mod L82:disse L83:hvis L84:din L85:nogle L86:hos L87:blive L88:mange L89:ad L90:bliver L91:hendes L92:været L93:thi L94:jer L95:sådan...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 564 bytes -
stopwords.txt
L132:elles L133:honom L134:hjå L135:ho L136:hoe L137:henne L138:hennar L139:hennes L140:hoss L141:hossen L142:ikkje L143:ingi L144:inkje L145:korleis L146:korso L147:kva L148:kvar L149:kvarhelst L150:kven L151:kvi L152:kvifor L153:me L154:medan L155:mi L156:mine L157:mykje L158:no L159:nokon L160:noka L161:nokor L162:noko L163:nokre L164:si L165:sia L166:sidan L167:so L168:somt L169:somme L170:um L171:upp L172:vere L173:vore L174:verte L175:vort L176:varte L177:vart...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 994 bytes -
stopwords.txt
L35:nei L36:negli L37:nell L38:negl L39:nella L40:nelle L41:su L42:sul L43:sullo L44:sui L45:sugli L46:sull L47:sugl L48:sulla L49:sulle L50:per L51:tra L52:contro L53:io L54:tu L55:lui L56:lei L57:noi L58:voi L59:loro L60:mio L61:mia L62:miei L63:mie L64:tuo L65:tua L66:tuoi L67:tue L68:suo L69:sua L70:suoi L71:sue L72:nostro L73:nostra L74:nostri L75:nostre L76:vostro L77:vostra L78:vostri L79:vostre L80:mi L81:ti L82:ci L83:vi L84:lo L85:la L86:li L87:le L88:gli L89:ne L90:il L91:un L92:uno L93:una...github.com/codelibs/fess/src/main/resources/fes...Mon Nov 27 12:59:36 UTC 2023 1.8K bytes -
Constants.java
L190: L191: public static final String DEFAULT_PURGE_BY_BOTS = L192: "Crawler,crawler,Bot,bot,Slurp,Yeti,Baidu,Steeler,ichiro,hotpage,Feedfetcher,ia_archiver,Y!J-BRI,Google Desktop,Seznam,Tumblr,YandexBot,Chilkat,CloudFront,Mediapartners,MSIE 6"; L193: L194: public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>"; L195: L196: // info map L197: L198: public static final String CRAWLER_STATUS = "CrawlerStatus"; L199: L200: public static final String CRAWLER_ERRORS...github.com/codelibs/fess/src/main/java/org/code...Thu Aug 22 12:43:18 UTC 2024 16.6K bytes -
popper.min.js
var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},oe))}},re=te&&!!(window.MSInputMethodContext&&document.documentMode),pe=te&&/MSIE 10/.test(navigator.userAgent),se=function(e,t){if(!(e instanceof t))throw new TypeError('Cannot call a class as a function')},de=function(){function e(e,t){for(var o,n=0;n<t.length;n++)o=t[n],o.enumerable=o.enumerable||!1,o.configurable=!0,'value'in...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 20.7K bytes -
popper.min.js.map
{\n return reference && reference.referenceNode ? reference.referenceNode : reference;\n}\n","import isBrowser from './isBrowser';\n\nconst isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode);\nconst isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent);\n\n/**\n * Determines if the browser is Internet Explorer\n * @method\n * @memberof Popper.Utils\n * @param {Number} version to check\n * @returns {Boolean} isIE\n */\nexport default function isIE(version) {\n if (version...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes