- Sort Score
- Num 10 results
- Language All
Results 271 - 280 of 312 for EXPRESSION (0.07 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
return Joiner.on(", ").join(inputNames); } void smartAssertTrue( ImmutableSet<ListenableFuture<String>> inputs, Exception cause, boolean expression) { if (!expression) { throw new AssertionError(smartToString(inputs), cause); } } boolean hasDelayed(ListenableFuture<String> a, ListenableFuture<String> b) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/FuturesTest.java
return Joiner.on(", ").join(inputNames); } void smartAssertTrue( ImmutableSet<ListenableFuture<String>> inputs, Exception cause, boolean expression) { if (!expression) { throw new AssertionError(smartToString(inputs), cause); } } boolean hasDelayed(ListenableFuture<String> a, ListenableFuture<String> b) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 134K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableMap.java
/* * Even though it's weird to pass a defaultValue that is null, some callers do so. Those who * pass a literal "null" should probably just use `get`, but I would expect other callers to * pass an expression that *might* be null. This could happen with: * * - a `getFooOrDefault(@Nullable Foo defaultValue)` method that returns * `map.getOrDefault(FOO_KEY, defaultValue)` *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 02 19:58:40 GMT 2026 - 41.2K bytes - Click Count (0) -
docs/fr/docs/_llm-test.md
//// ## Éléments HTML « abbr » { #html-abbr-elements } //// tab | Test Voici quelques éléments entourés d’un élément HTML « abbr » (certains sont inventés) : ### L’abbr fournit une expression complète { #the-abbr-gives-a-full-phrase } * <abbr title="Getting Things Done - S'organiser pour réussir">GTD</abbr> * <abbr title="less than - inférieur à"><code>lt</code></abbr>Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.8K bytes - Click Count (0) -
tests/association_generics_test.go
} // Test Set + Update with Association OpUnlink assocOp := clause.Association{ Association: "Pets", Type: clause.OpUnlink, Conditions: []clause.Expression{ clause.Eq{Column: clause.Column{Name: "id"}, Value: petToUnlink.ID}, }, } rows, err := gorm.G[User](DB).Where("id = ?", user.ID).Set(assocOp).Update(ctx) if err != nil {Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Fri Sep 12 05:42:26 GMT 2025 - 37.9K bytes - Click Count (0) -
association.go
values = expandValues(values) if association.Error == nil { reflectValue := association.DB.Statement.ReflectValue rel := association.Relationship var oldBelongsToExpr clause.Expression // we have to record the old BelongsTo value if association.Unscope && rel.Type == schema.BelongsTo { var foreignFields []*schema.Field for _, ref := range rel.References { if !ref.OwnPrimaryKey {
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sun Oct 26 12:09:12 GMT 2025 - 23.6K bytes - Click Count (0) -
cmd/object-handlers.go
} } } // SelectObjectContentHandler - GET Object?select // ---------- // This implementation of the GET operation retrieves object content based // on an SQL expression. In the request, along with the sql expression, you must // also specify a data serialization format (JSON, CSV) of the object. func (api objectAPIHandlers) SelectObjectContentHandler(w http.ResponseWriter, r *http.Request) {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0) -
android/guava/src/com/google/common/math/LongMath.java
* signed long. The implementation is branch-free, and benchmarks suggest it is measurably faster * than the straightforward ternary expression. */ @VisibleForTesting static int lessThanBranchFree(long x, long y) { // The double negation is optimized away by normal Java, but is necessary for GWT // to make sure bit twiddling works as expected.
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 09 23:01:02 GMT 2026 - 46.8K bytes - Click Count (0) -
docs/tr/docs/_llm-test.md
* geliştirme aşamaları * dict * dictionary * enumeration * enum * enum member * encoder * decoder * encode etmek * decode etmek * exception * raise etmek * expression * statement * frontend * backend * GitHub discussion * GitHub issue * performance * performance optimization * return type * return value * security
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
docs/fr/docs/tutorial/metadata.md
code>name</code></td><td><code>str</code></td><td><strong>OBLIGATOIRE</strong> (si un <code>license_info</code> est défini). Le nom de la licence utilisée pour l’API.</td></tr><tr><td><code>identifier</code></td><td><code>str</code></td><td>Une expression de licence [SPDX](https://spdx.org/licenses/) pour l’API. Le champ <code>identifier</code> est mutuellement exclusif du champ <code>url</code>. <small>Disponible depuis OpenAPI 3.1.0, FastAPI 0.99.0.</small></td></tr><tr><td><code>url</code></t...
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.6K bytes - Click Count (0)