Home
last modified time | relevance | path

Searched refs:firstPage (Results 1 – 25 of 3195) sorted by relevance

12345678910>>...128

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpagelayout.cpp161 firstPage->setEnabled(true); in selectItem()
162 firstPage->clear(); in selectItem()
171 firstPage->clear(); in selectItem()
172 firstPage->addItem(" "); in selectItem()
173 firstPage->setEnabled(false); in selectItem()
194 firstPage->setEnabled(true); in itemSelectedPost()
195 firstPage->clear(); in itemSelectedPost()
204 firstPage->clear(); in itemSelectedPost()
205 firstPage->addItem(" "); in itemSelectedPost()
206 firstPage->setEnabled(false); in itemSelectedPost()
[all …]
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdfseparate.cc32 static int firstPage = 0; variable
37 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
64 firstPage = 1; in extractPages()
69 if (firstPage == 0) in extractPages()
70 firstPage = 1; 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 Dpdfimages.cc55 static int firstPage = 1; variable
72 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to convert" },
168 if (firstPage < 1) in main()
169 firstPage = 1; in main()
170 if (firstPage > doc->getNumPages()) { in main()
171 …) can not be larger then the number of pages in the document ({1:d}).", firstPage, doc->getNumPage… 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()
H A Dpdffonts.cc49 static int firstPage = 1; variable
57 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to examine" },
113 if (firstPage < 1) { in main()
114 firstPage = 1; 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()
126 FontInfoScanner scanner(doc.get(), firstPage - 1); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdfseparate.cc32 static int firstPage = 0; variable
37 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
64 firstPage = 1; in extractPages()
69 if (firstPage == 0) in extractPages()
70 firstPage = 1; 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 Dpdfimages.cc55 static int firstPage = 1; variable
72 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to convert" },
168 if (firstPage < 1) in main()
169 firstPage = 1; in main()
170 if (firstPage > doc->getNumPages()) { in main()
171 …) can not be larger then the number of pages in the document ({1:d}).", firstPage, doc->getNumPage… 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()
H A Dpdffonts.cc49 static int firstPage = 1; variable
57 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to examine" },
113 if (firstPage < 1) { in main()
114 firstPage = 1; 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()
126 FontInfoScanner scanner(doc.get(), firstPage - 1); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdfseparate.cc32 static int firstPage = 0; variable
37 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
64 firstPage = 1; in extractPages()
69 if (firstPage == 0) in extractPages()
70 firstPage = 1; 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 Dpdfimages.cc55 static int firstPage = 1; variable
72 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to convert" },
168 if (firstPage < 1) in main()
169 firstPage = 1; in main()
170 if (firstPage > doc->getNumPages()) { in main()
171 …) can not be larger then the number of pages in the document ({1:d}).", firstPage, doc->getNumPage… 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()
H A Dpdffonts.cc49 static int firstPage = 1; variable
57 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to examine" },
113 if (firstPage < 1) { in main()
114 firstPage = 1; 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()
126 FontInfoScanner scanner(doc.get(), firstPage - 1); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdfseparate.cc32 static int firstPage = 0; variable
37 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to extract" },
63 if (firstPage == 0 && lastPage == 0) { in extractPages()
64 firstPage = 1; in extractPages()
69 if (firstPage == 0) in extractPages()
70 firstPage = 1; 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 Dpdfimages.cc55 static int firstPage = 1; variable
72 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to convert" },
168 if (firstPage < 1) in main()
169 firstPage = 1; in main()
170 if (firstPage > doc->getNumPages()) { in main()
171 …) can not be larger then the number of pages in the document ({1:d}).", firstPage, doc->getNumPage… 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()
H A Dpdffonts.cc49 static int firstPage = 1; variable
57 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to examine" },
113 if (firstPage < 1) { in main()
114 firstPage = 1; 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()
126 FontInfoScanner scanner(doc.get(), firstPage - 1); in main()
127 const std::vector<FontInfo *> fonts = scanner.scan(lastPage - firstPage + 1); in main()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/src/lib/caching/
H A Dkshareddatacache.cpp317 pageID firstPage; member
606 if (l.firstPage < 0 && r.firstPage >= 0) { in lruCompare()
609 if (l.firstPage >= 0 && r.firstPage < 0) { in lruCompare()
622 if (l.firstPage < 0 && r.firstPage >= 0) { in seldomUsedCompare()
625 if (l.firstPage >= 0 && r.firstPage < 0) { in seldomUsedCompare()
637 if (l.firstPage < 0 && r.firstPage >= 0) { in ageCompare()
640 if (l.firstPage >= 0 && r.firstPage < 0) { in ageCompare()
757 pageID firstPage = indexTable()[position].firstPage; in findNamedEntry() local
1311 pageID firstPage = entriesIndex[index].firstPage; in removeEntry() local
1312 if (firstPage < 0 || static_cast<quint32>(firstPage) >= pageTableSize()) { in removeEntry()
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/security/lego/lego-4.5.3/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/gophercloud/gophercloud/pagination/
H A Dpager.go44 firstPage Page member
97 if p.firstPage != nil {
98 currentPage = p.firstPage
99 p.firstPage = nil
143 firstPage, err := p.fetchNextPage(p.initialURL)
149 pageType := reflect.TypeOf(firstPage)
153 return firstPage, nil
157 p.firstPage = firstPage
161 switch pb := firstPage.GetBody().(type) {

12345678910>>...128