Home
last modified time | relevance | path

Searched refs:controlset (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/putty-nogtk/putty-0.76/
H A Ddialog.h433 struct controlset { struct
467 struct controlset *ctrl_settitle(struct controlbox *,
472 void ctrl_free_set(struct controlset *);
502 union control *ctrl_columns(struct controlset *, int ncolumns, ...);
503 union control *ctrl_editbox(struct controlset *, const char *label,
507 union control *ctrl_combobox(struct controlset *, const char *label,
523 union control *ctrl_listbox(struct controlset *, const char *label,
532 union control *ctrl_filesel(struct controlset *, const char *label,
536 union control *ctrl_fontsel(struct controlset *, const char *label,
539 union control *ctrl_text(struct controlset *, const char *text,
[all …]
H A Ddialog.c70 void ctrl_free_set(struct controlset *s) in ctrl_free_set()
129 struct controlset *ctrl_settitle(struct controlbox *b, in ctrl_settitle()
133 struct controlset *s = snew(struct controlset); in ctrl_settitle()
151 struct controlset *ctrl_getset(struct controlbox *b, const char *path, in ctrl_getset()
154 struct controlset *s; in ctrl_getset()
163 s = snew(struct controlset); in ctrl_getset()
207 static union control *ctrl_new(struct controlset *s, int type, in ctrl_new()
229 union control *ctrl_columns(struct controlset *s, int ncolumns, ...) in ctrl_columns()
249 union control *ctrl_editbox(struct controlset *s, const char *label, in ctrl_editbox()
343 union control *ctrl_listbox(struct controlset *s, const char *label, in ctrl_listbox()
[all …]
/dports/security/putty/putty-0.76/
H A Ddialog.h433 struct controlset { struct
467 struct controlset *ctrl_settitle(struct controlbox *,
472 void ctrl_free_set(struct controlset *);
502 union control *ctrl_columns(struct controlset *, int ncolumns, ...);
503 union control *ctrl_editbox(struct controlset *, const char *label,
507 union control *ctrl_combobox(struct controlset *, const char *label,
523 union control *ctrl_listbox(struct controlset *, const char *label,
532 union control *ctrl_filesel(struct controlset *, const char *label,
536 union control *ctrl_fontsel(struct controlset *, const char *label,
539 union control *ctrl_text(struct controlset *, const char *text,
[all …]
H A Ddialog.c70 void ctrl_free_set(struct controlset *s) in ctrl_free_set()
129 struct controlset *ctrl_settitle(struct controlbox *b, in ctrl_settitle()
133 struct controlset *s = snew(struct controlset); in ctrl_settitle()
151 struct controlset *ctrl_getset(struct controlbox *b, const char *path, in ctrl_getset()
154 struct controlset *s; in ctrl_getset()
163 s = snew(struct controlset); in ctrl_getset()
207 static union control *ctrl_new(struct controlset *s, int type, in ctrl_new()
229 union control *ctrl_columns(struct controlset *s, int ncolumns, ...) in ctrl_columns()
249 union control *ctrl_editbox(struct controlset *s, const char *label, in ctrl_editbox()
343 union control *ctrl_listbox(struct controlset *s, const char *label, in ctrl_listbox()
[all …]
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/writers/
H A DFembicWriter.java28 …copy.controlset = this.controlset = (run.Controlset)po.writeDiff(this.controlset, copy.controlset); in createPatch()
36 if (pi.hasDiff()) copy.controlset = this.controlset = (run.Controlset)pi.getDiffAsObject(); in applyPatch()
43 c.descend(this.controlset); in descendReferences()
50 this.controlset = (run.Controlset)f.filter(this.controlset); in filterReferences()
92 this.controlset = (run.Controlset)_stream.readReference(); in unmarshal()
99 _stream.writeReference(this.controlset); in marshal()
109 this.controlset = (run.Controlset)_helper.internalDeepClone(_orig.controlset); in deepCloneReferences()
113 private Controlset controlset; field in FembicWriter
122 this.controlset = cset; in FembicWriter()
223 bw.write(this.controlset.print_Fembic(Element.MESH)); in write()
/dports/cad/impact/Impact/src/run/
H A DModelSmp.java59 private Controlset controlset; field in ModelSmp
198 controlset = new Controlset(); in initialize()
314 indatafile.getControlSet(controlset); in initialize()
472 controlset.setInitialConditions(); in setInitialConditions()
477 if (controlset.getTimestep(0) == 0) { in setInitialConditions()
485 timestep = controlset.getTimestep(0); in setInitialConditions()
530 time = controlset.getStarttime(); in solve()
636 if (controlset.getTimestep(time) == 0) { in solve()
644 timestep = controlset.getTimestep(time); in solve()
650 if (controlset.timeToPrint(time)) { in solve()
[all …]
H A DModelCluster.java55 private Controlset controlset; field in ModelCluster
199 controlset = new Controlset(); in initialize()
290 indatafile.getControlSet(controlset); in initialize()
428 controlset.setInitialConditions(); in setInitialConditions()
433 if (controlset.getTimestep(0) == 0) { in setInitialConditions()
443 timestep = controlset.getTimestep(0); in setInitialConditions()
485 for (time = controlset.getStarttime(); time <= controlset.getEndtime(); time += timestep) { in solve()
600 if (controlset.getTimestep(time) == 0) { in solve()
610 timestep = controlset.getTimestep(time); in solve()
616 if (controlset.timeToPrint(time)) { in solve()
[all …]
H A DReader.java52 public abstract void getControlSet(Controlset controlset) in getControlSet() argument
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/
H A DModelSmp.java39 …copy.controlset = this.controlset = (run.Controlset)po.writeDiff(this.controlset, copy.controlset); in createPatch()
77 if (pi.hasDiff()) copy.controlset = this.controlset = (run.Controlset)pi.getDiffAsObject(); in applyPatch()
97 c.descend(this.controlset); in descendReferences()
117 this.controlset = (run.Controlset)f.filter(this.controlset); in filterReferences()
261 _stream.writeReference(this.controlset); in marshal()
301 this.controlset = (run.Controlset)_helper.internalDeepClone(_orig.controlset); in deepCloneReferences()
333 private Controlset controlset; field in ModelSmp
411 this.controlset = new Controlset(); in initialize()
566 this.controlset.setInitialConditions(); in setInitialConditions()
568 if (this.controlset.getTimestep(0) == 0) { in setInitialConditions()
[all …]
H A DModelCluster_instance_impl.java764 private run.Controlset controlset; field in ModelCluster_instance_impl
773 return this.controlset; in run_ModelCluster_controlset_get_()
786 return this.controlset = _value_; in run_ModelCluster_controlset_set_()
1576 this.controlset = new Controlset(); in initialize()
1630 indatafile.getControlSet(this.controlset); in initialize()
1741 this.controlset.setInitialConditions(); in setInitialConditions()
1743 if (this.controlset.getTimestep(0) == 0) { in setInitialConditions()
1751 this.timestep = this.controlset.getTimestep(0); in setInitialConditions()
1789 …for (this.time = this.controlset.getStarttime(); this.time <= this.controlset.getEndtime(); this.t… in solve()
1856 if (this.controlset.timeToPrint(this.time)) { in solve()
[all …]
H A DReader.java46 public abstract void getControlSet(Controlset controlset) throws java.text.ParseException; in getControlSet() argument
/dports/cad/impact/Impact/src/run/writers/
H A DFembicWriter.java41 private Controlset controlset; field in FembicWriter
56 controlset = cset; in FembicWriter()
259 bw.write(controlset.print_Fembic(Element.MESH)); in write()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxcfg.c15 struct controlset *s; in unix_setup_config_box()
H A Dgtkcfg.c23 struct controlset *s, *s2; in gtk_setup_config_box()
/dports/security/putty/putty-0.76/unix/
H A Duxcfg.c15 struct controlset *s; in unix_setup_config_box()
H A Dgtkcfg.c23 struct controlset *s, *s2; in gtk_setup_config_box()
H A Dgtkdlg.c1845 struct controlset *s, GtkWindow *win) in layout_ctrls()
3018 struct controlset *s = dp->ctrlbox->ctrlsets[index]; in create_config_box()
3240 struct controlset *s = dp->ctrlbox->ctrlsets[index]; in create_config_box()
3314 struct controlset *s0, *s1; in create_message_box_general()
4008 struct controlset *s0, *s1; in showeventlog()
/dports/audio/sidplayer/SIDPlayer-4.4/src/soundplay_includes/
H A DPlaylist.h127 audio *controlset; variable
/dports/security/putty/putty-0.76/windows/
H A Dwinstuff.h520 struct controlset;
531 struct ctlpos *cp, struct controlset *s, int *id);
H A Dwindlg.c386 struct controlset *s = ctrlbox->ctrlsets[index]; in create_controls()
486 struct controlset *s = ctrlbox->ctrlsets[i]; in GenericMainDlgProc()
H A Dwincfg.c48 struct controlset *s; in win_setup_config_box()
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinstuff.h520 struct controlset;
531 struct ctlpos *cp, struct controlset *s, int *id);
H A Dwindlg.c386 struct controlset *s = ctrlbox->ctrlsets[index]; in create_controls()
486 struct controlset *s = ctrlbox->ctrlsets[i]; in GenericMainDlgProc()
H A Dwincfg.c48 struct controlset *s; in win_setup_config_box()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/windows/
H A Dwinstuff.h545 struct controlset;
556 struct ctlpos *cp, struct controlset *s, int *id);

12