Home
last modified time | relevance | path

Searched refs:docs (Results 1 - 25 of 67) sorted by relevance

123

/third_party/python/Doc/
H A DMakefile46 @echo " dist to create a \"dist\" directory with archived docs for download"
63 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \
169 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
170 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
171 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
172 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
173 rm -r dist/python-$(DISTVERSION)-docs-html
174 rm dist/python-$(DISTVERSION)-docs
[all...]
H A Dmake.bat24 echo Installing python-docs-theme with %PYTHON%
25 %PYTHON% -m pip install python-docs-theme
183 rem Check the docs and NEWS files with sphinx-lint.
/third_party/curl/tests/
H A Dtest1175.pl13 # are also available at https://curl.se/docs/copyright.html.
35 my %docs; # from libcurl-errors.3
38 open(my $f, "<", "$root/docs/libcurl/libcurl-errors.3");
46 $docs{$symbol}=1;
54 open(my $f, "<", "$root/docs/libcurl/symbols-in-versions");
73 if($error{$_} && !$docs{$_}) {
78 for(sort keys %docs) {
79 if($docs{$_} && !$error{$_}) {
H A Dtest1165.pl13 # are also available at https://curl.se/docs/copyright.html.
37 my %docs;
114 open F, "<$root/docs/$DOCS";
120 $docs{$sym} = $line;
139 if(!$docs{$s}) {
151 if(!$docs{$s}) {
167 if(!$docs{$s}) {
174 for my $s (sort keys %docs) {
/third_party/curl/src/
H A DMakefile.mk12 # are also available at https://curl.se/docs/copyright.html.
67 $(PROOT)/docs/curl.1: $(wildcard $(PROOT)/docs/cmdline-opts/*.d)
68 cd $(PROOT)/docs/cmdline-opts && \
77 tool_hugehelp.c: $(PROOT)/docs/curl.1 mkhelp.pl
/third_party/icu/icu4c/source/config/
H A Ddist.mk26 DOCZIP=icu-docs.zip
35 DISTY_DOC_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-docs.zip
52 ln -sf $(shell basename $(DISTY_DOC_ZIP)) $(DISTY_FILE_DIR)/icu4c-docs.zip
53 ln -f $(DISTY_DOC_ZIP) $(DISTY_FILE_DIR)/icu4c-$(DISTY_VER)-docs.zip
59 # make sure we get the non-lgpl docs
/third_party/skia/third_party/externals/icu/source/config/
H A Ddist.mk26 DOCZIP=icu-docs.zip
35 DISTY_DOC_ZIP=$(DISTY_FILE_DIR)/$(DISTY_PREFIX)-$(DISTY_VER)-$(GITVER)-docs.zip
52 ln -sf $(shell basename $(DISTY_DOC_ZIP)) $(DISTY_FILE_DIR)/icu4c-docs.zip
53 ln -f $(DISTY_DOC_ZIP) $(DISTY_FILE_DIR)/icu4c-$(DISTY_VER)-docs.zip
59 # make sure we get the non-lgpl docs
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckTags.java33 package com.ibm.icu.dev.tool.docs;
289 void doDocs(ProgramElementDoc[] docs, String header, boolean reportError) { in doDocs() argument
290 if (docs != null && docs.length > 0) { in doDocs()
292 for (int i = 0; i < docs.length; ++i) { in doDocs()
293 doDoc(docs[i]); in doDocs()
355 tagErr("tag should appear only in member docs", tag); in doTags()
368 tagErr("tag should appear only in class/interface docs", tag); in doTags()
H A DGatherAPIData.java30 * -doclet com.ibm.icu.dev.tool.docs.GatherAPIData
45 package com.ibm.icu.dev.tool.docs;
200 private void doDocs(ProgramElementDoc[] docs) { in doDocs() argument
201 if (docs != null && docs.length > 0) { in doDocs()
202 for (int i = 0; i < docs.length; ++i) { in doDocs()
203 doDoc(docs[i]); in doDocs()
253 // actually in the docs, but this shouldn't matter. We don't really
H A DGatherAPIDataOld.java30 * -doclet com.ibm.icu.dev.tool.docs.GatherAPIData
45 package com.ibm.icu.dev.tool.docs;
191 private void doDocs(ProgramElementDoc[] docs) { in doDocs() argument
192 if (docs != null && docs.length > 0) { in doDocs()
193 for (int i = 0; i < docs.length; ++i) { in doDocs()
194 doDoc(docs[i]); in doDocs()
H A DCheckAPI.java27 * -doclet com.ibm.icu.dev.tool.docs.CheckAPI
30 * -compare c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_6_1.txt
42 package com.ibm.icu.dev.tool.docs;
566 // this.compare = "c:/doug/cvsproj/icu4j/src/com/ibm/icu/dev/tool/docs/api2_8.txt"; in CheckAPI()
788 private void doDocs(ProgramElementDoc[] docs) { in doDocs() argument
789 if (docs != null && docs.length > 0) { in doDocs()
790 for (int i = 0; i < docs.length; ++i) { in doDocs()
791 doDoc(docs[i]); in doDocs()
H A DICUTagletAdapter.java9 package com.ibm.icu.dev.tool.docs;
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A Dcreatedoc.bat5 mkdir docs\api
7 javadoc -d docs/api -classpath lib/xerces.jar -sourcepath ../../../ -windowTitle "RBManager" -bottom "Copyright IBM 2000-2004" %DOC_TYPE% com.ibm.rbm com.ibm.rbm.gui
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A Dgen-script-docs.sh9 # Output is under $(OUTDIR)/python-docs
28 OUTDIR=$(pwd)/gen/out/python-docs
31 cp scripts/__init__.py.docs scripts/__init__.py
/third_party/curl/projects/
H A Dchecksrc.bat13 rem * are also available at https://curl.se/docs/copyright.html.
101 if exist docs (
176 rem Check the docs\examples directory
177 if exist %SRC_DIR%\docs\examples (
178 for /f "delims=" %%i in ('dir "%SRC_DIR%\docs\examples\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\docs\examples" -ASNPRINTF "%%i"
/third_party/icu/tools/release/java/
H A DMakefile73 .PHONY: check-vars classes clean-docs tmp-old
82 clean-docs: | check-vars
/third_party/python/Lib/idlelib/
H A Dhelp_about.py91 docs_url = ("https://docs.python.org/%d.%d/library/idle.html" %
93 docs = Label(frame_background, text=docs_url,
95 docs.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
96 docs.bind("<Button-1>", lambda event: webbrowser.open(docs['text']))
/third_party/curl/
H A Dbuildconf.bat13 rem * are also available at https://curl.se/docs/copyright.html.
204 %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl docs\MANUAL >> src\tool_hugehelp.c
207 %ROFFCMD% docs\curl.1 2>NUL | perl src\mkhelp.pl -c docs\MANUAL >> src\tool_hugehelp.c
/kernel/linux/linux-5.10/include/linux/wimax/
H A Ddebug.h242 #warning D_MASTER not defined, but debug.h included! [see docs]
260 #error D_SUBMODULE not defined, but debug.h included! [see docs]
/third_party/selinux/secilc/
H A DMakefile70 $(MAKE) -C docs
86 $(MAKE) -C docs clean
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py186 docs = []
192 docs.append(info)
194 return docs
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A DMakefile133 $(Q)$(MAKE) docs-clean
297 all: docs
299 docs:
301 -f Makefile.docs \
304 docs-clean:
306 -f Makefile.docs \
716 .PHONY: docs docs-clean
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk303 rm -rf docs/markdown
304 rm -f docs/mkdocs.yml
/third_party/json/
H A DMakefile52 $(MAKE) check_output -C docs
166 $(SRCS) $(TESTS_SRCS) $(AMALGAMATED_FILE) $(AMALGAMATED_FWD_FILE) docs/examples/*.cpp
170 for FILE in $(SRCS) $(TESTS_SRCS) $(AMALGAMATED_FILE) docs/examples/*.cpp; do echo $$FILE; clang-format -i $$FILE; done
217 # archive is created according to the advices of <https://reproducible-builds.org/docs/archives/>.
/kernel/linux/linux-6.6/Documentation/tools/rv/
H A DMakefile30 $(info ** https://docutils.sourceforge.io/docs/dev/repository.html )

Completed in 11 milliseconds

123