Home
last modified time | relevance | path

Searched refs:operate (Results 1 – 25 of 4078) sorted by relevance

12345678910>>...164

/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/file/
H A DFNumericFunctions.hxx38 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
55 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
89 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
104 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
141 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
156 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
194 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
222 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
249 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
262 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
H A DFStringFunctions.hxx37 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
51 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
68 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
86 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
101 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
118 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
139 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
161 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
174 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
187 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
H A DFDateFunctions.hxx35 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
47 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
60 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
72 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
85 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
98 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
111 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
148 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
160 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
173 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/file/
H A DFNumericFunctions.hxx42 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
59 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
93 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
108 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
145 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
160 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
198 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
226 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
253 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
266 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
H A DFStringFunctions.hxx41 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
55 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
72 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
90 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
105 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
122 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
143 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
165 virtual ORowSetValue operate(const std::vector<ORowSetValue>& lhs) const override;
178 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
191 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
H A DFDateFunctions.hxx39 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
51 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
64 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
76 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
89 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
102 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
115 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
152 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
164 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
177 virtual ORowSetValue operate(const ORowSetValue& lhs) const override;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/sksl/errors/golden/
H A DBinaryTypeCoercion.glsl3 error: 11: type mismatch: '=' cannot operate on 'half', 'float'
4 error: 12: type mismatch: '=' cannot operate on 'half', 'float'
5 error: 13: type mismatch: '*=' cannot operate on 'half', 'float'
6 error: 18: type mismatch: '=' cannot operate on 'half4', 'float4'
7 error: 19: type mismatch: '=' cannot operate on 'half4', 'float4'
8 error: 20: type mismatch: '*=' cannot operate on 'half4', 'float4'
9 error: 24: type mismatch: '=' cannot operate on 'half4', 'float4'
10 error: 25: type mismatch: '=' cannot operate on 'half4', 'float4'
11 error: 30: type mismatch: '=' cannot operate on 'half4', 'float4'
12 error: 31: type mismatch: '=' cannot operate on 'half4', 'float4'
[all …]
H A DBitShiftFloatVector.glsl3 error: 5: type mismatch: '>>=' cannot operate on 'float2', 'int'
4 error: 6: type mismatch: '<<=' cannot operate on 'float2', 'int'
5 error: 7: type mismatch: '&=' cannot operate on 'float2', 'int'
6 error: 8: type mismatch: '|=' cannot operate on 'float2', 'int'
7 error: 9: type mismatch: '^=' cannot operate on 'float2', 'int'
8 error: 11: type mismatch: '>>' cannot operate on 'float2', 'int'
9 error: 12: type mismatch: '<<' cannot operate on 'float2', 'int'
10 error: 13: type mismatch: '&' cannot operate on 'float2', 'int'
11 error: 14: type mismatch: '|' cannot operate on 'float2', 'int'
12 error: 15: type mismatch: '^' cannot operate on 'float2', 'int'
H A DBitShiftFloat.glsl3 error: 5: type mismatch: '>>=' cannot operate on 'float', 'int'
4 error: 6: type mismatch: '<<=' cannot operate on 'float', 'int'
5 error: 7: type mismatch: '&=' cannot operate on 'float', 'int'
6 error: 8: type mismatch: '|=' cannot operate on 'float', 'int'
7 error: 9: type mismatch: '^=' cannot operate on 'float', 'int'
8 error: 11: type mismatch: '>>' cannot operate on 'float', 'int'
9 error: 12: type mismatch: '<<' cannot operate on 'float', 'int'
10 error: 13: type mismatch: '&' cannot operate on 'float', 'int'
11 error: 14: type mismatch: '|' cannot operate on 'float', 'int'
12 error: 15: type mismatch: '^' cannot operate on 'float', 'int'
H A DBitShiftFloatMatrix.glsl3 error: 5: type mismatch: '>>=' cannot operate on 'float2x2', 'int'
4 error: 6: type mismatch: '<<=' cannot operate on 'float2x2', 'int'
5 error: 7: type mismatch: '&=' cannot operate on 'float2x2', 'int'
6 error: 8: type mismatch: '|=' cannot operate on 'float2x2', 'int'
7 error: 9: type mismatch: '^=' cannot operate on 'float2x2', 'int'
8 error: 11: type mismatch: '>>' cannot operate on 'float2x2', 'int'
9 error: 12: type mismatch: '<<' cannot operate on 'float2x2', 'int'
10 error: 13: type mismatch: '&' cannot operate on 'float2x2', 'int'
11 error: 14: type mismatch: '|' cannot operate on 'float2x2', 'int'
12 error: 15: type mismatch: '^' cannot operate on 'float2x2', 'int'
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/alga-0.9.3/src/general/
H A Done_operator.rs21 fn operate(&self, right: &Self) -> Self; in operate() method
26 self.operate(lhs) in op()
62 relative_eq!(a, a.operate(&b.two_sided_inverse()).operate(&b)) in prop_inv_is_latin_square_approx()
63 && relative_eq!(a, a.operate(&b.operate(&b.two_sided_inverse()))) in prop_inv_is_latin_square_approx()
78 a == a.operate(&b.two_sided_inverse()).operate(&b) in prop_inv_is_latin_square()
79 && a == a.operate(&b.operate(&b.two_sided_inverse())) in prop_inv_is_latin_square()
133 relative_eq!(a.operate(&b).operate(&c), a.operate(&b.operate(&c))) in prop_is_associative_approx()
142 a.operate(&b).operate(&c) == a.operate(&b.operate(&c)) in prop_is_associative()
258 a.operate(&Self::identity()) == a && Self::identity().operate(&a) == a in prop_operating_identity_element_is_noop()
356 relative_eq!(a.operate(&b), b.operate(&a)) in prop_is_commutative_approx()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alga-0.9.2/src/general/
H A Done_operator.rs21 fn operate(&self, right: &Self) -> Self; in operate() method
26 self.operate(lhs) in op()
62 relative_eq!(a, a.operate(&b.two_sided_inverse()).operate(&b)) in prop_inv_is_latin_square_approx()
63 && relative_eq!(a, a.operate(&b.operate(&b.two_sided_inverse()))) in prop_inv_is_latin_square_approx()
78 a == a.operate(&b.two_sided_inverse()).operate(&b) in prop_inv_is_latin_square()
79 && a == a.operate(&b.operate(&b.two_sided_inverse())) in prop_inv_is_latin_square()
133 relative_eq!(a.operate(&b).operate(&c), a.operate(&b.operate(&c))) in prop_is_associative_approx()
142 a.operate(&b).operate(&c) == a.operate(&b.operate(&c)) in prop_is_associative()
258 a.operate(&Self::identity()) == a && Self::identity().operate(&a) == a in prop_operating_identity_element_is_noop()
356 relative_eq!(a.operate(&b), b.operate(&a)) in prop_is_commutative_approx()
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/sql/
H A Doperators.py65 return self.operate(and_, other)
89 return self.operate(or_, other)
106 return self.operate(inv)
282 return self.operate(lt, other)
290 return self.operate(le, other)
301 return self.operate(eq, other)
310 return self.operate(ne, other)
318 return self.operate(gt, other)
334 return self.operate(neg)
549 return self.operate(desc_op)
[all …]
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Doperators.py64 return self.operate(and_, other)
88 return self.operate(or_, other)
105 return self.operate(inv)
285 return self.operate(lt, other)
293 return self.operate(le, other)
304 return self.operate(eq, other)
359 return self.operate(neg)
584 return self.operate(desc_op)
589 return self.operate(asc_op)
683 return self.operate(any_op)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx30 ORowSetValue OOp_Abs::operate(const ORowSetValue& lhs) const in operate() function in OOp_Abs
41 ORowSetValue OOp_Sign::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sign
64 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate() function in OOp_Floor
95 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate() function in OOp_Exp
104 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate() function in OOp_Ln
152 ORowSetValue OOp_Sqrt::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sqrt
168 ORowSetValue OOp_Cos::operate(const ORowSetValue& lhs) const in operate() function in OOp_Cos
176 ORowSetValue OOp_Sin::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sin
184 ORowSetValue OOp_Tan::operate(const ORowSetValue& lhs) const in operate() function in OOp_Tan
192 ORowSetValue OOp_ACos::operate(const ORowSetValue& lhs) const in operate() function in OOp_ACos
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx30 ORowSetValue OOp_Abs::operate(const ORowSetValue& lhs) const in operate() function in OOp_Abs
41 ORowSetValue OOp_Sign::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sign
64 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate() function in OOp_Floor
95 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate() function in OOp_Exp
104 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate() function in OOp_Ln
152 ORowSetValue OOp_Sqrt::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sqrt
168 ORowSetValue OOp_Cos::operate(const ORowSetValue& lhs) const in operate() function in OOp_Cos
176 ORowSetValue OOp_Sin::operate(const ORowSetValue& lhs) const in operate() function in OOp_Sin
184 ORowSetValue OOp_Tan::operate(const ORowSetValue& lhs) const in operate() function in OOp_Tan
192 ORowSetValue OOp_ACos::operate(const ORowSetValue& lhs) const in operate() function in OOp_ACos
[all …]
/dports/science/openmx/openmx3.8/source/
H A DMemory_Leak_test.c51 char operate[800]; in Memory_Leak_test() local
69 system(operate); in Memory_Leak_test()
72 system(operate); in Memory_Leak_test()
82 system(operate); in Memory_Leak_test()
141 system(operate); in Memory_Leak_test()
166 system(operate); in Memory_Leak_test()
169 system(operate); in Memory_Leak_test()
190 char operate[800]; in Get_VSZ() local
198 system(operate); in Get_VSZ()
360 system(operate); in Get_VSZ()
[all …]
H A DMaketest.c38 static char operate[800]; in Maketest() local
88 sprintf(operate,"ls %s/*.dat > ls_dat000000",dir); in Maketest()
89 system(operate); in Maketest()
91 sprintf(operate,"wc ls_dat000000 > ls_dat000001"); in Maketest()
92 system(operate); in Maketest()
112 system(operate); in Maketest()
118 system(operate); in Maketest()
131 sprintf(operate,"rm ls_dat000000"); in Maketest()
132 system(operate); in Maketest()
134 sprintf(operate,"rm ls_dat000001"); in Maketest()
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Doperators.py81 return self.operate(and_, other)
105 return self.operate(or_, other)
122 return self.operate(inv)
346 return self.operate(lt, other)
354 return self.operate(le, other)
365 return self.operate(eq, other)
420 return self.operate(neg)
957 return self.operate(desc_op)
962 return self.operate(asc_op)
1062 return self.operate(any_op)
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Doperators.py81 return self.operate(and_, other)
105 return self.operate(or_, other)
122 return self.operate(inv)
346 return self.operate(lt, other)
354 return self.operate(le, other)
365 return self.operate(eq, other)
420 return self.operate(neg)
971 return self.operate(desc_op)
976 return self.operate(asc_op)
1076 return self.operate(any_op)
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Doperators.py81 return self.operate(and_, other)
105 return self.operate(or_, other)
122 return self.operate(inv)
341 return self.operate(lt, other)
349 return self.operate(le, other)
422 return self.operate(neg)
1058 return self.operate(
1065 return self.operate(desc_op)
1070 return self.operate(asc_op)
1178 return self.operate(any_op)
[all …]
/dports/emulators/z80pack/z80pack-1.37/altairsim/conf/
H A Dpanel.conf196 switch SW_15 type=object operate=toggle objects=sw_down,sw_up pos=3.99,3.34,0. size=.6,.6
197 switch SW_14 type=object operate=toggle objects=sw_down,sw_up pos=5.00,3.34,0. size=.6,.6
198 switch SW_13 type=object operate=toggle objects=sw_down,sw_up pos=5.60,3.34,0. size=.6,.6
199 switch SW_12 type=object operate=toggle objects=sw_down,sw_up pos=6.25,3.34,0. size=.6,.6
201 switch SW_11 type=object operate=toggle objects=sw_down,sw_up pos=7.20,3.34,0. size=.6,.6
202 switch SW_10 type=object operate=toggle objects=sw_down,sw_up pos=7.85,3.34,0. size=.6,.6
203 switch SW_09 type=object operate=toggle objects=sw_down,sw_up pos=8.50,3.34,0. size=.6,.6
204 switch SW_08 type=object operate=toggle objects=sw_down,sw_up pos=9.45,3.34,0. size=.6,.6
206 switch SW_07 type=object operate=toggle objects=sw_down,sw_up pos=10.10,3.34,0. size=.6,.6
207 switch SW_06 type=object operate=toggle objects=sw_down,sw_up pos=10.75,3.34,0. size=.6,.6
[all …]
/dports/www/flexget/Flexget-3.2.18/docs/plugins/
H A Dflexget.plugins.operate.rst1 operate Package
4 :mod:`operate` Package
7 .. automodule:: flexget.plugins.operate
15 .. automodule:: flexget.plugins.operate.disable_builtins
23 .. automodule:: flexget.plugins.operate.disable_phases
39 .. automodule:: flexget.plugins.operate.task_priority
47 .. automodule:: flexget.plugins.operate.free_space
55 .. automodule:: flexget.plugins.operate.interval
63 .. automodule:: flexget.plugins.operate.max_reruns
71 .. automodule:: flexget.plugins.operate.sequence
[all …]
/dports/emulators/z80pack/z80pack-1.37/cromemcosim/conf_2d/
H A Dpanel.conf147 switch SW_15 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=.7,1.6,0. size=.65,1.2,1
148 switch SW_14 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=1.37,1.6,0. size=.65,1.…
149 switch SW_13 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=2.02,1.6,0. size=.65,1.…
150 switch SW_12 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=2.67,1.6,0. size=.65,1.…
152 switch SW_11 type=object operate=toggle objects=red_sw_down,red_sw_up pos=3.32,1.6,0. size=.65,1.2,1
153 switch SW_10 type=object operate=toggle objects=red_sw_down,red_sw_up pos=3.97,1.6,0. size=.65,1.2,1
154 switch SW_09 type=object operate=toggle objects=red_sw_down,red_sw_up pos=4.64,1.6,0. size=.65,1.2,1
155 switch SW_08 type=object operate=toggle objects=red_sw_down,red_sw_up pos=5.31,1.6,0. size=.65,1.2,1
162 switch SW_03 type=object operate=toggle objects=red_sw_down,red_sw_up pos=9.28,1.6,0. size=.65,1.2,1
163 switch SW_02 type=object operate=toggle objects=red_sw_down,red_sw_up pos=9.95,1.6,0. size=.65,1.2,1
[all …]
/dports/emulators/z80pack/z80pack-1.37/imsaisim/conf_2d/
H A Dpanel.conf147 switch SW_15 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=.7,1.6,0. size=.65,1.2,1
148 switch SW_14 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=1.37,1.6,0. size=.65,1.…
149 switch SW_13 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=2.02,1.6,0. size=.65,1.…
150 switch SW_12 type=object operate=toggle objects=blue_sw_down,blue_sw_up pos=2.67,1.6,0. size=.65,1.…
152 switch SW_11 type=object operate=toggle objects=red_sw_down,red_sw_up pos=3.32,1.6,0. size=.65,1.2,1
153 switch SW_10 type=object operate=toggle objects=red_sw_down,red_sw_up pos=3.97,1.6,0. size=.65,1.2,1
154 switch SW_09 type=object operate=toggle objects=red_sw_down,red_sw_up pos=4.64,1.6,0. size=.65,1.2,1
155 switch SW_08 type=object operate=toggle objects=red_sw_down,red_sw_up pos=5.31,1.6,0. size=.65,1.2,1
162 switch SW_03 type=object operate=toggle objects=red_sw_down,red_sw_up pos=9.28,1.6,0. size=.65,1.2,1
163 switch SW_02 type=object operate=toggle objects=red_sw_down,red_sw_up pos=9.95,1.6,0. size=.65,1.2,1
[all …]

12345678910>>...164