Home
last modified time | relevance | path

Searched refs:insert_page (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/textproc/py-pikepdf/pikepdf-2.16.1/src/qpdf/
H A Dqpdf_pagelist.cpp67 this->insert_page(index, page); in set_page()
107 this->insert_page(start + i, results[i]); in set_pages_from_iterable()
136 void PageList::insert_page(size_t index, py::handle obj) in insert_page() function in PageList
145 this->insert_page(index, h); in insert_page()
148 void PageList::insert_page(size_t index, QPDFObjectHandle h) in insert_page() function in PageList
231 pl.insert_page(uindex, obj); in init_pagelist()
256 [](PageList &pl, py::object page) { pl.insert_page(pl.count(), page); }, in init_pagelist()
268 pl.insert_page(pl.count(), other.get_page(i)); in init_pagelist()
280 pl.insert_page(pl.count(), *it); in init_pagelist()
H A Dqpdf_pagelist.h28 void insert_page(size_t index, py::handle obj);
29 void insert_page(size_t index, QPDFObjectHandle page);
/dports/www/zola/zola-0.15.2/components/library/src/taxonomies/
H A Dmod.rs343 library.insert_page(page1); in can_make_taxonomies()
351 library.insert_page(page2); in can_make_taxonomies()
359 library.insert_page(page3); in can_make_taxonomies()
427 library.insert_page(page1); in can_make_slugified_taxonomies()
435 library.insert_page(page2); in can_make_slugified_taxonomies()
443 library.insert_page(page3); in can_make_slugified_taxonomies()
506 library.insert_page(page1); in errors_on_unknown_taxonomy()
544 library.insert_page(page1); in can_make_taxonomies_in_multiple_languages()
552 library.insert_page(page2); in can_make_taxonomies_in_multiple_languages()
559 library.insert_page(page3); in can_make_taxonomies_in_multiple_languages()
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/src/widget/
H A Dstack.cpp36 void Stack::insert_page(std::size_t index, std::unique_ptr<Widget> widget) in insert_page() function in cppurses::layout::Stack
134 sig::Slot<void(std::size_t, std::unique_ptr<Widget>)> insert_page( in insert_page() function
139 stack.insert_page(index, std::move(widget)); in insert_page()
145 sig::Slot<void(std::unique_ptr<Widget>)> insert_page(layout::Stack& stack, in insert_page() function
149 stack.insert_page(index, std::move(widget)); in insert_page()
H A Dmenu_stack.cpp32 void Menu_stack::insert_page(Glyph_string title, in insert_page() function in cppurses::Menu_stack
36 this->Stack::insert_page(index + 1, std::move(widget)); in insert_page()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dnotebook.ccg51 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mne…
54 return insert_page(child, *pLabel, position);
57 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_…
61 return insert_page(child, *pLabel, *pLabelMenu, position);
81 int Notebook::insert_page(Widget& child, int position)
H A Dnotebook.hg71 …_WRAP_METHOD(int insert_page(Widget& child, Widget& tab_label, int position), gtk_notebook_insert_…
72 int insert_page(Widget& child, int position);
74 …int insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mnemonic = f…
75 …_WRAP_METHOD(int insert_page(Widget& child, Widget& tab_label, Widget& menu_label, int position), …
78 …int insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_label, in…
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/include/cppurses/widget/layouts/
H A Dstack.hpp43 void insert_page(std::size_t index, std::unique_ptr<Widget> widget);
102 sig::Slot<void(std::size_t, std::unique_ptr<Widget>)> insert_page(
104 sig::Slot<void(std::unique_ptr<Widget>)> insert_page(layout::Stack& stack,
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkNotebook.t25 is ($nb->insert_page ($child, label ('p1.5'), 1), 1);
36 is ($nb->insert_page (label ('remove'), label ('remove'), 7), 6);
37 is ($nb->insert_page (label ('remove'), label ('remove'), 7), 7);
38 is ($nb->insert_page (label ('remove'), label ('remove'), 0), 0);
H A DGtkAssistant.t33 is ($assistant->insert_page (make_a_page ("inserted first"), 0), 0);
34 is ($assistant->insert_page (make_a_page ("inserted at 2"), 2), 2);
35 is ($assistant->insert_page (make_a_page ("inserted last"), -1), 4);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dnotebook.h217 int insert_page(Widget& child, Widget& tab_label, int position);
218 int insert_page(Widget& child, int position);
220 …int insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mnemonic = f…
232 int insert_page(Widget& child, Widget& tab_label, Widget& menu_label, int position);
235 …int insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_label, in…
H A Dnotebook.cc61 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mne… in insert_page() function in Gtk::Notebook
64 return insert_page(child, *pLabel, position); in insert_page()
67 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_… in insert_page() function in Gtk::Notebook
71 return insert_page(child, *pLabel, *pLabelMenu, position); in insert_page()
91 int Notebook::insert_page(Widget& child, int position) in insert_page() function in Gtk::Notebook
399 int Notebook::insert_page(Widget& child, Widget& tab_label, int position) in insert_page() function in Gtk::Notebook
404 int Notebook::insert_page(Widget& child, Widget& tab_label, Widget& menu_label, int position) in insert_page() function in Gtk::Notebook
/dports/www/phpgroupware/phpgroupware-0.9.16.017/wiki/doc/tavi-docs/
H A Dmaint.pl23 sub insert_page subroutine
60 s/<[Aa].*>($linkptn)<\/[Aa]>/&insert_page($1)/geo;
/dports/www/zola/zola-0.15.2/components/library/src/
H A Dlibrary.rs96 pub fn insert_page(&mut self, page: Page) -> DefaultKey { in insert_page() method
452 library.insert_page(page); in can_find_no_collisions()
453 library.insert_page(page2); in can_find_no_collisions()
469 library.insert_page(page.clone()); in can_find_collisions_between_pages()
470 library.insert_page(page2.clone()); in can_find_collisions_between_pages()
490 library.insert_page(page.clone()); in can_find_collisions_with_an_alias()
491 library.insert_page(page2.clone()); in can_find_collisions_with_an_alias()
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/plugins/
H A Dtelepathy-gabble-xmpp-console85 self.insert_page(main_widget, None, self.PRIMARY_PAGE)
92 self.insert_page(self.spinner, None, self.SPINNER_PAGE)
333 self.nb.insert_page(self.iq,
338 self.nb.insert_page(self.stanza,
343 self.nb.insert_page(self.snoopy,
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dnotebook.h487 int insert_page(Widget& child, Widget& tab_label, int position);
488 int insert_page(Widget& child, int position);
490 …int insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mnemonic = f…
502 int insert_page(Widget& child, Widget& tab_label, Widget& menu_label, int position);
505 …int insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_label, in…
H A Dnotebook.cc440 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mne… in insert_page() function in Gtk::Notebook
443 return insert_page(child, *pLabel, position); in insert_page()
446 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_… in insert_page() function in Gtk::Notebook
450 return insert_page(child, *pLabel, *pLabelMenu, position); in insert_page()
485 int Notebook::insert_page(Widget& child, int position) in insert_page() function in Gtk::Notebook
793 int Notebook::insert_page(Widget& child, Widget& tab_label, int position) in insert_page() function in Gtk::Notebook
798 int Notebook::insert_page(Widget& child, Widget& tab_label, Widget& menu_label, int position) in insert_page() function in Gtk::Notebook
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/selftests/
H A Dmock_gtt.c84 ppgtt->vm.insert_page = mock_insert_page; in mock_ppgtt()
124 ggtt->vm.insert_page = mock_insert_page; in mock_init_ggtt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/selftests/
H A Dmock_gtt.c84 ppgtt->vm.insert_page = mock_insert_page; in mock_ppgtt()
124 ggtt->vm.insert_page = mock_insert_page; in mock_init_ggtt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/selftests/
H A Dmock_gtt.c84 ppgtt->vm.insert_page = mock_insert_page; in mock_ppgtt()
124 ggtt->vm.insert_page = mock_insert_page; in mock_init_ggtt()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dnotebook.ccg415 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, int position, bool use_mne…
418 return insert_page(child, *pLabel, position);
421 int Notebook::insert_page(Widget& child, const Glib::ustring& tab_label, const Glib::ustring& menu_…
425 return insert_page(child, *pLabel, *pLabelMenu, position);
458 int Notebook::insert_page(Widget& child, int position)
/dports/print/makeindex/makeindex/src-3.0/
H A Dgenind.c54 static void insert_page ARGS((void));
73 insert_page(); in gen_ind()
327 insert_page() in insert_page() function
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DDjVuDocEditor.h217 void insert_page(const GURL &fname, int page_num=-1);
231 void insert_page(GP<DataPool> & file_pool,
/dports/print/makeindex/makeindex/src-2.11/
H A Dgenind.c50 static void insert_page ARGS((void));
69 insert_page(); in gen_ind()
400 insert_page() in insert_page() function
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/preview_panel/
H A Dpreview_panel_viewgtk.py33 self.notebook.insert_page(Gtk.DrawingArea(), None, 0)

123456789