Home
last modified time | relevance | path

Searched refs:CFs (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/www/rt50/rt-5.0.2/lib/RT/
H A DSearchBuilder.pm149 ALIAS => $CFs,
155 ) if $CFs;
369 my ($ocfvalias, $CFs);
405 return ($ocfvalias, $CFs);
418 my $CFs = $self->Join(
426 LEFTJOIN => $CFs,
432 LEFTJOIN => $CFs,
447 ALIAS1 => $CFs,
563 ALIAS => $CFs,
569 ) if $CFs;
[all …]
H A DCustomField.pm545 $CFs->SetContextObject( $self->ContextObject );
577 my $ocfs = $CFs->_OCFAlias( Distinct => 1);
579 $CFs->Limit(
588 $CFs->Limit(
600 $CFs->FindAllRows;
605 $CFs->OrderByCols( @order );
608 $CFs->RowsPerPage(1);
2784 $CFs->LimitToCatalog( $args{'Catalog'} );
2788 $CFs->FindAllRows;
2789 $CFs->OrderByCols(
[all …]
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DSearchBuilder.pm149 ALIAS => $CFs,
155 ) if $CFs;
369 my ($ocfvalias, $CFs);
405 return ($ocfvalias, $CFs);
418 my $CFs = $self->Join(
426 LEFTJOIN => $CFs,
432 LEFTJOIN => $CFs,
447 ALIAS1 => $CFs,
563 ALIAS => $CFs,
569 ) if $CFs;
[all …]
H A DCustomField.pm543 $CFs->SetContextObject( $self->ContextObject );
575 my $ocfs = $CFs->_OCFAlias( Distinct => 1);
577 $CFs->Limit(
586 $CFs->Limit(
598 $CFs->FindAllRows;
603 $CFs->OrderByCols( @order );
606 $CFs->RowsPerPage(1);
2783 $CFs->LimitToCatalog( $args{'Catalog'} );
2787 $CFs->FindAllRows;
2788 $CFs->OrderByCols(
[all …]
/dports/www/rt44/rt-4.4.5/docs/
H A Dassets.pod11 custom fields (CFs) of any type you like to describe the assets you want to
12 track. By themselves, before you setup any CFs, assets are not very useful.
38 You can see the current asset CFs by navigating to Admin →
48 catalogs. Only assets within those specific catalogs will have the CFs
97 including changing the CFs associated with the catalog, granting/revoking
105 B<SeeCustomField> and B<ModifyCustomField> globally on all asset CFs.
109 B<SeeCustomField> on the necessary asset CFs.
182 value" CFs named "Weight" and "Color":
196 the "Weight" and "Color" CFs.
200 Within a box, CFs come after any built-in asset fields such as Name,
[all …]
/dports/www/rt50/rt-5.0.2/docs/
H A Dassets.pod11 custom fields (CFs) of any type you like to describe the assets you want to
12 track. By themselves, before you setup any CFs, assets are not very useful.
38 You can see the current asset CFs by navigating to Admin →
48 catalogs. Only assets within those specific catalogs will have the CFs
97 including changing the CFs associated with the catalog, granting/revoking
105 B<SeeCustomField> and B<ModifyCustomField> globally on all asset CFs.
109 B<SeeCustomField> on the necessary asset CFs.
182 value" CFs named "Weight" and "Color":
196 the "Weight" and "Color" CFs.
200 Within a box, CFs come after any built-in asset fields such as Name,
[all …]
/dports/www/rt44/rt-4.4.5/share/html/Asset/Elements/
H A DAssetSearchCFs49 % my $CFs = RT::CustomFields->new( $session{CurrentUser} );
50 % $CFs->LimitToCatalog( $CatalogObj->Id );
51 % $CFs->LimitToObjectId(0); # LimitToGlobal but no LookupType restriction
52 % $CFs->LimitToGrouping( "RT::Asset" => $Grouping );
53 % if ( $CFs->Count > 0 ){
55 % while (my $cf = $CFs->Next) {
/dports/www/rt50/rt-5.0.2/share/html/Asset/Elements/
H A DAssetSearchCFs49 % my $CFs = RT::CustomFields->new( $session{CurrentUser} );
50 % $CFs->LimitToCatalog( $CatalogObj->Id );
51 % $CFs->LimitToObjectId(0); # LimitToGlobal but no LookupType restriction
52 % $CFs->LimitToGrouping( "RT::Asset" => $Grouping );
53 % if ( $CFs->Count > 0 ){
54 % while (my $cf = $CFs->Next) {
/dports/www/rt50/rt-5.0.2/t/web/
H A Dsearch_simple.t40 Subject => 'Test searching CFs');
62 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
68 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
74 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
/dports/www/rt44/rt-4.4.5/t/web/
H A Dsearch_simple.t40 Subject => 'Test searching CFs');
62 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
68 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
74 $m->text_contains( 'Test searching CFs', "Found test CF ticket with $search" );
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/CodeGenCXX/
H A Dtmp-md-nodes2.cpp12 class CFs { class
25 class CBdVfsImpl : public CBdVfs, public CFs {

12345678910>>...12