Searched +refs:org +refs:table +refs:check +refs:inside +refs:data +refs:field (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm113 my $table = $self->_table(shift);
114 my $data = shift || return;
117 my $method = $self->_METHOD_FOR_refkind("_insert", $data);
118 my ($sql, @bind) = $self->$method($data);
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
134 my ($self, $data) = @_;
136 my @fields = sort keys %$data;
138 my ($sql, @bind) = $self->_insert_values($data);
148 my ($self, $data) = @_;
158 my $data_in_hash = { map { ($i++ => $_) } @$data };
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm174 my $table = $class ? $class->table : $self->table;
175 $cmap{ $alias || $table } = $class || ref $self || $self;
177 return $table . $alias;
182 my @table = split /\s+/, $joins;
183 my %tojoin = map { $table[$_] => $table[ $_ + 1 ] } 0 .. $#table - 1;
187 || $self->_croak("Don't understand table '
273 sub table { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm215 sub table { subroutine
216 my ($proto, $table, $alias) = @_;
218 $class->_table($table) if $table;
433 my $data;
439 $data->{$col} = $v;
442 $class->normalize_column_values($data);
443 $class->validate_column_values($data);
444 return $class->_insert($data);
497 my $data
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm104 # TODO: replace by symbol table operations...
105 # predeclare subs, so ->can check will be positive
234 # predeclare subs, so ->can check will be positive
361 # [http://www.w3.org/TR/REC-xml#syntax]
528 my $field = '_' . $method;
534 $self->{$field} = shift;
537 return $self->{$field};
631 my $field = '_' . $method;
640 $self->{_attr}->{$attr} = $self->{$field} = shift() ? 1 : 0;
644 $self->{$field}
3863 sub data { SOAP::Data->new(@_) } subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm105 # TODO: replace by symbol table operations...
106 # predeclare subs, so ->can check will be positive
235 # predeclare subs, so ->can check will be positive
362 # [http://www.w3.org/TR/REC-xml#syntax]
520 my $field = '_' . $method;
526 $self->{$field} = shift;
529 return $self->{$field};
617 my $field = '_' . $method;
626 $self->{_attr}->{$attr} = $self->{$field} = shift() ? 1 : 0;
630 $self->{$field}
3730 sub data { SOAP::Data->new(@_) } subroutine
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex151 contributor to the field, over a period of about two years. I've been impressed with his obvious intelligence, and astounded by his productivity.
204 The largest data type guaranteed to be provided by the ISO C programming
210 extending the range of representable integers while using single precision data types.
218 However, cryptography is not the only field of study that can benefit from fast multiple precision integer routines.
219 Another auxiliary use of multiple precision integers is high precision floating point data types.
228 In fact the library discussed within this text has already been used to form a polynomial basis library\footnote{See \url{http://poly.libtomcrypt.org} for more details.}.
272 to demonstrate algorithms with real implementations\footnote{In the ISO C programming language.} that have been field
292 as auxilary data required to manipulate the data. These additional members are discussed further in section
294 synonymous. When an algorithm is specified to accept an mp\_int variable it is assumed the various auxliary data member
[all...]
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfigure251 # substitute goods or services; loss of use, data, or profits; or
457 # Copyright (c) 1996, David Mazieres <dm@uun.org>
458 # Copyright (c) 2008, Damien Miller <djm@openbsd.org>
491 # for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
496 # licensing@OpenSSL.org.
505 # for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
750 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
2195 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
2196 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
2197 --localstatedir=DIR modifiable single-machine data [PREFI
[all...]

Completed in 349 milliseconds