/third_party/nghttp2/src/ |
D | asio_client_session_impl.cc | 505 auto &uref = req.uri(); in submit() local 507 http2::copy_url_component(uref.scheme, &u, UF_SCHEMA, uri.c_str()); in submit() 508 http2::copy_url_component(uref.host, &u, UF_HOST, uri.c_str()); in submit() 509 http2::copy_url_component(uref.raw_path, &u, UF_PATH, uri.c_str()); in submit() 510 http2::copy_url_component(uref.raw_query, &u, UF_QUERY, uri.c_str()); in submit() 512 if (util::ipv6_numeric_addr(uref.host.c_str())) { in submit() 513 uref.host = "[" + uref.host; in submit() 514 uref.host += ']'; in submit() 517 uref.host += ':'; in submit() 518 uref.host += util::utos(u.port); in submit() [all …]
|
D | asio_server_http2_handler.cc | 87 auto &uref = req.uri(); in on_header_callback() local 94 uref.scheme.assign(value, value + valuelen); in on_header_callback() 97 uref.host.assign(value, value + valuelen); in on_header_callback() 100 split_path(uref, value, value + valuelen); in on_header_callback() 103 if (uref.host.empty()) { in on_header_callback() 104 uref.host.assign(value, value + valuelen); in on_header_callback() 468 auto &uref = promised_req.uri(); in push_promise() local 469 uref.scheme = req.uri().scheme; in push_promise() 470 uref.host = req.uri().host; in push_promise() 471 split_path(uref, std::begin(raw_path_query), std::end(raw_path_query)); in push_promise()
|
D | asio_server_serve_mux.cc | 84 auto &uref = req.uri(); in handler() local 85 if (!uref.raw_query.empty()) { in handler() 87 new_uri += uref.raw_query; in handler()
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | bibliography.inc | 5 @uref{http://gnunet.org/libmicrohttpd/microhttpd.html} 9 @uref{http://www.ietf.org/} 22 @uref{http://www.echoecho.com/html.htm} 26 @uref{http://de.selfhtml.org/} and @uref{http://fr.selfhtml.org/}
|
/third_party/ffmpeg/doc/ |
D | platform.texi | 75 optimized assembly functions. @uref{http://www.finkproject.org/, Fink}, 76 @uref{https://wiki.gentoo.org/wiki/Project:Prefix, Gentoo Prefix}, 77 @uref{https://mxcl.github.com/homebrew/, Homebrew} 78 or @uref{http://www.macports.org, MacPorts} can easily provide it. 122 of @uref{http://www.libsdl.org/, SDL} and @code{pkg-config} installed. 156 @item @uref{http://msys2.github.io/, MSYS2} 157 @item @uref{http://www.nasm.us/, NASM} 200 @item Grab the @uref{http://zlib.net/, zlib sources}. 232 an MSVC-compatible @uref{http://code.google.com/p/msinttypes/, inttypes.h}. 279 Then you can easily test FFmpeg with @uref{http://www.winehq.com/, Wine}. [all …]
|
D | developer.texi | 259 @uref{http://www.gnu.org/licenses/lgpl-2.1.html, LGPL 2.1}, 262 @uref{http://opensource.org/licenses/isc-license.txt, ISC} or 263 @uref{http://mit-license.org/, MIT} license. 264 @uref{http://www.gnu.org/licenses/gpl-2.0.html, GPL 2} including 389 @uref{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel, ffmpeg-devel} 406 @uref{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-cvslog, ffmpeg-cvslog} 487 @uref{https://lists.ffmpeg.org/mailman/listinfo/ffmpeg-devel, ffmpeg-devel} 570 See @uref{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/pr… 600 @uref{http://caca.zoy.org/wiki/zzuf, zzuf}. Your decoder or demuxer
|
D | faq.texi | 289 @uref{http://www.avisynth.org/, AviSynth homepage}. 592 Yes. Please see the @uref{platform.html, Microsoft Visual C++} 604 read @uref{https://web.archive.org/web/20111004021423/http://kernel.org/pub/linux/docs/lkml/#s15, "…
|
D | encoders.texi | 171 @item @uref{http://www.atsc.org/cms/standards/a_52-2010.pdf,A/52:2010 - Digital Audio Compression (… 172 @item @uref{http://www.atsc.org/cms/standards/a_54a_with_corr_1.pdf,A/54 - Guide to the Use of the … 173 @item @uref{http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/18_Metad… 174 @item @uref{http://www.dolby.com/uploadedFiles/zz-_Shared_Assets/English_PDFs/Professional/46_DDEnc…
|
D | protocols.texi | 1092 @uref{https://github.com/revmischa/rtsp-server, RTSP server}).
|
D | ffmpeg.texi | 1982 @uref{http://linux.bytesex.org/xawtv/, xawtv} by Gerd Knorr. You also
|
/third_party/gettext/gettext-tools/doc/ |
D | lang-gawk.texi | 20 (@uref{https://github.com/arnoldrobbins/texiwebjr}).
|
D | lang-java.texi | 107 @uref{javadoc2/index.html,javadoc2 directory}.
|
D | lang-csharp.texi | 181 @uref{csharpdoc/index.html,csharpdoc directory}.
|
D | gettext.texi | 3115 Project's homepage, @uref{https://translationproject.org/}, in the "Teams" 6744 The Unicode CLDR Project (@uref{http://cldr.unicode.org}) provides a 8237 @code{hello} distribution (@uref{https://www.gnu.org/software/hello}). 9497 @uref{http://www.opengroup.org/onlinepubs/007904975/functions/fprintf.html}. 9499 @uref{http://www.linuxvalley.it/encyclopedia/ldp/manpage/man3/printf.3.php}, 9500 @uref{http://informatik.fh-wuerzburg.de/student/i510/man/printf.html}. 9557 @uref{https://docs.python.org/2/library/stdtypes.html#string-formatting-operations}. 9560 String Formatting}, @uref{https://www.python.org/dev/peps/pep-3101/}. 9572 @uref{https://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html}. 9574 @uref{http://icu-project.org/apiref/icu4j/com/ibm/icu/text/MessageFormat.html}. [all …]
|
D | fdl.texi | 397 @uref{https://www.gnu.org/copyleft/}.
|
D | xgettext.texi | 518 Write out comments recognized by itstool (@uref{http://itstool.org}).
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | fdl-1.3.texi | 9 @uref{http://fsf.org/} 417 @uref{http://www.gnu.org/copyleft/}.
|
D | texinfo.tex | 2551 % @uref (abbreviation for `urlref') takes an optional (comma-separated) 2581 \let\uref=\urefbreak 2676 % @url synonym for @uref, since that's how everyone uses it. 2678 \let\url=\uref 2681 % So now @email is just like @uref, unless we are pdf. 2694 \let\email=\uref 4596 \definedummyword\uref
|
/third_party/gettext/libtextstyle/doc/ |
D | fdl.texi | 9 @uref{https://fsf.org/} 417 @uref{https://www.gnu.org/copyleft/}.
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | fdl.texi | 397 @uref{https://www.gnu.org/copyleft/}.
|
/third_party/e2fsprogs/lib/et/ |
D | texinfo.tex | 1969 % @uref (abbreviation for `urlref') takes an optional (comma-separated) 1975 \def\uref#1{\douref #1,,,\finish} 1997 % @url synonym for @uref, since that's how everyone uses it. 1999 \let\url=\uref 2002 % So now @email is just like @uref, unless we are pdf. 2015 \let\email=\uref 3388 \definedummyword\uref
|
/third_party/e2fsprogs/doc/ |
D | texinfo.tex | 1969 % @uref (abbreviation for `urlref') takes an optional (comma-separated) 1975 \def\uref#1{\douref #1,,,\finish} 1997 % @url synonym for @uref, since that's how everyone uses it. 1999 \let\url=\uref 2002 % So now @email is just like @uref, unless we are pdf. 2015 \let\email=\uref 3388 \definedummyword\uref
|
/third_party/gettext/build-aux/ |
D | texinfo.tex | 2568 % @uref (abbreviation for `urlref') aka @url takes an optional 2581 \let\uref=\urefbreak 2686 % @url synonym for @uref, since that's how everyone uses it. 2688 \let\url=\uref 2691 % So now @email is just like @uref, unless we are pdf. 2704 \let\email=\uref 4655 \definedummyword\uref
|
/third_party/libffi/doc/ |
D | texinfo.tex | 3005 % @uref (abbreviation for `urlref') aka @url takes an optional 3018 \let\uref=\urefbreak 3136 % @url synonym for @uref, since that's how everyone uses it. 3138 \let\url=\uref 3141 % So now @email is just like @uref, unless we are pdf. 3155 \let\email=\uref 5094 \commondummyword\uref
|