- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 11 for get$file (0.16 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
creator.setDictionaryManager(this); }); } /** * Retrieves all available dictionary files from the ConfigSync storage. * This method queries the ConfigSync API to get file information and * uses registered DictionaryCreator instances to create appropriate * DictionaryFile objects. * * @return an array of dictionary files available in the system
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8K bytes - Click Count (0) -
src/main/webapp/js/chat.js
if (/^[a-z][a-z0-9+.-]*:/i.test(trimmedUrl)) { return '#'; } // Allow other relative URLs (may contain colons in path/query) return url; } /** * Get file type icon based on URL or mimetype */ function getFileTypeIcon(url, mimetype) { if (mimetype) { if (mimetype.indexOf('pdf') !== -1) return 'fa-file-pdf-o';
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts
// Make sure artifacts do not pile up locally moduleBaseDir.deleteRecursively() } } doLast { localRepository.get().file("org/gradle/${baseName.get()}/maven-metadata.xml").asFile.apply { writeText(readText().replace("\\Q<lastUpdated>\\E\\d+\\Q</lastUpdated>\\E".toRegex(), "<lastUpdated>${Year.now().value}0101000000</lastUpdated>"))Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Oct 30 16:56:31 GMT 2025 - 5.7K bytes - Click Count (0) -
src/main/resources/fess_config.properties
rank.fusion.score_field=rf_score # acl # Whether to get SMB roles from a file. smb.role.from.file=true # Available SID types for SMB. smb.available.sid.types=1,2,4:2,5:1 # Whether to get file roles from a file. file.role.from.file=true # Whether to get FTP roles from a file. ftp.role.from.file=true # backup # Target files for index backup.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleBuildDocumentationPlugin.java
extension.getClasspath().from(runtimeClasspath); extension.getSourceRoots().from(sourcesPath.getIncoming().artifactView(v -> v.lenient(true)).getFiles()); extension.getDocumentedSource().from(sourcesPath.getIncoming().artifactView(v -> v.lenient(true)).getFiles().getAsFileTree().matching(f -> { f.include(PublicApi.INSTANCE.getIncludes()); // Filter out any non-public APIsCreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 19 17:06:32 GMT 2026 - 7.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
// TODO: This breaks the provider task.setSourceDir(extension.getUserManual().getStagedDocumentation().get().getAsFile()); // TODO: This breaks the provider task.setOutputDir(extension.getUserManual().getStagingRoot().dir("render-multi").get().getAsFile()); Map<String, Object> attributes = new HashMap<>(); attributes.put("icons", "font");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 22:33:18 GMT 2026 - 17.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/DecorateReleaseNotes.java
parameters.put("baseCss", getBaseCssFile().get().getAsFile()); parameters.put("releaseNotesCss", getReleaseNotesCssFile().get().getAsFile()); parameters.put("releaseNotesJavascript", getReleaseNotesJavascriptFile().get().getAsFile()); copySpec.filter(parameters, ReleaseNotesTransformer.class);
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Jan 22 12:08:23 GMT 2026 - 3.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/FindBrokenInternalLinks.java
getDocumentationRoot().getAsFileTree().matching(pattern -> pattern.include("**/*.adoc")).forEach(file -> { gatherDeadLinksInFile(file, errors); }); reportErrors(errors, getReportFile().get().getAsFile()); } private void reportErrors(Map<File, List<Error>> errors, File reportFile) { try (PrintWriter fw = new PrintWriter(new FileWriter(reportFile))) { writeHeader(fw);
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 12 23:22:57 GMT 2026 - 12.8K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleJavadocsPlugin.java
options.addStringOption("Xdoclint:syntax,html", "-quiet"); // TODO: This breaks the provider options.addStringOption("-add-stylesheet", javadocs.getJavadocCss().get().getAsFile().getAbsolutePath()); options.addStringOption("source", "8"); options.tags("apiNote:a:API Note:", "implSpec:a:Implementation Requirements:", "implNote:a:Implementation Note:");
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Sun Mar 01 05:52:34 GMT 2026 - 11.6K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0)