Home
last modified time | relevance | path

Searched refs:init_name (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/games/julius/julius-1.7.0/src/figure/
H A Dname.c29 static int32_t init_name(void) in init_name() function
38 data.patrician = init_name(); in figure_name_init()
41 data.engineer = init_name(); in figure_name_init()
42 data.prefect = init_name(); in figure_name_init()
44 data.cavalry = init_name(); in figure_name_init()
45 data.legionary = init_name(); in figure_name_init()
46 data.actor = init_name(); in figure_name_init()
47 data.gladiator = init_name(); in figure_name_init()
54 data.trader = init_name(); in figure_name_init()
55 data.ship = init_name(); in figure_name_init()
[all …]
/dports/games/augustus/augustus-3.1.0/src/figure/
H A Dname.c29 static int32_t init_name(void) in init_name() function
38 data.patrician = init_name(); in figure_name_init()
41 data.engineer = init_name(); in figure_name_init()
42 data.prefect = init_name(); in figure_name_init()
44 data.cavalry = init_name(); in figure_name_init()
45 data.legionary = init_name(); in figure_name_init()
46 data.actor = init_name(); in figure_name_init()
47 data.gladiator = init_name(); in figure_name_init()
54 data.trader = init_name(); in figure_name_init()
55 data.ship = init_name(); in figure_name_init()
[all …]
/dports/textproc/py-wordcloud/word_cloud-1.5.0/test/
H A Dtest_wordcloud_cli.py22 ArgOption(cli_name='width', init_name='width', pass_value=13, fail_value=1.),
23 ArgOption(cli_name='height', init_name='height', pass_value=15, fail_value=1.),
24 ArgOption(cli_name='margin', init_name='margin', pass_value=17, fail_value=1.),
28 ArgOption(cli_name='no_collocations', init_name='collocations', pass_value=True, fail_value=1)
32 ArgOption(cli_name='regexp', init_name='regexp', pass_value=r'\w{2,}', fail_value=r'12('),
33 ArgOption(cli_name='mask', init_name='mask', pass_value=PassFile(), fail_value=None),
35 ArgOption(cli_name='color', init_name='color_func', pass_value='red', fail_value=None),
57 setattr(args, option.init_name, option.pass_value)
66 assert option.init_name in kwargs
90 check_argument_unary(str(tmp_text_file), option.cli_name, option.init_name)
[all …]
/dports/databases/pear-MDB/MDB-1.3.0/MDB/
H A DParser.php69 var $init_name = ''; variable in MDB_Parser
120 $this->init_name = '';
159 if (!$this->init_name) {
162 if (isset($this->init['FIELDS'][$this->init_name])) {
163 $this->raiseError('field "'.$this->init_name.'" already filled', $xp);
165 if (!isset($this->table['FIELDS'][$this->init_name])) {
166 $this->raiseError('unkown field "'.$this->init_name.'"', $xp);
169 && !$this->validateFieldValue($this->init_name, $this->init_value, $xp))
171 $this->raiseError('field "'.$this->init_name.'" has wrong value', $xp);
173 $this->init['FIELDS'][$this->init_name] = $this->init_value;
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/support/
H A Dscript_helper.py144 init_name = make_script(zip_dir, '__init__', '')
145 unlink.append(init_name)
146 init_basename = os.path.basename(init_name)
150 init_name = compile_script(init_name)
152 unlink.extend((init_name, script_name))
160 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python27/Python-2.7.18/Lib/test/support/
H A Dscript_helper.py144 init_name = make_script(zip_dir, '__init__', '')
145 unlink.append(init_name)
146 init_basename = os.path.basename(init_name)
150 init_name = compile_script(init_name)
152 unlink.extend((init_name, script_name))
160 zip_file.write(init_name, init_name_in_zip)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dscript_helper.py138 init_name = make_script(zip_dir, '__init__', '')
139 unlink.append(init_name)
140 init_basename = os.path.basename(init_name)
144 init_name = compile_script(init_name)
146 unlink.extend((init_name, script_name))
154 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python39/Python-3.9.9/Lib/test/support/
H A Dscript_helper.py238 init_name = make_script(zip_dir, '__init__', '')
239 unlink.append(init_name)
240 init_basename = os.path.basename(init_name)
244 init_name = py_compile.compile(init_name, doraise=True)
246 unlink.extend((init_name, script_name))
254 zip_file.write(init_name, init_name_in_zip)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/support/
H A Dscript_helper.py239 init_name = make_script(zip_dir, '__init__', '')
240 unlink.append(init_name)
241 init_basename = os.path.basename(init_name)
245 init_name = py_compile.compile(init_name, doraise=True)
247 unlink.extend((init_name, script_name))
255 zip_file.write(init_name, init_name_in_zip)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/support/
H A Dscript_helper.py239 init_name = make_script(zip_dir, '__init__', '')
240 unlink.append(init_name)
241 init_basename = os.path.basename(init_name)
245 init_name = py_compile.compile(init_name, doraise=True)
247 unlink.extend((init_name, script_name))
255 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python37/Python-3.7.12/Lib/test/support/
H A Dscript_helper.py242 init_name = make_script(zip_dir, '__init__', '')
243 unlink.append(init_name)
244 init_basename = os.path.basename(init_name)
248 init_name = py_compile.compile(init_name, doraise=True)
250 unlink.extend((init_name, script_name))
258 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python310/Python-3.10.1/Lib/test/support/
H A Dscript_helper.py249 init_name = make_script(zip_dir, '__init__', '')
250 unlink.append(init_name)
251 init_basename = os.path.basename(init_name)
255 init_name = py_compile.compile(init_name, doraise=True)
257 unlink.extend((init_name, script_name))
265 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python311/Python-3.11.0a3/Lib/test/support/
H A Dscript_helper.py249 init_name = make_script(zip_dir, '__init__', '')
250 unlink.append(init_name)
251 init_basename = os.path.basename(init_name)
255 init_name = py_compile.compile(init_name, doraise=True)
257 unlink.extend((init_name, script_name))
265 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python-tools/Python-3.8.12/Lib/test/support/
H A Dscript_helper.py239 init_name = make_script(zip_dir, '__init__', '')
240 unlink.append(init_name)
241 init_basename = os.path.basename(init_name)
245 init_name = py_compile.compile(init_name, doraise=True)
247 unlink.extend((init_name, script_name))
255 zip_file.write(init_name, init_name_in_zip)
/dports/lang/python38/Python-3.8.12/Lib/test/support/
H A Dscript_helper.py239 init_name = make_script(zip_dir, '__init__', '')
240 unlink.append(init_name)
241 init_basename = os.path.basename(init_name)
245 init_name = py_compile.compile(init_name, doraise=True)
247 unlink.extend((init_name, script_name))
255 zip_file.write(init_name, init_name_in_zip)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/support/
H A Dscript_helper.py239 init_name = make_script(zip_dir, '__init__', '')
240 unlink.append(init_name)
241 init_basename = os.path.basename(init_name)
245 init_name = py_compile.compile(init_name, doraise=True)
247 unlink.extend((init_name, script_name))
255 zip_file.write(init_name, init_name_in_zip)
/dports/devel/py-pyzipper/pyzipper-0.3.5/test/support/
H A Dscript_helper.py242 init_name = make_script(zip_dir, '__init__', '')
243 unlink.append(init_name)
244 init_basename = os.path.basename(init_name)
248 init_name = py_compile.compile(init_name, doraise=True)
250 unlink.extend((init_name, script_name))
258 zip_file.write(init_name, init_name_in_zip)
/dports/misc/gpsim/gpsim-0.31.0/modules/
H A Dresistor.cc188 PullupResistor::PullupResistor(const char *init_name, const char *desc, float vinit) in PullupResistor() argument
189 : Module(init_name, desc) in PullupResistor()
194 if (init_name) { in PullupResistor()
195 s = init_name; in PullupResistor()
196 new_name(init_name); in PullupResistor()
/dports/games/widelands/widelands-build21/src/logic/
H A Dobjective.h31 explicit Objective(const std::string& init_name) in Objective() argument
32 : name_(init_name), in Objective()
33 descname_(init_name), in Objective()
/dports/math/nfft/nfft-3.5.2/matlab/tests/
H A DnfftUnitTests.m.in193 init_name = init_delegate.name; variable
194 if strcmp(init_name, 'init_guru')
197 init_name = sprintf('%s_pre_psi', init_name); variable
201 init_name = sprintf('%s_pre_full_psi', init_name); variable
205 init_name = sprintf('%s_no_psi', init_name); variable
207 elseif strcmp(init_name, 'init_class_flags')
210 init_name = 'init_class_pre_psi'; variable
214 init_name = 'init_class_pre_full_psi'; variable
218 init_name = 'init_class_no_psi'; variable
221 fprintf(', %-23s', init_name);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dresource.c105 tree init_name, init_type, init_decl; in write_resource_constructor() local
116 init_name = get_identifier (resource_ctor_name); in write_resource_constructor()
120 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); in write_resource_constructor()
122 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in write_resource_constructor()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Dresource.c105 tree init_name, init_type, init_decl; in write_resource_constructor() local
116 init_name = get_identifier (resource_ctor_name); in write_resource_constructor()
120 init_decl = build_decl (FUNCTION_DECL, init_name, init_type); in write_resource_constructor()
122 SET_DECL_ASSEMBLER_NAME (init_decl, init_name); in write_resource_constructor()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dbackend_plugin.cpp46 const char* init_name = "opencv_videoio_capture_plugin_init_v1"; in initCaptureAPI() local
47 …_t fn_init = reinterpret_cast<FN_opencv_videoio_capture_plugin_init_t>(lib_->getSymbol(init_name)); in initCaptureAPI()
50 CV_LOG_INFO(NULL, "Found entry: '" << init_name << "'"); in initCaptureAPI()
73 …CV_LOG_INFO(NULL, "Video I/O: missing plugin init function: '" << init_name << "', file: " << lib_… in initCaptureAPI()
80 const char* init_name = "opencv_videoio_writer_plugin_init_v1"; in initWriterAPI() local
81 …t_t fn_init = reinterpret_cast<FN_opencv_videoio_writer_plugin_init_t>(lib_->getSymbol(init_name)); in initWriterAPI()
84 CV_LOG_INFO(NULL, "Found entry: '" << init_name << "'"); in initWriterAPI()
107 …CV_LOG_INFO(NULL, "Video I/O: missing plugin init function: '" << init_name << "', file: " << lib_… in initWriterAPI()
114 const char* init_name = "opencv_videoio_plugin_init_v0"; in initPluginLegacyAPI() local
115 …gin_init_t fn_init = reinterpret_cast<FN_opencv_videoio_plugin_init_t>(lib_->getSymbol(init_name)); in initPluginLegacyAPI()
[all …]
/dports/shells/klish/klish-2.1.4/clish/plugin/
H A Dplugin.c338 char *init_name = NULL; /* Init function name */ in clish_plugin_load_shared() local
363 lub_string_cat(&init_name, CLISH_PLUGIN_INIT_NAME_PREFIX); in clish_plugin_load_shared()
364 lub_string_cat(&init_name, this->name); in clish_plugin_load_shared()
365 lub_string_cat(&init_name, CLISH_PLUGIN_INIT_NAME_SUFFIX); in clish_plugin_load_shared()
366 this->init = (clish_plugin_init_t *)dlsym(this->dlhan, init_name); in clish_plugin_load_shared()
367 lub_string_free(init_name); in clish_plugin_load_shared()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sphinxtools/
H A Dmodulehunter.py471 def Import(init_name, import_name, full_process=True): argument
473 directory, module_name = os.path.split(init_name)
586 def ModuleHunter(init_name, import_name, version): argument
598 directory, module_name = os.path.split(init_name)
601 mainmod = Import(init_name, import_name)
664 init_name, import_name = argv variable
665 Import(init_name, import_name, full_process=False)
667 init_name, import_name, version, save_dir = argv
668 ModuleHunter(init_name, import_name, version, save_dir)

12345678910>>...26