- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 14 for araw (0.02 seconds)
-
src/main/resources/fess_label_tr.properties
labels.profile.placeholder_old_password=Mevcut Şifre labels.profile.placeholder_new_password=Yeni Şifre labels.profile.placeholder_confirm_new_password=Yeni Şifreyi Onayla labels.top.search=Ara labels.index_title=Fess labels.index_form_search_btn=Ara labels.index_osdd_title=Ara labels.index_form_option_btn=Seçenekler labels.index_help=Yardım labels.search_options=Arama Seçenekleri labels.search_options_close=Kapat
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
.gitignore
.nb-gradle .nb-gradle-properties # Vim # --- *.sw[nop] # Emacs # ----- *~ \#*\# .\#* # Textmate # -------- .textmate # Sublime Text # ------------ *.sublime-* # Draw.io # ------- *.bkp *.dtmp # jEnv # ---- .java-version # macOS # ---- .DS_Store # HPROF # ----- *.hprof # Work dirs # --------- /incoming-distributions
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 16:15:24 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/webapp/js/marked.min.js
`+n.join(` `),$=this.blockquote(f);s[s.length-1]=$,r=r.substring(0,r.length-T.raw.length)+$.raw,i=i.substring(0,i.length-T.text.length)+$.text;break}else if(h?.type==="list"){let T=h,f=T.raw+` `+n.join(` `),$=this.list(f);s[s.length-1]=$,r=r.substring(0,r.length-h.raw.length)+$.raw,i=i.substring(0,i.length-T.raw.length)+$.raw,n=f.substring(s.at(-1).raw.length).split(`
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 41.5K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java
DirectoryProperty flattenedAsciidocDirectory = project.getObjects().directoryProperty(); flattenedAsciidocDirectory.set(extension.getUserManual().getStagingRoot().dir("raw")); task.getOutputs().dir(flattenedAsciidocDirectory); task.getExtensions().getExtraProperties().set("destinationDirectory", flattenedAsciidocDirectory); task.into(flattenedAsciidocDirectory);
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/GradleReleaseNotesPlugin.java
task.getMarkdownFile().convention(extension.getReleaseNotes().getMarkdownFile()); task.getDestinationFile().convention(extension.getStagingRoot().file("release-notes/raw.html")); }); TaskProvider<DecorateReleaseNotes> releaseNotesPostProcess = tasks.register("releaseNotes", DecorateReleaseNotes.class, task -> { task.setGroup("release notes");Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:49:33 GMT 2026 - 6.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
} catch (final IOException e) { throw new DictionaryException("Failed to write: " + oldItem + " -> " + item, e); } } /** * Writes a raw line of text to the temporary file. * * @param line the line of text to write */ public void write(final String line) { try { writer.write(line);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 20 05:56:45 GMT 2025 - 15.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0) -
build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/model/License.kt
* * ## Adding a new dependency with an unrecognised license * * If `./gradlew generateLicenseFile` fails with "declare a license name not registered in * License.kt", add the raw POM name string to the [aliases] list of the matching entry, or * create a new entry if the license is genuinely new. * * ## Adding a dependency whose POM has no license data *
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 13:24:46 GMT 2026 - 3.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java
} catch (final IOException e) { throw new DictionaryException("Failed to write: " + oldItem + " -> " + item, e); } } /** * Writes a raw line to the temporary file. * * @param line The line to write. * @throws DictionaryException if an I/O error occurs. */ public void write(final String line) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 13K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
}); } /** * Gets the HTTP response containing the content of a dictionary file. * This method retrieves the raw file content from ConfigSync storage. * * @param dictFile the dictionary file to retrieve content for * @return a CurlResponse containing the file content */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 8K bytes - Click Count (0)