Home
last modified time | relevance | path

Searched refs:i18n_type (Results 1 – 25 of 41) sorted by relevance

12

/dports/x11-toolkits/ntk/ntk/fluid/
H A Dfile.cxx308 extern int i18n_type;
328 if (i18n_type) { in write_file()
329 write_string("\ni18n_type %d", i18n_type); in write_file()
331 switch (i18n_type) { in write_file()
406 i18n_type = atoi(read_word()); in read_children()
427 i18n_type = atoi(read_word()); in read_children()
432 i18n_type = atoi(read_word()); in read_children()
H A DFl_Menu_Type.cxx54 extern int i18n_type;
236 if (i18n_type) write_c("\nunsigned char %s::%s_i18n_done = 0;", k, menu_name(i)); in write_static()
240 if (i18n_type) write_c("\nunsigned char %s_i18n_done = 0;", menu_name(i)); in write_static()
336 if (i18n_type) write_h(" static unsigned char %s_i18n_done;\n", mname); in write_code1()
339 if (i18n_type) write_h("extern unsigned char %s_i18n_done;\n", mname); in write_code1()
466 if (i18n_type) { in write_code2()
483 switch (i18n_type) { in write_code2()
H A Dcode.cxx41 extern int i18n_type;
400 if (i18n_type && i18n_include[0]) { in write_code()
406 if (i18n_type == 2) { in write_code()
478 switch (i18n_type) { in write_strings()
H A DFl_Window_Type.cxx53 extern int i18n_type;
132 switch (i18n_type = c->value()) { in i18n_type_cb()
197 i18n_type_chooser->value(i18n_type); in show_project_cb()
202 switch (i18n_type) { in show_project_cb()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A Dfile.cxx308 extern int i18n_type;
328 if (i18n_type) { in write_file()
329 write_string("\ni18n_type %d", i18n_type); in write_file()
331 switch (i18n_type) { in write_file()
414 i18n_type = atoi(read_word()); in read_children()
435 i18n_type = atoi(read_word()); in read_children()
440 i18n_type = atoi(read_word()); in read_children()
H A DFl_Menu_Type.cxx54 extern int i18n_type;
236 if (i18n_type) write_c("\nunsigned char %s::%s_i18n_done = 0;", k, menu_name(i)); in write_static()
240 if (i18n_type) write_c("\nunsigned char %s_i18n_done = 0;", menu_name(i)); in write_static()
337 if (i18n_type) write_h(" static unsigned char %s_i18n_done;\n", mname); in write_code1()
340 if (i18n_type) write_h("extern unsigned char %s_i18n_done;\n", mname); in write_code1()
467 if (i18n_type) { in write_code2()
484 switch (i18n_type) { in write_code2()
H A Dcode.cxx41 extern int i18n_type;
400 if (i18n_type && i18n_include[0]) { in write_code()
406 if (i18n_type == 2) { in write_code()
478 switch (i18n_type) { in write_strings()
H A DFl_Window_Type.cxx53 extern int i18n_type;
132 switch (i18n_type = c->value()) { in i18n_type_cb()
197 i18n_type_chooser->value(i18n_type); in show_project_cb()
202 switch (i18n_type) { in show_project_cb()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A Dfile.cxx300 extern int i18n_type;
320 if (i18n_type) { in write_file()
321 write_string("\ni18n_type %d", i18n_type); in write_file()
323 switch (i18n_type) { in write_file()
406 i18n_type = atoi(read_word()); in read_children()
427 i18n_type = atoi(read_word()); in read_children()
432 i18n_type = atoi(read_word()); in read_children()
H A DFl_Menu_Type.cxx45 extern int i18n_type;
230 if (i18n_type) write_c("\nunsigned char %s::%s_i18n_done = 0;", k, menu_name(i)); in write_static()
234 if (i18n_type) write_c("\nunsigned char %s_i18n_done = 0;", menu_name(i)); in write_static()
332 if (i18n_type) write_h(" static unsigned char %s_i18n_done;\n", mname); in write_code1()
335 if (i18n_type) write_h("extern unsigned char %s_i18n_done;\n", mname); in write_code1()
462 if (i18n_type) { in write_code2()
479 switch (i18n_type) { in write_code2()
H A Dcode.cxx32 extern int i18n_type;
396 if (i18n_type && i18n_include[0]) { in write_code()
402 if (i18n_type == 2) { in write_code()
474 switch (i18n_type) { in write_strings()
H A DFl_Window_Type.cxx44 extern int i18n_type;
123 switch (i18n_type = c->value()) { in i18n_type_cb()
188 i18n_type_chooser->value(i18n_type); in show_project_cb()
193 switch (i18n_type) { in show_project_cb()
H A Dfluid.cxx702 int i18n_type = 0; variable
754 fl_filename_setext(sname, sizeof(sname), exts[i18n_type]); in write_strings_cb()
/dports/textproc/py-transifex-client/transifex-client-0.13.6/txclib/
H A Dproject.py207 def set_remote_resource(self, resource, source_lang, i18n_type, host, argument
219 extension = self._extension_for(i18n_type)[1:]
228 self.config.set(resource, 'type', i18n_type)
1312 def _extension_for(self, i18n_type): argument
1317 return res[i18n_type]['file-extensions'].split(',')[0]
1364 i18n_type = self._get_option(resource, 'type')
1365 if i18n_type is None:
1377 "i18n_type": i18n_type
1421 def set_i18n_type(self, resources, i18n_type): argument
1423 self._set_resource_option(resources, key='type', value=i18n_type)
H A Dcommands.py187 _set_type(options.resource, options.i18n_type, path_to_tx)
203 _set_type(options.resource, options.i18n_type, path_to_tx)
269 _set_type(full_resource, options.i18n_type, path_to_tx)
392 i18n_type = res_info['i18n_type']
402 i18n_type=i18n_type)
H A Dwizard.py150 i18n_type = choice_prompt(formats, 'formats')
191 'i18n_type': i18n_type,
/dports/multimedia/mpv/waf-2.0.20/playground/fluid/
H A DUserInterface.fl3 i18n_type 1
/dports/comms/fldigi/fldigi-4.1.20/src/dialogs/
H A Drecord_browse.fl3 i18n_type 1
H A Dtestsigs.fl3 i18n_type 1
H A Dnotifydialog.fl3 i18n_type 1
H A Drxmon.fl3 i18n_type 1
/dports/comms/fllog/fllog-1.2.6/src/logbook/
H A Dcolorsfonts.fl3 i18n_type 1
/dports/comms/fldigi/fldigi-4.1.20/src/logbook/
H A Dfd_view.fl3 i18n_type 1
/dports/textproc/py-transifex-client/transifex-client-0.13.6/tests/
H A Dtest_project.py921 i18n_type = 'PO'
923 p.set_i18n_type([], i18n_type)
/dports/comms/fldigi/fldigi-4.1.20/src/dxcluster/
H A Ddx_dialog.fl3 i18n_type 1

12