Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPageGroupLoadDeferrer.cpp42 Page* otherPage = *it; in PageGroupLoadDeferrer() local
43 if ((deferSelf || otherPage != page)) { in PageGroupLoadDeferrer()
44 if (!otherPage->defersLoading()) { in PageGroupLoadDeferrer()
45 m_deferredFrames.append(otherPage->mainFrame()); in PageGroupLoadDeferrer()
51 … for (Frame* frame = otherPage->mainFrame(); frame; frame = frame->tree()->traverseNext()) { in PageGroupLoadDeferrer()
H A DFrameTree.cpp230 Page* otherPage = *it; in find() local
231 if (otherPage != page) { in find()
232 … for (Frame* frame = otherPage->mainFrame(); frame; frame = frame->tree()->traverseNext()) { in find()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/undo/
H A DSwapUndoAction.cpp8 …::SwapUndoAction(size_t pageNr, bool moveUp, const PageRef& swappedPage, const PageRef& otherPage): in SwapUndoAction() argument
13 this->otherPage = otherPage; in SwapUndoAction()
59 pages.push_back(this->otherPage); in getPages()
H A DSwapUndoAction.h22 … SwapUndoAction(size_t pageNr, bool moveUp, const PageRef& swappedPage, const PageRef& otherPage);
38 PageRef otherPage; variable
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/test/
H A Dtarget.spec.ts75 const [otherPage] = await Promise.all([ constant
87 expect(otherPage.url()).toContain(server.CROSS_PROCESS_PREFIX);
88 expect(await otherPage.evaluate(() => ['Hello', 'world'].join(' '))).toBe(
91 expect(await otherPage.$('body')).toBeTruthy();
95 expect(allPages).toContain(otherPage);
100 await otherPage.close();
101 expect(await closePagePromise).toBe(otherPage);
107 expect(allPages).not.toContain(otherPage);
H A Dpage.spec.ts323 const otherPage = await otherContext.newPage(); constant
324 await otherPage.goto(server.EMPTY_PAGE);
326 expect(await getPermission(otherPage, 'geolocation')).toBe('prompt');
333 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
337 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/test/
H A Dtarget.spec.ts75 const [otherPage] = await Promise.all([ constant
87 expect(otherPage.url()).toContain(server.CROSS_PROCESS_PREFIX);
88 expect(await otherPage.evaluate(() => ['Hello', 'world'].join(' '))).toBe(
91 expect(await otherPage.$('body')).toBeTruthy();
95 expect(allPages).toContain(otherPage);
100 await otherPage.close();
101 expect(await closePagePromise).toBe(otherPage);
107 expect(allPages).not.toContain(otherPage);
H A Dpage.spec.ts341 const otherPage = await otherContext.newPage(); constant
342 await otherPage.goto(server.EMPTY_PAGE);
344 expect(await getPermission(otherPage, 'geolocation')).toBe('prompt');
351 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
355 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/test/
H A Dtarget.spec.ts75 const [otherPage] = await Promise.all([ constant
87 expect(otherPage.url()).toContain(server.CROSS_PROCESS_PREFIX);
88 expect(await otherPage.evaluate(() => ['Hello', 'world'].join(' '))).toBe(
91 expect(await otherPage.$('body')).toBeTruthy();
95 expect(allPages).toContain(otherPage);
100 await otherPage.close();
101 expect(await closePagePromise).toBe(otherPage);
107 expect(allPages).not.toContain(otherPage);
H A Dpage.spec.ts323 const otherPage = await otherContext.newPage(); constant
324 await otherPage.goto(server.EMPTY_PAGE);
326 expect(await getPermission(otherPage, 'geolocation')).toBe('prompt');
333 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
337 expect(await getPermission(otherPage, 'geolocation')).toBe('granted');
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/sidebar/previews/page/
H A DSidebarPreviewPages.cpp91 PageRef otherPage = doc->getPage(page - 1); in actionPerformed() local
93 if (!otherPage) { in actionPerformed()
105 … undo->addUndoAction(std::make_unique<SwapUndoAction>(page - 1, true, swappedPage, otherPage)); in actionPerformed()
123 PageRef otherPage = doc->getPage(page + 1); in actionPerformed() local
125 if (!otherPage) { in actionPerformed()
137 … undo->addUndoAction(std::make_unique<SwapUndoAction>(page, false, swappedPage, otherPage)); in actionPerformed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/intro/org/eclipse/ua/tests/intro/util/
H A DIntroModelSerializerTest.java126 for (IntroPage otherPage : otherPages) { in getXHTMLFiles()
127 if (otherPage.isXHTMLPage()) { in getXHTMLFiles()
128 pages.add(otherPage); in getXHTMLFiles()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTileMap.cc1333 int page, otherPage, nxTiles, nyTiles; in updatePageParams() local
1354 otherPage = page + 1; in updatePageParams()
1355 if (otherPage >= state->getDoc()->getNumPages()) { in updatePageParams()
1356 otherPage = page; in updatePageParams()
1359 otherPage = page - 1; in updatePageParams()
1360 if (otherPage < 1) { in updatePageParams()
1361 otherPage = page; in updatePageParams()
1366 rotPageBoxW2 = pageBoxW[otherPage - 1]; in updatePageParams()
1368 rotPageBoxH2 = pageBoxH[otherPage - 1]; in updatePageParams()
1371 rotPageBoxW2 = pageBoxH[otherPage - 1]; in updatePageParams()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTileMap.cc1333 int page, otherPage, nxTiles, nyTiles; in updatePageParams() local
1354 otherPage = page + 1; in updatePageParams()
1355 if (otherPage >= state->getDoc()->getNumPages()) { in updatePageParams()
1356 otherPage = page; in updatePageParams()
1359 otherPage = page - 1; in updatePageParams()
1360 if (otherPage < 1) { in updatePageParams()
1361 otherPage = page; in updatePageParams()
1366 rotPageBoxW2 = pageBoxW[otherPage - 1]; in updatePageParams()
1368 rotPageBoxH2 = pageBoxH[otherPage - 1]; in updatePageParams()
1371 rotPageBoxW2 = pageBoxH[otherPage - 1]; in updatePageParams()
[all …]
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/
H A DArchiveBookModel.cpp738 AdvancedComicBookFormat::Page* otherPage = acbfDocument->body()->page(withThisIndex - 1); in swapPages() local
739 acbfDocument->body()->removePage(otherPage); in swapPages()
740 acbfDocument->metaData()->bookInfo()->setCoverpage(otherPage); in swapPages()
746 AdvancedComicBookFormat::Page* otherPage = acbfDocument->body()->page(swapThisIndex - 1); in swapPages() local
747 acbfDocument->body()->removePage(otherPage); in swapPages()
748 acbfDocument->metaData()->bookInfo()->setCoverpage(otherPage); in swapPages()
754 AdvancedComicBookFormat::Page* otherPage = acbfDocument->body()->page(withThisIndex - 1); in swapPages() local
755 acbfDocument->body()->swapPages(firstPage, otherPage); in swapPages()
/dports/audio/praat/praat-6.2.03/sys/
H A DManPages.cpp343 ManPage otherPage = my pages.at [jpage]; in grind() local
345 * otherPage -> linksHither. append () = ipage; in grind()
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/PWgui/modules/pw/
H A Dpw.tcl1660 page otherPage -name "Other Cards" {
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/brother/
H A DBROTHER-MIB4437 otherPage(999),
/dports/net-mgmt/observium/observium/mibs/brother/
H A DBROTHER-MIB4438 otherPage(999),