Home
last modified time | relevance | path

Searched full:chm (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/external/python/cpython3/Tools/msi/
Duploadrelease.ps119 Optional path besides -build to locate CHM files.
87 $chm = gci python*.chm, python*.chm.asc variable
94 & $pscp -batch $chm.FullName "$user@${server}:$d"
95 if (-not $?) { throw "Failed to upload $chm" } variable
154 $files = gci python*.chm, *\*.exe, *\*.zip
157 $files = ($files, (gci python*.chm)) | %{ $_ }
DREADME.txt89 Specify --doc to build the documentation (.chm) file. If the file is not
369 .\Doc Documentation (*.chm)
424 value set to the full path to the installed CHM file.
/external/python/cpython3/.azure-pipelines/windows-release/
Dstage-build.yml20 displayName: 'Build CHM docs'
26 …ww.python.org/ftp/python/3.8.0/python380.chm" -OutFile "$(Build.BinariesDirectory)\Doc\htmlhelp\py…
27 # displayName: 'Cheat at building CHM docs'
36 htmlhelp\*.chm
Dstage-publish-pythonorg.yml87 Files: 'doc\htmlhelp\*.chm, msi\*\*, embed\*.zip'
132 $hashes = gci doc\htmlhelp\python*.chm, msi\*\*.exe, embed\*.zip | `
/external/python/cpython3/Tools/msi/doc/
Ddoc_files.wxs7 <Component Id="python.chm" Directory="Doc" Guid="*">
8 <File Id="python.chm" Name="$(var.DocFilename)" KeyPath="yes" />
10 … <RegistryValue Key="Help\Main Python Documentation" Type="string" Value="[#python.chm]" />
Ddoc.wxs29 <Shortcut Id="python.chm"
31 Arguments="[#python.chm]"
Ddoc_no_files.wxs6 This file is included when the CHM is not available.
Ddoc.wixproj13 …(MajorVersionNumber)$(MinorVersionNumber)$(MicroVersionNumber)$(ReleaseLevelName).chm</DocFilename>
/external/libevent/m4/
Dax_prog_doxygen.m423 # generating graphics, 'HTML' for plain HTML, 'CHM' for compressed HTML
25 # .chm file, and 'MAN', 'RTF', 'XML', 'PDF' and 'PS' for the appropriate
32 # and doing some massaging they might be better than nothing. CHM and RTF
33 # are specific for MS (note that you can't generate both HTML and CHM at
40 # --enable-doxygen-html and --enable-doxygen-chm,
67 # documentation (HTML, CHM, CHI, MAN, RTF, XML)
319 DX_ARG_ABLE(chm, [generate doxygen compressed HTML help documentation],
330 [DX_CHECK_DEPEND(chm, 1)],
331 [DX_CLEAR_DEPEND(chm, 1)],
338 [DX_CHECK_DEPEND(doc, 1) DX_CHECK_DEPEND(chm, 0)],
[all …]
/external/python/cpython3/Doc/tools/extensions/
Descape4chm.py2 Escape the `body` part of .chm source file to 7-bit ASCII, to fix visual
28 # only works for .chm output
38 # only works for .chm output
/external/antlr/runtime/CSharp2/
Dall.antlr3.runtime.net.build130 <include name="Antlr3.Runtime.chm" />
131 <include name="Antlr3.Utility.chm" />
151 <include name="Antlr3.Runtime.chm" />
152 <include name="Antlr3.Utility.chm" />
160 <include name="Antlr3.Runtime.chm" />
161 <include name="Antlr3.Utility.chm" />
324 <exclude name="**/*.chm"/>
/external/python/cpython3/PC/layout/support/
Doptions.py34 "chm": {"help": "the CHM documentation"},
83 "chm",
Dconstants.py40 PYTHON_CHM_NAME = "python{}{}{}{}.chm".format(
/external/python/cpython2/Doc/
DREADME.txt54 convert them into a single Compiled HTML (.chm) file -- these are popular
57 To create the CHM file, you need to run the Microsoft HTML Help Workshop
/external/python/cpython3/Doc/
DREADME.rst66 convert them into a single Compiled HTML (.chm) file -- these are popular
69 To create the CHM file, you need to run the Microsoft HTML Help Workshop
/external/libaom/libaom/
D.mailmap16 Chm <chm@rock-chips.com>
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Diso-639-3-macrolanguages.tab58 chm mhr A
59 chm mrj A
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_docommand.cc48 Connection_handler_manager * chm; variable
147 chm = Connection_handler_manager::get_instance(); in LLVMFuzzerTestOneInput()
/external/lzma/CPP/7zip/
D7zip.mak86 $(CHM_OBJS): ../../Archive/Chm/$(*B).cpp
212 {../../Archive/Chm}.cpp{$O}.obj::
DGuid.txt204 E9 Chm
/external/libvpx/libvpx/
DAUTHORS36 chm <chm@rock-chips.com>
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DInternCache.java45 * method. No such functionality exists with CHM; and let's use simplest in intern()
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/
Dreadme.txt12 DotZLib.chm - Class library documentation
/external/python/cpython2/Lib/idlelib/
Dhelp.txt147 Windows users can Google on zopeshelf.chm to access Zope help files in
149 configuration GUI supports .chm, along with any other filetypes
/external/python/cpython2/PC/VS7.1/
Dpython.iss186 Source: Lib\site-packages\PyWin32.chm; DestDir: {app}\Lib\site-packages; CopyMode: alwaysoverwrite;…
208 Name: {group}\Win32 Extensions Help; Filename: {app}\Lib\site-packages\PyWin32.chm; WorkingDir: {ap…
252 …cumentation; ValueType: string; ValueData: {app}\lib\site-packages\PyWin32.chm; Flags: uninsdelete…

12345678910>>...17