Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 600 for confirm (0.04 sec)

  1. src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java

                    List<FileConfig> configs = new ArrayList<>();
                    FileConfig config = new FileConfig();
                    // Set required properties to prevent skip
                    config.setPaths("/tmp/test");
                    configs.add(config);
                    return configs;
                }
            };
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  2. okhttp/src/jvmMain/resources/META-INF/native-image/okhttp/okhttp/reflect-config.json

    Yuri Schimke <******@****.***> 1735306796 +0200
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 438 bytes
    - Viewed (0)
  3. native-image-tests/src/test/resources/META-INF/native-image/okhttp/nit/resource-config.json

    Yuri Schimke <******@****.***> 1734771389 +0200
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Dec 21 08:56:29 UTC 2024
    - 78 bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.28.md

    - `kubeadm`: added a new "kubeadm config validate" command that can be used to
      validate any input config file. Use the `--config` flag to pass a config file
      to it. See the command `--help` screen for more information. As a result of adding
      this new command, enhance the validation capabilities of the existing "kubeadm
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Oct 23 20:13:20 UTC 2024
    - 456.9K bytes
    - Viewed (1)
  5. fuzzing/fuzzingserver-config.json

    Jesse Wilson <******@****.***> 1553565692 -0500
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 2.1K bytes
    - Viewed (0)
  6. okcurl/src/main/resources/META-INF/native-image/okhttp3/okcurl/reflect-config.json

    Jesse Wilson <******@****.***> 1703114827 -0500
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 4 bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/META-INF/native-image/okhttp/okhttp/resource-config.json

    Jesse Wilson <******@****.***> 1748383249 -0400
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 100 bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/EditForm.java

    /**
     * Form class for editing data crawling configurations in the admin interface.
     * This form extends CreateForm to include fields necessary for updating existing data config entries,
     * including tracking information for optimistic locking and audit trails.
     * Data configs define how to crawl and extract data from databases, CSV files, and other data sources.
     *
     */
    public class EditForm extends CreateForm {
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProviderTest.java

        // Test provider creation with various configs
        public void test_providerCreationVariousConfigs() {
            // Test with multiple different configs
            FessConfig[] configs = new FessConfig[5];
            FessTimeResourceProvider[] providers = new FessTimeResourceProvider[5];
    
            for (int i = 0; i < configs.length; i++) {
                final int value = i * 100;
                configs[i] = new FessConfig.SimpleImpl() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java

    import org.codelibs.fess.ds.DataStoreFactory;
    import org.codelibs.fess.helper.PermissionHelper;
    import org.codelibs.fess.helper.SystemHelper;
    import org.codelibs.fess.opensearch.config.exentity.CrawlingConfig.ConfigType;
    import org.codelibs.fess.opensearch.config.exentity.DataConfig;
    import org.codelibs.fess.util.ComponentUtil;
    import org.codelibs.fess.util.RenderDataUtil;
    import org.dbflute.optional.OptionalEntity;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 19.9K bytes
    - Viewed (0)
Back to top