Home
last modified time | relevance | path

Searched refs:mtWarning (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/editors/lazarus/lazarus/packager/
H A Dprojpackchecks.pas129 mtWarning,[mbCancel]);
140 mtWarning,[mbCancel]);
158 mtWarning,[mbCancel,mbIgnore])<>mrIgnore then exit;
167 mtWarning,[mbCancel,mbIgnore])<>mrIgnore
309 mtWarning, [mbIgnore, mbCancel]);
318 mtWarning, [mbCancel, mbIgnore]);
330 mtWarning, [mbCancel]);
/dports/editors/lazarus-qt5/lazarus/packager/
H A Dprojpackchecks.pas129 mtWarning,[mbCancel]);
140 mtWarning,[mbCancel]);
158 mtWarning,[mbCancel,mbIgnore])<>mrIgnore then exit;
167 mtWarning,[mbCancel,mbIgnore])<>mrIgnore
309 mtWarning, [mbIgnore, mbCancel]);
318 mtWarning, [mbCancel, mbIgnore]);
330 mtWarning, [mbCancel]);
/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui/
H A DGPSBabelGUIDialogU.pas448 MessageDlg ('You must select the output file format.', mtWarning, [mbOk], 0);
451 MessageDlg ('Output file is not defined.', mtWarning, [mbOk], 0);
454 MessageDlg ('You must select the input file format.', mtWarning, [mbOk], 0);
457 MessageDlg ('Input file was not found.', mtWarning, [mbOk], 0);
460 MessageDlg ('Input file is not defined.', mtWarning, [mbOk], 0);
473 MessageDlg ('You must select the output file format.', mtWarning, [mbOk], 0);
476 MessageDlg ('Input file is not defined.', mtWarning, [mbOk], 0);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Duitypes.pas13 mtWarning = System.UITypes.TMsgDlgType.mtWarning;
66 TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazutils/
H A Duitypes.pas13 mtWarning = System.UITypes.TMsgDlgType.mtWarning;
66 TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/packager/
H A Dprojpackchecks.pas104 mtWarning,[mbCancel]);
201 mtWarning,[mbCancel,mbIgnore]) <> mrIgnore then
210 mtWarning,[mbCancel,mbIgnore]) <> mrIgnore then
403 mtWarning, [mbCancel, mbIgnore]) <> mrIgnore
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/packager/
H A Dprojpackchecks.pas104 mtWarning,[mbCancel]);
201 mtWarning,[mbCancel,mbIgnore]) <> mrIgnore then
210 mtWarning,[mbCancel,mbIgnore]) <> mrIgnore then
403 mtWarning, [mbCancel, mbIgnore]) <> mrIgnore
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avisynth/
H A Davisynth_compat.cpp276 vsapi->logMessage(mtWarning, s.c_str()); in GetFrame()
322 #define WARNING(fname, warning) if (name == #fname) vsapi->logMessage(mtWarning, "Avisynth Compat: …
323 #define BROKEN(fname) if (name == #fname) vsapi->logMessage(mtWarning, ("Avisynth Compat: Invoking …
674 …vsapi->logMessage(mtWarning, ("Avisynth Compat: rejected adding Avisynth function " + fname + "bec… in AddFunction()
679 …vsapi->logMessage(mtWarning, ("Avisynth Compat: rejected adding Avisynth function " + fname + "bec… in AddFunction()
685 …vsapi->logMessage(mtWarning, ("Avisynth Compat: varargs not implemented so I'm just gonna skip imp… in AddFunction()
729 vsapi->logMessage(mtWarning, "FunctionExists not implemented"); in FunctionExists()
739 …vsapi->logMessage(mtWarning, "Invoke not fully implemented, tried to call Crop() but I will do not… in Invoke()
744 …vsapi->logMessage(mtWarning, "Invoke not fully implemented, tried to call AudioDub() but I will do… in Invoke()
748 …vsapi->logMessage(mtWarning, ("Invoke not fully implemented, tried to call: "_s + name + " but I w… in Invoke()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dvslog.h31 #define vsWarning(...) vsLog(__FILE__, __LINE__, mtWarning, __VA_ARGS__)
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/max_object/kernel/
H A DStdafx.h63 enum TMsgDlgType { mtWarning, mtError, mtInformation, mtConfirmation, mtCustom }; enumerator
/dports/editors/lazarus/lazarus/ide/
H A Dsysvaruseroverridedlg.pas72 mtWarning, [mbCancel, mbIgnore])=mrIgnore then exit(mrOk);
H A Ddialogprocs.pas577 mtWarning,[mbIgnore,mbCancel])=mrCancel
587 Result:=IDEMessageDialog(ErrorCaption,Format(ErrorMsg,[Dir]),mtWarning,
714 mtWarning, [mrIgnore, lisIgnoreAndContinue,
/dports/cad/openctm/OpenCTM-1.0.3/tools/
H A Dsysdialog.h40 mtWarning, enumerator
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsysvaruseroverridedlg.pas72 mtWarning, [mbCancel, mbIgnore])=mrIgnore then exit(mrOk);
H A Dgeneratefppkgconfigurationdlg.pas436 …blem, Format(lisFppkgCreateFileFailed, [GetFppkgConfigFile(False, False), Msg]), mtWarning, [mbOK])
499 …IDEMessageDialog(lisFppkgProblem, Format(lisFppkgWriteConfException, [E.Message]), mtWarning, [mbO…
508 mtWarning, [mbOK]);
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsysvaruseroverridedlg.pas72 mtWarning, [mbCancel, mbIgnore])=mrIgnore then exit(mrOk);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsysvaruseroverridedlg.pas72 mtWarning, [mbCancel, mbIgnore])=mrIgnore then exit(mrOk);
H A Dgeneratefppkgconfigurationdlg.pas436 …blem, Format(lisFppkgCreateFileFailed, [GetFppkgConfigFile(False, False), Msg]), mtWarning, [mbOK])
499 …IDEMessageDialog(lisFppkgProblem, Format(lisFppkgWriteConfException, [E.Message]), mtWarning, [mbO…
508 mtWarning, [mbOK]);
H A Ddialogprocs.pas577 mtWarning,[mbIgnore,mbCancel])=mrCancel
587 Result:=IDEMessageDialog(ErrorCaption,Format(ErrorMsg,[Dir]),mtWarning,
714 mtWarning, [mrIgnore, lisIgnoreAndContinue,
/dports/editors/lazarus/lazarus/components/lazutils/
H A Duitypes.pas12 TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Duitypes.pas12 TMsgDlgType = (mtWarning, mtError, mtInformation, mtConfirmation, mtCustom);
/dports/editors/lazarus/lazarus/ide/frames/
H A Dfiles_options.pas462 mtWarning, Buttons)<>mrIgnore
490 mtWarning, Buttons)<>mrIgnore
514 mtWarning, Buttons)<>mrIgnore
/dports/editors/lazarus-qt5/lazarus/ide/frames/
H A Dfiles_options.pas462 mtWarning, Buttons)<>mrIgnore
490 mtWarning, Buttons)<>mrIgnore
514 mtWarning, Buttons)<>mrIgnore
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dfiles_options.pas497 mtWarning, Buttons)<>mrIgnore
525 mtWarning, Buttons)<>mrIgnore
549 mtWarning, Buttons)<>mrIgnore
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dfiles_options.pas497 mtWarning, Buttons)<>mrIgnore
525 mtWarning, Buttons)<>mrIgnore
549 mtWarning, Buttons)<>mrIgnore

1234567891011