Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 105 for kerning (0.04 seconds)

  1. src/main/webapp/css/bootstrap.min.css.map

    var(--bs-info-bg-subtle);\n  --bs-alert-border-color: var(--bs-info-border-subtle);\n  --bs-alert-link-color: var(--bs-info-text-emphasis);\n}\n\n.alert-warning {\n  --bs-alert-color: var(--bs-warning-text-emphasis);\n  --bs-alert-bg: var(--bs-warning-bg-subtle);\n  --bs-alert-border-color: var(--bs-warning-border-subtle);\n  --bs-alert-link-color: var(--bs-warning-text-emphasis);\n}\n\n.alert-danger {\n  --bs-alert-color: var(--bs-danger-text-emphasis);\n  --bs-alert-bg: var(--bs-danger-bg-subtle);\n  --...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 575.5K bytes
    - Click Count (0)
  2. src/main/resources/fess_message_zh_TW.properties

    success.crud_create_crud_table = 資料已建立。
    success.crud_update_crud_table = 資料已更新。
    success.crud_delete_crud_table = 資料已刪除。
    errors.front_footer=
    errors.front_header=
    errors.front_prefix=<div class="alert alert-warning">
    errors.front_suffix=</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12K bytes
    - Click Count (0)
  3. build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/NullabilityBreakingChangesRule.groovy

                def changes = errors + warnings
                return acceptOrReject(member, changes, Violation.error(member, changes.join(" ")))
            }
            if (!warnings.isEmpty()) {
                return Violation.warning(member, warnings.join(" "))
            }
            return null
        }
    
        private static List<Boolean> typeParametersNullabilityOf(CtClass ctClass) {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Oct 27 09:26:32 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

            }
    
            /**
             * Deletes old documents from the search index.
             * This method removes documents that were indexed in previous
             * crawling sessions for the same data configuration, keeping
             * only the documents from the current session.
             *
             * <p>The deletion process:</p>
             * <ul>
             *   <li>Checks if old document deletion is enabled</li>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 19K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/helper/ProtocolHelper.java

                    || url.startsWith("s3:") || url.startsWith("gcs:");
        }
    
        /**
         * Checks if the given URL represents a file system path for content serving.
         * Used to determine if special handling is needed for file system URLs.
         *
         * @param url the URL to check
         * @return true if the URL is a file system path (file, smb, smb1, ftp, storage, s3, gcs)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 13:59:25 GMT 2026
    - 12.4K bytes
    - Click Count (1)
  6. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessMultipartRequestHandler.java

        //                                                                           Attribute
        //                                                                           =========
        // keeping parsed request parameters, normal texts or uploaded files
        // keys are requested parameter names (treated as field name here)
        protected Map<String, Object> elementsAll; // lazy-loaded, then after not null
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 08:48:41 GMT 2026
    - 18.9K bytes
    - Click Count (1)
  7. src/main/resources/fess_message_nl.properties

    success.crud_update_crud_table = Gegevens bijgewerkt.
    success.crud_delete_crud_table = Gegevens verwijderd.
    errors.front_footer=
    errors.front_header=
    errors.front_prefix=<div class="alert alert-warning">
    errors.front_suffix=</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.9K bytes
    - Click Count (0)
  8. src/main/resources/fess_message_ru.properties

    success.crud_create_crud_table = Данные созданы.
    success.crud_update_crud_table = Данные обновлены.
    success.crud_delete_crud_table = Данные удалены.
    errors.front_footer=
    errors.front_header=
    errors.front_prefix=<div class="alert alert-warning">
    errors.front_suffix=</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 17.2K bytes
    - Click Count (0)
  9. architecture/standards/0006-use-of-provider-apis-in-gradle.md

    interface NestedType {
        Property<String> getSomeProperty()
    }
    class Example {
        Property<NestedType> getNestedProperty()
    }
    ```
    
    This is unnecessary because users will have trouble creating instances of `NestedType` and merging different instances of `NestedType`. It's also more awkward for users to access the properties in the nested property.
    
    If the nested type is a managed type (Gradle can generate its implementation), you can define a nested property with:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 05 12:39:41 GMT 2026
    - 10K bytes
    - Click Count (0)
  10. src/main/resources/fess_message_id.properties

    success.crud_update_crud_table = Data telah diperbarui.
    success.crud_delete_crud_table = Data telah dihapus.
    errors.front_footer=
    errors.front_header=
    errors.front_prefix=<div class="alert alert-warning">
    errors.front_suffix=</div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.7K bytes
    - Click Count (0)
Back to Top