Home
last modified time | relevance | path

Searched defs:qtf (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DPrompt.cpp166 void PromptOK(const char *qtf) { in PromptOK()
171 void Exclamation(const char *qtf) { in Exclamation()
181 void ErrorOK(const char *qtf) { in ErrorOK()
186 int PromptOKCancel(const char *qtf) { in PromptOKCancel()
191 int ErrorOKCancel(const char *qtf) { in ErrorOKCancel()
201 int PromptYesNo(const char *qtf) { in PromptYesNo()
209 int ErrorYesNo(const char *qtf) { in ErrorYesNo()
225 int ErrorYesNoCancel(const char *qtf) { in ErrorYesNoCancel()
233 int PromptAbortRetry(const char *qtf) { in PromptAbortRetry()
241 int ErrorAbortRetry(const char *qtf) { in ErrorAbortRetry()
[all …]
/dports/devel/upp/upp/uppsrc/Report/
H A DReport.cpp51 void Report::PaintHF(Draw& w, int y, const char *qtf, int i) in PaintHF()
119 Report& Report::Header(const char *qtf, int spc) in Header()
128 Report& Report::Footer(const char *qtf, int spc) in Footer()
174 void Report::Put(const char *qtf) in Put()
H A DReportDlg.cpp289 bool QtfReport0(const String& qtf, const char *name, bool pagenumbers, Size pagesize) in QtfReport0()
304 bool QtfReport(const String& qtf, const char *name, bool pagenumbers) in QtfReport()
309 bool QtfReport(Size pagesize, const String& qtf, const char *name, bool pagenumbers) in QtfReport()
/dports/devel/upp/upp/uppsrc/RichText/
H A DEncodeQtf.cpp81 void FmtNumber(String& qtf, char c, int former, int current) in FmtNumber()
86 void QTFEncodeParaFormat(String& qtf, const RichPara::Format& format, const RichPara::Format& style) in QTFEncodeParaFormat()
189 void QTFEncodePara(String& qtf, const RichPara& p, const RichPara::Format& style, byte charset, dwo… in QTFEncodePara()
352 void FmtNumber2(String& qtf, char c, int da, int a, int db, int b) in FmtNumber2()
364 void QTFEncodeTxt(String& qtf, const RichTxt& text, const RichStyles& styles, const RichStyle& defs… in QTFEncodeTxt()
472 String qtf; in AsQTF() local
H A DHeaderFooter.cpp121 void SetQTF(One<RichText>& txt, const String& qtf) in SetQTF()
128 void RichTxt::SetHeaderQtf(const char *qtf) in SetHeaderQtf()
135 void RichTxt::SetFooterQtf(const char *qtf) in SetFooterQtf()
/dports/devel/upp/upp/bazaar/GrabYourScreen/
H A DGrabBook.cpp112 String qtf; in OnSavePDF() local
122 String qtf; in OnSavePDF() local
/dports/devel/upp/upp/examples/PainterExamples/
H A DRichText.cpp5 const char *qtf = in RichTextExample() local
/dports/math/gsl/gsl-2.7/multifit/
H A Dlmpar.c49 const gsl_vector * qtf, gsl_vector * x) in compute_newton_direction()
189 const gsl_vector * qtf, const gsl_vector * diag, in compute_gradient_direction()
216 compute_gradient (const gsl_matrix * r, const gsl_vector * qtf, in compute_gradient()
237 lmpar (gsl_matrix * r, const gsl_permutation * perm, const gsl_vector * qtf, in lmpar()
H A Dlmset.c9 gsl_vector *qtf = state->qtf; in set() local
/dports/devel/upp/upp/uppsrc/ide/Browser/
H A DCodeRef.cpp178 String qtf = "[%00-00K "; in DecoratedItem() local
230 String qtf; in CreateQtf() local
310 String qtf = "&{{1 "; in InsertItem() local
325 String qtf; in InsertItem() local
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4mutils/
H A Dy4mtoqt.c40 quicktime_t *qtf; in main() local
312 do_audio(quicktime_t *qtf, uint8_t *buff, int channels, int bps, int samps) in do_audio()
/dports/devel/upp/upp/reference/PromptRedirect/
H A Dmain.cpp6 const char *title, const Image& iconbmp, const char *qtf, bool okcancel, in MyPrompt()
/dports/devel/upp/upp/uppsrc/ide/
H A Didetool.cpp160 void sPut(const String& name, String& qtf, const FileStat& fs) in sPut()
173 void sPut(String& qtf, ArrayMap<String, FileStat>& pfs, ArrayMap<String, FileStat>& all) { in sPut() argument
186 void ShowQTF(const String& qtf, const char *title) in ShowQTF()
217 String qtf; in Licenses() local
261 String qtf = "[1 "; in Statistics() local
H A DParamInfo.cpp5 String qtf; in SyncParamInfo() local
H A DQtf.cpp19 RichTextCtrl qtf; member in QtfDlg
/dports/devel/upp/upp/reference/SqlExp/
H A DSqlExp.cpp19 String qtf; variable
/dports/biology/bbmap/bbmap/current/stream/
H A DFastaQualReadInputStream.java195 private final byte[] nextQualities(ByteFile qtf, ByteBuilder bb){ in nextQualities()
318 private final ByteFile qtf; field in FastaQualReadInputStream
/dports/astro/astrometry/astrometry.net-0.85/gsl-an/multiroots/
H A Ddogleg.c176 compute_qtf (const gsl_matrix * q, const gsl_vector * f, gsl_vector * qtf) in compute_qtf()
223 newton_direction (const gsl_matrix * r, const gsl_vector * qtf, gsl_vector * p) in newton_direction()
245 gradient_direction (const gsl_matrix * r, const gsl_vector * qtf, in gradient_direction()
318 dogleg (const gsl_matrix * r, const gsl_vector * qtf, in dogleg()
H A Dhybrid.c49 gsl_vector *qtf; member
81 gsl_vector *tau, *diag, *qtf, *newton, *gradient, *x_trial, *f_trial, in hybrid_alloc() local
450 gsl_vector *qtf = state->qtf; in hybrid_iterate_impl() local
H A Dhybridj.c48 gsl_vector *qtf; member
74 gsl_vector *tau, *diag, *qtf, *newton, *gradient, *x_trial, *f_trial, in hybridj_alloc() local
390 gsl_vector *qtf = state->qtf; in hybridj_iterate_impl() local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_multiroots__dogleg.c176 compute_qtf (const gsl_matrix * q, const gsl_vector * f, gsl_vector * qtf) in compute_qtf()
223 newton_direction (const gsl_matrix * r, const gsl_vector * qtf, gsl_vector * p) in newton_direction()
245 gradient_direction (const gsl_matrix * r, const gsl_vector * qtf, in gradient_direction()
318 dogleg (const gsl_matrix * r, const gsl_vector * qtf, in dogleg()
H A Dgsl_multiroots__hybridj.c48 gsl_vector *qtf; member
74 gsl_vector *tau, *diag, *qtf, *newton, *gradient, *x_trial, *f_trial, in hybridj_alloc() local
390 gsl_vector *qtf = state->qtf; in iterate() local
H A Dgsl_multiroots__hybrid.c49 gsl_vector *qtf; member
81 gsl_vector *tau, *diag, *qtf, *newton, *gradient, *x_trial, *f_trial, in hybrid_alloc() local
449 gsl_vector *qtf = state->qtf; in iterate() local
/dports/math/gsl/gsl-2.7/multiroots/
H A Ddogleg.c176 compute_qtf (const gsl_matrix * q, const gsl_vector * f, gsl_vector * qtf) in compute_qtf()
223 newton_direction (const gsl_matrix * r, const gsl_vector * qtf, gsl_vector * p) in newton_direction()
245 gradient_direction (const gsl_matrix * r, const gsl_vector * qtf, in gradient_direction()
318 dogleg (const gsl_matrix * r, const gsl_vector * qtf, in dogleg()
H A Dhybrid.c49 gsl_vector *qtf; member
81 gsl_vector *tau, *diag, *qtf, *newton, *gradient, *x_trial, *f_trial, in hybrid_alloc() local
450 gsl_vector *qtf = state->qtf; in hybrid_iterate_impl() local

1234567