Home
last modified time | relevance | path

Searched refs:AsExpression (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/expression_methods/
H A Dglobal_expression_methods.rs3 use expression::{nullable, AsExpression, Expression};
23 fn eq<T: AsExpression<Self::SqlType>>(self, other: T) -> Eq<Self, T::Expression> { in eq()
42 fn ne<T: AsExpression<Self::SqlType>>(self, other: T) -> NotEq<Self, T::Expression> { in ne()
223 fn gt<T: AsExpression<Self::SqlType>>(self, other: T) -> Gt<Self, T::Expression> { in gt()
250 fn ge<T: AsExpression<Self::SqlType>>(self, other: T) -> GtEq<Self, T::Expression> { in ge()
277 fn lt<T: AsExpression<Self::SqlType>>(self, other: T) -> Lt<Self, T::Expression> { in lt()
303 fn le<T: AsExpression<Self::SqlType>>(self, other: T) -> LtEq<Self, T::Expression> { in le()
330 T: AsExpression<Self::SqlType>, in between()
331 U: AsExpression<Self::SqlType>, in between()
366 T: AsExpression<Self::SqlType>, in not_between()
[all …]
H A Dtext_expression_methods.rs2 use expression::{AsExpression, Expression};
58 fn concat<T: AsExpression<Self::SqlType>>(self, other: T) -> Concat<Self, T::Expression> { in concat()
91 fn like<T: AsExpression<Self::SqlType>>(self, other: T) -> Like<Self, T::Expression> { in like()
124 fn not_like<T: AsExpression<Self::SqlType>>(self, other: T) -> NotLike<Self, T::Expression> { in not_like()
H A Dbool_expression_methods.rs3 use expression::{AsExpression, Expression};
40 fn and<T: AsExpression<Bool>>(self, other: T) -> And<Self, T::Expression> { in and()
82 fn or<T: AsExpression<Bool>>(self, other: T) -> Grouped<Or<Self, T::Expression>> { in or()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/expression_methods/
H A Dglobal_expression_methods.rs3 use expression::{nullable, AsExpression, Expression};
23 fn eq<T: AsExpression<Self::SqlType>>(self, other: T) -> Eq<Self, T::Expression> { in eq()
42 fn ne<T: AsExpression<Self::SqlType>>(self, other: T) -> NotEq<Self, T::Expression> { in ne()
223 fn gt<T: AsExpression<Self::SqlType>>(self, other: T) -> Gt<Self, T::Expression> { in gt()
250 fn ge<T: AsExpression<Self::SqlType>>(self, other: T) -> GtEq<Self, T::Expression> { in ge()
277 fn lt<T: AsExpression<Self::SqlType>>(self, other: T) -> Lt<Self, T::Expression> { in lt()
303 fn le<T: AsExpression<Self::SqlType>>(self, other: T) -> LtEq<Self, T::Expression> { in le()
330 T: AsExpression<Self::SqlType>, in between()
331 U: AsExpression<Self::SqlType>, in between()
366 T: AsExpression<Self::SqlType>, in not_between()
[all …]
H A Dtext_expression_methods.rs2 use expression::{AsExpression, Expression};
58 fn concat<T: AsExpression<Self::SqlType>>(self, other: T) -> Concat<Self, T::Expression> { in concat()
91 fn like<T: AsExpression<Self::SqlType>>(self, other: T) -> Like<Self, T::Expression> { in like()
124 fn not_like<T: AsExpression<Self::SqlType>>(self, other: T) -> NotLike<Self, T::Expression> { in not_like()
H A Dbool_expression_methods.rs3 use expression::{AsExpression, Expression};
40 fn and<T: AsExpression<Bool>>(self, other: T) -> And<Self, T::Expression> { in and()
82 fn or<T: AsExpression<Bool>>(self, other: T) -> Grouped<Or<Self, T::Expression>> { in or()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/CSharp/
H A DCSharpExplicitExpressionTest.cs20 Factory.EmptyCSharp().AsExpression(), in ParseBlockShouldOutputZeroLengthCodeSpanIfExplicitExpressionIsEmpty()
32 Factory.EmptyCSharp().AsExpression() in ParseBlockShouldOutputZeroLengthCodeSpanIfEOFOccursAfterStartOfExplicitExpression()
48 Factory.Code("\"\\\"\"").AsExpression(), in ParseBlockShouldAcceptEscapedQuoteInNonVerbatimStrings()
60 Factory.Code("@\"\"\"\"").AsExpression(), in ParseBlockShouldAcceptEscapedQuoteInVerbatimStrings()
72 Factory.Code("@\"\"\"\"\"\"").AsExpression(), in ParseBlockShouldAcceptMultipleRepeatedEscapedQuoteInVerbatimStrings()
88 Factory.Code("@\"\r\nFoo\r\nBar\r\nBaz\r\n\"").AsExpression(), in ParseBlockShouldAcceptMultiLineVerbatimStrings()
100 Factory.Code("\"\\\"hello, world\\\"\"").AsExpression(), in ParseBlockShouldAcceptMultipleEscapedQuotesInNonVerbatimStrings()
112 Factory.Code("@\"\"\"hello, world\"\"\"").AsExpression(), in ParseBlockShouldAcceptMultipleEscapedQuotesInVerbatimStrings()
124 Factory.Code("\"\\\"\\\"\"").AsExpression(), in ParseBlockShouldAcceptConsecutiveEscapedQuotesInNonVerbatimStrings()
136 Factory.Code("@\"\"\"\"\"\"").AsExpression(), in ParseBlockShouldAcceptConsecutiveEscapedQuotesInVerbatimStrings()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/type_impls/
H A Dprimitives.rs13 #[derive(FromSqlRow, AsExpression)]
18 #[derive(FromSqlRow, AsExpression)]
23 #[derive(FromSqlRow, AsExpression)]
28 #[derive(FromSqlRow, AsExpression)]
33 #[derive(FromSqlRow, AsExpression)]
38 #[derive(FromSqlRow, AsExpression)]
46 #[derive(FromSqlRow, AsExpression)]
51 #[derive(FromSqlRow, AsExpression)]
80 #[derive(AsExpression)]
92 #[derive(AsExpression)]
[all …]
H A Ddate_and_time.rs5 #[derive(FromSqlRow, AsExpression)]
16 #[derive(FromSqlRow, AsExpression)]
21 #[derive(FromSqlRow, AsExpression)]
26 #[derive(FromSqlRow, AsExpression)]
33 #[derive(FromSqlRow, AsExpression)]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/type_impls/
H A Dprimitives.rs13 #[derive(FromSqlRow, AsExpression)]
18 #[derive(FromSqlRow, AsExpression)]
23 #[derive(FromSqlRow, AsExpression)]
28 #[derive(FromSqlRow, AsExpression)]
33 #[derive(FromSqlRow, AsExpression)]
38 #[derive(FromSqlRow, AsExpression)]
46 #[derive(FromSqlRow, AsExpression)]
51 #[derive(FromSqlRow, AsExpression)]
80 #[derive(AsExpression)]
92 #[derive(AsExpression)]
[all …]
H A Ddate_and_time.rs5 #[derive(FromSqlRow, AsExpression)]
16 #[derive(FromSqlRow, AsExpression)]
21 #[derive(FromSqlRow, AsExpression)]
26 #[derive(FromSqlRow, AsExpression)]
33 #[derive(FromSqlRow, AsExpression)]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/expression/
H A Dexpression_methods.rs4 use expression::{AsExpression, Expression};
31 T: AsExpression<Self::SqlType>, in is_not_distinct_from()
58 T: AsExpression<Self::SqlType>, in is_distinct_from()
132 T: AsExpression<VarChar>, in at_time_zone()
196 T: AsExpression<Self::SqlType>, in overlaps_with()
246 T: AsExpression<Self::SqlType>, in contains()
297 T: AsExpression<Self::SqlType>, in is_contained_by()
440 fn ilike<T: AsExpression<Text>>(self, other: T) -> ILike<Self, T::Expression> { in ilike()
467 fn not_ilike<T: AsExpression<Text>>(self, other: T) -> NotILike<Self, T::Expression> { in not_ilike()
H A Darray_comparison.rs2 use expression::{AsExpression, Expression, NonAggregate};
144 T: AsExpression<Array<ST>>,
146 type Expression = <T as AsExpression<Array<ST>>>::Expression;
149 AsExpression::as_expression(self) in as_expression()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/expression/
H A Dexpression_methods.rs4 use expression::{AsExpression, Expression};
31 T: AsExpression<Self::SqlType>, in is_not_distinct_from()
58 T: AsExpression<Self::SqlType>, in is_distinct_from()
132 T: AsExpression<VarChar>, in at_time_zone()
196 T: AsExpression<Self::SqlType>, in overlaps_with()
246 T: AsExpression<Self::SqlType>, in contains()
297 T: AsExpression<Self::SqlType>, in is_contained_by()
440 fn ilike<T: AsExpression<Text>>(self, other: T) -> ILike<Self, T::Expression> { in ilike()
467 fn not_ilike<T: AsExpression<Text>>(self, other: T) -> NotILike<Self, T::Expression> { in not_ilike()
H A Darray_comparison.rs2 use expression::{AsExpression, Expression, NonAggregate};
144 T: AsExpression<Array<ST>>,
146 type Expression = <T as AsExpression<Array<ST>>>::Expression;
149 AsExpression::as_expression(self) in as_expression()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel_derives-1.4.1/src/
H A Das_expression.rs28 impl<'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<#sql_type> in derive() impl
38 impl<'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<Nullable<#sql_type>> in derive() impl
48 impl<'expr2, 'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<#sql_type> in derive() impl
58 impl<'expr2, 'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<Nullable<#sql_type>> in derive() impl
83 impl#impl_generics AsExpression<#sql_type> for #struct_ty { in derive()
91 impl#impl_generics AsExpression<Nullable<#sql_type>> for #struct_ty { in derive()
108 use diesel::expression::AsExpression; in derive()
H A Ddiesel_numeric_ops.rs27 use diesel::expression::{ops, Expression, AsExpression}; in derive()
33 __Rhs: AsExpression<<<Self as Expression>::SqlType as Add>::Rhs>, in derive()
45 __Rhs: AsExpression<<<Self as Expression>::SqlType as Sub>::Rhs>, in derive()
57 __Rhs: AsExpression<<<Self as Expression>::SqlType as Mul>::Rhs>, in derive()
69 __Rhs: AsExpression<<<Self as Expression>::SqlType as Div>::Rhs>, in derive()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel_derives-1.4.1/src/
H A Das_expression.rs28 impl<'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<#sql_type> in derive() impl
38 impl<'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<Nullable<#sql_type>> in derive() impl
48 impl<'expr2, 'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<#sql_type> in derive() impl
58 impl<'expr2, 'expr, #(#lifetimes,)* #(#ty_params,)*> AsExpression<Nullable<#sql_type>> in derive() impl
83 impl#impl_generics AsExpression<#sql_type> for #struct_ty { in derive()
91 impl#impl_generics AsExpression<Nullable<#sql_type>> for #struct_ty { in derive()
108 use diesel::expression::AsExpression; in derive()
H A Ddiesel_numeric_ops.rs27 use diesel::expression::{ops, Expression, AsExpression}; in derive()
33 __Rhs: AsExpression<<<Self as Expression>::SqlType as Add>::Rhs>, in derive()
45 __Rhs: AsExpression<<<Self as Expression>::SqlType as Sub>::Rhs>, in derive()
57 __Rhs: AsExpression<<<Self as Expression>::SqlType as Mul>::Rhs>, in derive()
69 __Rhs: AsExpression<<<Self as Expression>::SqlType as Div>::Rhs>, in derive()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/expression/functions/
H A Ddate_and_time.rs3 use expression::{AsExpression, Expression, NonAggregate};
51 impl AsExpression<Nullable<Timestamp>> for now { impl
60 impl AsExpression<Timestamptz> for now {
69 impl AsExpression<Nullable<Timestamptz>> for now { impl
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/expression/functions/
H A Ddate_and_time.rs3 use expression::{AsExpression, Expression, NonAggregate};
51 impl AsExpression<Nullable<Timestamp>> for now { impl
60 impl AsExpression<Timestamptz> for now {
69 impl AsExpression<Nullable<Timestamptz>> for now { impl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dinterpolable_length.cc118 start_length.SetExpression(start_length.AsExpression()); in MergeSingles()
119 end_length.SetExpression(end_length.AsExpression()); in MergeSingles()
244 const CSSMathExpressionNode& expression = AsExpression(); in CreateCSSValue()
246 return CSSMathFunctionValue::Create(&AsExpression(), range); in CreateCSSValue()
265 const CSSMathExpressionNode& InterpolableLength::AsExpression() const { in AsExpression() function in blink::InterpolableLength
322 &AsExpression(), &other_length.AsExpression(), CSSMathOperator::kAdd); in Add()
340 &AsExpression(), NumberNode(scale), CSSMathOperator::kMultiply); in ScaleAndAdd()
343 scaled, &other_length.AsExpression(), CSSMathOperator::kAdd); in ScaleAndAdd()
380 &AsExpression(), NumberNode(1 - progress), in Interpolate()
384 &to_length.AsExpression(), NumberNode(progress), in Interpolate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dinterpolable_length.cc118 start_length.SetExpression(start_length.AsExpression()); in MergeSingles()
119 end_length.SetExpression(end_length.AsExpression()); in MergeSingles()
244 const CSSMathExpressionNode& expression = AsExpression(); in CreateCSSValue()
246 return CSSMathFunctionValue::Create(&AsExpression(), range); in CreateCSSValue()
265 const CSSMathExpressionNode& InterpolableLength::AsExpression() const { in AsExpression() function in blink::InterpolableLength
322 &AsExpression(), &other_length.AsExpression(), CSSMathOperator::kAdd); in Add()
340 &AsExpression(), NumberNode(scale), CSSMathOperator::kMultiply); in ScaleAndAdd()
343 scaled, &other_length.AsExpression(), CSSMathOperator::kAdd); in ScaleAndAdd()
380 &AsExpression(), NumberNode(1 - progress), in Interpolate()
384 &to_length.AsExpression(), NumberNode(progress), in Interpolate()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/
H A DWhitespaceRewriterTest.cs27 factory.Code(" ").AsExpression(), in Rewrite_Moves_Whitespace_Preceeding_ExpressionBlock_To_Parent_Block()
29 factory.Code("foo").AsExpression() in Rewrite_Moves_Whitespace_Preceeding_ExpressionBlock_To_Parent_Block()
46 factory.Code("foo").AsExpression() in Rewrite_Moves_Whitespace_Preceeding_ExpressionBlock_To_Parent_Block()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/expression/
H A Dmod.rs146 pub trait AsExpression<T> { interface
154 impl<T: Expression> AsExpression<T::SqlType> for T {
196 Self: AsExpression<T> + Sized, in into_sql()
207 &'a Self: AsExpression<T>, in as_sql()

1234567