Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 25 of 6008) sorted by relevance

12345678910>>...241

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/importing/
H A DImporting.py150 module_name
221 assert type(module_name) is ModuleName, module_name
274 module_name = normalizePackageName(module_name)
289 module_filename = _findModule(module_name=module_name)
305 module_name=module_name,
328 module_name = (
451 module_name=module_name,
462 module_name=module_name,
547 package_name, module_name = module_name.splitModuleBasename()
596 assert module_name.getBasename(), module_name
[all …]
/dports/archivers/vbz-compression/vbz_compression-1.0.1/cmake/
H A DONTFindModuleHelpers.cmake9 macro(ont_find_package_parse_components module_name)
25 if(${module_name}_FIND_COMPONENTS)
227 set(${module_name}_${_comp}_VERSION "${PKG_${module_name}_${_comp}_VERSION}")
228 if(NOT ${module_name}_VERSION)
229 set(${module_name}_VERSION ${${module_name}_${_comp}_VERSION})
248 if(${module_name}_${_comp}_FOUND)
267 ${module_name}_LIBRARIES
293 if(${module_name}_DEBUG_LIBRARIES)
296 if(${module_name}_INCLUDE_DIRS)
299 if(${module_name}_DEFINITIONS)
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tools/templates/
H A Dclass.c21 zend_class_entry *swoole_{{module_name}}_ce;
22 zend_object_handlers swoole_{{module_name}}_handlers;
50 return swoole_{{module_name}}_get_object(zobject);
58 return swoole_{{module_name}}_get_object(object);
72 static void swoole_{{module_name}}_free_object(zend_object *object) {
81 static PHP_METHOD(swoole_{{module_name}}, __construct) {
90 …PHP_ME(swoole_{{module_name}}, __construct, arginfo_swoole_{{module_name}}__construct, ZEND_ACC_PU…
94 int swoole_{{module_name}}_module_init(INIT_FUNC_ARGS) {
95 …SW_INIT_CLASS_ENTRY_STD(swoole_{{module_name}}, "Swoole\\{{class_name}}", swoole_{{module_name}}_m…
96 SW_SET_CLASS_NOT_SERIALIZABLE(swoole_{{module_name}});
[all …]
/dports/x11-fm/librfm/librfm5-5.3.16.4/primary/
H A Dprimary-modules.c115 if (!module_name) return FALSE; in rfm_is_root_plugin()
120 if (!module_name) return NULL; in rfm_get_plugin_icon()
125 if (!module_name) return NULL; in rfm_get_plugin_label()
200 if (!module_name || !librarydir || !strlen(module_name) ) { in get_module_info()
202 module_name, librarydir, module_name); in get_module_info()
207 if (strcmp(module_name, "icons")==0){ in get_module_info()
271 return module_error(module_name, module, in get_module_info()
277 return module_error(module_name, module, in get_module_info()
284 return module_error(module_name, module, in get_module_info()
311 if (!module_name || !strlen(module_name)) return NULL; in rfm_void()
[all …]
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dmodules.c17 #define MODULE(module_name) 1+ argument
25 #define MODULE(module_name) \ argument
26 extern struct module__##module_name##__subr_tab_t \
28 module__##module_name##__subr_tab; \
29 extern uintC module__##module_name##__subr_tab_size; \
30 extern gcv_object_t module__##module_name##__object_tab[]; \
31 extern uintC module__##module_name##__object_tab_size; \
32 extern subr_initdata_t module__##module_name##__subr_tab_initdata[]; \
36 extern void module__##module_name##__fini_function(struct module_t *);
60 #define MODULE(module_name) \ argument
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/backend/
H A Dsword_main.hh70 SWModule *get_SWModule(const char *module_name);
74 void set_cipher_key(char *module_name, char *key);
75 char *get_config_entry(char *module_name, char *entry);
85 int key_get_verse(const char *module_name, const char *key);
97 int set_module(const char *module_name);
103 const char *module_get_language(const char *module_name);
106 int module_get_testaments(const char *module_name);
130 int set_range(const char *module_name, const char *list);
133 int check_for_optimal_search(char *module_name);
134 int do_module_index(char *module_name);
[all …]
/dports/x11/polybar/polybar-3.5.7/include/modules/meta/
H A Dfactory.hpp60 return new bspwm_module(bar, move(module_name)); in make_module()
62 return new cpu_module(bar, move(module_name)); in make_module()
64 return new date_module(bar, move(module_name)); in make_module()
68 return new fs_module(bar, move(module_name)); in make_module()
72 return new i3_module(bar, move(module_name)); in make_module()
74 return new mpd_module(bar, move(module_name)); in make_module()
77 return new alsa_module(bar, move(module_name)); in make_module()
79 return new alsa_module(bar, move(module_name)); in make_module()
99 return new text_module(bar, move(module_name)); in make_module()
103 return new menu_module(bar, move(module_name)); in make_module()
[all …]
/dports/math/vtk8/VTK-8.2.0/CMake/
H A DvtkJavaWrapping.cmake32 if(NOT ${module_name}_EXCLUDE_FROM_WRAP_HIERARCHY)
36 vtk_wrap_java3(${module_name}Java ModuleJava_SRCS
43 vtk_target_export(${module_name}Java)
44 set_property(TARGET ${module_name}Java APPEND
47 add_dependencies(${module_name}JavaJavaClasses ${module_name}Java)
48 if(${module_name}_IMPLEMENTS)
50 "${module_name}_AUTOINIT=1(${module_name})")
53 target_link_libraries(${module_name}Java LINK_PUBLIC ${module_name} vtkWrappingJava)
56 if(${module_name} STREQUAL "vtkRenderingCore")
63 foreach(dep ${${module_name}_WRAP_DEPENDS})
[all …]
/dports/misc/p5-Geo-Postcodes/Geo-Postcodes-0.32/lib/Geo/Postcodes/
H A DUpdate.pm20 my $module_name = shift;
26 $module_name = "$module_name.pm" unless $module_name =~ /\.pm$/;
28 unless (-e $module_name)
40 die("Unable to find '$module_name'") unless -e $module_name;
94 my $module_name = shift;
118 open(OLD, $module_name) or die "Unable to open the file $module_name.\n";
119 open(NEW, ">$module_name.new") or die "Unable to open the file '$module_name.new'.\n";
184 my $source = "$module_name." . time;
185 rename($module_name, $source) or die "Unable to rename file $module_name.\n";
186 rename("$module_name.new", $module_name);
[all …]
/dports/math/vtk6/VTK-6.2.0/CMake/
H A DvtkJavaWrapping.cmake36 if(NOT ${module_name}_EXCLUDE_FROM_WRAP_HIERARCHY)
40 vtk_wrap_java3(${module_name}Java ModuleJava_SRCS
47 vtk_target_export(${module_name}Java)
49 set_property(TARGET ${module_name}Java APPEND
53 add_dependencies(${module_name}JavaJavaClasses ${module_name}Java)
54 if(${module_name}_IMPLEMENTS)
56 "${module_name}_AUTOINIT=1(${module_name})")
59 target_link_libraries(${module_name}Java LINK_PUBLIC ${module_name} vtkWrappingJava)
62 if(${module_name} STREQUAL "vtkRenderingCore")
69 foreach(dep ${${module_name}_LINK_DEPENDS})
[all …]
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/modules/
H A DECMFindModuleHelpers.cmake135 if(${module_name}_FIND_COMPONENTS)
169 if(${module_name}_FIND_REQUIRED)
222 … set(${module_name}_${ecm_fpwc_comp}_VERSION "${PKG_${module_name}_${ecm_fpwc_comp}_VERSION}")
223 if(NOT ${module_name}_VERSION)
224 set(${module_name}_VERSION ${${module_name}_${ecm_fpwc_comp}_VERSION})
250 set(${module_name}_DEFINITIONS
262 list(APPEND ${module_name}_TARGETS
266 if(${module_name}_LIBRARIES)
269 if(${module_name}_INCLUDE_DIRS)
272 if(${module_name}_DEFINITIONS)
[all …]
/dports/deskutils/maliit-framework/framework-2.1.1/cmake/
H A DECMFindModuleHelpers.cmake135 if(${module_name}_FIND_COMPONENTS)
169 if(${module_name}_FIND_REQUIRED)
222 … set(${module_name}_${ecm_fpwc_comp}_VERSION "${PKG_${module_name}_${ecm_fpwc_comp}_VERSION}")
223 if(NOT ${module_name}_VERSION)
224 set(${module_name}_VERSION ${${module_name}_${ecm_fpwc_comp}_VERSION})
250 set(${module_name}_DEFINITIONS
262 list(APPEND ${module_name}_TARGETS
266 if(${module_name}_LIBRARIES)
269 if(${module_name}_INCLUDE_DIRS)
272 if(${module_name}_DEFINITIONS)
[all …]
/dports/devel/sdts++/sdts++-1.5.1/tests/
H A Dmktest.pl16 $module_name = $1;
60 print "#include <builder/sb_", $module_name, ".h>\n\n";
94 print "cerr << \"usage: \" << argv[0] << \" ", uc($module_name) ;
121 print "sb_", $module_name, " ", lc($module_name), ";\n";
134 print lc($module_name), ".setRecord( record );\n\n";
138 print "cout << ", lc($module_name), " << endl;\n\n";
141 print uc($module_name), " object says it is:\\n\";\n";
143 print lc($module_name), ".getRecord( record );\n\n";
151 print "{\nsb_", $module_name, " ", lc($module_name), ";\n\n";
155 print "assert( ", lc($module_name), ".set";
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dload_pytd.py102 self.module_name = module_name
297 module_name, module_name, self.pythonpath,
348 return value.module_name
393 filename = module_name
541 if module_name:
707 module_name=module_name, mod_ast=mod_ast)
719 module_name=module_name, mod_ast=mod_ast)
736 assert os.sep not in module_name, (os.sep, module_name)
792 mod_ast = self.load_file(filename=full_path, module_name=module_name)
794 mod_ast = self._create_empty(filename=full_path, module_name=module_name)
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/nodes/
H A DImportNodes.py123 return module_name in hard_modules and module_name != "site"
151 self.module_name = module_name
165 return self.module_name
201 module_name,
264 module_name=self.module_name,
297 self.module_name = module_name
309 return self.module_name
465 module_name=ModuleName(module_name),
521 module_name = ModuleName(module_name)
524 module_name = module_name.getPackageName()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/cmake/modules/
H A DECMFindModuleHelpers.cmake156 if(${module_name}_FIND_COMPONENTS)
190 if(${module_name}_FIND_REQUIRED)
243 … set(${module_name}_${ecm_fpwc_comp}_VERSION "${PKG_${module_name}_${ecm_fpwc_comp}_VERSION}")
244 if(NOT ${module_name}_VERSION)
245 set(${module_name}_VERSION ${${module_name}_${ecm_fpwc_comp}_VERSION})
269 set(${module_name}_DEFINITIONS
281 list(APPEND ${module_name}_TARGETS
285 if(${module_name}_LIBRARIES)
288 if(${module_name}_INCLUDE_DIRS)
291 if(${module_name}_DEFINITIONS)
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/cmake/
H A DECMFindModuleHelpers.cmake156 if(${module_name}_FIND_COMPONENTS)
190 if(${module_name}_FIND_REQUIRED)
243 … set(${module_name}_${ecm_fpwc_comp}_VERSION "${PKG_${module_name}_${ecm_fpwc_comp}_VERSION}")
244 if(NOT ${module_name}_VERSION)
245 set(${module_name}_VERSION ${${module_name}_${ecm_fpwc_comp}_VERSION})
269 set(${module_name}_DEFINITIONS
281 list(APPEND ${module_name}_TARGETS
285 if(${module_name}_LIBRARIES)
288 if(${module_name}_INCLUDE_DIRS)
291 if(${module_name}_DEFINITIONS)
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/bin/
H A Dmkdocs_portal.sh96 for module_name in *; do
97 if [ -d $module_name ]; then
99 if [ -f $module_name/readme.txt ] ; then
100 cur_file="$module_name/readme.txt"
101 elif [ -f $module_name/README ] ; then
102 cur_file="$module_name/README"
106 text="<h2><a href=\"${module_name}.html\">${module_name}</a></h2>\n"
111 …header "$module_name" "<a href=\"index.html\">LibreOffice</a> &raquo; ${module_name}" "$BASE_OUTPU…
114 if [ -d ./docs/${module_name} ] ; then
120 footer "$BASE_OUTPUT/${module_name}.html"
[all …]
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/godmode/massive/
H A Dmassive_delete_modules.php55 if (empty ($module_name)) {
65 $module_name = (array)$module_name;
76 if (($module_name[0] == "0") and (is_array($module_name)) and (count($module_name) == 1))
83 if (($module_name[0] == "0") and (is_array($module_name)) and (count($module_name) == 1)) {
91 unset($module_name[$i]);
148 if (($module_name[0] == "0") and (is_array($module_name)) and (count($module_name) == 1)) {
155 unset($module_name[$i]);
268 $modules_ = $module_name;
298 if ($module_name == false) {
299 $module_name = array(); variable
[all …]
/dports/devel/py-isort/isort-5.10.1/isort/
H A Dsorting.py14 module_name: str,
24 module_name = sep.join(match.groups())
28 module_name = str(module_name).lower()
30 module_name = str(module_name)
33 if module_name in config.constants:
35 elif module_name in config.classes:
39 elif module_name.isupper() and len(module_name) > 1: # see issue #376
41 elif module_name in config.classes or module_name[0:1].isupper():
46 module_name = module_name.lower()
53 _length_sort_maybe = (str(len(module_name)) + ":" + module_name) if length_sort else module_name
[all …]
/dports/devel/lxqt-build-tools/lxqt-build-tools-0.10.0/cmake/modules/
H A DECMFindModuleHelpers.cmake156 if(${module_name}_FIND_COMPONENTS)
190 if(${module_name}_FIND_REQUIRED)
243 … set(${module_name}_${ecm_fpwc_comp}_VERSION "${PKG_${module_name}_${ecm_fpwc_comp}_VERSION}")
244 if(NOT ${module_name}_VERSION)
245 set(${module_name}_VERSION ${${module_name}_${ecm_fpwc_comp}_VERSION})
271 set(${module_name}_DEFINITIONS
283 list(APPEND ${module_name}_TARGETS
287 if(${module_name}_LIBRARIES)
290 if(${module_name}_INCLUDE_DIRS)
293 if(${module_name}_DEFINITIONS)
[all …]
/dports/sysutils/usermin/usermin-1.830/mailbox/
H A Dwebmin_menu.pl5 our $module_name;
18 'icon' => '/'.$module_name.'/images/mail.gif',
50 'link' => '/'.$module_name.
100 'cgi' => '/'.$module_name.'/mail_search.cgi',
111 'icon' => '/'.$module_name.'/images/mail.gif',
114 'link' => '/'.$module_name.'/'.$fprog });
118 'icon' => '/'.$module_name.'/images/address.gif',
126 'icon' => '/'.$module_name.'/images/usermin.gif',
129 'link' => '/uconfig.cgi?'.$module_name });
165 'icon' => '/'.$module_name.'/images/sig.gif',
[all …]
/dports/graphics/cogl/cogl-1.22.8/deps/gmodule/
H A Dgmodule-win32.c169 const gchar *module_name) in _g_module_build_path() argument
173 k = strlen (module_name); in _g_module_build_path()
179 else if (strncmp (module_name, "lib", 3) == 0 || strncmp (module_name, "cyg", 3) == 0) in _g_module_build_path()
184 else if (strncmp (module_name, "lib", 3) == 0) in _g_module_build_path()
190 return g_strdup (module_name); in _g_module_build_path()
192 else if (strncmp (module_name, "lib", 3) == 0 || strncmp (module_name, "cyg", 3) == 0) in _g_module_build_path()
193 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path()
195 return g_strconcat ("cyg", module_name, ".dll", NULL); in _g_module_build_path()
197 else if (strncmp (module_name, "lib", 3) == 0) in _g_module_build_path()
198 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/bin/
H A Dmkdocs_portal.sh101 for module_name in *; do
102 if [ -d $module_name ]; then
103 cur_file=$(echo $module_name/README.md)
106 text=$(echo -e "<h2><a href=\"${module_name}.html\">${module_name}</a></h2>\n")
118 …header "$module_name" "<a href=\"index.html\">LibreOffice</a> &raquo; ${module_name}" "$BASE_OUTPU…
121 if $(echo $INPUT_PROJECTS | grep -q $module_name); then
125 echo -e "$text" >> "$BASE_OUTPUT/${module_name}.html"
130 echo -e "$text" >> "$BASE_OUTPUT/${module_name}.html"
134 footer "$BASE_OUTPUT/${module_name}.html"
143 for module_name in "${empty_modules[@]}"; do
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/opx/
H A Dtest_opx_cps.py81 module_name = "dell-base-if-cmn/if/interfaces/interface"
82 set_module_args(dict(module_name=module_name, operation="create", attr_data=attr_data))
94 module_name = "dell-base-if-cmn/if/interfaces/interface"
95 set_module_args(dict(module_name=module_name, operation="set", attr_data=attr_data))
107 set_module_args(dict(module_name=module_name, operation="delete", attr_data=attr_data))
118 set_module_args(dict(module_name=module_name, operation="delete", attr_data=attr_data))
128 set_module_args(dict(module_name=module_name, operation="get", attr_data=attr_data))
141 set_module_args(dict(module_name=module_name, operation="set", attr_data=attr_data))
153 set_module_args(dict(module_name=module_name, operation="create", attr_data=attr_data))
164 … set_module_args(dict(module_name=module_name, operation="get", attr_data=attr_data, db=True))
[all …]

12345678910>>...241