Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 443 for Creation (0.04 seconds)

  1. src/main/java/jcifs/smb1/smb1/FileEntry.java

         */
        int getType();
    
        /**
         * Gets the file attributes.
         *
         * @return the file attributes
         */
        int getAttributes();
    
        /**
         * Gets the creation time.
         *
         * @return the creation time in milliseconds since epoch
         */
        long createTime();
    
        /**
         * Gets the last modified time.
         *
         * @return the last modified time in milliseconds since epoch
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 881 bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/FileEntry.java

         */
        int getType();
    
        /**
         * Gets the file attributes.
         *
         * @return the file attributes
         */
        int getAttributes();
    
        /**
         * Gets the file creation time.
         *
         * @return the creation time in milliseconds since epoch
         */
        long createTime();
    
        /**
         * Gets the last modified time.
         *
         * @return the last modified time in milliseconds since epoch
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 1.9K bytes
    - Click Count (0)
  3. docs/site-replication/README.md

    - Creation and deletion of buckets and objects
    - Creation and deletion of all IAM users, groups, policies and their mappings to users or groups
    - Creation of STS credentials
    - Creation and deletion of service accounts (except those owned by the root user)
    - Changes to Bucket features such as:
      - Bucket Policies
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  4. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java

         */
        void setMimeType(String mimeType);
    
        /**
         * Returns the creation time of the access result.
         *
         * @return the creation time
         */
        Long getCreateTime();
    
        /**
         * Sets the creation time of the access result.
         *
         * @param createTime the creation time
         */
        void setCreateTime(Long createTime);
    
        /**
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sun Jul 06 02:13:03 GMT 2025
    - 5.2K bytes
    - Click Count (10)
  5. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueue.java

         */
        void setLastModified(Long lastModified);
    
        /**
         * Returns the creation time of the URL queue entry.
         *
         * @return the creation time as a Long value.
         */
        Long getCreateTime();
    
        /**
         * Sets the creation time of the URL queue.
         *
         * @param createTime the creation time to set, represented as a Long value.
         */
        void setCreateTime(Long createTime);
    
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sat Mar 15 06:52:00 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  6. api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainFactory.java

         * @throws ToolchainFactoryException if toolchain creation fails
         */
        @Nonnull
        Toolchain createToolchain(@Nonnull ToolchainModel model) throws ToolchainFactoryException;
    
        /**
         * Creates a default toolchain instance using system defaults.
         *
         * @return Optional containing the default toolchain if available
         * @throws ToolchainFactoryException if default toolchain creation fails
         */
        @Nonnull
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 11 12:33:57 GMT 2025
    - 2.1K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/scheduler/AdminSchedulerAction.java

         *
         * @param type the crawler type (web, file, or data)
         * @param id the crawler configuration ID
         * @param name the name for the new job (base64 encoded)
         * @return HTML response for the job creation form
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse createnewjob(final String type, final String id, final String name) {
            saveToken();
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 20 13:56:35 GMT 2025
    - 21.8K bytes
    - Click Count (0)
  8. impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoalTest.java

            @Test
            @DisplayName("should handle .mvn directory creation failure gracefully")
            void shouldHandleMvnDirectoryCreationFailureGracefully() throws Exception {
                Path projectDir = tempDir.resolve("project");
                Files.createDirectories(projectDir);
    
                // Create a file where .mvn directory should be (to cause creation failure)
                Path mvnFile = projectDir.resolve(".mvn");
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Nov 18 18:03:26 GMT 2025
    - 13.7K bytes
    - Click Count (0)
  9. src/main/resources/fess_message_fr.properties

    errors.invalid_query_cannot_process=Impossible de traiter la requête spécifiée.
    errors.crud_invalid_mode = Le mode est incorrect. (pas {0}, mais {1})
    errors.crud_failed_to_create_instance = Échec de la création de nouvelles données.
    errors.crud_failed_to_create_crud_table = Échec de la création de nouvelles données. ({0})
    errors.crud_failed_to_update_crud_table=Échec de la mise à jour des données. ({0})
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Jul 05 02:36:47 GMT 2025
    - 13.1K bytes
    - Click Count (0)
  10. android/guava-tests/benchmark/com/google/common/collect/MapsMemoryBenchmark.java

        "HashBiMapImpl",
        "ImmutableBiMapImpl"
      })
      String implName;
    
      MapsImplEnum mapsImpl;
    
      /**
       * A map of contents pre-created before experiment starts to only measure map creation cost. The
       * implementation for the creation of contents is independent and could be different from that of
       * the map under test.
       */
      Map<Element, Element> contents;
    
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Tue May 13 17:27:14 GMT 2025
    - 3.4K bytes
    - Click Count (0)
Back to Top