Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,643 for a_param (0.06 sec)

  1. src/main/java/org/codelibs/core/exception/ClRuntimeException.java

         *
         * @param messageCode message code
         * @param cause cause of exception
         */
        public ClRuntimeException(final String messageCode, final Throwable cause) {
            this(messageCode, new Object[0], cause);
        }
    
        /**
         * Creates {@link ClRuntimeException}.
         *
         * @param messageCode message code
         * @param args arguments for messages
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  2. api/maven-api-cli/pom.xml

                <template>model.vm</template>
              </templates>
              <params>
                <param>locationTracking=true</param>
                <param>generateLocationClasses=true</param>
                <param>packageModelV4=org.apache.maven.api.cli.extensions</param>
                <param>packageToolV4=org.apache.maven.cli.internal.extension.io</param>
              </params>
              <velocityBasedir>${project.basedir}/../../src/mdo</velocityBasedir>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Sun Jun 29 22:37:39 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java

        //                                               -------
        /**
         * Displays the details view for a specific synonym item.
         *
         * @param dictId the dictionary ID
         * @param crudMode the CRUD operation mode
         * @param id the synonym item ID
         * @return HTML response for the synonym item details
         */
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 23.7K bytes
    - Viewed (1)
  4. src/main/java/org/codelibs/core/sql/StatementUtil.java

        /**
         * Do not instantiate.
         */
        protected StatementUtil() {
        }
    
        /**
         * Executes the SQL.
         *
         * @param statement
         *            {@link Statement}. Must not be {@literal null}.
         * @param sql
         *            SQL string. Must not be {@literal null} or empty.
         * @return The result of the execution.
         * @see Statement#execute(String)
         */
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java

        /**
         * Gets a label type entity based on the form and current user info.
         *
         * @param form the create form
         * @param username the current username
         * @param currentTime the current time
         * @return optional label type entity
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/util/ResourceUtil.java

         * fallback locations including source and target directories.
         *
         * @param root the root directory (e.g., "WEB-INF/")
         * @param base the base directory under root (e.g., "conf", "classes")
         * @param names the path components to append to the base directory
         * @return the Path object pointing to the requested resource
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/witness/WitnessClient.java

             * Called when a witness notification is received.
             *
             * @param notification the witness notification
             */
            void onWitnessNotification(WitnessNotification notification);
    
            /**
             * Called when a witness registration fails.
             *
             * @param registration the failed registration
             * @param error the error that occurred
             */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 20.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/dict/DictionaryCreator.java

            return pattern.matcher(path).find();
        }
    
        /**
         * Creates a new dictionary file instance for the given parameters.
         *
         * @param id the encoded identifier for the dictionary file
         * @param path the file path of the dictionary
         * @param timestamp the timestamp of the dictionary file
         * @return a new DictionaryFile instance
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainManager.java

    @Experimental
    public interface ToolchainManager extends Service {
    
        /**
         * Retrieves toolchains matching the specified type and requirements.
         *
         * @param session The Maven session context
         * @param type The type of toolchain (e.g., "jdk", "compiler")
         * @param requirements Key-value pairs specifying toolchain requirements (e.g., "version": "11")
         * @return List of matching toolchains, never null
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Tue Feb 11 12:33:57 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/sso/aad/AzureAdAuthenticator.java

        }
    
        /**
         * Processes member-of information from Microsoft Graph API.
         * @param user The Azure AD user.
         * @param groupList The list to add group names to.
         * @param roleList The list to add role names to.
         * @param url The Microsoft Graph API URL.
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 28 09:13:08 UTC 2025
    - 37.3K bytes
    - Viewed (0)
Back to top