/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/t/ |
H A D | 03-error-handling.t | 29 dies_ok sub { Spreadsheet::ReadSXC::read_sxc('no-such-file.sxc', { StrictErrors => 1 }) }, qr/no el… 31 dies_ok sub { Spreadsheet::ReadSXC::read_sxc_fh(undef, { StrictErrors => 1 }); }, qr/Undef ODS sour… 34 dies_ok sub { Spreadsheet::ReadSXC::read_xml_file('no-such-file.xml', { StrictErrors => 1 })}, 38 dies_ok sub { Spreadsheet::ReadSXC::read_xml_string('<invalid_xml>', { StrictErrors => 1 })}, qr/n…
|
H A D | 02-read-fh.t | 13 my $workbook_ref_from_fh = Spreadsheet::ReadSXC::read_sxc_fh($fh, { StrictErrors => 1 });
|
H A D | 04-text-outside-xml.t | 13 $sheet = Spreadsheet::ReadSXC::read_xml_file($xml_file, { StrictErrors => 1 });
|
/dports/textproc/p5-Spreadsheet-ReadSXC/Spreadsheet-ReadSXC-0.35/lib/Spreadsheet/ |
H A D | ReadSXC.pm | 39 if( !$options_ref->{StrictErrors}) { 71 if( my $err = $@ and $options_ref->{ StrictErrors } ) {
|
/dports/lang/gcc10/gcc-10.3.0/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/net/ |
H A D | lookup.go | 134 StrictErrors bool member 159 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc9/gcc-9.4.0/libgo/go/net/ |
H A D | lookup.go | 134 StrictErrors bool member 159 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/net/ |
H A D | lookup.go | 134 StrictErrors bool member 159 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/ |
H A D | lookup.go | 133 StrictErrors bool member 158 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/ |
H A D | lookup.go | 134 StrictErrors bool member 159 func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
|
/dports/lang/gcc8/gcc-8.5.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
H A D | lookup.go | 121 StrictErrors bool member
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 491 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
H A D | lookup.go | 116 StrictErrors bool member
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/net/ |
H A D | dnsclient_unix.go | 308 if nerr, ok := err.(Error); ok && nerr.Temporary() && r.StrictErrors { 493 if nerr, ok := racer.error.(Error); ok && nerr.Temporary() && r.StrictErrors {
|