Home
last modified time | relevance | path

Searched refs:PageLocation (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/py-pikepdf/pikepdf-2.16.1/src/pikepdf/models/
H A Doutlines.py16 class PageLocation(Enum): class
28 PageLocation.XYZ: ('left', 'top', 'zoom'),
29 PageLocation.FitH: ('top',),
30 PageLocation.FitV: ('left',),
31 PageLocation.FitR: ('left', 'bottom', 'right', 'top'),
32 PageLocation.FitBH: ('top',),
33 PageLocation.FitBV: ('left',),
41 page_location: Optional[Union[PageLocation, str]] = None, argument
75 page_location: Optional[Union[PageLocation, str]] = None, argument
82 if isinstance(page_location, PageLocation):
[all …]
H A D__init__.py19 PageLocation,
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_outlines.py13 PageLocation,
393 page_loc=st.sampled_from(list(PageLocation) + ['invalid']),
415 if isinstance(page_loc, PageLocation):
442 page_loc=st.sampled_from(PageLocation),
459 if isinstance(page_loc, PageLocation):
/dports/textproc/py-pikepdf/pikepdf-2.16.1/src/pikepdf/
H A D__init__.py55 PageLocation,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/generated/
H A Dparquet_types.h244 class PageLocation; variable
2452 class PageLocation : public virtual ::apache::thrift::TBase {
2455 PageLocation(const PageLocation&);
2456 PageLocation& operator=(const PageLocation&);
2460 virtual ~PageLocation() noexcept;
2471 bool operator == (const PageLocation & rhs) const
2481 bool operator != (const PageLocation &rhs) const {
2485 bool operator < (const PageLocation & ) const;
2493 void swap(PageLocation &a, PageLocation &b);
2507 std::vector<PageLocation> page_locations;
[all …]
H A Dparquet_types.cpp6031 PageLocation::~PageLocation() noexcept { in ~PageLocation()
6035 void PageLocation::__set_offset(const int64_t val) { in __set_offset()
6039 void PageLocation::__set_compressed_page_size(const int32_t val) { in __set_compressed_page_size()
6043 void PageLocation::__set_first_row_index(const int64_t val) { in __set_first_row_index()
6046 std::ostream& operator<<(std::ostream& out, const PageLocation& obj) in operator <<()
6053 uint32_t PageLocation::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
6141 void swap(PageLocation &a, PageLocation &b) { in swap()
6148 PageLocation::PageLocation(const PageLocation& other142) { in PageLocation() function in parquet::format::PageLocation
6153 PageLocation& PageLocation::operator=(const PageLocation& other143) { in operator =()
6159 void PageLocation::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/generated/
H A Dparquet_types.h245 class PageLocation; variable
2453 class PageLocation : public virtual ::apache::thrift::TBase {
2456 PageLocation(const PageLocation&);
2457 PageLocation& operator=(const PageLocation&);
2461 virtual ~PageLocation() noexcept;
2472 bool operator == (const PageLocation & rhs) const
2482 bool operator != (const PageLocation &rhs) const {
2486 bool operator < (const PageLocation & ) const;
2494 void swap(PageLocation &a, PageLocation &b);
2508 std::vector<PageLocation> page_locations;
[all …]
H A Dparquet_types.cpp6033 PageLocation::~PageLocation() noexcept { in ~PageLocation()
6037 void PageLocation::__set_offset(const int64_t val) { in __set_offset()
6041 void PageLocation::__set_compressed_page_size(const int32_t val) { in __set_compressed_page_size()
6045 void PageLocation::__set_first_row_index(const int64_t val) { in __set_first_row_index()
6048 std::ostream& operator<<(std::ostream& out, const PageLocation& obj) in operator <<()
6055 uint32_t PageLocation::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
6143 void swap(PageLocation &a, PageLocation &b) { in swap()
6150 PageLocation::PageLocation(const PageLocation& other142) { in PageLocation() function in parquet::format::PageLocation
6155 PageLocation& PageLocation::operator=(const PageLocation& other143) { in operator =()
6161 void PageLocation::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/generated/
H A Dparquet_types.h244 class PageLocation; variable
2452 class PageLocation : public virtual ::apache::thrift::TBase {
2455 PageLocation(const PageLocation&);
2456 PageLocation& operator=(const PageLocation&);
2460 virtual ~PageLocation() noexcept;
2471 bool operator == (const PageLocation & rhs) const
2481 bool operator != (const PageLocation &rhs) const {
2485 bool operator < (const PageLocation & ) const;
2493 void swap(PageLocation &a, PageLocation &b);
2507 std::vector<PageLocation> page_locations;
[all …]
H A Dparquet_types.cpp6031 PageLocation::~PageLocation() noexcept { in ~PageLocation()
6035 void PageLocation::__set_offset(const int64_t val) { in __set_offset()
6039 void PageLocation::__set_compressed_page_size(const int32_t val) { in __set_compressed_page_size()
6043 void PageLocation::__set_first_row_index(const int64_t val) { in __set_first_row_index()
6046 std::ostream& operator<<(std::ostream& out, const PageLocation& obj) in operator <<()
6053 uint32_t PageLocation::read(::apache::thrift::protocol::TProtocol* iprot) { in read()
6141 void swap(PageLocation &a, PageLocation &b) { in swap()
6148 PageLocation::PageLocation(const PageLocation& other142) { in PageLocation() function in parquet::format::PageLocation
6153 PageLocation& PageLocation::operator=(const PageLocation& other143) { in operator =()
6159 void PageLocation::printTo(std::ostream& out) const { in printTo()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpagestructs.h103 } PageLocation; typedef
H A Ddocumentchecker.cpp119 PageLocation pageLoc = currDoc->locationOfPage(i); in checkPages()
H A Dscribusdoc.h1080 PageLocation locationOfPage(int pageIndex) const;
H A Dscribusdoc.cpp2603 PageLocation pageLoc = locationOfPage(pageIndex); in replaceMasterPage()
4624 PageLocation pageLoc=locationOfPage(pageNumber); in applyMasterPage()
6210 PageLocation pageLocation = MiddlePage; in getBleeds()
7192 PageLocation pageLoc=locationOfPage(pageIndex); in setLocationBasedPageLRMargins()
7211 PageLocation ScribusDoc::locationOfPage(int pageIndex) const in locationOfPage()
13741 PageLocation pageLoc = locationOfPage(i); in createNewDocPages()
13752 PageLocation pageLoc = locationOfPage(i); in createNewDocPages()
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go8931 type PageLocation struct { struct
8937 func NewPageLocation() *PageLocation {
8938 return &PageLocation{}
8942 func (p *PageLocation) GetOffset() int64 { argument
8946 func (p *PageLocation) GetCompressedPageSize() int32 { argument
8950 func (p *PageLocation) GetFirstRowIndex() int64 { argument
9098 func (p *PageLocation) Equals(other *PageLocation) bool { argument
9110 func (p *PageLocation) String() string { argument
9129 func (p *OffsetIndex) GetPageLocations() []*PageLocation {
9180 tSlice := make([]*PageLocation, 0, size)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dparquet.thrift895 struct PageLocation { struct
914 * PageLocations, ordered by increasing PageLocation.offset. It is required argument
917 1: required list<PageLocation> page_locations
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dparquet.thrift899 struct PageLocation { struct
918 * PageLocations, ordered by increasing PageLocation.offset. It is required argument
921 1: required list<PageLocation> page_locations
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dparquet.thrift895 struct PageLocation { struct
914 * PageLocations, ordered by increasing PageLocation.offset. It is required argument
917 1: required list<PageLocation> page_locations
/dports/editors/the/THE-3.3RC4/syntax/
H A Drexxdw.syntax2305 dw_notebook_page_new( Win, Flags, PageLocation )
2309 > * page = dw_notebook_page_new( Win, Flags, PageLocation )
2315 > * - PageLocation - indicates if the tabs appear across the top or bottom
2322 > * On Windows, the PageLocation does nothing, so it is best to
2441 dw_notebook_page_get( Win, Flags, PageLocation )
2445 > * page = dw_notebook_page_get( Win, Flags, PageLocation )