Home
last modified time | relevance | path

Searched refs:EntryTypes (Results 1 – 8 of 8) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/scripts/
H A Dshadacat.py14 class EntryTypes(Enum): class
81 max_type = max(typ.value for typ in EntryTypes)
94 typ = EntryTypes.Unknown
97 typ = EntryTypes(typ)
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/
H A Dtemplate.h61 enum EntryTypes { UNDEFINED = 0, CONSTANT = 1, FIELD = 2 }; enum
79 enum EntryTypes eEntryType;
/dports/science/gabedit/GabeditSrc251_300720/src/Gaussian/
H A DGaussGlobal.h38 GtkWidget *EntryTypes[NHBOXT_MAX]; variable
H A DGaussian.c609 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[0])); in GetInfoType()
613 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[1])); in GetInfoType()
616 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[2])); in GetInfoType()
619 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[3])); in GetInfoType()
622 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[4])); in GetInfoType()
625 entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[5])); in GetInfoType()
780 …ypes && strcmp(Types,_("Single Point"))) entrytext = gtk_entry_get_text(GTK_ENTRY(EntryTypes[0])); in GetInfoXYZ()
H A DGInterfaceRoute.c903EntryTypes[0]= create_combo_box_entry_liste(FrameT,HboxT[0],_(" Coordinate system options :"),list… in c_opt_combo()
910EntryTypes[1]= create_combo_box_entry_liste(FrameT,HboxT[1],_(" Convergence criteries :"),liste,n… in c_opt_combo()
918 EntryTypes[2]= create_combo_box_entry_liste(FrameT,HboxT[2],_(" MaxCycle :"),liste,nliste); in c_opt_combo()
925 EntryTypes[3]= create_combo_box_entry_liste(FrameT,HboxT[3],_(" StepSize :"),liste,nliste); in c_opt_combo()
932EntryTypes[4]= create_combo_box_entry_liste(FrameT,HboxT[4],_(" Saddle point of order :"),liste,n… in c_opt_combo()
937EntryTypes[5]= create_combo_box_entry_liste(FrameT,HboxT[5],_(" optimization a transition :"),li… in c_opt_combo()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/packages/
H A Dmat.cpkg5367 EntryTypes := MakeSet(shape(L));
368 If EntryTypes = [INT] Then
372 If IsSubset(EntryTypes, [INT, RAT]) Then
411 -- EntryTypes := MakeSet(shape(L));
419 -- If IsSubset(EntryTypes, [INT, RAT]) Then
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A Dmat.cpkg5366 EntryTypes := MakeSet(shape(L));
367 If EntryTypes = [INT] Then
371 If IsSubset(EntryTypes, [INT, RAT]) Then
410 -- EntryTypes := MakeSet(shape(L));
418 -- If IsSubset(EntryTypes, [INT, RAT]) Then
/dports/textproc/bibtool/BibTool/
H A DChanges.tex699 EntryTypes implementation changed. The API doesn't change.