Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 59 for Filetime (0.15 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirExpressionTypeProvider.kt

    import org.jetbrains.kotlin.analysis.api.fir.KaFirSession
    import org.jetbrains.kotlin.analysis.api.fir.unwrapSafeCall
    import org.jetbrains.kotlin.analysis.api.fir.utils.unwrap
    import org.jetbrains.kotlin.analysis.api.lifetime.KaLifetimeToken
    import org.jetbrains.kotlin.analysis.api.types.KaErrorType
    import org.jetbrains.kotlin.analysis.api.types.KaFunctionalType
    import org.jetbrains.kotlin.analysis.api.types.KaType
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/certificates/v1/types.go

    	//  4. Required, permitted, or forbidden key usages / extended key usages.
    	//  5. Expiration/certificate lifetime: whether it is fixed by the signer, configurable by the admin.
    	//  6. Whether or not requests for CA certificates are allowed.
    	SignerName string `json:"signerName" protobuf:"bytes,7,opt,name=signerName"`
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason UnknownTimeZone. More information can be found in https://kubernetes.io/docs/concepts/workloads/...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/batch/v1/generated.proto

      // If no system-wide time zone database can be found a bundled version of the database is used instead.
      // If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host
      // configuration, the controller will stop creating new new Jobs and will create a system event with the
      // reason UnknownTimeZone.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authorization/v1/types.go

    // or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to
    // drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns.
    // SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.
    type SelfSubjectRulesReview struct {
    	metav1.TypeMeta `json:",inline"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirImportOptimizer.kt

    import org.jetbrains.kotlin.analysis.api.fir.utils.computeImportableName
    import org.jetbrains.kotlin.analysis.api.fir.utils.firSymbol
    import org.jetbrains.kotlin.analysis.api.lifetime.KaLifetimeToken
    import org.jetbrains.kotlin.analysis.api.symbols.KaCallableSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.KaClassLikeSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.KaSymbol
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_messages_test.go

    	m.updateRequested = rand.Intn(10) > 5
    	return reflect.ValueOf(m)
    }
    
    func (*newSessionTicketMsgTLS13) Generate(rand *rand.Rand, size int) reflect.Value {
    	m := &newSessionTicketMsgTLS13{}
    	m.lifetime = uint32(rand.Intn(500000))
    	m.ageAdd = uint32(rand.Intn(500000))
    	m.nonce = randomBytes(rand.Intn(100), rand)
    	m.label = randomBytes(rand.Intn(1000), rand)
    	if rand.Intn(10) > 5 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  8. pkg/volume/emptydir/empty_dir.go

    	GetMountMedium(path string, requestedMedium v1.StorageMedium) (v1.StorageMedium, bool, *resource.Quantity, error)
    }
    
    // EmptyDir volumes are temporary directories exposed to the pod.
    // These do not persist beyond the lifetime of a pod.
    type emptyDir struct {
    	pod           *v1.Pod
    	volName       string
    	sizeLimit     *resource.Quantity
    	medium        v1.StorageMedium
    	mounter       mount.Interface
    	mountDetector mountDetector
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 19K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/xla_device.cc

        if (global_stream != nullptr && global_stream->ok()) {
          stream_ = global_stream;
        } else {
          // Directly create the stream here instead of borrowing from the stream
          // pool to avoid potential lifetime issues.
          TF_ASSIGN_OR_RETURN(
              stream_,
              backend->stream_executors()[device_ordinal_]->CreateStream());
          TF_RETURN_IF_ERROR(EnsureStreamOkLocked(backend, "stream", &stream_,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  10. pkg/apis/batch/types.go

    	// Describes the pod that will be created when executing a job.
    	// The only allowed template.spec.restartPolicy values are "Never" or "OnFailure".
    	Template api.PodTemplateSpec
    
    	// ttlSecondsAfterFinished limits the lifetime of a Job that has finished
    	// execution (either Complete or Failed). If this field is set,
    	// ttlSecondsAfterFinished after the Job finishes, it is eligible to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top