- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Dec (0.02 sec)
-
ApiAdminBackupAction.java
nal String id, final Consumer<Writer> writeCall) { L124: return asStream(id)// L125: .header("Pragma", "no-cache")// L126: .header("Cache-Control", "no-cache")// L127: .header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT")// L128: .header("Content-Type", "application/x-ndjson")// L129: .stream(out -> { L130: try (final Writer writer = new BufferedWriter(new OutputStreamWriter(out.stream(), Constants.CHARSET_UTF_8)))...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 6.1K bytes -
AdminBackupAction.java
nal String id, final Consumer<Writer> writeCall) { L397: return asStream(id)// L398: .header("Pragma", "no-cache")// L399: .header("Cache-Control", "no-cache")// L400: .header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT")// L401: .header("Content-Type", "application/x-ndjson")// L402: .stream(out -> { L403: try (final Writer writer = new BufferedWriter(new OutputStreamWriter(out.stream(), Constants.CHARSET_UTF_8)))...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 28.5K bytes -
moment-with-locales.min.js
t_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),nr=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],rr=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;M.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,a){return...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes -
ViewHelper.java
protected void writeNoCache(final StreamResponse response, final ResponseData responseData) { L722: response.header("Pragma", "no-cache"); L723: response.header("Cache-Control", "no-cache"); L724: response.header("Expires", "Thu, 01 Dec 1994 16:00:00 GMT"); L725: } L726: L727: protected void writeFileName(final StreamResponse response, final ResponseData responseData) { L728: String charset = responseData.getCharSet(); L729: if (charset == null) { L730: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes