Home
last modified time | relevance | path

Searched refs:BinarySafeBLOBs (Results 1 – 11 of 11) sorted by relevance

/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/lib/DBIx/SearchBuilder/Handle/
H A DSybase.pm134 sub BinarySafeBLOBs { subroutine
H A DSQLite.pm95 sub BinarySafeBLOBs { subroutine
H A DPg32.pm157 sub BinarySafeBLOBs { subroutine
H A DPg.pm157 sub BinarySafeBLOBs { subroutine
H A DOracle.pm333 sub BinarySafeBLOBs { subroutine
/dports/www/rt50/rt-5.0.2/t/rest2/
H A Dattachments.t83 my $expected_encoding = $RT::Handle->BinarySafeBLOBs ? 'none' : 'base64';
195 my $expected_encoding = $RT::Handle->BinarySafeBLOBs ? 'none' : 'base64';
248 my $expected_encoding = $RT::Handle->BinarySafeBLOBs ? 'none' : 'base64';
304 my $expected_encoding = $RT::Handle->BinarySafeBLOBs ? 'none' : 'base64';
/dports/databases/p5-DBIx-SearchBuilder/DBIx-SearchBuilder-1.68/lib/DBIx/SearchBuilder/
H A DHandle.pm665 sub BinarySafeBLOBs { subroutine
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DRecord.pm745 if ( ( !$RT::Handle->BinarySafeBLOBs ) && ( $Body =~ /\x00/ ) ) {
754 } elsif ( !$RT::Handle->BinarySafeBLOBs
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DRecord.pm745 if ( ( !$RT::Handle->BinarySafeBLOBs ) && ( $Body =~ /\x00/ ) ) {
754 } elsif ( !$RT::Handle->BinarySafeBLOBs
/dports/www/rt44/rt-4.4.5/lib/RT/Interface/
H A DWeb.pm2595 $max_size *= 3 / 4 if !$RT::Handle->BinarySafeBLOBs && $content =~ /\x00/;
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/
H A DWeb.pm2659 $max_size *= 3 / 4 if !$RT::Handle->BinarySafeBLOBs && $content =~ /\x00/;