Searched refs:list_type (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rdoc/markup/
H A Dto_tt_only.rb10 attr_reader :list_type
34 # Pops the list type for +list+ from #list_type
37 @list_type.pop
41 # Pushes the list type for +list+ onto #list_type
44 @list_type << list.type
51 case @list_type.last
116 @list_type = []
H A Dto_ansi.rb31 width = case @list_type.last
55 bullet = case @list_type.last
70 case @list_type.last
H A Dto_markdown.rb56 width = case @list_type.last
75 type = @list_type.last
110 @list_type << list.type
H A Dto_rdoc.rb24 attr_reader :list_type
111 @list_type.pop
119 width = case @list_type.last
143 type = @list_type.last
188 @list_type << list.type
279 @list_type = []
H A Dto_html_snippet.rb142 def list_item_start list_item, list_type
145 case list_type
159 raise RDoc::Error, "Invalid list type: #{list_type.inspect}"
187 def html_list_name list_type, open_tag
H A Dparser.rb499 list_type =
507 [list_type, list_label, *token_pos(pos)]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCMetadataPrinter.h39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
H A DGCStrategy.h57 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
58 typedef list_type::iterator iterator;
65 list_type Functions;
H A DGCMetadata.h161 typedef std::vector<GCStrategy*> list_type; typedef in class:llvm::GCModuleInfo
165 list_type StrategyList;
171 typedef list_type::const_iterator iterator;
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Ddirectories.pm239 my ($list_type, $file) = @_;
240 $list = $lists{$list_type};
261 my ($list_type, $file) = @_;
262 $list = $lists{$list_type};
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drpcddb.c107 db_list_type_t list_type; member in struct:__anon8278
357 * which is defined by list_type
359 PRIVATE void db_list_add(list, list_type, entp)
361 db_list_type_t list_type;
367 switch(list_type)
387 PRIVATE void db_list_remove(list, list_type, entp)
389 db_list_type_t list_type;
395 switch(list_type)
445 /* Return a pointer to the first entry on list list_type
447 PRIVATE db_lists_t *db_list_first(lists_mgmt, list_type, i
[all...]
H A Drpcddb.h251 db_list_type_t list_type,
258 db_list_type_t list_type,
265 db_list_type_t list_type,
271 db_list_type_t list_type,
279 db_list_type_t list_type,
294 db_list_type_t *list_type,
H A Drpcdepdb.c222 unsigned32 list_type,
666 db_list_type_t list_type;
678 list_type = db_c_object_list;
683 list_type = db_c_interface_list;
692 for (lp = lp_first; lp != NULL; lp = db_list_next(list_type, lp))
719 lp_next = db_list_next(list_type, lp);
817 db_list_type_t list_type;
823 list_type = db_c_object_list;
829 list_type = db_c_interface_list;
833 for ( ; lp != NULL; lp = db_list_next(list_type, l
662 db_list_type_t list_type; local
813 db_list_type_t list_type; local
1058 db_list_type_t list_type; local
1568 db_list_type_t list_type; local
1759 db_list_type_t list_type; local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_ansi.rb32 assert_empty @to.list_type
38 assert_empty @to.list_type
44 assert_empty @to.list_type
50 assert_empty @to.list_type
56 assert_empty @to.list_type
62 assert_empty @to.list_type
141 assert_equal [:BULLET], @to.list_type
148 assert_equal [:LABEL], @to.list_type
155 assert_equal [:LALPHA], @to.list_type
162 assert_equal [:NOTE], @to.list_type
[all...]
H A Dtest_rdoc_markup_to_bs.rb33 assert_empty @to.list_type
39 assert_empty @to.list_type
45 assert_empty @to.list_type
51 assert_empty @to.list_type
57 assert_empty @to.list_type
63 assert_empty @to.list_type
142 assert_equal [:BULLET], @to.list_type
149 assert_equal [:LABEL], @to.list_type
156 assert_equal [:LALPHA], @to.list_type
163 assert_equal [:NOTE], @to.list_type
[all...]
H A Dtest_rdoc_markup_to_markdown.rb32 assert_empty @to.list_type
38 assert_empty @to.list_type
44 assert_empty @to.list_type
50 assert_empty @to.list_type
56 assert_empty @to.list_type
62 assert_empty @to.list_type
141 assert_equal [:BULLET], @to.list_type
148 assert_equal [:LABEL], @to.list_type
155 assert_equal [:LALPHA], @to.list_type
162 assert_equal [:NOTE], @to.list_type
[all...]
H A Dtest_rdoc_markup_to_rdoc.rb32 assert_empty @to.list_type
38 assert_empty @to.list_type
44 assert_empty @to.list_type
50 assert_empty @to.list_type
56 assert_empty @to.list_type
62 assert_empty @to.list_type
141 assert_equal [:BULLET], @to.list_type
148 assert_equal [:LABEL], @to.list_type
155 assert_equal [:LALPHA], @to.list_type
162 assert_equal [:NOTE], @to.list_type
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dgen_rpc.awk136 list_type[nvars] = $5;
138 list_type[nvars] = 0;
216 list_type[nvars] = $5;
219 list_type[nvars] = 0;
242 if (list_type[i] == "GID") {
430 if (rpc_type[i] == "LIST" && list_type[i] == "GID") {
436 if (rpc_type[i] == "LIST" && list_type[i] == "INT") {
442 if (rpc_type[i] == "LIST" && list_type[i] == "ID") {
579 if (rpc_type[i] == "LIST" && list_type[i] == "GID") {
582 if (rpc_type[i] == "LIST" && list_type[
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dig/
H A Dhost.c62 static dns_rdatatype_t list_type = dns_rdatatype_a; variable
292 (list_type == dns_rdatatype_any ||
293 rdataset->type == list_type)) ||
710 list_type = dns_rdatatype_any;
716 list_type = rdtype;
722 list_type = rdtype;
725 list_type = rdtype;
749 list_type = dns_rdatatype_any;
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dext.c114 Der_type replace_type, list_type; local
137 &list_class, &list_type, &list_tag,
146 MAKE_TAG(list_class,list_type,list_type)) {
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dutil.c605 enum {no_tagged, tagged, unknown} list_type = unknown; local
617 if (list_type == no_tagged
652 list_type = tagged;
659 if (list_type == unknown)
660 list_type = no_tagged;
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dsqlcomplete.vim316 let list_type = ''
322 let list_type = 'csv'
325 let compl_list = s:SQLCGetColumns(table, list_type)
614 function! s:SQLCGetColumns(table_name, list_type)
656 " if list_idx == -1 && (a:table_name =~ '\.' || a:list_type =~ 'csv')
788 if a:list_type == 'csv' && !empty(table_cols)
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm14404 $next_nonblank_type, $list_type, $interrupted,
14631 || ( $list_type && $list_type ne '=>' && $list_type !~ /^[\:\?]$/ )
14651 if ( $is_keyword_with_special_leading_term{$list_type} ) {
15021 if ( !$too_long && $i_opening_paren > 0 && $list_type eq '=>' ) {
15036 #print "LISTX: next=$next_nonblank_type avail cols=$columns packed=$packed_columns must format = $must_break_open_container too-long=$too_long opening=$opening_token list_type=$list_type formatted_lines=$formatted_lines packed=$packed_lines max_sparsity= $max_allowed_sparsity sparsity=$sparsity \n";
17452 $_index_map{list_type} = LIST_TYPE;
18211 list_type
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm15917 $next_nonblank_type, $list_type, $interrupted,
16145 || ( $list_type && $list_type ne '=>' && $list_type !~ /^[\:\?]$/ )
16165 if ( $is_keyword_with_special_leading_term{$list_type} ) {
16535 if ( !$too_long && $i_opening_paren > 0 && $list_type eq '=>' ) {
16550 #print "LISTX: next=$next_nonblank_type avail cols=$columns packed=$packed_columns must format = $must_break_open_container too-long=$too_long opening=$opening_token list_type=$list_type formatted_lines=$formatted_lines packed=$packed_lines max_sparsity= $max_allowed_sparsity sparsity=$sparsity \n";
19304 $_index_map{list_type} = LIST_TYPE;
20095 list_type
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dvariable.rb1086 alias list_type= set_list_type

Completed in 723 milliseconds