Searched +refs:custom +refs:group +refs:value +refs:create (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm74 new => 'create', # 0.93
291 my $group = shift || "All";
292 return $class->_set_columns($group => @_) if @_;
293 return $class->all_columns if $group eq "All";
294 return $class->primary_column if $group eq "Primary";
295 return $class->_essential if $group eq "Essential";
296 return $class->__grouper->group_cols($group);
300 my ($class, $group, @columns) = @_;
304 ->add_group($group => @columns));
379 # method is constructed for it. If they differ we create bot
454 sub create { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm233 my $group = shift || "All";
234 return $class->_set_columns($group => @_) if @_;
235 return $class->all_columns if $group eq "All";
236 return $class->primary_column if $group eq "Primary";
237 return $class->_essential if $group eq "Essential";
238 return $class->__grouper->group_cols($group);
244 my ($class, $group, @columns) = @_;
250 ->add_group($group => @cols));
326 # read-write method is constructed for it. If they differ we create both
417 foreach qw/create delet
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm248 That's it! Afterwards, just create a Perl script like
286 You can use this method with as many key/value pairs as you like as long
533 create a logger bound to a category with the same name as the caller's
587 As of Log::Log4perl 0.28, every value in the configuration file
592 you could just as well have a Perl subroutine deliver the value
600 Or, think about using the value of an environment variable:
608 arbitrary Perl code) and take its return value as the right side
659 code for custom conversion specifiers
896 Say, we wanted to create an appender of the class
898 to the screen in a configurable color. Just create
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm248 That's it! Afterwards, just create a Perl script like
286 You can use this method with as many key/value pairs as you like as long
535 create a logger bound to a category with the same name as the caller's
589 As of Log::Log4perl 0.28, every value in the configuration file
594 you could just as well have a Perl subroutine deliver the value
602 Or, think about using the value of an environment variable:
610 arbitrary Perl code) and take its return value as the right side
661 code for custom conversion specifiers
898 Say, we wanted to create an appender of the class
900 to the screen in a configurable color. Just create
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges27 interpolated as NULL for the database appender if its value is
115 * (ms) [RT 60197] Fixed uninitialized value warnings with
140 crashes, fixed as suggested by setting the %INC value to
239 suite to fail (http://groups.google.com/group/perl.cpan.testers/browse_thread/thread/af1f5c875165c387). Fixed the test cases to pass the correct
272 * (ms) Using semctl to reset the value of the semaphore in the
434 * (ms) The file appender now accepts owner/group settings of
595 * (ms) New interface for custom config parsers.
673 how to dynamically create new appenders via Class::Prototyped.
734 define variables (like in "name=value") and subsequent patterns
735 of "${name}" will be replaced by "value" i
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm31 ($hash->{key} => $hash->{value})
89 my($value, $name, $type, $attr) = @_;
90 return [$name, {'xsi:type' => "xsd:$method", %$attr}, $value];
114 my ($self, $value, $name, $type, $attr) = @_;
120 if (Encode::is_utf8($value)) {
122 Encode::_utf8_off($value);
125 $value = pack('C*',unpack('C*',$value)); # the slow but safe way,
138 MIME::Base64::encode_base64($value,'')
143 my ($self, $value,
709 sub value { subroutine
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el69 ;; entry function used to create the SQLi buffers is shown with
92 ;; and the custom package
93 ;; <URL:http://www.dina.kvl.dk/~abraham/custom/>.
138 ;; :group 'SQL)
143 ;; :group 'SQL)
233 (require 'custom)
246 :group 'processes)
253 :group 'SQL)
261 :group 'SQL)
266 :group 'SQ
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm32 ($hash->{key} => $hash->{value})
90 my($value, $name, $type, $attr) = @_;
91 return [$name, {'xsi:type' => "xsd:$method", %$attr}, $value];
115 my ($self, $value, $name, $type, $attr) = @_;
121 if (Encode::is_utf8($value)) {
123 Encode::_utf8_off($value);
126 $value = pack('C*',unpack('C*',$value)); # the slow but safe way,
139 MIME::Base64::encode_base64($value,'')
144 my ($self, $value,
685 sub value { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm26 sub as_boolean { shift; my $value = shift; $value eq '1' || $value eq 'true' ? 1 : $value eq '0' || $value eq 'false' ? 0 : die "Wrong boolean value '$value'\n" }
68 +{ map { my $hash = ($self->decode_object($_))[1]; ($hash->{key} => $hash->{value}) } @{$_[3] || []} };
124 my($value, $name, $type, $attr) = @_;
125 return [$name, {'xsi:type' => "xsd:$method", %$attr}, $value];
711 sub value { subroutine
[all...]

Completed in 160 milliseconds