Home
last modified time | relevance | path

Searched refs:pageRef (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKPage.cpp86 toImpl(pageRef)->stopLoading(); in WKPageStopLoading()
89 void WKPageReload(WKPageRef pageRef) in WKPageReload() argument
91 toImpl(pageRef)->reload(false); in WKPageReload()
96 toImpl(pageRef)->reload(true); in WKPageReloadFromOrigin()
99 bool WKPageTryClose(WKPageRef pageRef) in WKPageTryClose() argument
104 void WKPageClose(WKPageRef pageRef) in WKPageClose() argument
106 toImpl(pageRef)->close(); in WKPageClose()
116 toImpl(pageRef)->goForward(); in WKPageGoForward()
124 void WKPageGoBack(WKPageRef pageRef) in WKPageGoBack() argument
126 toImpl(pageRef)->goBack(); in WKPageGoBack()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.cpp137 return toAPI(toImpl(pageRef)->pageGroup()); in WKBundlePageGetPageGroup()
142 return toAPI(toImpl(pageRef)->mainFrame()); in WKBundlePageGetMainFrame()
147 toImpl(pageRef)->stopLoading(); in WKBundlePageStopLoading()
172 toImpl(pageRef)->clearMainFrameName(); in WKBundlePageClearMainFrameName()
175 void WKBundlePageClose(WKBundlePageRef pageRef) in WKBundlePageClose() argument
177 toImpl(pageRef)->sendClose(); in WKBundlePageClose()
182 return toImpl(pageRef)->textZoomFactor(); in WKBundlePageGetTextZoomFactor()
187 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKBundlePageSetTextZoomFactor()
192 return toImpl(pageRef)->pageZoomFactor(); in WKBundlePageGetPageZoomFactor()
197 toImpl(pageRef)->setPageZoomFactor(zoomFactor); in WKBundlePageSetPageZoomFactor()
[all …]
/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpage__ref.go25 func newPageRef(p *pageState) pageRef {
26 return pageRef{p: p}
29 type pageRef struct { struct
33 func (p pageRef) Ref(argsm map[string]interface{}) (string, error) { argument
37 func (p pageRef) RefFrom(argsm map[string]interface{}, source interface{}) (string, error) { argument
41 func (p pageRef) RelRef(argsm map[string]interface{}) (string, error) { argument
45 func (p pageRef) RelRefFrom(argsm map[string]interface{}, source interface{}) (string, error) { argument
49 func (p pageRef) decodeRefArgs(args map[string]interface{}) (refArgs, *Site, error) { argument
77 func (p pageRef) ref(argsm map[string]interface{}, source interface{}) (string, error) { argument
94 func (p pageRef) relRef(argsm map[string]interface{}, source interface{}) (string, error) { argument
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/rtflib/rtfdoc/
H A DRtfPageNumberCitation.java81 String pageRef = RTF_FIELD_PAGEREF_MODEL; in writeRtfContent() local
82 final int insertionIndex = pageRef.indexOf("}"); in writeRtfContent()
83 pageRef = pageRef.substring(0, insertionIndex) in writeRtfContent()
86 + pageRef.substring(insertionIndex, pageRef.length()); in writeRtfContent()
94 writeStarControlWord(pageRef); in writeRtfContent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp462 WKPageSetPageLoaderClient(pageRef(), &loadClient); in QWKPage()
506 WKPageSetPageUIClient(pageRef(), &uiClient); in QWKPage()
604 WKPageRef QWKPage::pageRef() const in pageRef() function in QWKPage
632 WKPageSetCustomUserAgent(pageRef(), wkUserAgent.get()); in setCustomUserAgent()
643 WKPageLoadURL(pageRef(), wkurl.get()); in load()
653 WKRetainPtr<WKFrameRef> frame = WKPageGetMainFrame(pageRef()); in url()
661 return WKStringCopyQString(WKPageCopyTitle(pageRef())); in title()
672 return WKPageGetTextZoomFactor(pageRef()); in textZoomFactor()
677 WKPageSetTextZoomFactor(pageRef(), zoomFactor); in setTextZoomFactor()
682 return WKPageGetPageZoomFactor(pageRef()); in pageZoomFactor()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DBookmarkData.java47 private PageViewport pageRef; field in BookmarkData
119 pageRef = pv; in BookmarkData()
140 if (sub.pageRef == null) { in addSubData()
192 return pageRef; in getPageViewport()
225 pageRef = pages.get(0); in resolveIDRef()
H A DDestinationData.java37 private PageViewport pageRef; field in DestinationData
80 return pageRef; in getPageViewport()
103 pageRef = pages.get(0); in resolveIDRef()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DPDFDoc.cc1156 Ref pageRef; in parsePage() local
1159 pageRef.num = getHints()->getPageObjectNum(page); in parsePage()
1160 if (!pageRef.num) { in parsePage()
1166 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
1167 error(-1, "Invalid object num (%d) for page %d", pageRef.num, page); in parsePage()
1171 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
1172 xref->fetch(pageRef.num, pageRef.gen, &obj); in parsePage()
1175 error(-1, "Object (%d %d) is not a pageDict", pageRef.num, pageRef.gen); in parsePage()
1180 p = new Page(xref, page, pageDict, pageRef, in parsePage()
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfCopy.java412 PdfIndirectReference pageRef = null; in addPage() local
416 pageRef = iRef.getRef(); in addPage()
419 pageRef = body.getPdfIndirectReference(); in addPage()
420 iRef = new IndirectReferences(pageRef); in addPage()
423 pageReferences.add(pageRef); in addPage()
647 addToBody(newPage, pageRef); in addPage()
649 getRoot().addPage(pageRef); in addPage()
650 pageNumbersToRefs.add(pageRef); in addPage()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/pdf/
H A DPDFDocumentNavigationHandler.java188 PageReference pageRef = this.documentHandler.getPageReference(action.getPageIndex()); in updateTargetLocation() local
189 if (pageRef == null) { in updateTargetLocation()
198 (pageRef.getPageDimension().height - action.getTargetLocation().y) / 1000.0); in updateTargetLocation()
199 PDFReference pdfPageRef = pageRef.getPageRef(); in updateTargetLocation()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DPDFDoc.cc564 Ref pageRef; in checkLinearization() local
567 if (!pageRef.num) { in checkLinearization()
573 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in checkLinearization()
578 pageRef.gen = xref->getEntry(pageRef.num)->gen; in checkLinearization()
579 xref->fetch(pageRef.num, pageRef.gen, &obj); in checkLinearization()
1971 Ref pageRef; in parsePage() local
1975 if (!pageRef.num) { in parsePage()
1981 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
1986 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
1987 xref->fetch(pageRef.num, pageRef.gen, &obj); in parsePage()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DOutline.cc77 Ref *pageRef = doc->getCatalog()->getPageRef(destPageNum); in insertChildHelper() local
78 if (pageRef != nullptr) { in insertChildHelper()
79 a->add(Object(*pageRef)); in insertChildHelper()
282 Ref *pageRef = doc->getCatalog()->getPageRef(node.destPageNum); in addOutlineTreeNodeList() local
283 if (pageRef != nullptr) { in addOutlineTreeNodeList()
284 a->add(Object(*pageRef)); in addOutlineTreeNodeList()
H A DPDFDoc.cc718 Ref pageRef; in checkLinearization() local
721 if (!pageRef.num) { in checkLinearization()
727 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in checkLinearization()
732 pageRef.gen = xref->getEntry(pageRef.num)->gen; in checkLinearization()
733 Object obj = xref->fetch(pageRef); in checkLinearization()
2082 Ref pageRef; in parsePage() local
2085 if (!pageRef.num) { in parsePage()
2091 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
2096 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
2097 Object obj = xref->fetch(pageRef); in parsePage()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DOutline.cc77 Ref *pageRef = doc->getCatalog()->getPageRef(destPageNum); in insertChildHelper() local
78 if (pageRef != nullptr) { in insertChildHelper()
79 a->add(Object(*pageRef)); in insertChildHelper()
282 Ref *pageRef = doc->getCatalog()->getPageRef(node.destPageNum); in addOutlineTreeNodeList() local
283 if (pageRef != nullptr) { in addOutlineTreeNodeList()
284 a->add(Object(*pageRef)); in addOutlineTreeNodeList()
H A DPDFDoc.cc718 Ref pageRef; in checkLinearization() local
721 if (!pageRef.num) { in checkLinearization()
727 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in checkLinearization()
732 pageRef.gen = xref->getEntry(pageRef.num)->gen; in checkLinearization()
733 Object obj = xref->fetch(pageRef); in checkLinearization()
2082 Ref pageRef; in parsePage() local
2085 if (!pageRef.num) { in parsePage()
2091 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
2096 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
2097 Object obj = xref->fetch(pageRef); in parsePage()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DOutline.cc77 Ref *pageRef = doc->getCatalog()->getPageRef(destPageNum); in insertChildHelper() local
78 if (pageRef != nullptr) { in insertChildHelper()
79 a->add(Object(*pageRef)); in insertChildHelper()
282 Ref *pageRef = doc->getCatalog()->getPageRef(node.destPageNum); in addOutlineTreeNodeList() local
283 if (pageRef != nullptr) { in addOutlineTreeNodeList()
284 a->add(Object(*pageRef)); in addOutlineTreeNodeList()
H A DPDFDoc.cc718 Ref pageRef; in checkLinearization() local
721 if (!pageRef.num) { in checkLinearization()
727 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in checkLinearization()
732 pageRef.gen = xref->getEntry(pageRef.num)->gen; in checkLinearization()
733 Object obj = xref->fetch(pageRef); in checkLinearization()
2082 Ref pageRef; in parsePage() local
2085 if (!pageRef.num) { in parsePage()
2091 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
2096 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
2097 Object obj = xref->fetch(pageRef); in parsePage()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DOutline.cc77 Ref *pageRef = doc->getCatalog()->getPageRef(destPageNum); in insertChildHelper() local
78 if (pageRef != nullptr) { in insertChildHelper()
79 a->add(Object(*pageRef)); in insertChildHelper()
282 Ref *pageRef = doc->getCatalog()->getPageRef(node.destPageNum); in addOutlineTreeNodeList() local
283 if (pageRef != nullptr) { in addOutlineTreeNodeList()
284 a->add(Object(*pageRef)); in addOutlineTreeNodeList()
H A DPDFDoc.cc718 Ref pageRef; in checkLinearization() local
721 if (!pageRef.num) { in checkLinearization()
727 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in checkLinearization()
732 pageRef.gen = xref->getEntry(pageRef.num)->gen; in checkLinearization()
733 Object obj = xref->fetch(pageRef); in checkLinearization()
2082 Ref pageRef; in parsePage() local
2085 if (!pageRef.num) { in parsePage()
2091 if (pageRef.num < 0 || pageRef.num >= xref->getNumObjects()) { in parsePage()
2096 pageRef.gen = xref->getEntry(pageRef.num)->gen; in parsePage()
2097 Object obj = xref->fetch(pageRef); in parsePage()
[all …]
/dports/www/gohugo/hugo-0.91.2/docs/content/en/news/0.86.0-relnotes/
H A Dindex.md13 …pport this for menu definitions in the site config, we have added a new `pageRef` option on [MenuE…
17 pageRef = "blog"
18 # When pageRef is set, setting `url` is optional; it will be used as a fallback if the page is not …
22 Set `pageRef` to a value that [site.GetPage](https://gohugo.io/functions/getpage/) understands, and…
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/pdfkit/
H A DPDFPage.inc40 function pageRef: CGPDFPageRef; message 'pageRef';
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py/
H A DHistory.md36 * fixing /proxy/:port/har/pageRef
37 * fixing /proxy/:port/har/pageRef
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/runner/mixins/browsermob-proxy-py/
H A DHistory.md36 * fixing /proxy/:port/har/pageRef
37 * fixing /proxy/:port/har/pageRef
/dports/devel/ois/ois/src/mac/
H A DMacHIDManager.cpp123 pageRef = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &page); in initialize() local
126 CFDictionarySetValue(deviceLookupMap, CFSTR(kIOHIDPrimaryUsagePageKey), pageRef); in initialize()
177 CFRelease(pageRef); in initialize()
/dports/graphics/xpdf/xpdf-4.03/xpdf-qt/
H A DQtPDFCore.cc413 Ref pageRef; in doLinkCbk() local
434 pageRef = dest->getPageRef(); in doLinkCbk()
435 pg = doc->findPage(pageRef.num, pageRef.gen); in doLinkCbk()
749 Ref pageRef; in getLinkInfo() local
768 pageRef = dest->getPageRef(); in getLinkInfo()
769 pg = doc->findPage(pageRef.num, pageRef.gen); in getLinkInfo()

12345678910