Home
last modified time | relevance | path

Searched refs:rfc (Results 1 – 25 of 5109) sorted by relevance

12345678910>>...205

/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/docsrc/imap/
H A Drfc-support.rst11 :rfc:`822`
16 :rfc:`0977`
20 :rfc:`1036`
24 :rfc:`1176`
28 :rfc:`1342`
32 :rfc:`1652`
36 :rfc:`1730`
39 :rfc:`2060`, :rfc:`2061`, :rfc:`3501`.
41 :rfc:`1869`
45 :rfc:`1870`
[all …]
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Drecordformatcombo.c111 if (rfc->show_other) in rebuild_strings()
135 rebuild_strings(rfc); in record_format_set_main()
156 rebuild_strings(rfc); in record_format_combo_selection_changed()
158 g_assert(i == rfc->custom_start && rfc->current_selection_type == 3); in record_format_combo_selection_changed()
235 GTK_OBJECT(rfc)); in record_format_combo_new()
238 GTK_OBJECT(rfc)); in record_format_combo_new()
241 GTK_OBJECT(rfc)); in record_format_combo_new()
286 rfc->stored_selection_type = rfc->current_selection_type; in record_format_combo_store()
287 rfc->stored_selection_name = g_strdup(rfc->current_selection_name); in record_format_combo_store()
288 memcpy(&rfc->stored_selection_format,&rfc->current_selection_format, in record_format_combo_store()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/docsrc/imap/
H A Drfc-support.rst11 :rfc:`822`
16 :rfc:`0977`
20 :rfc:`1036`
24 :rfc:`1176`
28 :rfc:`1342`
32 :rfc:`1652`
36 :rfc:`1730`
39 :rfc:`2060`, :rfc:`2061`, :rfc:`3501`.
41 :rfc:`1869`
45 :rfc:`1870`
[all …]
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/docsrc/imap/
H A Drfc-support.rst11 :rfc:`822`
16 :rfc:`0977`
20 :rfc:`1036`
24 :rfc:`1176`
28 :rfc:`1342`
32 :rfc:`1652`
36 :rfc:`1730`
39 :rfc:`2060`, :rfc:`2061`, :rfc:`3501`.
41 :rfc:`1869`
45 :rfc:`1870`
[all …]
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Drfcaddr.c72 RFCAddr rfc; in rfcaddr_from_ftn() local
91 str_ftn_to_inet(rfc.addr, sizeof(rfc.addr), node, FALSE); in rfcaddr_from_ftn()
96 rfc.user[sizeof(rfc.user) - 1] = '\0'; in rfcaddr_from_ftn()
156 return rfc; in rfcaddr_from_ftn()
169 RFCAddr rfc; in rfcaddr_from_rfc() local
291 return rfc; in rfcaddr_from_rfc()
305 rfc->addr, rfc->real); in s_rfcaddr_to_asc()
311 rfc->user, rfc->addr[0] ? "@" : "", rfc->addr); in s_rfcaddr_to_asc()
316 return s_printf("%s%s%s", rfc->user, rfc->addr[0] ? "@" : "", rfc->addr); in s_rfcaddr_to_asc()
345 printf("RFCAddr: %s@%s (%s)\n", rfc.user, rfc.addr, rfc.real); in main()
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Drfcaddr.c72 RFCAddr rfc; in rfcaddr_from_ftn() local
91 str_ftn_to_inet(rfc.addr, sizeof(rfc.addr), node, FALSE); in rfcaddr_from_ftn()
159 return rfc; in rfcaddr_from_ftn()
174 RFCAddr rfc; in rfcaddr_from_rfc() local
304 return rfc; in rfcaddr_from_rfc()
321 rfc->user, rfc->addr[0] ? "@" : "", in s_rfcaddr_to_asc()
322 rfc->addr, rfc->real ); in s_rfcaddr_to_asc()
329 rfc->user, rfc->addr[0] ? "@" : "", in s_rfcaddr_to_asc()
336 rfc->user, rfc->addr[0] ? "@" : "", rfc->addr ); in s_rfcaddr_to_asc()
369 printf("RFCAddr: %s@%s (%s)\n", rfc.user, rfc.addr, rfc.real); in main()
[all …]
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
72 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
73 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
80 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
96 ``412`` ``PRECONDITION_FAILED`` HTTP/1.1 :rfc:`7232`, Section 4.2
104 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
105 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
106 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
72 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
73 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
80 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
96 ``412`` ``PRECONDITION_FAILED`` HTTP/1.1 :rfc:`7232`, Section 4.2
104 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
105 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
106 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
72 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
73 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
80 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
96 ``412`` ``PRECONDITION_FAILED`` HTTP/1.1 :rfc:`7232`, Section 4.2
104 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
105 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
106 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
65 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
71 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
72 ``207`` ``MULTI_STATUS`` WebDAV :rfc:`4918`, Section 11.1
79 ``304`` ``NOT_MODIFIED`` HTTP/1.1 :rfc:`7232`, Section 4.1
102 ``422`` ``UNPROCESSABLE_ENTITY`` WebDAV :rfc:`4918`, Section 11.2
103 ``423`` ``LOCKED`` WebDAV :rfc:`4918`, Section 11.3
104 ``424`` ``FAILED_DEPENDENCY`` WebDAV :rfc:`4918`, Section 11.4
[all …]
/dports/lang/gauche/Gauche-0.9.10/ext/rfc/
H A DMakefile.in5 SCM_CATEGORY = rfc
10 rfc--822.$(SOEXT)
19 OBJECTS = $(rfc-mime_OBJECTS) $(rfc-822_OBJECTS)
22 rfc-mime_OBJECTS = rfc--mime.$(OBJEXT)
24 rfc--mime.$(SOEXT) : $(rfc-mime_OBJECTS)
27 rfc--mime.c mime.sci : $(top_srcdir)/libsrc/rfc/mime.scm
28 $(PRECOMP) -e -P -o rfc--mime $(top_srcdir)/libsrc/rfc/mime.scm
31 rfc-822_OBJECTS = rfc--822.$(OBJEXT)
33 rfc--822.$(SOEXT) : $(rfc-822_OBJECTS)
36 rfc--822.c 822.sci : $(top_srcdir)/libsrc/rfc/822.scm
[all …]
/dports/net/dictd/dictd-1.13.1/doc/
H A DMakefile.in51 all: rfc.txt
53 rfc.txt: rfc.ms toc.ms
55 @echo "" > rfc.toc
57 /\..\..\../ { if (p == 1) print }' > rfc.toc.new
58 @cp rfc.toc.new rfc.toc
62 @cp rfc.toc.new rfc.toc
66 @cmp -s rfc.toc.new rfc.toc || echo "WARNING: Contents Changed!"
68 $(NROFF) -ms rfc.ms | ./rfc.sh | $(EXPAND) > rfc.txt
88 rfc.ps: rfc.ms
89 $(TROFF) -ms rfc.ms > rfc.ps
[all …]
/dports/textproc/dictfmt/dictd-1.13.1/doc/
H A DMakefile.in51 all: rfc.txt
53 rfc.txt: rfc.ms toc.ms
55 @echo "" > rfc.toc
57 /\..\..\../ { if (p == 1) print }' > rfc.toc.new
58 @cp rfc.toc.new rfc.toc
62 @cp rfc.toc.new rfc.toc
66 @cmp -s rfc.toc.new rfc.toc || echo "WARNING: Contents Changed!"
68 $(NROFF) -ms rfc.ms | ./rfc.sh | $(EXPAND) > rfc.txt
88 rfc.ps: rfc.ms
89 $(TROFF) -ms rfc.ms > rfc.ps
[all …]
/dports/textproc/dict/dictd-1.13.1/doc/
H A DMakefile.in51 all: rfc.txt
53 rfc.txt: rfc.ms toc.ms
55 @echo "" > rfc.toc
57 /\..\..\../ { if (p == 1) print }' > rfc.toc.new
58 @cp rfc.toc.new rfc.toc
62 @cp rfc.toc.new rfc.toc
66 @cmp -s rfc.toc.new rfc.toc || echo "WARNING: Contents Changed!"
68 $(NROFF) -ms rfc.ms | ./rfc.sh | $(EXPAND) > rfc.txt
88 rfc.ps: rfc.ms
89 $(TROFF) -ms rfc.ms > rfc.ps
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/doc/arm/
H A Dgeneral.rst27 :rfc:`3587`, "IPv6 Global Unicast Address Format."
239 :rfc:`6840` - S. Weiler, Ed., and D. Blacka, Ed. *Clarifications and
254 :rfc:`7828` - P. Wouters, J. Abley, S. Dickinson, and R. Bellis.
287 :rfc:`1713` - A. Romao. *Tools for DNS Debugging.* November 1994.
329 :rfc:`4892` - S. Woolf and D. Conrad. *Requirements for a Mechanism
398 :rfc:`6303` - M. Andrews. *Locally Served DNS Zones.* July 2011.
482 :rfc:`3152` - R. Bush. *Delegation of IP6.ARPA.* August 2001.
508 :rfc:`4294` - J. Loughney, Ed. *IPv6 Node Requirements.* [20]
513 :rfc:`5966` - R. Bellis. *DNS Transport Over TCP - Implementation
543 to the experimental category by :rfc:`3363`.
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/doc/global/externalsites/
H A Drfc.qdoc35 \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
40 \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
45 \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
50 \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
55 \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
61 \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
67 \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
72 \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
77 \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
82 \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/doc/global/externalsites/
H A Drfc.qdoc35 \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
40 \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
45 \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
50 \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
55 \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
61 \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
67 \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
72 \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
77 \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
82 \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/doc/global/externalsites/
H A Drfc.qdoc35 \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
40 \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
45 \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
50 \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
55 \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
61 \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
67 \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
72 \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
77 \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
82 \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/doc/global/externalsites/
H A Drfc.qdoc35 \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
40 \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
45 \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
50 \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
55 \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
61 \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
67 \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
72 \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
77 \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
82 \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/doc/global/externalsites/
H A Drfc.qdoc35 \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
40 \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
45 \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
50 \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
55 \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
61 \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
67 \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
72 \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
77 \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
82 \externalpage http://www.rfc-editor.org/rfc/rfc2822.txt
[all …]

12345678910>>...205