Home
last modified time | relevance | path

Searched refs:path_or_name (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/condprofile/condprof/customization/
H A D__init__.py19 def find_customization(path_or_name): argument
20 if not path_or_name.endswith(".json"):
21 path_or_name += ".json"
22 if not os.path.exists(path_or_name):
24 rpath = os.path.join(HERE, path_or_name)
27 path_or_name = rpath
28 return path_or_name
31 def get_customization(path_or_name): argument
32 path = find_customization(path_or_name)
34 raise IOError("Can't find the customization file %r" % path_or_name)
/dports/www/firefox/firefox-99.0/testing/condprofile/condprof/customization/
H A D__init__.py19 def find_customization(path_or_name): argument
20 if not path_or_name.endswith(".json"):
21 path_or_name += ".json"
22 if not os.path.exists(path_or_name):
24 rpath = os.path.join(HERE, path_or_name)
27 path_or_name = rpath
28 return path_or_name
31 def get_customization(path_or_name): argument
32 path = find_customization(path_or_name)
34 raise IOError("Can't find the customization file %r" % path_or_name)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/condprofile/condprof/customization/
H A D__init__.py19 def find_customization(path_or_name): argument
20 if not path_or_name.endswith(".json"):
21 path_or_name += ".json"
22 if not os.path.exists(path_or_name):
24 rpath = os.path.join(HERE, path_or_name)
27 path_or_name = rpath
28 return path_or_name
31 def get_customization(path_or_name): argument
32 path = find_customization(path_or_name)
34 raise IOError("Can't find the customization file %r" % path_or_name)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/condprofile/condprof/customization/
H A D__init__.py15 def find_customization(path_or_name): argument
16 if not path_or_name.endswith(".json"):
17 path_or_name += ".json"
18 if not os.path.exists(path_or_name):
20 rpath = os.path.join(HERE, path_or_name)
23 path_or_name = rpath
24 return path_or_name
27 def get_customization(path_or_name): argument
28 path = find_customization(path_or_name)
30 raise IOError("Can't find the customization file %r" % path_or_name)
/dports/devel/git-gui/git-2.34.1/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/devel/git-p4/git-2.34.1/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/devel/git-svn/git-2.34.1/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/devel/git/git-2.34.1/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/devel/git-cvs/git-2.34.1/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/devel/cgit/cgit-1.2.3/git/t/helper/
H A Dtest-submodule-config.c41 const char *path_or_name; in cmd__submodule_config() local
44 path_or_name = arg[1]; in cmd__submodule_config()
53 &commit_oid, path_or_name); in cmd__submodule_config()
56 &commit_oid, path_or_name); in cmd__submodule_config()
/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/common/DataStructure/
H A Demitter.py39 def parent_variable_name(self, IR_node, path_or_name=[0]): argument
40 if isinstance(path_or_name, _string_types):
41 path = [IR_node.in_edges.index(path_or_name)]
42 elif isinstance(path_or_name, list):
43 path = path_or_name
/dports/mail/neomutt/neomutt-20211029/
H A Dmx.h63 struct Mailbox *mx_resolve (const char *path_or_name);
H A Dmx.c1743 struct Mailbox *mx_resolve(const char *path_or_name) in mx_resolve() argument
1745 if (!path_or_name) in mx_resolve()
1751 struct Mailbox *m = mx_mbox_find_by_name(path_or_name); in mx_resolve()
1753 m = mx_path_resolve(path_or_name); in mx_resolve()
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/dict/
H A Ddict0crea.c255 const char* path_or_name; in dict_build_table_def_step() local
298 path_or_name = table->dir_path_of_temp_table; in dict_build_table_def_step()
301 path_or_name = table->name; in dict_build_table_def_step()
311 space, path_or_name, is_path, in dict_build_table_def_step()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dsubmodule.c776 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
780 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
783 return path_or_name; in default_name_or_path()
/dports/devel/git-p4/git-2.34.1/
H A Dsubmodule.c805 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
809 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
812 return path_or_name; in default_name_or_path()
/dports/devel/git-gui/git-2.34.1/
H A Dsubmodule.c805 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
809 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
812 return path_or_name; in default_name_or_path()
/dports/devel/git-svn/git-2.34.1/
H A Dsubmodule.c805 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
809 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
812 return path_or_name; in default_name_or_path()
/dports/devel/git/git-2.34.1/
H A Dsubmodule.c805 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
809 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
812 return path_or_name; in default_name_or_path()
/dports/devel/git-cvs/git-2.34.1/
H A Dsubmodule.c805 static const char *default_name_or_path(const char *path_or_name) in default_name_or_path() argument
809 if (!is_submodule_populated_gently(path_or_name, &error_code)) in default_name_or_path()
812 return path_or_name; in default_name_or_path()