Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 122 for Queries (0.28 sec)

  1. guava-testlib/src/com/google/common/collect/testing/google/BiMapTestSuiteBuilder.java

        Set<Feature<?>> valuesCollectionFeatures = computeCommonDerivedCollectionFeatures(mapFeatures);
        valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES);
    
        if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) {
          valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES);
        }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Feb 26 19:46:10 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/collect/testing/google/BiMapTestSuiteBuilder.java

        Set<Feature<?>> valuesCollectionFeatures = computeCommonDerivedCollectionFeatures(mapFeatures);
        valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_QUERIES);
    
        if (mapFeatures.contains(MapFeature.ALLOWS_NULL_VALUES)) {
          valuesCollectionFeatures.add(CollectionFeature.ALLOWS_NULL_VALUES);
        }
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Feb 26 19:46:10 GMT 2024
    - 6.8K bytes
    - Viewed (0)
  3. chainable_api.go

    		tx.Statement.AddClause(clause.Where{Exprs: []clause.Expression{clause.Not(conds...)}})
    	}
    	return
    }
    
    // Or add OR conditions
    //
    // Or is used to chain together queries with an OR.
    //
    //	// Find the first user with name equal to jinzhu or john
    //	db.Where("name = ?", "jinzhu").Or("name = ?", "john").First(&user)
    func (db *DB) Or(query interface{}, args ...interface{}) (tx *DB) {
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Wed Apr 17 03:38:55 GMT 2024
    - 14.3K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_ru.properties

    labels.tooltip_logout=Logout
    labels.advance=Advance
    labels.advance_search_title=Advanced Search
    labels.advance_search_must_queries=All these words
    labels.advance_search_phrase_query=Phrase search of these words
    labels.advance_search_should_queries=Any of these words
    labels.advance_search_not_queries=None of these words
    labels.advance_search_filetype=File Type
    labels.advance_search_filetype_default=All Type
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/collect/SetsTest.java

                      }
                    })
                .named("Sets.immutableEnumSet")
                .withFeatures(
                    CollectionSize.ONE, CollectionSize.SEVERAL, CollectionFeature.ALLOWS_NULL_QUERIES)
                .createTestSuite());
    
        suite.addTest(
            NavigableSetTestSuiteBuilder.using(
                    new TestStringSetGenerator() {
                      @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Mar 07 18:34:03 GMT 2024
    - 47.9K bytes
    - Viewed (1)
  6. src/main/resources/fess_label_de.properties

    labels.tooltip_logout=Abmelden
    labels.advance=Weiter
    labels.advance_search_title=Advanced Search
    labels.advance_search_must_queries=All diese Wörter
    labels.advance_search_phrase_query=Exakt dieses Wort oder dieser Satz
    labels.advance_search_should_queries=Eines dieser Wörter
    labels.advance_search_not_queries=Keines dieser Wörter
    labels.advance_search_filetype=Dateityp
    labels.advance_search_filetype_default=Alle Typen
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  7. istioctl/pkg/version/version.go

    					return nil, fmt.Errorf("could not unmarshal Node: %w", err)
    				}
    				meta, err := model.ParseMetadata(node.Metadata)
    				if err != nil || meta.ProxyConfig == nil {
    					// Skip non-sidecars (e.g. istioctl queries)
    					continue
    				}
    				pi = append(pi, istioVersion.ProxyInfo{
    					ID:           node.Id,
    					IstioVersion: getIstioVersionFromXdsMetadata(node.Metadata),
    				})
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 01:18:49 GMT 2024
    - 8.3K bytes
    - Viewed (0)
  8. istioctl/pkg/metrics/metrics.go

    		Long: `
    Prints the metrics for the specified service(s) when running in Kubernetes.
    
    This command finds a Prometheus pod running in the specified istio system
    namespace. It then executes a series of queries per requested workload to
    find the following top-level workload metrics: total requests per second,
    error rate, and request latency at p50, p90, and p99 percentiles. The
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 8.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ja.properties

    labels.tooltip_onlinehelp=ヘルプ
    labels.tooltip_logout=ログアウト
    labels.advance=詳細検索
    labels.advance_search_title=詳細検索
    labels.advance_search_must_queries=すべての単語を含む
    labels.advance_search_phrase_query=語順も含めた完全一致
    labels.advance_search_should_queries=いずれかの単語を含む
    labels.advance_search_not_queries=含めない単語
    labels.advance_search_filetype=ファイル形式
    labels.advance_search_filetype_default=すべての形式
    labels.advance_search_filetype_html=HTML
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  10. src/main/resources/fess_label_fr.properties

    labels.tooltip_logout	=	Se déconnecter
    labels.advance	=	Avance
    labels.advance_search_title	=	Recherche Avancée
    labels.advance_search_must_queries	=	Tous ces mots
    labels.advance_search_phrase_query	=	Recherche d'expression de ces mots
    labels.advance_search_should_queries	=	N'importe lequel de ces mots
    labels.advance_search_not_queries	=	Aucun de ces mots
    labels.advance_search_filetype	=	Type de fichier
    labels.advance_search_filetype_default	=	Tous les types
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
Back to top