Home
last modified time | relevance | path

Searched refs:endPage (Results 1 – 25 of 1053) sorted by relevance

12345678910>>...43

/dports/graphics/xpdf4/xpdf-4.03/xpdf-qt/
H A DXpdfWidgetPrint.cc68 int startPage, endPage, pg, i; in printPDF() local
101 endPage = prt->toPage(); in printPDF()
105 if (endPage == 0) { in printPDF()
106 endPage = doc->getNumPages(); in printPDF()
108 if (startPage > endPage) { in printPDF()
281 widget->updatePrintStatus(endPage + 1, startPage, endPage); in printPDF()
327 int startPage, endPage; in printPDF() local
346 endPage = prt->toPage(); in printPDF()
350 if (endPage == 0) { in printPDF()
351 endPage = doc->getNumPages(); in printPDF()
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf-qt/
H A DXpdfWidgetPrint.cc68 int startPage, endPage, pg, i; in printPDF() local
101 endPage = prt->toPage(); in printPDF()
105 if (endPage == 0) { in printPDF()
106 endPage = doc->getNumPages(); in printPDF()
108 if (startPage > endPage) { in printPDF()
281 widget->updatePrintStatus(endPage + 1, startPage, endPage); in printPDF()
327 int startPage, endPage; in printPDF() local
346 endPage = prt->toPage(); in printPDF()
350 if (endPage == 0) { in printPDF()
351 endPage = doc->getNumPages(); in printPDF()
[all …]
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/widgets/
H A DTbPager.php84 list($beginPage, $endPage) = $this->getPageRange();
102 for ($i = $beginPage; $i <= $endPage; ++$i) {
152 if (($endPage = $beginPage + $this->maxButtonCount - 1) >= $pageCount) {
153 $endPage = $pageCount - 1;
154 $beginPage = max(0, $endPage - $this->maxButtonCount + 1);
156 return array($beginPage, $endPage);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Pager/Range/
H A DJumping.php97 $endPage = ($startPage + $this->getChunkLength()) - 1;
100 if ($endPage > $pager->getLastPage()) {
101 $endPage = $pager->getLastPage();
106 return range($startPage, $endPage);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/widgets/pagers/
H A DCLinkPager.php115 list($beginPage,$endPage)=$this->getPageRange();
128 for($i=$beginPage;$i<=$endPage;++$i)
168 if(($endPage=$beginPage+$this->maxButtonCount-1)>=$pageCount)
170 $endPage=$pageCount-1;
171 $beginPage=max(0,$endPage-$this->maxButtonCount+1);
173 return array($beginPage,$endPage);
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dadsimporter.cpp153 int endPage = ep.toInt(); in readText() local
154 if(endPage > 0 && endPage < startPage) { in readText()
156 ep = QString::number(startPage + endPage); in readText()
170 int endPage = ep.toInt(); in readText() local
171 if(endPage > 0 && endPage < startPage) { in readText()
173 ep = QString::number(startPage + endPage); in readText()
H A Dciwimporter.cpp184 int endPage = ep.toInt(); in readText() local
185 if(endPage > 0 && endPage < startPage) { in readText()
187 ep = QString::number(startPage + endPage); in readText()
201 int endPage = ep.toInt(); in readText() local
202 if(endPage > 0 && endPage < startPage) { in readText()
204 ep = QString::number(startPage + endPage); in readText()
/dports/databases/kbibtex/kbibtex-0.9.2/src/networking/onlinesearch/
H A Donlinesearcharxiv.cpp342 const QString endPage = match.captured(6); in interpreteJournal() local
343 if (endPage.isEmpty()) { in interpreteJournal()
386 const QString endPage = match.captured(7); in interpreteJournal() local
387 if (endPage.isEmpty()) { in interpreteJournal()
435 if (endPage.isEmpty()) { in interpreteJournal()
470 const QString endPage = match.captured(7); in interpreteJournal() local
471 if (endPage.isEmpty()) { in interpreteJournal()
549 const QString endPage = match.captured(7); in interpreteJournal() local
550 if (endPage.isEmpty()) { in interpreteJournal()
593 const QString endPage = match.captured(6); in interpreteJournal() local
[all …]
/dports/www/limesurvey/limesurvey/framework/web/widgets/pagers/
H A DCLinkPager.php153 list($beginPage,$endPage)=$this->getPageRange();
169 for($i=$beginPage;$i<=$endPage;++$i)
212 if(($endPage=$beginPage+$this->maxButtonCount-1)>=$pageCount)
214 $endPage=$pageCount-1;
215 $beginPage=max(0,$endPage-$this->maxButtonCount+1);
217 return array($beginPage,$endPage);
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/intermediate/
H A DEventProducingFilter.java47 public void endPage() throws IFException { in endPage() method in EventProducingFilter
48 super.endPage(); in endPage()
51 .endPage(this, pageNumberEnded); in endPage()
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Pagination/
H A Dpagination.cpp54 int endPage = (pageLinks * 2) + startPage; in Pagination() local
55 if (lastPage < endPage) { in Pagination()
56 endPage = lastPage; in Pagination()
60 for (int i = startPage; i <= endPage; ++i) { in Pagination()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Denable_execute_stack.c62 unsigned char *endPage = (unsigned char *)__builtin_align_up( in __enable_execute_stack()
68 unsigned char *endPage = in __enable_execute_stack()
71 size_t length = endPage - startPage; in __enable_execute_stack()
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/udoc/
H A Dmanpage.cpp40 endPage(); in ~ManPage()
61 endPage(); in startHeadline()
71 endPage(); in startHeadline()
227 void ManPage::endPage() in endPage() function in ManPage
/dports/mail/archiveopteryx-devel/aox-96ab17e/udoc/
H A Dmanpage.cpp40 endPage(); in ~ManPage()
61 endPage(); in startHeadline()
71 endPage(); in startHeadline()
227 void ManPage::endPage() in endPage() function in ManPage
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMsWks4Zone.cxx693 long endPage = entry.end(); in readDOP() local
712 if (debPos+2 > endPage) { in readDOP()
723 if (debPos+2 > endPage) { in readDOP()
733 if (debPos+1 > endPage) { in readDOP()
749 if (debPos+2 > endPage) { in readDOP()
761 if (debPos+2 > endPage) { in readDOP()
771 if (debPos+6 > endPage) { in readDOP()
785 if (debPos+2 > endPage) { in readDOP()
935 long endPage = entry.end(); in readFRAM() local
1103 long endPage = entry.end(); in readSELN() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkDocument.cpp44 this->endPage(); in beginPage()
54 void SkDocument::endPage() { in endPage() function in SkDocument
77 this->endPage(); in close()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkDocument.cpp37 this->endPage(); in beginPage()
44 void SkDocument::endPage() { in endPage() function in SkDocument
63 this->endPage(); in close()
/dports/math/fricas/fricas-1.3.7/src/doc/
H A Dht.awk402 endPage() function
405 endPage() function
407 endPage() function
462 function endPage() { function
477 endPage() function
481 endPage() function
491 endPage() function
494 endPage() function
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/extensions/
H A DDocumentNavigationHandlerTestCase.java72 documentHandler.endPage(); in testGotoXY()
92 documentHandler.endPage(); in testGotoXY()
108 documentHandler.endPage(); in testGotoXYPrevousPage()
128 documentHandler.endPage(); in testGotoXYPrevousPage()
164 documentHandler.endPage(); in testGotoXYUniqueLinks()
168 documentHandler.endPage(); in testGotoXYUniqueLinks()
190 documentHandler.endPage(); in testBookmarkGotoXY()
219 documentHandler.endPage(); in testBookmarkGotoXY()

12345678910>>...43