Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 94 for expr (0.24 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.dict_stopwords_file = Stopwords 파일
    labels.boost_document_rule_configuration = 문서 부스트
    labels.boost_document_rule_title_details = 문서 부스트
    labels.boost_document_rule_list_url_expr = 상태
    labels.boost_document_rule_url_expr = 상태
    labels.boost_document_rule_boost_expr = 부스트 정규식
    labels.boost_document_rule_sort_order = 정렬 순서
    labels.access_token_configuration = 액세스 토큰
    labels.access_token_title_details = 액세스 토큰
    labels.access_token_list_name = 이름
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_boost_document_rule_list_url_expr = "{labels.boost_document_rule_list_url_expr}";
    
        /** The key of the message: Condition */
        public static final String LABELS_boost_document_rule_url_expr = "{labels.boost_document_rule_url_expr}";
    
        /** The key of the message: Boost Expr */
        public static final String LABELS_boost_document_rule_boost_expr = "{labels.boost_document_rule_boost_expr}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.boost_document_rule_configuration	=	Doc Boost
    labels.boost_document_rule_title_details	=	Doc Boost
    labels.boost_document_rule_list_url_expr	=	Condition
    labels.boost_document_rule_url_expr	=	Condition
    labels.boost_document_rule_boost_expr	=	Boost Expr
    labels.boost_document_rule_sort_order	=	Ordre de tri
    labels.access_token_configuration	=	Access Token
    labels.access_token_title_details	=	Access Token
    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)
  4. helm-releases/minio-5.1.0.tgz

    minio are allowed to fail. echo "Connecting to MinIO server: $SCHEME://$MINIO_ENDPOINT:$MINIO_PORT" MC_COMMAND="${MC} alias set myminio $SCHEME://$MINIO_ENDPOINT:$MINIO_PORT $ACCESS $SECRET" $MC_COMMAND STATUS=$? until [ $STATUS = 0 ]; do ATTEMPTS=$(expr $ATTEMPTS + 1) echo \"Failed attempts: $ATTEMPTS\" if [ $ATTEMPTS -gt $LIMIT ]; then exit 1 fi sleep 2 # 1 second intervals between attempts $MC_COMMAND STATUS=$? done set -e # reset `e` as active return 0 } # checkBucketExists ($bucket) # Check if...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Mar 03 18:49:37 GMT 2024
    - 21.3K bytes
    - Viewed (0)
  5. tests/query_test.go

    }
    
    func TestSelectWithVariables(t *testing.T) {
    	DB.Save(&User{Name: "select_with_variables"})
    
    	rows, _ := DB.Table("users").Where("name = ?", "select_with_variables").Select("? as fake", gorm.Expr("name")).Rows()
    
    	if !rows.Next() {
    		t.Errorf("Should have returned at least one row")
    	} else {
    		columns, _ := rows.Columns()
    		AssertEqual(t, columns, []string{"fake"})
    	}
    
    	rows.Close()
    }
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Thu Apr 25 12:22:53 GMT 2024
    - 49.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.dict_stopwords_file = Stopwort-Liste
    labels.boost_document_rule_configuration=Dok.-Boost
    labels.boost_document_rule_title_details=Dok.-Boost
    labels.boost_document_rule_list_url_expr=Bedingung
    labels.boost_document_rule_url_expr=Bedingung
    labels.boost_document_rule_boost_expr=Boost-Ausdruck
    labels.boost_document_rule_sort_order=Sortierreihenfolge
    labels.access_token_configuration=Zugriffstoken
    labels.access_token_title_details=Zugriffstoken
    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. src/main/resources/fess_label_ja.properties

    labels.dict_stopwords_file = Stopwordsファイル
    labels.boost_document_rule_configuration=ドキュメントブースト
    labels.boost_document_rule_title_details=ドキュメントブースト
    labels.boost_document_rule_list_url_expr=条件
    labels.boost_document_rule_url_expr=条件
    labels.boost_document_rule_boost_expr=ブースト値式
    labels.boost_document_rule_sort_order=ソート順
    labels.access_token_configuration=アクセストークン
    labels.access_token_title_details=アクセストークン
    labels.access_token_list_name=名前
    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)
  8. helm-releases/minio-5.2.0.tgz

    minio are allowed to fail. echo "Connecting to MinIO server: $SCHEME://$MINIO_ENDPOINT:$MINIO_PORT" MC_COMMAND="${MC} alias set myminio $SCHEME://$MINIO_ENDPOINT:$MINIO_PORT $ACCESS $SECRET" $MC_COMMAND STATUS=$? until [ $STATUS = 0 ]; do ATTEMPTS=$(expr $ATTEMPTS + 1) echo \"Failed attempts: $ATTEMPTS\" if [ $ATTEMPTS -gt $LIMIT ]; then exit 1 fi sleep 2 # 1 second intervals between attempts $MC_COMMAND STATUS=$? done set -e # reset `e` as active return 0 } # checkBucketExists ($bucket) # Check if...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun Apr 28 10:14:37 GMT 2024
    - 21.7K bytes
    - Viewed (0)
  9. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCallResolver.kt

                // fun x(c: Char) {}
                // fun call(x: kotlin.Int) {
                //   operator fun Int.invoke(a: Int) {}
                //   operator fun Int.invoke(b: Boolean) {}
                //   <expr>x()</expr>
                // }
                // ```
                // The candidates for the call will both be `invoke`. We can keep it simple by getting the name from the callee reference's PSI
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 70.8K bytes
    - Viewed (1)
  10. schema/field.go

    				}
    			} else if valuer, ok := v.(driver.Valuer); ok {
    				if v, err = valuer.Value(); err == nil {
    					err = setter(ctx, value, v)
    				}
    			} else if _, ok := v.(clause.Expr); !ok {
    				return fmt.Errorf("failed to set value %#v to field %s", v, field.Name)
    			}
    		}
    
    		return
    	}
    
    	// Set
    	switch field.FieldType.Kind() {
    	case reflect.Bool:
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Mon Apr 15 03:20:20 GMT 2024
    - 32K bytes
    - Viewed (1)
Back to top