Home
last modified time | relevance | path

Searched refs:global_style (Results 1 – 17 of 17) sorted by relevance

/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dsetting.c101 int global_style = FULL; variable
106 global_style = local_style = p.addr; in set_global_style()
244 global_style = local_style = FULL; in restore_default_settings()
260 local_style = global_style; in restore_global_settings()
H A Dsetting.h65 extern int global_style;
/dports/math/eukleides/eukleides-1.5.4/src/euktopst/
H A Dcheck.c140 if (global_style != current_style) { in check_style()
142 style_string(global_style)); in check_style()
143 current_style = global_style; in check_style()
/dports/math/octave/octave-6.4.0/libgui/src/
H A Dgui-preferences-global.h48 global_style ("style", QVariant ("default"));
H A Dsettings-dialog.cc137 combo_styles->insertItem (0, global_style.def.toString ()); in settings_dialog()
139 QString current_style = settings->value (global_style).toString (); in settings_dialog()
140 if (current_style == global_style.def.toString ()) in settings_dialog()
141 current_style = global_style.def.toString (); in settings_dialog()
838 if (selected_style == global_style.def.toString ()) in write_changed_settings()
839 selected_style = global_style.def.toString (); in write_changed_settings()
840 settings->setValue (global_style.key, selected_style); in write_changed_settings()
H A Dmain-window.cc835 QString preferred_style = settings->value (global_style).toString (); in notice_settings()
837 if (preferred_style == global_style.def.toString ()) in notice_settings()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/spy-js/server/node_modules/ws/build/
H A Dconfig.gypi98 "global_style": "",
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-agda/build/
H A Dconfig.gypi114 "global_style": "",
/dports/math/giacxcas/giac-1.6.0/src/
H A DFlv_Table.cc398 if (global_style.width_defined()) in col_width()
399 fw = global_style.width(); in col_width()
930 if (global_style.resizable_defined()) in col_resizable()
931 l = global_style.resizable(); in col_resizable()
H A DFlv_List.H285 Flv_Style global_style; // Global style variable
H A DFlv_List.cc365 if (!global_style.height_defined()) in row_height()
370 rh = global_style.height(); in row_height()
443 s = global_style; // Add global style information in get_style()
H A DTableur.cc3119 global_style.font_size(labelsize()); in finish_flv_table_gen()
3120 global_style.x_margin(5); in finish_flv_table_gen()
3121 global_style.locked(false); in finish_flv_table_gen()
3129 global_style.resizable(true); in finish_flv_table_gen()
3131 global_style.width(40); in finish_flv_table_gen()
3133 global_style.width(10+10*labelsize()); in finish_flv_table_gen()
3135 global_style.height(labelsize()+4); in finish_flv_table_gen()
H A DXcas1.cc857 fl->global_style.font_size(labelfontsize); in change_group_fontsize()
858 fl->global_style.height(labelfontsize+4); in change_group_fontsize()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cn3d/
H A Dobjcn3d.h34 struct struct_Cn3d_style_settings PNTR global_style; member
H A Dobjcn3d.c69 Cn3dStyleSettingsFree(ptr -> global_style); in Cn3dStyleDictionaryFree()
123 ptr -> global_style = Cn3dStyleSettingsAsnRead(aip, atp); in Cn3dStyleDictionaryAsnRead()
186 if (ptr -> global_style != NULL) { in Cn3dStyleDictionaryAsnWrite()
187 … if ( ! Cn3dStyleSettingsAsnWrite(ptr -> global_style, aip, CN3D_STYLE_DICTIONARY_global_style)) { in Cn3dStyleDictionaryAsnWrite()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cblast/
H A Dcblast.c951 csdp->global_style = (Cn3dStyleSettingsPtr) GetDefaultCn3DStyleSettings(); in SendMimePage()
H A Dcblastutil.c1791 csdp->global_style = (Cn3dStyleSettingsPtr) GetDefaultCn3DStyleSettings(); in MakeCn3dStyleDicForSNP()