/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | dgn_beta.h | 38 #define MaxPage 16 /* 16 4K pages */ macro 43 #define IOPage MaxPage-1 /* Page for I/O */ 44 #define ROMPage MaxPage-2 /* Page for ROM */ 45 #define LastPage MaxPage-1 160 PageReg m_PageRegs[MaxTasks+1][MaxPage+1];
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | dgn_beta.h | 38 #define MaxPage 16 /* 16 4K pages */ macro 43 #define IOPage MaxPage-1 /* Page for I/O */ 44 #define ROMPage MaxPage-2 /* Page for ROM */ 45 #define LastPage MaxPage-1 160 PageReg m_PageRegs[MaxTasks+1][MaxPage+1];
|
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/www/ui/ |
H A D | ui-view.php | 116 $MaxPage = intval($MaxSize / $PageSize); 140 } else if (($i >= 0) && ($i <= $MaxPage)) { 144 if ($CurrPage < $MaxPage) {
|
/dports/print/texlive-base/texlive-20150521-source/texk/seetexk/ |
H A D | dvibook.c | 685 int CurrentPage, ActualPage, MaxPage; in HandleDVIFile() local 689 MaxPage = InputPageNumber + (4-InputPageNumber%4)%4; in HandleDVIFile() 692 Signature = MaxPage; in HandleDVIFile() 693 for (CurrentPage = 0; CurrentPage < MaxPage; CurrentPage++) { in HandleDVIFile()
|
H A D | dvitodvi.c | 1154 int CurrentPage, ActualPage, MaxPage; in HandleDVIFile() local 1158 MaxPage = ((InputPageNumber+Modulo-1)/Modulo)*Modulo; in HandleDVIFile() 1160 for (CurrentPage = 0; CurrentPage < MaxPage; CurrentPage += Modulo) { in HandleDVIFile() 1166 ActualPage = MaxPage-CurrentPage-Modulo+ps->pageno; in HandleDVIFile()
|
/dports/editors/lazarus/lazarus/components/printers/cocoa/ |
H A D | cocoaprndelegate.pas | 203 PMax := Math.Max(PMin, printDialog.MaxPage); 235 printDialog.ToPage := printDialog.MaxPage;
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/cocoa/ |
H A D | cocoaprndelegate.pas | 203 PMax := Math.Max(PMin, printDialog.MaxPage); 235 printDialog.ToPage := printDialog.MaxPage;
|
/dports/editors/lazarus-qt5/lazarus/components/printers/cocoa/ |
H A D | cocoaprndelegate.pas | 203 PMax := Math.Max(PMin, printDialog.MaxPage); 235 printDialog.ToPage := printDialog.MaxPage;
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/cocoa/ |
H A D | cocoaprndelegate.pas | 203 PMax := Math.Max(PMin, printDialog.MaxPage); 235 printDialog.ToPage := printDialog.MaxPage;
|
/dports/www/rt44/rt-4.4.5/share/html/Elements/ |
H A D | CollectionList | 66 my $MaxPage = int( $TotalFound / $Rows ) + ( $TotalFound % $Rows ? 1 : 0 ); 67 $Page = $MaxPage if $Page > $MaxPage;
|
/dports/textproc/peco/peco-v0.4.4/ |
H A D | page.go | 55 func (l Location) MaxPage() int { func
|
/dports/www/rt50/rt-5.0.2/share/html/Elements/ |
H A D | CollectionList | 77 my $MaxPage = int( $TotalFound / $Rows ) + ( $TotalFound % $Rows ? 1 : 0 ); 78 $Page = $MaxPage if $Page > $MaxPage;
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/qt/ |
H A D | qtprndialogs.inc | 117 QAbstractPrintDialog_setMinMax(QtPrnDlg, MinPage, MaxPage); 149 MaxPage := QAbstractPrintDialog_maxPage(QtPrnDlg);
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/qt/ |
H A D | qtprndialogs.inc | 117 QAbstractPrintDialog_setMinMax(QtPrnDlg, MinPage, MaxPage); 149 MaxPage := QAbstractPrintDialog_maxPage(QtPrnDlg);
|
/dports/editors/lazarus/lazarus/components/printers/qt/ |
H A D | qtprndialogs.inc | 117 QAbstractPrintDialog_setMinMax(QtPrnDlg, MinPage, MaxPage); 149 MaxPage := QAbstractPrintDialog_maxPage(QtPrnDlg);
|
/dports/editors/lazarus-qt5/lazarus/components/printers/qt/ |
H A D | qtprndialogs.inc | 117 QAbstractPrintDialog_setMinMax(QtPrnDlg, MinPage, MaxPage); 149 MaxPage := QAbstractPrintDialog_maxPage(QtPrnDlg);
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/ |
H A D | wxPrintout.erl | 38 {MinPage::integer(), MaxPage::integer(),
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/ |
H A D | wxPrintout.erl | 38 {MinPage::integer(), MaxPage::integer(),
|
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/ |
H A D | wxPrintout.erl | 38 {MinPage::integer(), MaxPage::integer(),
|
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/api_gen/wx_extra/ |
H A D | wxPrintout.erl | 38 {MinPage::integer(), MaxPage::integer(),
|
/dports/editors/lazarus-qt5/lazarus/components/fpreport/ |
H A D | fpreportprinterexport.pas | 86 Dlg.MaxPage:=AMaxPageCount;
|
/dports/editors/lazarus/lazarus/components/fpreport/ |
H A D | fpreportprinterexport.pas | 86 Dlg.MaxPage:=AMaxPageCount;
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/ |
H A D | fpreportprinterexport.pas | 86 Dlg.MaxPage:=AMaxPageCount;
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpreport/ |
H A D | fpreportprinterexport.pas | 86 Dlg.MaxPage:=AMaxPageCount;
|
/dports/editors/lazarus/lazarus/components/printers/carbon/ |
H A D | carbonprndialogs.inc | 68 PMax := Max(PMin, MaxPage);
|