Home
last modified time | relevance | path

Searched refs:template_file_path (Results 1 – 16 of 16) sorted by relevance

/dports/math/py-z3-solver/z3-z3-4.8.10/doc/
H A Dmk_api_doc.py135 def configure_file(template_file_path, output_file_path, substitutions): argument
147 assert isinstance(template_file_path, str)
150 assert len(template_file_path) > 0
152 print("Generating {} from {}".format(output_file_path, template_file_path))
154 if not os.path.exists(template_file_path):
155 raise Exception('Could not find template file "{}"'.format(template_file_path))
159 with open(template_file_path, 'r') as f:
/dports/math/z3/z3-z3-4.8.13/doc/
H A Dmk_api_doc.py142 def configure_file(template_file_path, output_file_path, substitutions): argument
154 assert isinstance(template_file_path, str)
157 assert len(template_file_path) > 0
159 print("Generating {} from {}".format(output_file_path, template_file_path))
161 if not os.path.exists(template_file_path):
162 raise Exception('Could not find template file "{}"'.format(template_file_path))
166 with open(template_file_path, 'r') as f:
/dports/devel/rebar3/rebar3-3.17.0/test/
H A Drebar_templater_SUITE.erl26 [{template_file_path, Path}, {expected, Expected} | Config];
50 Path = ?config(template_file_path, Config),
/dports/net/dhcpd-pools/dhcpd-pools-3.1/samples/
H A Dmustach.template68 template_file_path: {{template_file_path}}
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dlsc_user.c572 gchar *password_file_path, *template_file_path; in lsc_user_exe_create() local
598 template_file_path = g_build_filename (GVMD_DATA_DIR, "template.nsis", NULL); in lsc_user_exe_create()
612 cmd[5] = g_strdup (template_file_path); in lsc_user_exe_create()
649 g_free (template_file_path); in lsc_user_exe_create()
/dports/devel/py-nbclassic/nbclassic-0.3.4/nbclassic/
H A Dtraits.py82 def template_file_path(self): member in NotebookAppTraits
H A Dnotebookapp.py172 return self.template_file_path
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/include/
H A Dquest.h139 const QString& template_file_path,
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dquest.cpp1430 const QString& template_file_path, in create_file_from_template() argument
1437 QFile template_file(template_file_path); in create_file_from_template()
1439 throw EditorException(tr("Cannot read file '%1'").arg(template_file_path)); in create_file_from_template()
/dports/math/z3/z3-z3-4.8.13/scripts/
H A Dmk_util.py3483 def configure_file(template_file_path, output_file_path, substitutions): argument
3493 assert isinstance(template_file_path, str)
3496 assert len(template_file_path) > 0
3498 print("Generating {} from {}".format(output_file_path, template_file_path))
3500 if not os.path.exists(template_file_path):
3501 raise MKException('Could not find template file "{}"'.format(template_file_path))
3505 with open(template_file_path, 'r') as f:
/dports/math/py-z3-solver/z3-z3-4.8.10/scripts/
H A Dmk_util.py3396 def configure_file(template_file_path, output_file_path, substitutions): argument
3406 assert isinstance(template_file_path, str)
3409 assert len(template_file_path) > 0
3411 print("Generating {} from {}".format(output_file_path, template_file_path))
3413 if not os.path.exists(template_file_path):
3414 raise MKException('Could not find template file "{}"'.format(template_file_path))
3418 with open(template_file_path, 'r') as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/tools/
H A Dgenerate_policy_source.py428 def _OutputGeneratedWarningHeader(f, template_file_path, xml_style): argument
438 f.write(left_margin + ' FROM ' + template_file_path + '\n')
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py4780 template_file_path = _get_template_file_path(runtime_string=runtime_string, is_linux=is_linux)
4784 file_contents = template_repo.get_contents(template_file_path)
4819 template_file_path = None
4822 template_file_path = LINUX_GITHUB_ACTIONS_WORKFLOW_TEMPLATE_PATH.get(runtime_stack, None)
4832 template_file_path = WINDOWS_GITHUB_ACTIONS_WORKFLOW_TEMPLATE_PATH.get(runtime_stack, None)
4834 if not template_file_path:
4836 return template_file_path
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc2589 std::string template_file_path; in save_template() local
2592template_file_path = Glib::build_filename (template_dir_path, Glib::path_get_basename (template_di… in save_template()
2594 template_file_path = Glib::build_filename (template_dir_path, template_name + template_suffix); in save_template()
2618 if (!tree.write (template_file_path)) { in save_template()
2623 store_recent_templates (template_file_path); in save_template()
/dports/www/py-notebook/notebook-6.4.5/notebook/
H A Dnotebookapp.py199 jupyter_app.template_file_path,
1311 def template_file_path(self): member in NotebookApp
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/
H A Dserverapp.py263 jupyter_app.template_file_path,
1357 def template_file_path(self): member in ServerApp