Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 3,230 for para1 (0.06 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/RepositoryContentDescriptor.java

         *
         * @param group the group name
         * @param moduleName the module name
         */
        void excludeModule(String group, String moduleName);
    
        /**
         * Declares that an entire module shouldn't be searched for in this repository, using regular expressions.
         *
         * @param groupRegex the group name regular expression
         * @param moduleNameRegex the module name regular expression
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 10 23:09:47 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

         * <pre>
         * message: {item} is numeric value out of bounds (&lt;{integer} digits&gt;.&lt;{fraction} digits&gt; expected).
         * </pre>
         * @param property The property name for the message. (NotNull)
         * @param fraction The parameter fraction for message. (NotNull)
         * @param integer The parameter integer for message. (NotNull)
         * @return this. (NotNull)
         */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/core/collection/ArrayUtil.java

        }
    
        /**
         * 配列中からオジェクトが最初に見つかったインデックスを返します。
         *
         * @param <T>
         *            配列の要素の型
         * @param array
         *            配列
         * @param obj
         *            検索するオブジェクト
         * @param fromIndex
         *            検索を始めるインデックス
         * @return 配列中からオジェクトが最初に見つかったインデックス。見つからなかった場合は{@literal -1}
         */
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/NtlmUtil.java

     * @internal
     */
    public final class NtlmUtil {
    
        /**
         * 
         */
        private NtlmUtil () {}
    
    
        /**
         * 
         * @param responseKeyNT
         * @param serverChallenge
         * @param clientChallenge
         * @param nanos1601
         * @param avPairs
         * @return the calculated response
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 9.7K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/SmbTransportInternal.java

         * @throws SmbException
         * @throws IOException
         * 
         */
        boolean ensureConnected () throws IOException;
    
    
        /**
         * @param ctx
         * @param name
         * @param targetHost
         * @param targetDomain
         * @param rn
         * @return dfs referral
         * @throws SmbException
         * @throws CIFSException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 3K bytes
    - Viewed (0)
  6. src/main/java/jcifs/SidResolver.java

         *
         * @param tc
         * @param authorityServerName
         * @param sids
         * @param off
         * @param len
         * @throws CIFSException
         */
        void resolveSids ( CIFSContext tc, String authorityServerName, SID[] sids, int off, int len ) throws CIFSException;
    
    
        /**
         * @param tc
         * @param authorityServerName
         * @param domsid
         * @param rid
         * @param flags
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 4.6K bytes
    - Viewed (0)
  7. maven-model-builder/src/main/java/org/apache/maven/model/io/ModelWriter.java

         * created automatically.
         *
         * @param output The file to serialize the model to, must not be {@code null}.
         * @param options The options to use for serialization, may be {@code null} to use the default values.
         * @param model The model to serialize, must not be {@code null}.
         * @throws IOException If the model could not be serialized.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/GroovyInteroperability.kt

    /**
     * Adapts a ternary Kotlin function to a ternary Groovy [Closure].
     *
     * @param T the type of the first argument.
     * @param U the type of the second argument.
     * @param V the type of the third argument.
     * @param R the return type.
     * @param function the function to be adapted.
     * @param owner optional owner of the Closure.
     * @param thisObject optional _this Object_ of the Closure.
     *
     * @see [Closure]
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/dsl/DependencyCollector.java

         * Add a dependency.
         *
         * @param dependencyNotation dependency to add
         * @see DependencyFactory#create(CharSequence) Valid dependency notation for this method
         *
         * @since 8.6
         */
        void add(CharSequence dependencyNotation);
    
        /**
         * Add a dependency and configure it.
         *
         * @param dependencyNotation dependency to add
         * @param configuration an action to configure the dependency
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 09 22:19:12 UTC 2024
    - 8K bytes
    - Viewed (0)
  10. src/main/java/jcifs/ntlmssp/Type3Message.java

                return null;
            return NtlmUtil.getPreNTLMResponse(tc, password, type2.getChallenge());
        }
    
    
        /**
         * 
         * @param tc
         * @param type2
         * @param domain
         * @param user
         * @param password
         * @param clientChallenge
         * @return the calculated response
         * @throws GeneralSecurityException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Tue Jul 07 12:07:20 UTC 2020
    - 30.6K bytes
    - Viewed (0)
Back to top