Home
last modified time | relevance | path

Searched refs:typelookup (Results 1 – 16 of 16) sorted by relevance

/dports/www/wikicalc/wikicalc/
H A DWKCSheetFunctions.pm172 my ($fname, $operand, $errortext, $typelookup, $sheetdata) = @_;
240 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
375 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
612 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
791 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
884 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
975 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
1002 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
1031 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
1063 my ($fname, $operand, $foperand, $errortext, $typelookup, $sheetdata) = @_;
[all …]
H A DWKCSheet.pm143 my %typelookup = (
4448 $resulttype = lookup_result_type($tostype, $tostype, $typelookup{unaryminus});
4456 $resulttype = lookup_result_type($tostype, $tostype, $typelookup{unaryplus});
4464 $resulttype = lookup_result_type($tostype, $tostype, $typelookup{unarypercent});
4477 $resulttype = lookup_result_type($tostype, $tostype2, $typelookup{concat});
4564 $resulttype = lookup_result_type($tostype, $tostype2, $typelookup{plus});
4568 $resulttype = lookup_result_type($tostype, $tostype2, $typelookup{plus});
4572 $resulttype = lookup_result_type($tostype, $tostype2, $typelookup{plus});
4750 my ($type1, $type2, $typelookup) = @_;
4754 my $table1 = $typelookup->{$type1};
[all …]
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/t/Issues/
H A Drt78588.t10 $serializer->typelookup()->{ base64Binary } = [ 10, sub { 0 }, undef];
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/lib/SOAP/
H A DSerializer.pod153 To work around this limitation, the C<SOAP::Serializer::typelookup> hash was created. This hash is …
157 …zer> runs in sequence a set of tests stored in the C<SOAP::Serializer::typelookup> hash. C<SOAP::S…
235 To register the new data type, simply add the type to the C<SOAP::Serializer::typelookup> hash usin…
237 $s->typelookup->{uriReference}
242 $s->typelookup->{uriReference}
H A DLite.pm807 $self->typelookup({
870 sub typelookup { subroutine
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/WebService/Server/
H A DXMLRPC.pm178 my $lookup = Bugzilla::XMLRPC::Serializer->new->typelookup;
/dports/net/p5-XMLRPC-Lite/XMLRPC-Lite-0.717/lib/XMLRPC/
H A DLite.pm54 typelookup => {
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/WebService/Server/
H A DXMLRPC.pm222 my $lookup = Bugzilla::XMLRPC::Serializer->new->typelookup;
/dports/lang/gcc48/gcc-4.8.5/libgo/runtime/
H A Dmgc0.c197 uint64 typelookup; member
739 runtime_xadd64(&gcstats.obj.typelookup, 1); in scanblock()
2118 gcstats.nbytes, gcstats.obj.cnt, gcstats.obj.notype, gcstats.obj.typelookup); in gc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/runtime/
H A Dmgc0.c202 uint64 typelookup; member
765 runtime_xadd64(&gcstats.obj.typelookup, 1); in scanblock()
2142 gcstats.nbytes, gcstats.obj.cnt, gcstats.obj.notype, gcstats.obj.typelookup); in gc()
/dports/net/p5-SOAP-Lite/SOAP-Lite-1.27/
H A DREADME337 typelookup
338 $client->typelookup;
342 $client->serializer->typelookup;
1438 my $lookup = $proxy->serializer->typelookup;
1440 $proxy->serializer->typelookup($lookup);
H A DChanges411 + Changed typelookup of base64 to base64Binary to conform with 2001
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dmgc0.c250 uint64 typelookup; member
826 runtime_xadd64(&gcstats.obj.typelookup, 1); in scanblock()
2324 gcstats.nbytes, gcstats.obj.cnt, gcstats.obj.notype, gcstats.obj.typelookup); in gc()
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dmgc0.c250 uint64 typelookup; member
826 runtime_xadd64(&gcstats.obj.typelookup, 1); in scanblock()
2324 gcstats.nbytes, gcstats.obj.cnt, gcstats.obj.notype, gcstats.obj.typelookup); in gc()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dmgc0.c250 uint64 typelookup; member
826 runtime_xadd64(&gcstats.obj.typelookup, 1); in scanblock()
2324 gcstats.nbytes, gcstats.obj.cnt, gcstats.obj.notype, gcstats.obj.typelookup); in gc()
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftstat.c832 struct typelookup { struct
1848 struct typelookup tlookup[] = {
3412 struct typelookup *tl; in ftstat_list_reports()
3498 struct typelookup *tl; in parse_rpt_type()