- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 79 for alla (0.03 sec)
-
fess_label_ko.properties
L961:labels.advance=Advance L962:labels.advance_search_title=Advanced Search L963:labels.advance_search_must_queries=All these words L964:labels.advance_search_phrase_query=Phrase search of these words L965:labels.advance_search_should_queries=Any of these words L966:labels.advance_search_not_queries=None of these words L967:labels.advance_search_filetype=File Type L968:labels.advance_search_filetype_default=All Type L969:labels.advance_search_filetype_html=HTML L970:labels.advance_search_filetype_pdf=PDF L971:...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 44K bytes -
AdminSearchlistAction.java
asListHtml(); L129: } L130: L131: protected HtmlResponse doSearch(final ListForm form) { L132: validate(form, messages -> {}, this::asListHtml); L133: L134: if (StringUtil.isBlank(form.q)) { L135: // query matches on all documents. L136: form.q = Constants.MATCHES_ALL_QUERY; L137: } L138: final WebRenderData renderData = new WebRenderData(); L139: form.initialize(); L140: request.setAttribute(Constants.SEARCH_LOG_ACCESS_TYPE, ...github.com/codelibs/fess/src/main/java/org/code...Wed Jul 24 09:03:45 UTC 2024 18.3K bytes -
adminlte.min.js.map
n\n if (this._config.autoItemActive) {\n this._setItemActive($(`${tabId} iframe`).attr('src'))\n }\n }\n\n removeActiveTab(type, element) {\n if (type == 'all') {\n $(SELECTOR_TAB_NAVBAR_NAV_ITEM).remove()\n $(SELECTOR_TAB_PANE).remove()\n $(SELECTOR_TAB_EMPTY).show()\n } else if (type == 'all-other') {\n $(`${SELECTOR_TAB_NAVBAR_NAV_ITEM}:not(.active)`).remove()\n $(`${SELECTOR_TAB_PANE}:not(.active)`).remove()\n } else if (type == 'only-this') {\n...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
moment-with-locales.min.js
eFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
bootstrap.min.css.map
Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing:...github.com/codelibs/fess/src/main/webapp/css/bo...Thu Feb 13 04:21:06 UTC 2020 626.8K bytes -
fess_config.properties
L1:# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ L2:# Fess basic configuration for All Environments L3:# _/_/_/_/_/_/_/_/_/_/ L4:# ======================================================================================== L5:# Core L6:# ====== L7:# L8:# The title of domain the application for logging L9:domain.title = Fess L10: L11:#...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
SearchApiTests.java
createFileConfig(requestBody); L398: } L399: L400: private static void createJob() { L401: final Map<String, Object> requestBody = new HashMap<>(); L402: requestBody.put("name", NAME_PREFIX + "Scheduler"); L403: requestBody.put("target", "all"); L404: requestBody.put("script_type", "groovy"); L405: requestBody.put("sort_order", 0); L406: requestBody.put("crawler", true); L407: requestBody.put("job_logging", true); L408: requestBody.put("available", true);...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 18.6K bytes -
AzureAdAuthenticator.java
String nonce = UuidUtil.create(); L152: storeStateInSession(request.getSession(), state, nonce); L153: final String authUrl = getAuthority() + getTenant() L154: + "/oauth2/authorize?response_type=code&scope=directory.read.all&response_mode=form_post&redirect_uri=" L155: + URLEncoder.encode(getReplyUrl(request), Constants.UTF_8_CHARSET) + "&client_id=" + getClientId() L156: + "&resource=https%3a%2f%2fgraph.microsoft.com" + "&state=" + state +...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 28.2K bytes -
pom.xml
</properties> L72: </profile> L73: </profiles> L74: <build> L75: <finalName>fess</finalName> L76: <resources> L77: <resource> L78: <directory>src/main/resources</directory> L79: </resource> L80: </resources> L81: L82: <!-- This file contains all the common properties used to build the different L83: packages (tar.gz, deb, rpm) using Maven resources plugin --> L84: <filters> L85: <filter>src/packaging/common/packaging.properties</filter> L86: </filters> L87: L88: <plugins> L89: <plugin>...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
AdminUpgradeAction.java
redirect(getClass()); L1208: } L1209: L1210: private void upgradeFrom13_0() { L1211: UpgradeUtil.addData(searchEngineClient, ".fess_config.scheduled_job", "label_updater", L1212: "{\"name\":\"Label Updater\",\"target\":\"all\",\"cronExpression\":\"\",\"scriptType\":\"groovy\",\"scriptData\":\"return container.getComponent(\\\"updateLabelJob\\\").execute();\",\"jobLogging\":false,\"crawler\":false,\"available\":true,\"sortOrder\":11,\"createdBy\":\"system\",\"createdTim...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 54K bytes