Home
last modified time | relevance | path

Searched refs:make_banner (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/scripts/
H A Dhtml_fragments.py75 def make_banner(): function
93 print((make_banner()))
H A Dnamed_colors.py307 banner = html_fragments.make_banner()
H A Drst2htmldeco.py143 html_fragments.banner = html_fragments.make_banner()
/dports/devel/py-monty/monty-2021.8.17/monty/
H A Dstring.py124 def make_banner(s, width=78, mark="*"): function
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/utils/
H A Dbanner.py34 def make_banner(what, chapters): function
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/engines/worker_based/
H A Dworker.py124 return banner.make_banner('WBE worker', chapters)
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/
H A Dflows.py22 from monty.string import list_strings, is_string, make_banner
1276 print(make_banner(str(task), width=ncols, mark="="), file=stream)
1296 print(make_banner(str(task), width=ncols, mark="="), file=stream)
1324 … cprint(make_banner(str(work), width=ncols, mark="="), file=stream, **work.status.color_opts)
1328 … cprint(make_banner(str(task), width=ncols, mark="="), file=stream, **task.status.color_opts)
1333 … cprint(make_banner(str(self), width=ncols, mark="="), file=stream, **self.status.color_opts)
1778 print(make_banner(str(task), width=ncols, mark="="), file=stream)
1787 print(make_banner(str(err_file), width=ncols, mark="="), file=stream)
1795 … print(make_banner(os.path.basename(report.filename), width=ncols, mark="="), file=stream)
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dmain.cpp1151 std::string state::make_banner() in make_banner() function in state
1350 ocb.set_utf8_banner( make_banner()); in main()
H A Dmain.h863 std::string make_banner();
/dports/lang/lfe/lfe-1.3/src/
H A Dlfe_shell.erl99 io:put_chars(make_banner()),
221 make_banner() -> function
/dports/science/py-abipy/abipy-0.9.0/abipy/scripts/
H A Dabirun.py22 from monty.string import boxed, make_banner
167 print(make_banner(os.path.relpath(path), width=ncols, mark="="))