Searched +refs:tags +refs:table +refs:list (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dindex.cpp61 tag *tags; member in class:index_search_item
62 int *table; member in class:index_search_item
211 tags = (tag *)(addr + sizeof(header));
212 lists = (int *)(tags + header.tags_size);
213 table = (int *)(lists + header.lists_size);
214 pool = (char *)(table + header.table_size);
223 if (tags == 0)
226 return "last list element not negative";
229 int li = table[i];
231 return "bad list inde
544 const int *list = search1(&ptr, end); local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Didlwave.el409 \(...) A list of circumstances. Allowed members are:
438 files. The shell will only be asked for a list of paths when this
439 variable is nil. The value is a list of directories. A directory
487 whenever the path-list changes as a result of shell-query, etc., it is
511 "Association list setting the case of completed words.
589 When nil, IDLWAVE only knows about the native methods and tags of a class,
616 On XEmacs, a full list of classes will also be placed into a `help-echo'
617 property on the competion items, so that the list of classes for the current
633 "Association list governing specification of object classes for completion.
637 to provide the user with a correct list o
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmml.el59 "*A list of acceptable parameters in MML tag.
67 "*A list of acceptable parameters in MML tag.
81 "A list of (TYPE . FUNCTION) for tweaking MML parts.
88 "A list of (NAME . FUNCTION) for tweaking MML parts.
95 "A list of (SEXP . FUNCTION) for tweaking MML parts.
113 (defvar mml-syntax-table
114 (let ((table (copy-syntax-table emacs-lisp-mode-syntax-table)))
115 (modify-syntax-entry ?\\ "/" table)
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
299 \key{previous/next plain list item}{S-UP/DOWN$^3$}
311 \key{move subtree/list item up/down}{M-S-UP/DOWN}
334 \key{global TODO list in agenda mode}{C-c t$^1$}
342 {\bf Creating a table}
344 %\metax{insert a new Org-mode table}{M-x org-table-create}
346 \key{convert region to table}{C-c |}
351 The following commands work when the cursor is {\it inside a table}.
356 \key{re-align the table withou
[all...]
H A Dru-refcard.tex326 ������������ ����� ���� � ������ & \kbd{M-x visit-tags-table} \\
328 ����� �� ������� �� ���� ������� ����� & \kbd{M-x tags-search} \\
329 ��������� query-replace ��� ����� ������� & \kbd{M-x tags-query-replace} \\
398 �������� ��� ��������� ������ ����� & \kbd{M-x list-input-methods} \\
401 �������� ������ ���� ������ ����������� & \kbd{M-x list-coding-systems} \\
H A Dsurvival.tex239 else convenient. To create a tags table file, type
245 \mkey{M-x tags-query-replace} run query-replace on all files
246 recorded in tags table
247 \key{M-,} continue last tags search or query-replace
369 \mkey{M-x list-input-methods} show all input methods
376 \mkey{M-x list-coding-systems} show all coding systems
394 {\it tab\/} or {\it space\/} gives a list of Emacs commands.
H A Dpl-refcard.tex670 %\key{list all buffers}{C-x C-b}
700 %\metax{specify a new tags file}{M-x visit-tags-table}
703 \metax{podaj nowy plik TAGS}{M-x visit-tags-table}
705 %\metax{regexp search on all files in tags table}{M-x tags-search}
706 %\metax{run query-replace on all the files}{M-x tags
[all...]
H A Drefcard.tex490 \key{list all buffers}{C-x C-b}
510 \metax{specify a new tags file}{M-x visit-tags-table}
512 \metax{regexp search on all files in tags table}{M-x tags-search}
513 \metax{run query-replace on all the files}{M-x tags-query-replace}
514 \key{continue last tags search or query-replace}{M-,}
570 \metax{show all input methods}{M-x list
[all...]
H A Dpt-br-refcard.tex516 \metax{especifica um novo arquivo de tags}{M-x visit-tags-table}
518 \metax{busca por regexp em todos arquivos}{M-x tags-search}
519 \metax{busca e subst. em todos arquivos}{M-x tags-query-replace}
577 \metax{mostra todos m{\'e}todos de inser{\c{c}}{\~a}o}{M-x list-input-methods}
580 \metax{mostra sistemas de codifica{\c{c}}{\~a}o}{M-x list-coding-systems}
H A Dcs-refcard.tex504 \metax{zadat soubor s nov�mi tagy}{M-x visit-tags-table}
506 \metax{vyhledat reg.\ v�raz v~souborech s~tagy}{M-x tags-search}
507 \metax{spustit nahrazov�n� pro ony soubory}{M-x tags-query-replace}
564 \metax{zobrazit v�echny vstupn� metody}{M-x list-input-methods}
567 \metax{zobrazit v�echna k�dov�n�}{M-x list-coding-systems}
H A Dsk-refcard.tex505 \metax{zada� s�bor s nov�mi tagmi}{M-x visit-tags-table}
507 \metax{vyh�ada� reg.\ v�raz v~s�boroch s~tagmi}{M-x tags-search}
508 \metax{spusti� nahradzovanie pre doty�n� s�bory}{M-x tags-query-replace}
565 \metax{zobrazi� v�etky vstupn� met�dy}{M-x list-input-methods}
568 \metax{zobrazi� v�etky k�dovania}{M-x list-coding-systems}
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DREADME.txt2 * Conceptually based on Tk3 table widget by Roland King (rols@lehman.com)
17 TkTable is a table/matrix widget extension to tk/tcl.
30 * support for disabled (read-only) tables or cells (via tags)
105 Start a regular wish interpreter, 'load' the library, and use the table.
111 subdirectory. These describe the table widget's features and commands
121 The table tries not to allocate huge chunks of screen real estate if
124 stretch the table, remember to pack it with fill both and expand on,
129 The array elements for the table are of the form array(2,3) etc. Make
134 you need to click on the table or give it the focus command. Just
137 sure that you actually have a variable assigned to the table, an
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dparser.c19 #include "tags.h"
64 user defined tags e.g. Cold Fusion
295 /* fix for bug 723772, don't trim new-...-tags */
347 errors in positioning of form start or end tags
386 ( element->tag == doc->tags.tag_td ||
387 element->tag == doc->tags.tag_th )
708 /* Declared empty tags seem to be slipping through
751 the doctype has been found after other tags,
844 InlineDup() asks the lexer to insert inline emphasis tags
849 They thus behave like table cell
1829 ParseDefList(TidyDocImpl* doc, Node *list, GetTokenMode mode) argument
1982 ParseList(TidyDocImpl* doc, Node *list, GetTokenMode ARG_UNUSED(mode)) argument
2091 Node *table; variable
2499 ParseTableTag(TidyDocImpl* doc, Node *table, GetTokenMode ARG_UNUSED(mode)) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el38 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
62 ;; A list of recent changes can be found at
138 in table fields. Such tables will look correct only after the first re-align.
198 and just in Org-mode (which will then use its own display table).
205 (defvar org-display-table nil
206 "The display table for org-mode, in case `org-ellipsis' is non-nil.")
283 tags-tree when constructing a sparse tree based on tags matches
299 (const tags-tree)
327 (const tags
[all...]
H A Dreftex-index.el157 (defun reftex-update-default-index (tag &optional tag-list)
161 (or (null tag-list)
162 (member tag tag-list)))
166 ;; Ask the user for a tag, completing on known tags.
168 ;; OPT-ARGS is a list of optional argument indices, as given by
171 (index-tags (cdr (assq 'index-tags
184 (tag (completing-read prompt (mapcar 'list index-tags))))
192 (let* ((index-tags (cd
[all...]
/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 }
201 {|val, table|
204 table['rbdir'] = '$librubyver'
205 table['sodir'] = '$librubyverarch'
207 table['rbdir'] = '$siterubyver'
208 table['sodi
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dhtml.vim5 " Globals: g:html_indent_tags -- indenting tags
25 " [-- helper function to assemble tag list --]
91 call <SID>HtmlIndentPush('table')
123 " [-- count indent-increasing tags of line a:lnum --]
131 " [-- count indent-decreasing tags of line a:lnum --]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm40 A basic ResultSet representing the data of an entire table is returned
218 =item Return Value: $resultset (scalar context), @row_objs (list context)
236 For a list of attributes that can be passed to C<search>, see
262 always return a resultset, even in list context.
294 # reset the selector list
377 =item Return Value: $resultset (scalar context), @row_objs (list context)
450 If your table does not have a primary key, you B<must> provide a value for the
567 # Build a list of queries which satisfy unique constraints.
642 it guarantees a resultset, even in list context.
851 =item Return Value: $resultset (scalar context), @row_objs (list contex
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm84 my(%tags) = map { $_ => 1 } @_;
87 if(exists $tags{':easy'}) {
88 $tags{':levels'} = 1;
89 $tags{':nowarn'} = 1;
90 $tags{'get_logger'} = 1;
93 if(exists $tags{':no_extra_logdie_message'}) {
95 delete $tags{':no_extra_logdie_message'};
98 if(exists $tags{get_logger}) {
103 delete $tags{get_logger};
106 if(exists $tags{'
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm79 my(%tags) = map { $_ => 1 } @_;
82 if(exists $tags{':easy'}) {
83 $tags{':levels'} = 1;
84 $tags{':nowarn'} = 1;
85 $tags{'get_logger'} = 1;
88 if(exists $tags{':no_extra_logdie_message'}) {
90 delete $tags{':no_extra_logdie_message'};
93 if(exists $tags{get_logger}) {
98 delete $tags{get_logger};
101 if(exists $tags{'
[all...]
/macosx-10.9.5/CPANInternal-140/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm9 # Some class data to store a per-class list of handles.
254 used with the default MyISAM table type) a hard time. Be sure to turn
427 Returns a list of the database handles set up for this class using
439 list of database handles in the same order as db_names(). B<Use this
502 If sql_*() is given a list of @sql_pieces it will use them to fill in
503 your statement, assuming you have sprintf() formatting tags in your
/macosx-10.9.5/CPANInternal-140/XML-Parser/Expat/
H A DExpat.pm321 # The New_Prefixes list gets emptied at end of startElement function
722 directories in the @Encoding_Path list. Setting the protocol encoding
780 This method returns a list of type, handler pairs corresponding to the
954 prefixes declared), it returns an empty list. Setting of the default
965 Return a list of currently bound namespace prefixes. The order of the
966 the prefixes in the list has no meaning. If the default namespace is
967 currently bound, '#default' appears in the list.
1023 Returns a list of element names that represent open elements, with the
1031 with those tags.
1042 Returns the number of times the given name appears in the context list
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex201 % vertical list for the beginning and end of each change).
629 % penalty on the vertical list instead of in the new paragraph.
759 % main vertical list is 10000 or more. But in order to see if the
1020 % @asis just yields its argument. Used with @table, for example.
1680 % Fonts for short table of contents.
2192 % Tables -- @table, @ftable, @vtable, @item(x).
2194 % default indentation of table text
2198 % margin between end of table item and start of table text.
2204 % Note @table,
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
632 % penalty on the vertical list instead of in the new paragraph.
762 % main vertical list is 10000 or more. But in order to see if the
1023 % @asis just yields its argument. Used with @table, for example.
1703 % Fonts for short table of contents.
2296 % Tables -- @table, @ftable, @vtable, @item(x).
2298 % default indentation of table text
2302 % margin between end of table item and start of table text.
2308 % Note @table,
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
632 % penalty on the vertical list instead of in the new paragraph.
762 % main vertical list is 10000 or more. But in order to see if the
1023 % @asis just yields its argument. Used with @table, for example.
1703 % Fonts for short table of contents.
2296 % Tables -- @table, @ftable, @vtable, @item(x).
2298 % default indentation of table text
2302 % margin between end of table item and start of table text.
2308 % Note @table,
[all...]

Completed in 488 milliseconds

12