- Sort Score
- Result 10 results
- Languages All
Results 1 - 9 of 9 for generuje (0.3 sec)
-
CommandGenerator.java
L75: L76: @Override L77: public void destroy() { L78: destoryTimer.cancel(); L79: destoryTimer = null; L80: } L81: L82: @Override L83: public boolean generate(final String thumbnailId, final File outputFile) { L84: if (logger.isDebugEnabled()) { L85: logger.debug("Generate Thumbnail: {}", thumbnailId); L86: } L87: L88: if (outputFile.exists()) { L89: if (logger.isDebugEnabled()) { L90: logger.debug("The thumbnail...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 9.6K bytes -
README.md
L115: L116:### Build Package L117: L118:Run the `package` goal and then the release file will be created in target/releases. L119: L120: $ mvn package L121: $ mvn rpm:rpm # .rpm package L122: $ mvn jdeb:jdeb # .deb package L123: L124:### Generate Source Code L125: L126: $ mvn dbflute:download # (one time command) L127: $ mvn dbflute:freegen L128: $ mvn license:format L129: L130:### Integration Tests L131: L132:Launch Fess Server and run the following command: L133: L134: $ mvn...github.com/codelibs/fess/README.mdSat Oct 12 07:19:47 UTC 2024 7.3K bytes -
ThumbnailManager.java
d()) { L138: logger.debug("Interupted task.", e); L139: } L140: } catch (final Exception e) { L141: if (generating) { L142: logger.warn("Failed to generate thumbnail.", e); L143: } L144: } L145: } L146: if (!taskList.isEmpty()) { L147: storeQueue(taskList); L148: } L149: }, "ThumbnailGenerator"); L150: t...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 21.5K bytes -
GenerateThumbnailJob.java
cess(sessionId)); L70: } L71: L72: final TimeoutTask timeoutTask = createTimeoutTask(); L73: try { L74: executeThumbnailGenerator(); L75: } catch (final Exception e) { L76: logger.warn("Failed to generate thumbnails.", e); L77: resultBuf.append(e.getMessage()).append("\n"); L78: } finally { L79: if (timeoutTask != null && !timeoutTask.isCanceled()) { L80: timeoutTask.cancel(); L81: } L82: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 10.6K bytes -
pom.xml
n.js.map</packagingExcludes> L113: </configuration> L114: </plugin> L115: <plugin> L116: <artifactId>maven-dependency-plugin</artifactId> L117: <executions> L118: <execution> L119: <id>unpack-provided</id> L120: <phase>generate-resources</phase> L121: <goals> L122: <goal>unpack-dependencies</goal> L123: </goals> L124: <configuration> L125: <includeScope>provided</includeScope> L126: <outputDirectory>${project.build.directory}/tomcat-lib</outputDirectory>...github.com/codelibs/fess/pom.xmlSat Oct 26 02:16:03 UTC 2024 49.1K bytes -
popper.min.js.map
document.documentElement;\n const computedStyle = isIE(10) && getComputedStyle(html);\n\n return {\n height: getSize('Height', body, html, computedStyle),\n width: getSize('Width', body, html, computedStyle),\n };\n}\n","/**\n * Given element offsets, generate an output similar to getBoundingClientRect\n * @method\n * @memberof Popper.Utils\n * @argument {Object} offsets\n * @returns {Object} ClientRect like output\n */\nexport default function getClientRect(offsets) {\n return {\n ...offsets,\n ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
bootstrap.min.css.map
width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-saf...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 639.3K bytes -
moment-with-locales.min.js
c",MM:Hs,y:"godinu",yy:Hs},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}}),M.defineLocale("ca",{months:{standalone:"gener_febrer_mar\xe7_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de mar\xe7_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._mar\xe7_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParse...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes -
adminlte.min.css.map
width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-saf...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes