Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,864 for clinit (0.06 sec)

  1. okhttp/src/androidMain/baseline-prof.txt

    HSPLkotlin/UNINITIALIZED_VALUE;-><init>()V
    HSPLkotlin/Unit;-><clinit>()V
    HSPLkotlin/Unit;-><init>()V
    HSPLkotlin/collections/AbstractCollection;-><init>()V
    HSPLkotlin/collections/AbstractList;-><init>()V
    HSPLkotlin/collections/AbstractMutableList;-><init>()V
    HSPLkotlin/collections/ArrayAsCollection;-><init>([Ljava/lang/Object;Z)V
    HSPLkotlin/collections/ArrayAsCollection;->toArray()[Ljava/lang/Object;
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-12-30 23:28
    - 127.9K bytes
    - Viewed (0)
  2. test-site/activator-launch-1.3.2.jar

    implements scala.Serializable { public static final LaunchConfiguration$ MODULE$; public static void <clinit>(); public static void save(LaunchConfiguration, java.io.File); public static LaunchConfiguration restore(java.net.URL); private void LaunchConfiguration$(); } xsbt/boot/Copy$.class package xsbt.boot; public final synchronized class Copy$ { public static final Copy$ MODULE$; public static void <clinit>(); public static boolean apply(scala.collection.immutable.List, java.io.File); public static boolean...
    Registered: 2025-06-06 09:08
    - Last Modified: 2015-04-20 08:41
    - 1.2M bytes
    - Viewed (0)
  3. .teamcity/.mvn/wrapper/maven-wrapper.jar

    copyInputStream(java.io.InputStream, java.io.OutputStream) throws java.io.IOException; } org/apache/maven/wrapper/Logger.class package org.apache.maven.wrapper; public synchronized class Logger { private static final boolean VERBOSE; static void <clinit>(); public void Logger(); public static void info(String); public static void warn(String); } org/apache/maven/wrapper/MavenWrapperMain.class package org.apache.maven.wrapper; public synchronized class MavenWrapperMain { public static final String...
    Registered: 2025-05-28 11:36
    - Last Modified: 2020-02-26 01:48
    - 49.5K bytes
    - Viewed (0)
  4. build-logic/java-api-extractor/src/main/java/org/gradle/internal/tools/api/impl/ApiMemberSelector.java

        public MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions) {
            if ("<clinit>".equals(name)) {
                // discard static initializers
                return null;
            }
            if (isCandidateApiMember(access, apiIncludesPackagePrivateMembers) || ("<init>".equals(name) && isInnerClass)) {
    Registered: 2025-05-28 11:36
    - Last Modified: 2024-08-22 19:07
    - 9.1K bytes
    - Viewed (0)
  5. gradle/wrapper/gradle-wrapper.jar

    public final synchronized class CommandLineParser { public static final java.util.regex.Pattern OPTION_NAME_PATTERN; public final java.util.HashMap optionsByString; public boolean allowUnknownOptions; public void CommandLineParser(); static void <clinit>(); public final transient CommandLineOption option(String[]); } org/gradle/cli/ParsedCommandLine.class package org.gradle.cli; public final synchronized class ParsedCommandLine { public final java.util.HashMap optionsByString; public final java.util.HashSet...
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-04-26 02:17
    - 42.7K bytes
    - Viewed (1)
  6. okhttp/src/commonJvmAndroid/kotlin/okhttp3/CipherSuite.kt

        @JvmField val TLS_RSA_WITH_NULL_SHA = init("SSL_RSA_WITH_NULL_SHA", 0x0002)
    
        @JvmField val TLS_RSA_EXPORT_WITH_RC4_40_MD5 = init("SSL_RSA_EXPORT_WITH_RC4_40_MD5", 0x0003)
    
        @JvmField val TLS_RSA_WITH_RC4_128_MD5 = init("SSL_RSA_WITH_RC4_128_MD5", 0x0004)
    
        @JvmField val TLS_RSA_WITH_RC4_128_SHA = init("SSL_RSA_WITH_RC4_128_SHA", 0x0005)
    
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-03-19 19:25
    - 39.9K bytes
    - Viewed (0)
  7. internal/rest/client.go

    		HealthCheckTimeout:       time.Second,
    	}
    	if err != nil {
    		clnt.lastErr = err
    		clnt.lastErrTime = time.Now()
    	}
    
    	if clnt.HealthCheckFn != nil {
    		// make connection pre-emptively.
    		go clnt.HealthCheckFn()
    	}
    	return clnt
    }
    
    // IsOnline returns whether the client is likely to be online.
    func (c *Client) IsOnline() bool {
    	return atomic.LoadInt32(&c.connected) == online
    }
    
    Registered: 2025-05-25 19:28
    - Last Modified: 2025-03-30 00:56
    - 14.7K bytes
    - Viewed (0)
  8. fess-crawler-lasta/src/main/resources/crawler/client.xml

    		<property name="charset">"UTF-8"</property>
    	</component>
    
    	<component name="crawlerClientCreator"
    		class="org.codelibs.fess.crawler.client.CrawlerClientCreator">
    	</component>
    
    	<component name="clientFactory"
    		class="org.codelibs.fess.crawler.client.CrawlerClientFactory" instance="prototype">
    		<postConstruct name="addClient">
    			<arg>["http:.*", "https:.*"]</arg>
    Registered: 2025-05-25 03:50
    - Last Modified: 2023-08-08 12:54
    - 2.8K bytes
    - Viewed (0)
  9. samples/tlssurvey/src/main/kotlin/okhttp3/survey/types/Client.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.survey.types
    
    data class Client(
      val userAgent: String,
      val version: String,
      val platform: String? = null,
      val enabled: List<SuiteId> = listOf(),
      val supported: List<SuiteId> = listOf(),
    ) {
      val nameAndVersion: String
    Registered: 2025-05-30 11:42
    - Last Modified: 2024-04-02 01:44
    - 883 bytes
    - Viewed (0)
  10. docs/sts/client-grants.py

    with open('/etc/hosts', 'rb') as data:
        s3.meta.client.upload_fileobj(data,
                                      'testbucket',
                                      'hosts',
                                      ExtraArgs={'ServerSideEncryption': 'AES256'})
    
    # Upload with server side encryption, using temporary credentials
    s3.meta.client.upload_file('/etc/hosts',
                               'testbucket',
    Registered: 2025-05-25 19:28
    - Last Modified: 2021-04-23 18:58
    - 1.2K bytes
    - Viewed (0)
Back to top