Home
last modified time | relevance | path

Searched refs:RT (Results 76 – 100 of 12208) sorted by relevance

12345678910>>...489

/dports/www/rt50/rt-5.0.2/lib/RT/
H A DLDAPImport.pm397 $RT::LDAPOptions = [] unless $RT::LDAPOptions;
400 $RT::Logger->debug("connecting to $RT::LDAPHost");
408 $RT::Logger->debug("binding as $RT::LDAPUser");
914 my $user_obj = RT::User->new($RT::SystemUser);
972 my $group = RT::Group->new($RT::SystemUser);
1013 my $cf = RT::CustomField->new($RT::SystemUser);
1288 my $group_obj = RT::Group->new($RT::SystemUser);
1297 return RT::Group->new($RT::SystemUser);
1363 my $groups = RT::Groups->new( RT->SystemUser );
1474 my $rt_user = RT::User->new($RT::SystemUser);
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Kernel_d/
H A DPointHd.h73 typedef _RT RT; typedef
131 PointHd(int x, int y, int w = 1) : Base( Tuple((RT)x,(RT)y,(RT)w) )
136 PointHd(const RT& x, const RT& y, const RT& w = 1)
145 Base( Tuple((RT)x,(RT)y,(RT)z,(RT)w) ) in PointHd()
150 PointHd(const RT& x, const RT& y, const RT& z, const RT& w) in PointHd()
213 VectorHd<RT,LA> operator-(const PointHd<RT,LA>& q) const
220 PointHd<RT,LA> operator+(const VectorHd<RT,LA>& v) const;
223 PointHd<RT,LA> operator-(const VectorHd<RT,LA>& v) const;
226 PointHd<RT,LA>& operator+=(const VectorHd<RT,LA>& v);
230 PointHd<RT,LA>& operator-=(const VectorHd<RT,LA>& v);
[all …]
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DHandle.pm239 unless ($RT::Handle and $RT::Handle->dbh) {
724 my $test_ace = RT::ACE->new( RT->SystemUser );
735 my $ace = RT::ACE->new( RT->SystemUser );
753 my $group = RT::Group->new( RT->SystemUser );
760 $group = RT::Group->new( RT->SystemUser );
772 my $user = RT::User->new( RT->SystemUser );
810 $group = RT::Group->new( RT->SystemUser );
830 $group = RT::Group->new( RT->SystemUser );
1054 my $group = RT::Group->new(RT->SystemUser);
1347 $princ = RT::User->new(RT->SystemUser);
[all …]
/dports/benchmarks/py-naarad/naarad-1.0.15/examples/logs/
H A Dtop.out14 3 root RT 0 0 0 0 S 0.0 0.0 0:57.99 migration/0
16 5 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
17 6 root RT 0 0 0 0 S 0.0 0.0 0:01.57 watchdog/0
18 7 root RT 0 0 0 0 S 0.0 0.0 2:19.02 migration/1
19 8 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/1
21 10 root RT 0 0 0 0 S 0.0 0.0 0:01.74 watchdog/1
22 11 root RT 0 0 0 0 S 0.0 0.0 0:18.85 migration/2
23 12 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/2
25 14 root RT 0 0 0 0 S 0.0 0.0 0:01.44 watchdog/2
26 15 root RT 0 0 0 0 S 0.0 0.0 0:07.56 migration/3
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/mips/
H A Dmips3264r2.igen55 "di":RT == 0
56 "di r<RT>"
74 GPR[RT] ^= (GPR[RT] ^ (GPR[RS] << LSB)) & MASK64 (MSB, LSB);
96 GPR[RT] ^= (GPR[RT] ^ (GPR[RS] << (LSB + 32)))
103 "dsbh r<RD>, r<RT>"
109 u.d = GPR[RT];
125 d = GPR[RT];
135 "ei":RT == 0
136 "ei r<RT>"
208 GPR[RT] = EXTEND32 (GPR[RT] ^
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Callback/
H A Dfunctor.h421 template <class RT>
463 inline CBMemberTranslator0wRet<RT,Callee,RT (CallType::*)()>
479 template <class RT>
480 inline CBFunctionTranslator0wRet<RT,RT (*)()>
483 return CBFunctionTranslator0wRet<RT,RT (*)()>(f); in functor()
632 inline CBMemberTranslator1wRet<P1,RT,Callee,RT (CallType::*)(P1)>
649 inline CBFunctionTranslator1wRet<P1,RT,RT (*)(P1)>
652 return CBFunctionTranslator1wRet<P1,RT,RT (*)(P1)>(f); in functor_ret()
670 inline CBMemberOf1stArgTranslator1wRet<P1,RT,RT (CallType::*)()>
856 inline CBFunctionTranslator2wRet<P1,P2,RT,RT (*)(P1,P2)>
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/mips/
H A Dmips3264r2.igen55 "di":RT == 0
56 "di r<RT>"
74 GPR[RT] ^= (GPR[RT] ^ (GPR[RS] << LSB)) & MASK64 (MSB, LSB);
96 GPR[RT] ^= (GPR[RT] ^ (GPR[RS] << (LSB + 32)))
103 "dsbh r<RD>, r<RT>"
109 u.d = GPR[RT];
125 d = GPR[RT];
135 "ei":RT == 0
136 "ei r<RT>"
208 GPR[RT] = EXTEND32 (GPR[RT] ^
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A DAff_transformationH2.h41 typedef typename R::RT RT; typedef
74 typedef typename R::RT RT; typedef
83 Aff_transformation_repH2(const RT& m00, const RT& m01, const RT& m02, in Aff_transformation_repH2()
220 typedef typename R::RT RT; typedef
279 typedef typename R::RT RT; typedef
360 typedef typename R::RT RT; typedef
435 typedef typename R::RT RT; typedef
693 const RT RTzero = RT(0) ; in Aff_transformationH2()
706 Aff_transformationH2( const RT& a, const RT& b, const RT& c, in Aff_transformationH2()
707 const RT& d, const RT& e, const RT& f, in Aff_transformationH2()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/phoenix/bind/
H A Dbind_member_function.hpp29 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
47 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
53 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
65 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
84 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
147 , RT
161 , RT in bind()
187 , RT
201 , RT in bind()
226 , RT
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/bind/detail/cpp03/
H A Dbind_member_function.hpp26 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
44 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
50 detail::member_function_ptr<0, RT, RT(ClassT::*)() const> in bind()
62 detail::member_function_ptr<0, RT, RT(ClassT::*)()>
81 detail::member_function_ptr<0, RT, RT(ClassT::*)() const>
142 , RT
156 , RT in bind()
182 , RT
196 , RT in bind()
221 , RT
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/uk_rt/lineups/
H A Dsaorview.map16 RT� One|1101|one.rte.ie|RT� One
20 RT� News Now|1105||RT� News Now
22 RT�jr|1107|rtejr.rte.ie|RT�jr
24 RT� Radio 1|1226||RT� Radio 1
26 RT� 2FM|1227||RT� 2FM
27 RT� Lyric FM|1228||RT� Lyric FM
29 RT� Pulse|1231||RT� Pulse
30 RT� 2XM|1232||RT� 2XM
31 RT� Choice|1233||RT� Choice
32 RT� Gold|1234||RT� Gold
[all …]
/dports/misc/freeguide/freeguide-0.11.1/xmltv/share/xmltv/tv_grab_uk_rt/lineups/
H A Dsaorview.map16 RT� One|1101|one.rte.ie|RT� One
20 RT� News Now|1105||RT� News Now
22 RT�jr|1107|rtejr.rte.ie|RT�jr
24 RT� Radio 1|1226||RT� Radio 1
26 RT� 2FM|1227||RT� 2FM
27 RT� Lyric FM|1228||RT� Lyric FM
29 RT� Pulse|1231||RT� Pulse
30 RT� 2XM|1232||RT� 2XM
31 RT� Choice|1233||RT� Choice
32 RT� Gold|1234||RT� Gold
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/mm/
H A Duasm-mips.c57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
80 RS | RT | RD},
81 [insn_di] = {M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT},
87 RS | RT | RD},
90 RS | RT | RD},
94 RS | RT | RD},
135 [insn_lui] = {M(lui_op, 0, 0, 0, 0, 0), RT | SIMM},
144 RS | RT | RD},
152 RS | RT | RD},
[all …]

12345678910>>...489