Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for maxTime (0.26 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/cache/DiskLruCache.kt

            }
            return super.sink(file, mustCreate)
          }
        }
    
      /** The maximum number of bytes that this cache should use to store its data. */
      @get:Synchronized @set:Synchronized
      var maxSize: Long = maxSize
        set(value) {
          field = value
          if (initialized) {
            cleanupQueue.schedule(cleanupTask) // Trim the existing store if necessary.
          }
        }
    
      /*
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 34.7K bytes
    - Viewed (0)
  2. LICENSES/vendor/github.com/xlab/treeprint/LICENSE

    = vendor/github.com/xlab/treeprint licensed under: =
    
    The MIT License (MIT)
    Copyright © 2016 Maxim Kupriianov <******@****.***>
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the “Software”), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    Plain Text
    - Registered: Fri Apr 05 09:05:09 GMT 2024
    - Last Modified: Tue Mar 09 00:50:43 GMT 2021
    - 1.2K bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const CSTOP ideal-int
    pkg syscall (freebsd-386-cgo), const CSTOPB ideal-int
    pkg syscall (freebsd-386-cgo), const CSUSP ideal-int
    pkg syscall (freebsd-386-cgo), const CTL_MAXNAME ideal-int
    pkg syscall (freebsd-386-cgo), const CTL_NET ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_A429 ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_A653_ICM ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  4. okhttp/api/okhttp.api

    	public fun flush ()V
    	public final fun hitCount ()I
    	public final fun initialize ()V
    	public final fun isClosed ()Z
    	public static final fun key (Lokhttp3/HttpUrl;)Ljava/lang/String;
    	public final fun maxSize ()J
    	public final fun networkCount ()I
    	public final fun requestCount ()I
    	public final fun size ()J
    	public final fun urls ()Ljava/util/Iterator;
    	public final fun writeAbortCount ()I
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const CSTOPB = 1024
    pkg syscall (darwin-386), const CSTOPB ideal-int
    pkg syscall (darwin-386), const CSUSP = 26
    pkg syscall (darwin-386), const CSUSP ideal-int
    pkg syscall (darwin-386), const CTL_MAXNAME = 12
    pkg syscall (darwin-386), const CTL_NET = 4
    pkg syscall (darwin-386), const DLT_APPLE_IP_OVER_IEEE1394 = 138
    pkg syscall (darwin-386), const DLT_ARCNET = 7
    pkg syscall (darwin-386), const DLT_ATM_CLIP = 19
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.4.md

    * Do not query the metadata server to find out if running on GCE.  Retry metadata server query for gcr if running on gce. ([#28871](https://github.com/kubernetes/kubernetes/pull/28871), [@vishh](https://github.com/vishh))
    * Change maxsize to size in logrotate. ([#29128](https://github.com/kubernetes/kubernetes/pull/29128), [@bprashanth](https://github.com/bprashanth))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/NativeImageTestsAccessors.kt

    import okhttp3.internal.connection.RealCall
    import okhttp3.internal.connection.RealConnection
    import okio.FileSystem
    import okio.Path
    
    internal fun buildCache(
      file: Path,
      maxSize: Long,
      fileSystem: FileSystem,
    ): Cache {
      return Cache(fileSystem, file, maxSize)
    }
    
    internal var RealConnection.idleAtNsAccessor: Long
      get() = idleAtNs
      set(value) {
        idleAtNs = value
      }
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 1.3K bytes
    - Viewed (0)
  8. docs/recipes.md

    === ":material-language-kotlin: Kotlin"
        ```kotlin
          private val client: OkHttpClient = OkHttpClient.Builder()
              .cache(Cache(
                  directory = cacheDirectory,
                  maxSize = 10L * 1024L * 1024L // 10 MiB
              ))
              .build()
    
          fun run() {
            val request = Request.Builder()
                .url("http://publicobject.com/helloworld.txt")
                .build()
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Fri Feb 18 08:52:22 GMT 2022
    - 40.2K bytes
    - Viewed (1)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const CSUSP = 26 #53466
    pkg syscall (freebsd-riscv64), const CSUSP ideal-int #53466
    pkg syscall (freebsd-riscv64), const CTL_MAXNAME = 24 #53466
    pkg syscall (freebsd-riscv64), const CTL_MAXNAME ideal-int #53466
    pkg syscall (freebsd-riscv64), const CTL_NET = 4 #53466
    pkg syscall (freebsd-riscv64), const CTL_NET ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_A429 = 184 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    onfabrica.com
    
    // Facebook, Inc.
    // Submitted by Peter Ruibal <******@****.***>
    apps.fbsbx.com
    
    // FAITID : https://faitid.org/
    // Submitted by Maxim Alzoba <******@****.***>
    // https://www.flexireg.net/stat_info
    ru.net
    adygeya.ru
    bashkiria.ru
    bir.ru
    cbg.ru
    com.ru
    dagestan.ru
    grozny.ru
    kalmykia.ru
    kustanai.ru
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top