Searched +refs:org +refs:table +refs:clean +refs:line (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/rubycocoa/
H A Dsetup.rb52 @table = {}
92 @table.key?(name)
96 @table[name] or setup_rb_error "no such config item: #{name}"
101 @table[item.name] = item
107 @table.delete_if {|name, i| i.name == name }
123 File.foreach(savefile()) do |line|
124 k, v = *line.split(/=/, 2)
201 {|val, table|
204 table['rbdir'] = '$librubyver'
205 table['sodi
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm85 "Use of '$old' is deprecated at $caller[1] line $caller[2]. Use '$new' instead\n";
174 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
273 sub table { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm137 C<Log::Log4perl::Appender::File> attached. The line
217 The DOS command line
279 C<ip> in the global C<MDC> (mapped diagnostic context) table, which
289 The mappings are stored in a global hash table within Log::Log4perl.
395 then all C<die()> messages will be routed to a file properly. The line
404 in the pattern layout to be replaced by the filename, the line number
583 But, you also want it to take command line parameters to set values
586 both a static Log4perl configuration file and a dynamic command line
613 A typical application would be called like this on the command line:
618 Here's some sample code implementing the command line interfac
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm92 You can choose between the most compact guaranteed-single-line format
93 possible (nice for simple line-based protocols), a pure-ASCII format
94 (for when your transport is not 8-bit clean, still supports the whole
339 into its own line, indenting them properly.
418 allowed. They are terminated by the first carriage-return or line-feed
1184 when your channel for JSON transfer is not 8-bit clean or the encoding
1324 a very short single-line JSON string (also available at
1377 comparison table for that case.
1440 Please refrain from using rt.cpan.org or any other bug reporting
1470 The F<json_xs> command line utilit
[all...]
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm92 You can choose between the most compact guaranteed-single-line format
93 possible (nice for simple line-based protocols), a pure-ASCII format
94 (for when your transport is not 8-bit clean, still supports the whole
339 into its own line, indenting them properly.
418 allowed. They are terminated by the first carriage-return or line-feed
1201 when your channel for JSON transfer is not 8-bit clean or the encoding
1341 a very short single-line JSON string (also available at
1393 comparison table for that case.
1456 Please refrain from using rt.cpan.org or any other bug reporting
1486 The F<json_xs> command line utilit
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex228 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.}.
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
471 segments of code littered throughout the source. This clean and uncluttered approach to the library means that a
798 Here we see (line 24) the memory allocation is performed first. This allows us to exit cleanly and quickly
806 portable fashion you have to actually assign the value. The for loop (line 30) performs this required
858 The algorithm only operates on the mp\_int if it hasn't been previously cleared. The if statement (line 25)
862 The digits of the mp\_int are cleared by the for loop (line 27) which assigns a zero to every digit. Similar to mp\_init()
867 still has to be reset to \textbf{NULL} manually (line 35).
927 A quick optimization is to first determine if a memory re-allocation is required at all. The if statement (line 24) checks
932 padded upwards to 2nd multiple of \textbf{MP\_PREC} larger than \textbf{alloc} (line 2
[all...]
/macosx-10.9.5/bind9-45.100/bind9/
H A Dconfigure457 # 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/)"
604 # We need space, tab and new line, in precisely that order. Quoting is
750 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
2245 --enable-symtable use internal symbol table for backtrace
2308 --with-make-clean Run "make clean" a
[all...]

Completed in 169 milliseconds