Home
last modified time | relevance | path

Searched refs:RFC1738 (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/qs/lib/
Dformats.js9 RFC1738: function (value) { method
16 RFC1738: 'RFC1738', property
/third_party/node/deps/npm/node_modules/qs/test/
Dstringify.js531 st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC1738 }), 'a=b+c');
532 st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC1738 }), 'a+b=c+d');
/third_party/node/deps/npm/node_modules/qs/dist/
Dqs.js10 RFC1738: function (value) { method
17 RFC1738: 'RFC1738', property
/third_party/node/deps/npm/node_modules/qs/
DREADME.md453 In the same time, output can be stringified as per RFC1738 with ' ' equal to '+'.
458 assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c');
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt1879 RFC1738 [RFC1738]). For example, for
1889 ":host" - the hostport (See RFC1738 [RFC1738]) portion of the
2641 [RFC1738] Berners-Lee, T., Masinter, L., and M. McCahill, "Uniform
/third_party/curl/docs/
DKNOWN_BUGS667 libcurl ignores empty path parts in FTP URLs, whereas RFC1738 states that