Home
last modified time | relevance | path

Searched refs:html (Results 1 – 25 of 196) sorted by relevance

12345678

/f-stack/app/redis-5.0.5/utils/lru/
H A Dtest-lru.rb19 html = ""
20 html << <<EOF
67 html << "#{r.dbsize} keys inserted.\n"
94 html << "Insert enough keys to evict half the keys we inserted.\n"
112 html << "#{add} additional keys added.\n"
113 html << "#{r.dbsize} keys in DB.\n"
146 html << "#{errors}% error!\n"
147 html << "</pre>"
172 html << "<div title=\"#{id}\" class=\"#{c}\"></div>"
177 html << <<EOF
[all …]
H A DREADME13 ruby test-lru.rb /tmp/lru.html
19 ruby test-lru.rb /tmp/lru.html 10
/f-stack/tools/libxo/
H A DMakefile.am51 upload-docs: docs upload-html
53 upload-html:
55 @-[ -d ${GH_PAGES_DIR} -a -d doc/html ] \
57 && mkdir -p ${GH_PAGES_DIR_VER}/html \
58 && cp doc/top-link.html ${GH_PAGES_DIR}/libxo.html \
59 && cp -r doc/html/* ${GH_PAGES_DIR_VER}/html/ \
61 && git add libxo.html \
62 && git add ${PACKAGE_VERSION}/html \
64 libxo.html ${PACKAGE_VERSION}/html \
/f-stack/tools/libxo/doc/
H A DMakefile.am11 doc docs: xolint.rst html
25 html sphinx sphinx-html: target
26 ${SPHINX} -M html ${srcdir} . -N -E
H A Dxohtml.rst9 html files suitable for display in modern HTML web browsers. It can
29 any libxo options needed to generate html (`--libxo=html`). This
/f-stack/app/nginx-1.16.1/conf/
H A Dnginx.conf62 error_page 500 502 503 504 /50x.html;
63 location = /50x.html {
64 root html;
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DTUNING.md14 [malloc_conf](http://jemalloc.net/jemalloc.3.html#tuning).
16 * [background_thread](http://jemalloc.net/jemalloc.3.html#background_thread)
26 * [metadata_thp](http://jemalloc.net/jemalloc.3.html#opt.metadata_thp)
38 * [dirty_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.dirty_decay_ms) and
39 [muzzy_decay_ms](http://jemalloc.net/jemalloc.3.html#opt.muzzy_decay_ms)
49 * [narenas](http://jemalloc.net/jemalloc.3.html#opt.narenas)
60 * [percpu_arena](http://jemalloc.net/jemalloc.3.html#opt.percpu_arena)
103 * [Explicit arenas](http://jemalloc.net/jemalloc.3.html#arenas.create)
112 time](http://jemalloc.net/jemalloc.3.html#arena.i.dirty_decay_ms) if
115 * [Extent hooks](http://jemalloc.net/jemalloc.3.html#arena.i.extent_hooks)
[all …]
/f-stack/app/redis-5.0.5/deps/lua/
H A DREADME13 For an executive summary, see http://www.lua.org/about.html .
16 For a short list, see http://www.lua.org/uses.html .
21 See COPYRIGHT and http://www.lua.org/license.html for details.
22 Lua can be downloaded at http://www.lua.org/download.html .
35 For more information about the authors, see http://www.lua.org/authors.html .
/f-stack/freebsd/contrib/zstd/doc/
H A DREADME.md7 __`zstd_manual.html`__ : Documentation of `zstd.h` API, in html format.
8 Click on this link: [http://zstd.net/zstd_manual.html](http://zstd.net/zstd_manual.html)
/f-stack/freebsd/contrib/openzfs/cmd/zed/zed.d/
H A DREADME20 http://www.pixelbeat.org/programming/shell_script_mistakes.html
23 http://www.dwheeler.com/essays/filenames-in-shell.html
26 https://www.gnu.org/software/autoconf/manual/autoconf.html#Portable-Shell
/f-stack/dpdk/doc/api/
H A Dmeson.build16 generate_css = find_program('doxy-html-custom.sh')
37 cdata.set('HTML_OUTPUT', 'html')
53 output: 'html',
54 depfile: 'html.d',
/f-stack/example/
H A Dmain_epoll.c26 char html[] = variable
92 ff_write( events[i].data.fd, html, sizeof(html) - 1); in loop()
H A Dmain.c28 char html[] = variable
103 ff_write(clientfd, html, sizeof(html) - 1); in loop()
H A Dmain_zc.c28 char html[] = variable
143 buf_len = sizeof(html) - 1; in loop()
144 buf_tmp = html; in loop()
/f-stack/dpdk/doc/guides/
H A Dmeson.build18 output: 'html',
22 depfile: '.html.d',
/f-stack/tools/libxo/libxo/
H A Dadd.man.in8 https://juniper.github.io/libxo/@LIBXO_VERSION@/html/index.html
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dindex.html.tpl1 <!doctype html>
2 <html>
98 </html>
/f-stack/app/nginx-1.16.1/auto/
H A Dinstall90 if test -d html ; then
91 NGX_HTML=html
93 NGX_HTML=docs/html
160 test -d '\$(DESTDIR)$NGX_PREFIX/html' \\
/f-stack/freebsd/contrib/device-tree/Bindings/iio/accel/
H A Dadi,adxl345.yaml15 https://www.analog.com/en/products/mems/accelerometers/adxl345.html
16 https://www.analog.com/en/products/sensors-mems/accelerometers/adxl375.html
/f-stack/app/redis-5.0.5/src/
H A D.gitignore5 lcov-html
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md39 …s://openzfs.github.io/openzfs-docs/Developer%20Resources/Git%20and%20GitHub%20for%20beginners.html)
45 instructions](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html),
47 repository](https://openzfs.github.io/openzfs-docs/Getting%20Started/index.html).
58 page](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Troubleshooting.html).
62 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
70 list](https://openzfs.github.io/openzfs-docs/Project%20and%20Community/Mailing%20Lists.html)
149 https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html#running-zloop-sh-a…
162 …dbot options](https://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Options.html)
265 of Origin](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-th…
/f-stack/tools/libxo/tests/xo/saved/
H A Dxo_02.JP.err8 --html OR -H Generate HTML output
18 --style <style> OR -s <style> Generate given style (xml, json, text, html)
H A Dxo_02.HIPx.err8 --html OR -H Generate HTML output
18 --style <style> OR -s <style> Generate given style (xml, json, text, html)
H A Dxo_02.J.err8 --html OR -H Generate HTML output
18 --style <style> OR -s <style> Generate given style (xml, json, text, html)
H A Dxo_02.HP.err8 --html OR -H Generate HTML output
18 --style <style> OR -s <style> Generate given style (xml, json, text, html)

12345678