Lines Matching refs:join
27 …with open('htmlmap.tmp', "w") as fdw, open(os.path.join(build_dir,'manualpages','htmlmap'), "r") a…
29 …with open('htmlmap.tmp', "a") as fdw, open(os.path.join(build_dir,'manualpages','mpi.www.index'), …
40 if not os.path.isdir(os.path.join(loc,root)): os.makedirs(os.path.join(loc,root))
41 …allfiles.extend([os.path.join(loc,root,f+'.html') for f in files if any([s for s in SUFFIXES if f.…
44 with open(os.path.join(loc,root,'index.html'),'w') as fdw:
49 if os.path.isfile(os.path.join(root,'makefile')):
50 with open(os.path.join(root,'makefile')) as mklines:
54 with open(os.path.join('doc','manualpages','MANSECHeaders',mansec)) as fd:
66 with open(os.path.join(root,f)) as fd:
87 fdw.write('<a href="' + os.path.join(d,'index.html') + '">' + d + '</a><br>\n')
91 with open(os.path.join(petsc_dir,'c2html.mk'),'w') as fd:
93 fd.write(' '.join(allfiles))
96 fd.write(os.path.join(loc,'%.html')+' : %\n')
97 …fd.write(' @' + str(os.path.join(str(petsc_dir),'doc','build_c2html_file.py')) + ' ' + str(petsc_d…