Home
last modified time | relevance | path

Searched refs:serve (Results 1 – 25 of 250) sorted by relevance

12345678910

/third_party/json/docs/mkdocs/
DMakefile2 serve: prepare_files style_check target
3 venv/bin/mkdocs serve
6 venv/bin/mkdocs serve --dirtyreload
/third_party/python/Lib/test/test_asyncio/
Dtest_server.py37 async def serve(reader, writer): function
49 serve, socket_helper.HOSTv4, 0, start_serving=False))
88 async def serve(reader, writer): function
105 serve, addr, start_serving=False))
Dtest_sslproto.py224 def serve(sock): function
274 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
290 def serve(sock): function
337 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
355 def serve(sock): function
434 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
445 def serve(sock): function
495 with self.tcp_server(serve, timeout=self.TIMEOUT) as srv:
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
DREADME.md11 - `make serve` will use Python3 to spawn a local webserver, you can then browse http://localhost:80…
14 …ged file data as mentioned lower down). For these browsers you’ll need to serve the files using a …
16 …ay use Python 3 builtin webserver: `python -m http.server -d web` (this is what `make serve` uses).
DMakefile84 serve: all target
/third_party/python/Doc/
Dmake.bat65 if "%1" EQU "serve" goto serve
102 echo. clean, check, serve, htmlview
174 :serve label
175 cmd /S /C "%PYTHON% ..\Tools\scripts\serve.py "%BUILDDIR%\html""
DMakefile24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
215 serve: target
216 $(PYTHON) ../Tools/scripts/serve.py build/html
/third_party/json/tools/serve_header/
DREADME.md19 2. To serve the header over HTTPS (which is required by Compiler Explorer at this time), a certific…
33 `serve_header.py` has a built-in default configuration that will serve the `single_include/nlohmann…
79 To serve the header of each working tree at `https://localhost:8443/<worktree>/json.hpp`, a configu…
/third_party/node/benchmark/async_hooks/
Dasync-resource-vs-destroy.js137 return async function serve(req, res) { function
148 return function serve(req, res) { function
/third_party/skia/modules/canvaskit/external_test/
DMakefile7 serve: target
/third_party/protobuf/kokoro/
DREADME.md5 The files in this directory serve as plumbing for running Protobuf
/third_party/libwebsockets/READMEs/
DREADME.content-security-policy.md127 to serve once and then the user is using his local copy for the next
137 security perspective. If someone hacks the `ajax.googleapis.com` site to serve
139 become malicious. However if you serve it yourself, unless your server
140 was specifically targeted you know it will continue to serve what you
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DREADME.txt37 that this extension did not serve the purpose of explicity signaling
45 This would not only serve Drew's purpose of providing an explicit
/third_party/openGLES/extensions/IBM/
DREADME.txt37 that this extension did not serve the purpose of explicity signaling
45 This would not only serve Drew's purpose of providing an explicit
/third_party/skia/experimental/tskit/
DMakefile17 serve: target
/third_party/curl/tests/data/
Dtest86414 REPLY welcome +OK curl POP3 server ready to serve <1972.987654321\@curl>
Dtest84612 REPLY welcome * PREAUTH ready to serve already!
Dtest65091 uhis is what we post to the silly web serve
175 uhis is what we post to the silly web serve
/third_party/icu/icu4c/source/data/translit/
DEthi_Latn.txt11 # This transformation is introduced to serve as a fallback for a
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-cgi/
DREADME.md17 It's able to serve the script output over h1 using chunked encoding,
/third_party/skia/experimental/webgpu-bazel/
DMakefile15 serve: target
/third_party/json/docs/
DREADME.md16 make install_venv serve -C docs/mkdocs
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
DMakefile81 serve: all target
/third_party/curl/docs/
DROADMAP.md4 serve as a guideline for others for information, feedback and possible
/third_party/skia/experimental/skottiekit/
DMakefile46 serve: target

12345678910