Home
last modified time | relevance | path

Searched refs:lastPage (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/PowerMacintosh/MacCarbonPrint/
H A Dmaccarbonprint.tcl38 set lastPage 1
71 set lastPage [expr $nx * $ny]
72 if {$optsArr(-lastpage) < $lastPage} {
73 set lastPage $optsArr(-lastpage)
75 Debug 2 "nx=$nx, ny=$ny, lastPage=$lastPage"
173 set lastPage 1
201 set lastPage 1
202 if {$optsArr(-lastpage) < $lastPage} {
203 set lastPage $optsArr(-lastpage)
205 set lastPage 1
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/i386/MacCarbonPrint/
H A Dmaccarbonprint.tcl38 set lastPage 1
71 set lastPage [expr $nx * $ny]
72 if {$optsArr(-lastpage) < $lastPage} {
73 set lastPage $optsArr(-lastpage)
75 Debug 2 "nx=$nx, ny=$ny, lastPage=$lastPage"
173 set lastPage 1
201 set lastPage 1
202 if {$optsArr(-lastpage) < $lastPage} {
203 set lastPage $optsArr(-lastpage)
205 set lastPage 1
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Pagination/
H A DUrlWindow.php47 if ($this->paginator->lastPage() < ($onEachSide * 2) + 8) {
62 'first' => $this->paginator->getUrlRange(1, $this->lastPage()),
92 elseif ($this->currentPage() > ($this->lastPage() - $window)) {
128 $this->lastPage() - ($window + ($onEachSide - 1)),
129 $this->lastPage()
186 $this->lastPage() - 1,
187 $this->lastPage()
198 return $this->paginator->lastPage() > 1;
216 protected function lastPage() function in Illuminate\\Pagination\\UrlWindow
218 return $this->paginator->lastPage();
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdfseparate.cc33 static int lastPage = 0; variable
38 { "-l", argInt, &lastPage, 0, "last page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
65 lastPage = doc->getNumPages(); in extractPages()
67 if (lastPage == 0) in extractPages()
68 lastPage = doc->getNumPages(); in extractPages()
71 if (lastPage < firstPage) { in extractPages()
72 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in extractPages()
94 if (!foundmatch && firstPage != lastPage) { in extractPages()
119 for (int pageNo = firstPage; pageNo <= lastPage; pageNo++) { in extractPages()
H A Dpdffonts.cc50 static int lastPage = 0; variable
58 { "-l", argInt, &lastPage, 0, "last page to examine" },
116 if (lastPage < 1 || lastPage > doc->getNumPages()) { in main()
117 lastPage = doc->getNumPages(); in main()
119 if (lastPage < firstPage) { in main()
120 …age range given: the first page (%d) can not be after the last page (%d).\n", firstPage, lastPage); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
H A Dpdfimages.cc56 static int lastPage = 0; variable
73 { "-l", argInt, &lastPage, 0, "last page to convert" },
174 if (lastPage < 1 || lastPage > doc->getNumPages()) in main()
175 lastPage = doc->getNumPages(); in main()
176 if (lastPage < firstPage) { in main()
177 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in main()
199 doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, true, false, false); in main()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdfseparate.cc33 static int lastPage = 0; variable
38 { "-l", argInt, &lastPage, 0, "last page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
65 lastPage = doc->getNumPages(); in extractPages()
67 if (lastPage == 0) in extractPages()
68 lastPage = doc->getNumPages(); in extractPages()
71 if (lastPage < firstPage) { in extractPages()
72 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in extractPages()
94 if (!foundmatch && firstPage != lastPage) { in extractPages()
119 for (int pageNo = firstPage; pageNo <= lastPage; pageNo++) { in extractPages()
H A Dpdffonts.cc50 static int lastPage = 0; variable
58 { "-l", argInt, &lastPage, 0, "last page to examine" },
116 if (lastPage < 1 || lastPage > doc->getNumPages()) { in main()
117 lastPage = doc->getNumPages(); in main()
119 if (lastPage < firstPage) { in main()
120 …age range given: the first page (%d) can not be after the last page (%d).\n", firstPage, lastPage); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
H A Dpdfimages.cc56 static int lastPage = 0; variable
73 { "-l", argInt, &lastPage, 0, "last page to convert" },
174 if (lastPage < 1 || lastPage > doc->getNumPages()) in main()
175 lastPage = doc->getNumPages(); in main()
176 if (lastPage < firstPage) { in main()
177 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in main()
199 doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, true, false, false); in main()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdfseparate.cc33 static int lastPage = 0; variable
38 { "-l", argInt, &lastPage, 0, "last page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
65 lastPage = doc->getNumPages(); in extractPages()
67 if (lastPage == 0) in extractPages()
68 lastPage = doc->getNumPages(); in extractPages()
71 if (lastPage < firstPage) { in extractPages()
72 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in extractPages()
94 if (!foundmatch && firstPage != lastPage) { in extractPages()
119 for (int pageNo = firstPage; pageNo <= lastPage; pageNo++) { in extractPages()
H A Dpdffonts.cc50 static int lastPage = 0; variable
58 { "-l", argInt, &lastPage, 0, "last page to examine" },
116 if (lastPage < 1 || lastPage > doc->getNumPages()) { in main()
117 lastPage = doc->getNumPages(); in main()
119 if (lastPage < firstPage) { in main()
120 …age range given: the first page (%d) can not be after the last page (%d).\n", firstPage, lastPage); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
H A Dpdfimages.cc56 static int lastPage = 0; variable
73 { "-l", argInt, &lastPage, 0, "last page to convert" },
174 if (lastPage < 1 || lastPage > doc->getNumPages()) in main()
175 lastPage = doc->getNumPages(); in main()
176 if (lastPage < firstPage) { in main()
177 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in main()
199 doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, true, false, false); in main()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdfseparate.cc33 static int lastPage = 0; variable
38 { "-l", argInt, &lastPage, 0, "last page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
65 lastPage = doc->getNumPages(); in extractPages()
67 if (lastPage == 0) in extractPages()
68 lastPage = doc->getNumPages(); in extractPages()
71 if (lastPage < firstPage) { in extractPages()
72 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in extractPages()
94 if (!foundmatch && firstPage != lastPage) { in extractPages()
119 for (int pageNo = firstPage; pageNo <= lastPage; pageNo++) { in extractPages()
H A Dpdffonts.cc50 static int lastPage = 0; variable
58 { "-l", argInt, &lastPage, 0, "last page to examine" },
116 if (lastPage < 1 || lastPage > doc->getNumPages()) { in main()
117 lastPage = doc->getNumPages(); in main()
119 if (lastPage < firstPage) { in main()
120 …age range given: the first page (%d) can not be after the last page (%d).\n", firstPage, lastPage); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
H A Dpdfimages.cc56 static int lastPage = 0; variable
73 { "-l", argInt, &lastPage, 0, "last page to convert" },
174 if (lastPage < 1 || lastPage > doc->getNumPages()) in main()
175 lastPage = doc->getNumPages(); in main()
176 if (lastPage < firstPage) { in main()
177 …range given: the first page ({0:d}) can not be after the last page ({1:d}).", firstPage, lastPage); in main()
199 doc->displayPages(imgOut, firstPage, lastPage, 72, 72, 0, true, false, false); in main()
/dports/print/panda/panda-0.5.4/
H A Dinternal.c175 panda_pagelist *lastPage, *prevPage; in panda_createandinsertpage() local
181 lastPage = output->pageholders; in panda_createandinsertpage()
182 while (lastPage->next != NULL) in panda_createandinsertpage()
184 lastPage = lastPage->next; in panda_createandinsertpage()
188 lastPage->me = newPage; in panda_createandinsertpage()
189 lastPage->next = panda_xmalloc (sizeof (panda_pagelist)); in panda_createandinsertpage()
190 lastPage->next->next = NULL; in panda_createandinsertpage()
/dports/devel/gitlist/gitlist/src/Util/
H A DView.php35 $lastPage = (int) ($totalCommits / 15);
38 $lastPage = ($lastPage * 15 == $totalCommits) ? $lastPage - 1 : $lastPage;
45 'last' => $lastPage,
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Plugins/Utils/Pagination/
H A Dpagination.cpp48 int lastPage = (numberOfItems - 1) / itemsPerPage + 1; in Pagination() local
49 if (currentPage > lastPage) { in Pagination()
50 currentPage = lastPage; in Pagination()
55 if (lastPage < endPage) { in Pagination()
56 endPage = lastPage; in Pagination()
64 insert(QStringLiteral("enableLast"), currentPage != lastPage); in Pagination()
66 insert(QStringLiteral("lastPage"), lastPage); in Pagination()
103 int Pagination::lastPage() const in lastPage() function in Pagination
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/Konfigurator/
H A Dkonfigurator.cpp155 lastPage = currentPage(); in closeEvent()
156 if(slotPageSwitch(lastPage, lastPage)) { in closeEvent()
165 lastPage = currentPage(); in slotApplyEnable()
166 bool isChanged = ((KonfiguratorPage *)(lastPage->widget()))->isChanged(); in slotApplyEnable()
202 lastPage = current; in slotPageSwitch()
208 if (lastPage != currentPage()) { in slotRestorePage()
210 setCurrentPage(lastPage); in slotRestorePage()
216 lastPage = currentPage(); in slotClose()
217 if (slotPageSwitch(lastPage, lastPage)) { in slotClose()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/export/
H A DBaseDump.php49 protected $lastPage = 0; variable in BaseDump
73 while ( $this->lastPage < $page && !$this->atEnd ) {
74 $this->debug( "BaseDump::prefetch at page $this->lastPage, looking for $page" );
77 if ( $this->lastPage > $page || $this->atEnd ) {
79 . "looking for rev $rev [$this->lastPage, $this->lastRev]" );
84 $this->debug( "BaseDump::prefetch at page $this->lastPage, rev $this->lastRev, "
89 $this->debug( "BaseDump::prefetch hit on $page, $rev [$this->lastPage, $this->lastRev]" );
107 . "[$this->lastPage, $this->lastRev]" );
122 $this->lastPage = intval( $this->nodeContents() );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/export/
H A DBaseDump.php52 protected $lastPage = 0; variable in BaseDump
81 while ( $this->lastPage < $page && !$this->atEnd ) {
82 $this->debug( "BaseDump::prefetch at page $this->lastPage, looking for $page" );
85 if ( $this->lastPage > $page || $this->atEnd ) {
87 . "looking for rev $rev [$this->lastPage, $this->lastRev]" );
92 $this->debug( "BaseDump::prefetch at page $this->lastPage, rev $this->lastRev, "
97 $this->debug( "BaseDump::prefetch hit on $page, $rev [$this->lastPage, $this->lastRev]" );
115 . "[$this->lastPage, $this->lastRev]" );
133 $this->lastPage = intval( $this->nodeContents() );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/export/
H A DBaseDump.php52 protected $lastPage = 0;
81 while ( $this->lastPage < $page && !$this->atEnd ) {
82 $this->debug( "BaseDump::prefetch at page $this->lastPage, looking for $page" );
85 if ( $this->lastPage > $page || $this->atEnd ) {
87 . "looking for rev $rev [$this->lastPage, $this->lastRev]" );
92 $this->debug( "BaseDump::prefetch at page $this->lastPage, rev $this->lastRev, "
97 $this->debug( "BaseDump::prefetch hit on $page, $rev [$this->lastPage, $this->lastRev]" );
115 . "[$this->lastPage, $this->lastRev]" );
133 $this->lastPage = intval( $this->nodeContents() );
/dports/graphics/yacreader/yacreader-9.8.2/common/
H A Dbookmarks.cpp19 lastPage = page; in setLastPage()
53 return lastPage; in getLastPagePixmap()
78 lastPageIndex = b.lastPage; in newComic()
90 lastPage = QImage(); in clear()
93 bool Bookmarks::load(const QList<int> &bookmarkIndexes, int lastPage) in load() argument
95 lastPageIndex = lastPage; in load()
108 b.lastPage = lastPageIndex; in save()
112 …bool updated = ((previousBookmarks.lastPage != b.lastPage) || (previousBookmarks.bookmarks != b.bo… in save()
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DdumpLinks.php59 $lastPage = null;
61 if ( $lastPage != $row->page_id ) {
62 if ( $lastPage !== null ) {
67 $lastPage = $row->page_id;
72 if ( $lastPage !== null ) {
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DdumpLinks.php59 $lastPage = null;
61 if ( $lastPage != $row->page_id ) {
62 if ( $lastPage !== null ) {
67 $lastPage = $row->page_id;
72 if ( $lastPage !== null ) {

12345678910>>...50