Home
last modified time | relevance | path

Searched refs:RT (Results 251 – 275 of 15024) sorted by relevance

1...<<11121314151617181920>>...601

/dports/www/rt44/rt-4.4.5/etc/upgrade/
H A Dupgrade-sla.in56 use RT::Interface::CLI qw(Init);
62 local *RT::Ticket::_SetLastUpdated = sub {
66 my $tickets = RT::Tickets->new(RT->SystemUser);
83 my $queues = RT::Queues->new(RT->SystemUser);
123 my $scrip = RT::Scrip->new(RT->SystemUser);
126 my ($ret, $msg) = $scrip->RT::Record::Delete();
128 RT->Logger->info(qq{Deleted scrip "$item"});
138 my $condition = RT::ScripCondition->new(RT->SystemUser);
153 my $action = RT::ScripAction->new(RT->SystemUser);
156 my ($ret, $msg) = $action->RT::Record::Delete();
[all …]
/dports/www/rt50/rt-5.0.2/etc/upgrade/
H A Dupgrade-sla.in56 use RT::Interface::CLI qw(Init);
62 local *RT::Ticket::_SetLastUpdated = sub {
66 my $tickets = RT::Tickets->new(RT->SystemUser);
83 my $queues = RT::Queues->new(RT->SystemUser);
123 my $scrip = RT::Scrip->new(RT->SystemUser);
126 my ($ret, $msg) = $scrip->RT::Record::Delete();
128 RT->Logger->info(qq{Deleted scrip "$item"});
138 my $condition = RT::ScripCondition->new(RT->SystemUser);
153 my $action = RT::ScripAction->new(RT->SystemUser);
156 my ($ret, $msg) = $action->RT::Record::Delete();
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/
H A DEmail.pm49 package RT::Interface::Email;
58 use RT::EmailParser;
62 use RT::Util 'safe_run_child';
164 my $SystemQueueObj = RT::Queue->new( RT->SystemUser );
220 my $SystemTicket = RT::Ticket->new( RT->SystemUser );
705 $RT::Logger->log(
873 require RT::Date;
874 my $date = RT::Date->new( RT->SystemUser );
964 my $now = RT::Date->new(RT->SystemUser);
1030 my $template = RT::Template->new( RT->SystemUser );
[all …]
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DGroupMember.pm74 package RT::GroupMember;
85 use RT::CachedGroupMembers;
196 RT::Principal->InvalidateACLCache();
315 $RT::Handle->BeginTransaction();
343 $RT::Handle->Rollback();
351 $RT::Handle->Rollback();
359 $RT::Handle->Commit();
549 Flags => RT::Shredder::Constants::DEPENDS_ON | RT::Shredder::Constants::VARIABLE,
560 & (RT::Shredder::Constants::WIPED|RT::Shredder::Constants::IN_WIPING);
589 my $obj = RT::GroupMember->new( RT->SystemUser );
[all …]
H A DCustomRole.pm52 package RT::CustomRole;
55 use RT::CustomRoles;
56 use RT::ObjectCustomRole;
119 $RT::Handle->Rollback;
133 my $system_group = RT::Group->new( RT->SystemUser );
146 $RT::Handle->Commit;
155 RT::Ticket->RegisterRole(
171 my $role = RT::CustomRole->new(RT->SystemUser);
205 my $role = RT::CustomRole->new(RT->SystemUser);
227 my $role = RT::CustomRole->new(RT->SystemUser);
[all …]
H A DTest.pm156 use RT;
679 $RT::Handle = RT::Handle->new;
693 $RT::Handle->dbh->disconnect if $RT::Handle and $RT::Handle->dbh;
738 my $obj = RT::User->new( RT->SystemUser );
791 my $group = RT::Group->new( RT->SystemUser );
825 my $obj = RT::Queue->new( RT->SystemUser );
912 my $q = RT::Queue->new( RT->SystemUser );
1015 RT::ACE->new( RT->SystemUser );
1019 my $acl = RT::ACL->new( RT->SystemUser );
1042 my $ace = RT::ACE->new( RT->SystemUser );
[all …]
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DGroupMember.pm74 package RT::GroupMember;
85 use RT::CachedGroupMembers;
196 RT::Principal->InvalidateACLCache();
315 $RT::Handle->BeginTransaction();
343 $RT::Handle->Rollback();
351 $RT::Handle->Rollback();
359 $RT::Handle->Commit();
549 Flags => RT::Shredder::Constants::DEPENDS_ON | RT::Shredder::Constants::VARIABLE,
560 & (RT::Shredder::Constants::WIPED|RT::Shredder::Constants::IN_WIPING);
589 my $obj = RT::GroupMember->new( RT->SystemUser );
[all …]
H A DTest.pm156 use RT;
679 $RT::Handle = RT::Handle->new;
693 $RT::Handle->dbh->disconnect if $RT::Handle and $RT::Handle->dbh;
738 my $obj = RT::User->new( RT->SystemUser );
791 my $group = RT::Group->new( RT->SystemUser );
825 my $obj = RT::Queue->new( RT->SystemUser );
912 my $q = RT::Queue->new( RT->SystemUser );
1015 RT::ACE->new( RT->SystemUser );
1019 my $acl = RT::ACL->new( RT->SystemUser );
1042 my $ace = RT::ACE->new( RT->SystemUser );
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DFiltered_extended_homogeneous.h60 RT _m,_n;
73 SPolynomial<RT> operator*(const RT& c) const
160 { RT m,n;
204 SPolynomial<RT> x_,y_; RT w_;
208 Extended_point_rep(const RT& x, const RT& y, const RT& w) : in Extended_point_rep()
250 Extended_point(const RT& x, const RT& y, const RT& w) : in Extended_point()
259 Extended_point(const RT& mx, const RT& nx, in Extended_point()
260 const RT& my, const RT& ny, const RT& w) : in Extended_point()
329 { SPolynomial<RT> x,y; RT w;
671 void line_equation(RT& a, RT& b, SPolynomial<RT>& c) const;
[all …]
/dports/www/rt44/rt-4.4.5/t/articles/
H A Darticle.t34 my $at = RT::Article->new($RT::SystemUser);
42 my $a1 = RT::Article->new($RT::SystemUser);
48 my $a2 = RT::Article->new($RT::SystemUser);
52 my $a3 = RT::Article->new($RT::SystemUser);
67 my $newart = RT::Article->new($RT::SystemUser);
74 $article = RT::Article->new($RT::SystemUser);
81 $a2 = RT::Article->new($RT::SystemUser);
167 my $tix2 = RT::Links->new($RT::SystemUser);
176 my $t2 = RT::Ticket->new($RT::SystemUser);
207 $art = RT::Article->new($RT::SystemUser);
[all …]
/dports/www/rt50/rt-5.0.2/t/api/
H A Dinitialdata-roundtrip.t10 my $general = RT::Queue->new(RT->SystemUser);
17 my $group = RT::Group->new(RT->SystemUser);
22 my $group = RT::Group->new(RT->SystemUser);
27 my $group = RT::Group->new(RT->SystemUser);
37 my $outer = RT::Group->new(RT->SystemUser);
41 my $inner = RT::Group->new(RT->SystemUser);
45 my $unrelated = RT::Group->new(RT->SystemUser);
49 my $user = RT::User->new(RT->SystemUser);
83 my $outer = RT::Group->new(RT->SystemUser);
88 my $inner = RT::Group->new(RT->SystemUser);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/bind/
H A Dbind_member_function.hpp25 template <typename RT, typename FP>
28 typedef RT result_type;
66 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
72 typedef detail::member_function_ptr<RT, RT (ClassT::*)(T...)> fp_type; in bind()
79 detail::member_function_ptr<RT, RT (ClassT::*)(T...) const>
85 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...) const> fp_type; in bind()
92 detail::member_function_ptr<RT, RT(ClassT::*)(T...)>
96 bind(RT (ClassT::*f)(T...), ClassT & obj, A const&... a) in bind()
98 typedef detail::member_function_ptr<RT, RT(ClassT::*)(T...)> fp_type; in bind()
105 detail::member_function_ptr<RT, RT(ClassT::*)(T...) const>
[all …]
/dports/www/rt44/rt-4.4.5/lib/RT/Interface/
H A DEmail.pm49 package RT::Interface::Email;
58 use RT::EmailParser;
62 use RT::Util 'safe_run_child';
161 my $SystemQueueObj = RT::Queue->new( RT->SystemUser );
217 my $SystemTicket = RT::Ticket->new( RT->SystemUser );
702 $RT::Logger->log(
870 require RT::Date;
871 my $date = RT::Date->new( RT->SystemUser );
961 my $now = RT::Date->new(RT->SystemUser);
1027 my $template = RT::Template->new( RT->SystemUser );
[all …]
/dports/math/tmv/tmv-0.75/src/
H A DTMV_SVDecompose_QR.cpp121 MatrixView<T> U, VectorView<RT> D, VectorView<RT> E) in BidiagonalZeroFirstRow()
260 RT x = absb*bod/(RT(1) + TMV_SQRT(RT(1)+TMV_NORM(bod))); in BidiagonalTrailingEigenValue()
364 RT d = ((d1-d0)*(d1+d0)+e*e)/RT(2); in ReduceBidiagonal22()
378 RT z = TMV_SQRT(RT(1)+b*b); in ReduceBidiagonal22()
387 if (TMV_ABS(s2) < RT(0.1)) c2 = RT(1) - s2*s2/(RT(1)+c2); in ReduceBidiagonal22()
429 RT W = ((d0-d1)*(d0+d1) - d*b*b*(RT(1)+RT(1)/(RT(1)+z)))/(e*e); in ReduceBidiagonal22()
434 ((s2*e+c2*d0) * (RT(2)*z*(RT(1)+z))); in ReduceBidiagonal22()
442 if (TMV_ABS(s1) < RT(0.1)) c1 = RT(1) - s1*s1/(RT(1)+c1); in ReduceBidiagonal22()
606 Matrix<RT> B(D.size(),D.size(),RT(0)); in ReduceBidiagonal()
748 Matrix<RT> B(D.size(),D.size(),RT(0)); in SV_DecomposeFromBidiagonal_QR()
[all …]
/dports/www/rt44/rt-4.4.5/t/customroles/
H A Dbasic.t13 my $roles = RT::CustomRoles->new(RT->SystemUser);
28 $engineer = RT::CustomRole->new(RT->SystemUser);
53 $sales = RT::CustomRole->new(RT->SystemUser);
77 my $roles = RT::CustomRoles->new(RT->SystemUser);
88 my $single = RT::CustomRoles->new(RT->SystemUser);
93 my $multi = RT::CustomRoles->new(RT->SystemUser);
102 my $roles = RT::CustomRoles->new(RT->SystemUser);
271 my $new = RT::CustomRole->new(RT->SystemUser);
282 my $roles = RT::CustomRoles->new(RT->SystemUser);
294 my $role = RT::CustomRole->new(RT->SystemUser);
[all …]
/dports/www/rt50/rt-5.0.2/t/customroles/
H A Dbasic.t13 my $roles = RT::CustomRoles->new(RT->SystemUser);
28 $engineer = RT::CustomRole->new(RT->SystemUser);
53 $sales = RT::CustomRole->new(RT->SystemUser);
77 my $roles = RT::CustomRoles->new(RT->SystemUser);
88 my $single = RT::CustomRoles->new(RT->SystemUser);
93 my $multi = RT::CustomRoles->new(RT->SystemUser);
102 my $roles = RT::CustomRoles->new(RT->SystemUser);
271 my $new = RT::CustomRole->new(RT->SystemUser);
282 my $roles = RT::CustomRoles->new(RT->SystemUser);
294 my $role = RT::CustomRole->new(RT->SystemUser);
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Homogeneous/
H A Dfunction_objects.h330 typedef typename K::RT RT; in operator() typedef
412 typedef typename K::RT RT; in operator() typedef
522 typedef typename K::RT RT; in operator() typedef
636 typedef typename K::RT RT; in operator() typedef
701 typedef typename K::RT RT; in operator() typedef
2321 RT vvw = RT(2) * in operator()
2616 operator()(const RT& x, const RT& y, const RT& z) const in operator()
3243 operator()(const RT& x, const RT& y, const RT& z, const RT& w) const
3582 { return Rep(RT(0), RT(0), RT(1)); }
3691 { return Rep(RT(0), RT(0), RT(0), RT(1)); }
[all …]
/dports/devel/py-resolvelib05/resolvelib-0.5.5/src/resolvelib/
H A Dresolvers.pyi15 RT,
23 requirement: RT
26 class Criterion(Generic[RT, CT, KT]):
34 requirement: RT,
36 ) -> Criterion[RT, CT, KT]: ...
42 requirement: RT,
44 ) -> Criterion[RT, CT, KT]: ...
50 criterion: Criterion[RT, CT, KT]
56 criterion: Criterion[RT, CT, KT]
64 class Result(Generic[RT, CT, KT]):
[all …]

1...<<11121314151617181920>>...601