Searched +refs:news +refs:next +refs:group (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-start.el7 ;; Keywords: news
51 :group 'gnus-start
59 :group 'gnus-start
70 :group 'gnus-start
77 :group 'gnus-start
88 :group 'gnus-start
96 :group 'gnus-start
103 :group 'gnus-dribble-file
110 :group 'gnus-dribble-file
140 check for new newsgroups with \\<gnus-group
[all...]
H A Dnndoc.el8 ;; Keywords: news
45 One of `mbox', `babyl', `digest', `news', `rnews', `mmdf', `forward',
51 "*Whether the nndoc group is `mail' or `post'.")
74 (news
194 (defvoo nndoc-group-alist nil)
196 "Current nndoc news buffer.")
261 (deffoo nndoc-request-group (group &optional server dont-check)
262 "Select news GROUP."
265 ((not (nndoc-possibly-change-buffer group serve
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/menubar/
H A Ddemo.tcl195 grid ${nb} -sticky news
196 grid ${tout} -sticky news
267 # 'macros' commands and 'macro' command group
482 variable next 0
495 set errno [${mbar} group.add macro MARK {Mout "MARK"} Cntl+0 Control-Key-0]
499 ${mbar} group.configure macro MARK \
505 set errno [${mbar} group.delete macro MARK]
511 set errno [${mbar} group.move up macro MARK]
517 set errno [${mbar} group.move down macro MARK]
525 variable next
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex159 \quad [level] A group subscribedness level. Only groups with a lower or
161 `gnus-group-default-list-level' is used. If
162 `gnus-group-use-permanent-levels', then a prefix to the `g' and `l'
176 news and/or read previously downloaded news offline (see C-c C-i g Gnus
252 \# & (\#, M \#, M P p) Processable (will be affected by the next operation).
270 RET & (=) Enter this group. [Prefix: how many (read) articles to fetch.
273 M-RET & Enter group quickly.\\
275 M-C-RET & Enter group without any processing, changes will not be permanent.\\
276 SPC & Select this group an
[all...]
H A Dorgcard.tex158 % This next line is useful when designing the layout.
213 % indented, but running text, typically used as headings to group
295 \key{next/previous heading}{C-c C-n/p}
296 \key{next/previous heading, same level}{C-c C-f/b}
299 \key{previous/next plain list item}{S-UP/DOWN$^3$}
357 \key{re-align the table, move to next field}{TAB}
359 \key{re-align the table, move to next row}{RET}
437 \key{Find next link}{C-c C-x C-n}
457 \key{\kbd{news:comp.emacs}}{\rm Usenet group}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/chatwidget/
H A Dchatwidget.tcl24 Entry.field -sticky news -border 1 -children {
25 ChatwidgetFrame.padding -sticky news
257 # $w name add ericthered -group admin -color red
258 # state(names) {{pat -color red -group admin -thing wilf} {eric ....}}
276 \"add nick ?-group group ...?\""
280 array set opts {-group {} -colour black}
351 set group {}
352 if {[set ndx [lsearch $item -group]] != -1} {
353 set group [linde
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dglob.c128 struct qual *next; /* Next qualifier, must match */ member in struct:qual
237 Complist next; member in struct:complist
305 char *news = s; local
329 news = (char *) hcalloc(ll + 2);
330 strcpy(news, s);
331 news[ll] = file_type(mode);
332 news[ll + 1] = '\0';
343 news = dyncat(pathbuf, news);
361 if ((!((qn->func) (news, b
1050 insert_glob_match(LinkList list, LinkNode next, char *data) argument
[all...]
/macosx-10.10/sudo-73/src/
H A Dldap.c151 struct ldap_search_list *next; member in struct:ldap_search_list
188 struct ldap_config_list_str *next; member in struct:ldap_config_list_str
488 } while ((uri_list = uri_list->next));
510 if (uri_list->next == NULL)
513 for (uri = uri_list; uri != NULL; uri = uri->next) {
518 for (uri = uri_list; uri != NULL; uri = uri->next) {
1144 struct group *grp;
1195 /* Append primary group */
1362 p = &(*p)->next;
1365 (*p)->next
2114 struct ldap_search_list *s, *news; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el105 :group 'outlines
106 :group 'hypermedia
107 :group 'calendar)
112 :group 'org)
122 :group 'org-startup
132 :group 'org-startup
143 :group 'org-startup
153 :group 'org-startup
176 :group 'org-startup
201 :group 'or
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex150 sci.crypt Usenet news group. I watched him go from a clueless newbie, to the cryptographic equivalent of a reformed smoker, to a real
556 the source code. For example, one day I may audit the multipliers and the next day the polynomial basis functions.
913 The requested digit count is padded up to next multiple of \textbf{MP\_PREC} plus an additional \textbf{MP\_PREC} (steps two and three).
987 The number of digits $b$ requested is padded (line 24) by first augmenting it to the next multiple of
1478 next four bits from the source are extracted and are added to the mp\_int. The \textbf{used} digit count is
1621 established. The next logical set of algorithms to develop are addition, subtraction and digit shifting algorithms. These
1744 for the next loop (line 97 to 99) which set any old upper digits to zero.
2064 obtain what will be the carry for the next iteration. Step 6.2 calculates the $n$'th digit of the result as single precision shift of $a_n$ plus
2066 forwarding the carry to the next iteratio
[all...]

Completed in 167 milliseconds