Searched +refs:nntp +refs:server +refs:buffer (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnndb.el37 ;; * Fix bug where server connection can be lost and impossible to regain
62 (require 'nntp)
65 ;; Declare nndb as derived from nntp
67 (nnoo-declare nndb nntp)
75 (defvoo nndb-server-side-expiry nil
76 "If t, expiry calculation will occur on the server side.")
83 ;; Variables copied from nntp
85 (defvoo nndb-server-opened-hook '(nntp-send-authinfo-from-file)
86 "Like nntp
[all...]
H A Dnntp.el0 ;;; nntp.el --- nntp access for Gnus
35 (nnoo-declare nntp)
39 (defgroup nntp nil function
43 (defvoo nntp-address nil
44 "Address of the physical nntp server.")
46 (defvoo nntp-port-number "nntp"
47 "Port number on the physical nntp serve
[all...]
H A Dgnus-srvr.el1 ;;; gnus-srvr.el --- virtual server support for Gnus
38 (defcustom gnus-server-mode-hook nil
39 "Hook run in `gnus-server-mode' buffers."
40 :group 'gnus-server
43 (defcustom gnus-server-exit-hook nil
44 "Hook run when exiting the server buffer."
45 :group 'gnus-server
48 (defcustom gnus-server-line-format " {%(%h:%w%)} %s%a\n"
49 "Format of server line
[all...]
H A Dnnkiboze.el28 ;; The other access methods (nntp, nnspool, etc) are general news
34 (require 'nntp)
81 (deffoo nnkiboze-retrieve-headers (articles &optional group server fetch-old)
89 (set-buffer nntp-server-buffer)
90 (erase-buffer)
97 (deffoo nnkiboze-request-article (article &optional newsgroup server buffer)
[all...]
H A Dnnspool.el32 (require 'nntp)
86 If nil, nnspool will load the entire file into a buffer and process it
90 "*A hook that will be run when an article has been rejected by the server.")
113 (deffoo nnspool-retrieve-headers (articles &optional group server fetch-old)
116 (set-buffer nntp-server-buffer)
117 (erase-buffer)
144 (princ article (current-buffer))
[all...]
H A Dnnvirtual.el30 ;; The other access methods (nntp, nnspool, etc) are general news
36 (require 'nntp)
99 server fetch-old)
100 (when (nnvirtual-possibly-change-server server)
102 (set-buffer nntp-server-buffer)
103 (erase-buffer)
[all...]
H A Dgnus-int.el40 (defcustom gnus-open-server-hook nil
41 "Hook called just before opening connection to the news server."
45 (defcustom gnus-server-unopen-status nil
46 "The default status if the server is not able to open.
47 If the server is covered by Gnus agent, the possible values are
48 `denied', set the server denied; `offline', set the server offline;
49 nil, ask user. If the server is not covered by Gnus agent, set the
50 server denied."
54 (const :tag "Deny server" denie
[all...]
H A Dgnus.el77 (defgroup gnus-start-server nil
112 "Sorting the group buffer."
144 "Formatting of the summary buffer."
168 "Sorting the summary buffer."
173 "Highlighting and menus in the summary buffer."
179 "Various summary buffer options."
184 "Pick mode in the summary buffer."
190 "Tree display of threads in the summary buffer."
258 (defgroup gnus-server nil
262 (defgroup gnus-server
[all...]
H A Dgnus-agent.el43 (autoload 'gnus-server-update-server "gnus-srvr")
103 (defcustom gnus-agent-server-mode-hook nil
110 (add-hook 'gnus-agent-server-mode-hook 'gnus-xmas-agent-server-menu-add))
191 (defcustom gnus-agent-auto-agentize-methods '(nntp nnimap)
193 The user may remove or add servers using the Server buffer.
231 (defvar gnus-agent-buffer-alist nil)
246 (defvar gnus-agent-overview-buffer nil)
267 (gnus-agent-create-buffer)
[all...]
H A Dgnus-group.el74 buffer.
99 "*Regexp to match groups that should always be listed in the group buffer.
126 "*Function used for sorting the group buffer.
132 `gnus-group-sort-by-server', and `gnus-group-sort-by-rank'.
150 (function-item gnus-group-sort-by-server)
178 %B Whether a summary buffer for the group is open (char, \"*\")
191 string, which will be inserted into the buffer just like information
217 %S The native news server.
234 "Hook run when catching up a group from the group buffer."
245 "*A function that is called to generate the group buffer
[all...]
H A Dgnus-start.el64 (defcustom gnus-save-startup-file-via-temp-buffer t
65 "Whether to write the startup file contents to a buffer then save
66 the buffer or write directly to the file. The buffer is faster
71 :type '(choice (const :tag "Write via buffer" t)
113 (defcustom gnus-check-new-newsgroups 'ask-server
122 1. This variable is `ask-server'.
127 Thus, if this variable is `ask-server' or a list of select methods or
132 the `ask-server' method in addition to the primary, secondary, and archive
137 '((nntp \"som
[all...]
H A Dgnus-art.el106 "Pushable buttons in the article buffer."
183 be placed first in the article buffer in the sequence specified by
228 the end of the buffer."
240 no signature in the buffer. If it is a string, it will be used as a
596 buffer to a file if the value of this variable is non-nil. Note that
653 from the buffer of the article to be saved with the newsgroup as the
654 parameter. If it is a list, it will be evaled in the same buffer.
700 "*A hook called after an article has been prepared in the article buffer."
708 "Face used for highlighting buttons in the article buffer.
716 "Face used for mouse highlighting in the article buffer
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/
H A DSSL.pm261 SSL_npn_protocols => undef, # meaning depends whether on server or client side
281 ? "certs/server-${k}.pem"
534 #Call to accept occurs when a new client connects to a server using
669 my $buffer=\$_[2];
679 $$buffer = '' if !defined $$buffer;
681 if ($offset>length($$buffer)) {
682 $$buffer.="\0" x ($offset-length($$buffer)); #mimic behavior of read
685 substr($$buffer,
[all...]

Completed in 114 milliseconds