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

/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DTable.pm6 # Plugin to order a linear data set into a virtual 2-dimensional table
10 # Andy Wardley <abw@wardley.org>
34 # This constructor method initialises the object to iterate through
36 # It calculates the shape of the permutation table based on the ROWS
51 return $class->error("iterator failed to provide data for table: ",
56 return $class->error('invalid table data, expecting a list')
60 return $class->error('invalid table parameters, expecting a hash')
218 return (undef, "no such table method: $item");
230 Template::Plugin::Table - Plugin to present data in a table
234 [% USE table(lis
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DTable.pm6 # Plugin to order a linear data set into a virtual 2-dimensional table
10 # Andy Wardley <abw@wardley.org>
34 # This constructor method initialises the object to iterate through
36 # It calculates the shape of the permutation table based on the ROWS
51 return $class->error("iterator failed to provide data for table: ",
56 return $class->error('invalid table data, expecting a list')
60 return $class->error('invalid table parameters, expecting a hash')
218 return (undef, "no such table method: $item");
230 Template::Plugin::Table - Plugin to present data in a table
234 [% USE table(lis
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org-customize}
282 \metax{To read the on-line documentation try}{M-x org-info}
336 \key{time sorted view of current org fil
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm113 my $table = $self->_table(shift);
119 $sql = join " ", $self->_sqlcase('insert into'), $table, $sql;
242 my $table = $self->_table(shift);
286 my $sql = $self->_sqlcase('update') . " $table " . $self->_sqlcase('set ')
308 my $table = $self->_table(shift);
318 $self->_sqlcase('from'), $table)
331 my $table = $self->_table(shift);
336 my $sql = $self->_sqlcase('delete from') . " $table" . $where_sql;
1056 # separate table / column (if applicable)
1060 # do the quoting, except for "*" or for `table`
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
268 This table should give you a quick overview of the classes provided by the
453 the C<typelookup> table that is used for autotyping. For more information
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1012 then iterate over the content by yourself. Example:
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
268 This table should give you a quick overview of the classes provided by the
453 the C<typelookup> table that is used for autotyping. For more information
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1012 then iterate over the content by yourself. Example:
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
[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
780 This function introduces the idiosyncrasy that all iterative loops, commonly initiated with the ``for'' keyword, iterate incrementally
784 the loop would not iterate. By contrast if the ``downto'' keyword were used in place of ``to'' the loop would iterate
1085 As can be expected this algorithm is very simple. The loop on step one is expected to iterate only once or twice at
2573 visualized in the following table.
3816 performed at most twice, and on average once. However, if $a \ge b^2$ than it will iterate substantially more times than it should.
4664 that makes having such a selection very useful. The following table sumarizes the three algorithms along with comparisons of work factors. Since
4665 all three algorithms have the restriction that $0 \le x < n^2$ and $n > 1$ those limitations are not included in the table
[all...]

Completed in 152 milliseconds