Searched refs:RFC1738 (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/npm/node_modules/qs/lib/ |
D | formats.js | 9 RFC1738: function (value) { method 16 RFC1738: 'RFC1738', property
|
/third_party/node/deps/npm/node_modules/qs/test/ |
D | stringify.js | 531 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/ |
D | qs.js | 10 RFC1738: function (value) { method 17 RFC1738: 'RFC1738', property
|
/third_party/node/deps/npm/node_modules/qs/ |
D | README.md | 453 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/ |
D | spdy-draft.txt | 1879 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/ |
D | KNOWN_BUGS | 667 libcurl ignores empty path parts in FTP URLs, whereas RFC1738 states that
|