Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for TLambda (0.13 sec)

  1. maven-model-builder/src/test/resources/dag.txt

    	quarkus/extensions/jsonb/runtime/pom.xml
    quarkus/extensions/amazon-lambda-http/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/security/deployment/pom.xml
    	quarkus/extensions/vertx-http/deployment/pom.xml
    	quarkus/extensions/amazon-lambda/deployment/pom.xml
    	quarkus/extensions/amazon-lambda-http/runtime/pom.xml
    	quarkus/extensions/amazon-lambda-http/http-event-server/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    }
    
    // Closure is a closure, or lambda expression.
    type Closure struct {
    	TemplateArgs           []AST
    	TemplateArgsConstraint AST
    	Types                  []AST
    	Num                    int
    	CallConstraint         AST
    }
    
    func (cl *Closure) print(ps *printState) {
    	if ps.llvmStyle {
    		if cl.Num == 0 {
    			ps.writeString("'lambda'")
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"𝒦":                            "\U0001d4a6",
    	"Љ":                            "\u0409",
    	"<":                              "\u003c",
    	"Ĺ":                          "\u0139",
    	"Λ":                          "\u039b",
    	"⟪":                            "\u27ea",
    	"ℒ":                      "\u2112",
    	"↞":                            "\u219e",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"Kscr;":                            '\U0001D4A6',
    		"LJcy;":                            '\U00000409',
    		"LT;":                              '\U0000003C',
    		"Lacute;":                          '\U00000139',
    		"Lambda;":                          '\U0000039B',
    		"Lang;":                            '\U000027EA',
    		"Laplacetrf;":                      '\U00002112',
    		"Larr;":                            '\U0000219E',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. okhttp-android/src/main/baseline-prof.txt

    HSPLandroidx/core/view/MenuHostHelper;-><init>(Ljava/lang/Runnable;)V
    HSPLandroidx/lifecycle/DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1;-><init>(Landroidx/lifecycle/DispatchQueue;Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
    HSPLandroidx/lifecycle/DispatchQueue$dispatchAndEnqueue$$inlined$with$lambda$1;->run()V
    HSPLandroidx/lifecycle/DispatchQueue;-><init>()V
    HSPLandroidx/lifecycle/DispatchQueue;->canRun()Z
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  6. guava/src/com/google/common/util/concurrent/ClosingFuture.java

          return FluentIterable.from(inputs)
              .<FluentFuture<?>>transform(future -> future.future)
              .toList();
        }
      }
    
      /**
       * A generic {@link Combiner} that lets you use a lambda or method reference to combine two {@link
       * ClosingFuture}s. Use {@link #whenAllSucceed(ClosingFuture, ClosingFuture)} to start this
       * combination.
       *
       * @param <V1> the type returned by the first future
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 98.7K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

          return FluentIterable.from(inputs)
              .<FluentFuture<?>>transform(future -> future.future)
              .toList();
        }
      }
    
      /**
       * A generic {@link Combiner} that lets you use a lambda or method reference to combine two {@link
       * ClosingFuture}s. Use {@link #whenAllSucceed(ClosingFuture, ClosingFuture)} to start this
       * combination.
       *
       * @param <V1> the type returned by the first future
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 98.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            }
            for _ in range(8)
        ]
    
        # Construct a tf.data.Dataset from the representative samples.
        representative_dataset = dataset_ops.DatasetV2.from_generator(
            lambda: representative_samples,
            output_signature={
                'input_tensor': tensor_spec.TensorSpec(
                    shape=(1, 1024), dtype=dtypes.float32
                ),
            },
        )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

            val actualRange: EventOccurrencesRange
        }
    
        interface LeakedInPlaceLambda : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = LeakedInPlaceLambda::class
            val lambda: KaSymbol
        }
    
        interface WrongImpliesCondition : KaFirDiagnostic<PsiElement> {
            override val diagnosticClass get() = WrongImpliesCondition::class
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  10. cmd/metrics-v2.go

    	iamSubsystem              MetricSubsystem = "iam"
    	kmsSubsystem              MetricSubsystem = "kms"
    	notifySubsystem           MetricSubsystem = "notify"
    	lambdaSubsystem           MetricSubsystem = "lambda"
    	auditSubsystem            MetricSubsystem = "audit"
    	webhookSubsystem          MetricSubsystem = "webhook"
    )
    
    // MetricName are the individual names for the metric.
    type MetricName string
    
    const (
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
Back to top