Home
last modified time | relevance | path

Searched defs:config_file (Results 26 – 50 of 2575) sorted by relevance

12345678910>>...103

/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dconfig_parse.h18 typedef struct config_file { struct
21 git_array_t(struct config_file) includes; argument
/dports/net-mgmt/py-napalm/napalm-3.3.1/docs/tutorials/sample_scripts/
H A Dload_replace.py14 def main(config_file): argument
66 config_file = sys.argv[1] variable
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dconfig_parse.h18 typedef struct config_file { struct
21 git_array_t(struct config_file) includes; argument
/dports/www/limesurvey/limesurvey/admin/
H A Dindex.php15 $config_file = $config_folder . 'config.php'; variable
18 $config_file = $config_folder . 'config-sample-mysql.php'; variable
/dports/net-mgmt/nagios/nagios-3.5.1/base/
H A Dperfdata.c50 int initialize_performance_data(char *config_file) { in initialize_performance_data()
62 int cleanup_performance_data(char *config_file) { in cleanup_performance_data()
H A Dsretention.c55 int initialize_retention_data(char *config_file) { in initialize_retention_data()
69 int cleanup_retention_data(char *config_file) { in cleanup_retention_data()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/support/import_export/
H A Dconfiguration_helper.rb24 def relation_paths_for(key, config: Gitlab::ImportExport.config_file)
29 def relation_names_for(key, config: Gitlab::ImportExport.config_file)
43 def parsed_attributes(relation_name, attributes, config: Gitlab::ImportExport.config_file)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bullet/
H A Dexclusions.rb6 def initialize(config_file = Gitlab.root.join('config/bullet.yml')) argument
26 attr_reader :config_file accessor in Gitlab.Bullet.Exclusions
/dports/devel/py-streamparse/streamparse-4.0.0/streamparse/
H A Dutil.py113 def activate_env(env_name=None, options=None, config_file=None): argument
159 def get_config(config_file=None): argument
188 def get_topology_definition(topology_name=None, config_file=None): argument
227 def get_env_config(env_name=None, config_file=None): argument
423 def get_ui_jsons(env_name, api_paths, config_file=None): argument
458 def get_ui_json(env_name, api_path, config_file=None): argument
/dports/textproc/py-mkdocs/mkdocs-1.2.3/mkdocs/config/
H A Dbase.py134 def load_file(self, config_file): argument
146 def _open_config_file(config_file): argument
194 def load_config(config_file=None, **kwargs): argument
/dports/misc/adios2/ADIOS2-2.7.1/bindings/C/adios2/c/
H A Dadios2_c_adios_mpi.cpp18 adios2_adios *adios2_init_config_glue_mpi(const char *config_file, in adios2_init_config_glue_mpi()
45 adios2_adios *adios2_init_config_mpi(const char *config_file, MPI_Comm comm) in adios2_init_config_mpi()
/dports/www/kanboard/kanboard-1.2.21/app/
H A Dcommon.php18 $config_file = implode(DIRECTORY_SEPARATOR, array(__DIR__, '..', 'data', 'config.php')); variable
24 $config_file = implode(DIRECTORY_SEPARATOR, array(__DIR__, '..', 'config.php')); variable
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dadd_image.c76 const tchar *config_file) in capture_sources_to_add_cmds()
106 const tchar *config_file, in wimlib_add_image_multisource()
160 const tchar *config_file, in wimlib_add_image()
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Dconfigure.py37 def set_config(section, option, value, config_file): argument
46 def write_config(config_file): argument
100 def rm_config(section, option, config_file): argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/
H A DeclipseConfig.c43 _TCHAR* config_file = NULL; in readIniFile() local
60 _TCHAR* config_file = NULL; in getIniFile() local
104 int readConfigFile( _TCHAR * config_file, int *argc, _TCHAR ***argv ) in readConfigFile()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dpowerpath.py44 )
45
46 if not has_powerpath():
107 Remove a license
108 """
H A Ddnsmasq.py63 def set_config(config_file="/etc/dnsmasq.conf", follow=True, **kwargs): argument
127 def get_config(config_file="/etc/dnsmasq.conf"): argument
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dfilesettingshash.cpp65 QString config_file = configFile(filename, type); in existSettingsFor() local
77 QString config_file = configFile(filename, type); in loadSettingsFor() local
98 QString config_file = configFile(filename, type, &output_dir); in saveSettingsFor() local
/dports/devel/py-pre-commit/pre_commit-1.21.0/pre_commit/commands/
H A Dinstall_uninstall.py70 config_file, hook_type, argument
115 config_file, store, hook_types, argument
140 def install_hooks(config_file, store): argument
/dports/www/hiawatha-monitor/monitor/libraries/
H A Dbanshee.php244 function config_file($config_file, $remove_comments = true) { function
308 $config_file = $_ENV["banshee_config_file"]; variable
310 $config_file = "website"; variable
/dports/www/py-notebook/notebook-6.4.5/notebook/auth/
H A Dsecurity.py135 def persist_config(config_file=None, mode=0o600): argument
166 def set_password(password=None, config_file=None): argument
/dports/devel/py-oslo.config/oslo.config-8.7.1/oslo_config/
H A Dsphinxconfiggen.py52 def _get_default_basename(config_file): argument
56 def _generate_sample(app, config_file, base_name): argument
/dports/devel/py-jupyter-server/jupyter_server-1.12.1/jupyter_server/auth/
H A Dsecurity.py142 def persist_config(config_file=None, mode=0o600): argument
172 def set_password(password=None, config_file=None): argument
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/src/
H A Dtestplugin.c54 const char *config_file; member
70 static plugin_data *plugin_data_init (const char *config_file) { in plugin_data_init()
144 const char *config_file; in main() local
/dports/devel/py-twine/twine-3.7.0/tests/
H A Dconftest.py11 def config_file(tmpdir, monkeypatch): function
19 def write_config_file(config_file): argument

12345678910>>...103