- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 12 for edilir (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt
internal fun completeEdit( editor: Editor, success: Boolean, ) { val entry = editor.entry check(entry.currentEditor == editor) // If this edit is creating the entry for the first time, every index must have a value. if (success && !entry.readable) { for (i in 0 until valueCount) { if (!editor.written!![i]) { editor.abort()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed May 28 23:28:25 UTC 2025 - 34.7K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cache.kt
var editor: DiskLruCache.Editor? = null try { editor = snapshot.edit() ?: return // edit() returns null if snapshot is not current. entry.writeTo(editor) editor.commit() } catch (_: IOException) { abortQuietly(editor) } } private fun abortQuietly(editor: DiskLruCache.Editor?) { // Give up because the cache cannot be written.Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 03 17:41:45 UTC 2025 - 26.8K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.excludedDocUrls=Arama için Hariç Tutulan URL'ler labels.hostname=Ana Bilgisayar Adı labels.id=ID labels.includedPaths=Tarama için Dahil Edilen Yollar labels.includedUrls=Tarama için Dahil Edilen URL'ler labels.includedDocPaths=Arama için Dahil Edilen Yollar labels.includedDocUrls=Arama için Dahil Edilen URL'ler labels.maxAccessCount=Maksimum Erişim Sayısı labels.name=Ad labels.numOfThread=İş Parçacığı Sayısı
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.crud_button_update=Atualizar labels.crud_button_delete=Excluir labels.crud_button_back=Voltar labels.crud_button_edit=Editar labels.crud_button_search=Pesquisar labels.crud_button_reset=Redefinir labels.crud_button_cancel=Cancelar labels.crud_link_create=Criar novo labels.crud_link_delete=Excluir labels.crud_link_edit=Editar labels.crud_link_details=Detalhes labels.crud_link_list=Lista labels.crud_title_list=Lista
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.7K bytes - Viewed (0) -
guava/src/com/google/common/net/MediaType.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.not_found_on_file_system = Não encontrado. Causa: {0} errors.could_not_open_on_system = Não é possível abrir {0}.<br>Verifique se o arquivo está associado a um aplicativo. errors.result_size_exceeded = Não é possível exibir mais resultados. errors.target_file_does_not_exist = O arquivo {0} não existe. errors.failed_to_delete_file = Não foi possível excluir o arquivo {0}. errors.docid_not_found = ID do documento não encontrada. Causa: {0}Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/RequestTest.kt
@Test fun curlPostWithComplexBody() { val jsonBody = """ |{ | "user": { | "id": 123, | "name": "Tim O'Reilly" | }, | "roles": ["admin", "editor"], | "active": true |} | """.trimMargin() val body = jsonBody.toRequestBody("application/json".toMediaType()) val request = Request .Builder()
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 24 11:36:14 UTC 2025 - 24.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/MediaType.java
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Oct 02 01:46:40 UTC 2025 - 48K bytes - Viewed (0) -
ADDING_NEW_LANGUAGE.md
cd src/main/resources # 2. Copy base files cp fess_label_en.properties fess_label_sv.properties cp fess_message_en.properties fess_message_sv.properties # 3. Translate files (use your text editor) # Edit fess_label_sv.properties - translate all ~1,056 entries # Edit fess_message_sv.properties - translate all ~200 entries # 4. Update configuration (ensure 'sv' is in supported.languages)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 06 11:36:30 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SID.java
} return ret.toString(); } /** * Return a String representing this SID ideal for display to * users. This method should return the same text that the ACL * editor in Windows would display. * <p> * Specifically, if the SID has * been resolved and it is not a domain SID or builtin account, * the full DOMAIN\name form of the account will beRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0)